2007-02-05 21:03:19 by Mark Davies | Files touched by this commit (4) |
Log message:
Fix build on Solaris.
- There is no configure test for limits.h, just use it.
- M_READ is a define pulled in from system headers
- s/= =/=/ in a Makefile
|
2007-01-08 17:17:47 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
libusb is recursively needed on !SunOS.
|
2007-01-08 03:39:42 by Roland Illig | Files touched by this commit (1) |
Log message:
Don't run doxygen, even if it is installed.
|
2007-01-03 09:20:18 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
PLIST fix
|
2007-01-02 19:32:47 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
Changes 2.3.1:
PTP:
* Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
* Moved all bindings into separate packages.
Package / System integration:
* Add README.packaging file.
* Removed obsolete print-usb-usermap. Use
"print-camera-list usb-usermap usbcam" instead.
* Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
* Add new permission setup script doing class based matching for
PTP class cameras not listed explicitly by USB IDs.
Changes 2.3.0:
PTP:
* Improved Nikon remote control
* Improved Canon file download
- faster directory retrieval (especially on cameras with lots of files)
- "new" images are marked (gphoto2 --new, digikam)
* MTP Playlist support (upload and download)
* MTP Metadata support (upload and download, Artist, Title, Playtime ... )
* Lots of other MTP related fixes.
* MTP autodetection on Microsoft OS Descriptor.
* New devices:
Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-06-17 21:05:33 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed pkglint warning.
|
2006-05-31 06:38:14 by Mark Davies | Files touched by this commit (1) |
Log message:
Add space after @comment.
|
2006-05-13 21:00:56 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Add a missing file to PLIST. Bump PKGREVISION.
|