[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e4ce539641dcf4d1fe2b443ef7f0ece09fa89231)

Vlad Glagolev scm at sourcemage.org
Thu Jul 8 07:53:53 EDT 2010


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 graphics/libgphoto2/DEPENDS |    9 ++++-----
 graphics/libgphoto2/HISTORY |    3 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit e4ce539641dcf4d1fe2b443ef7f0ece09fa89231
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    libgphoto2: fixed dependencies

diff --git a/graphics/libgphoto2/DEPENDS b/graphics/libgphoto2/DEPENDS
index 2ac3b72..0ea77ec 100755
--- a/graphics/libgphoto2/DEPENDS
+++ b/graphics/libgphoto2/DEPENDS
@@ -1,7 +1,5 @@
 depends  bison      &&  # Is this really needed?
 depends  pkgconfig  &&
-depends  gd         &&
-depends  jpeg       &&
 
 # test kernel version
 local  GPH_KDEV
@@ -17,12 +15,13 @@ fi  &&
 optional_depends  libexif  "--with-exif"  "--without-exif"  \
       "extracts additional image information provided by most cameras"  &&
 
+optional_depends jpeg "" "" "for JPEG mangling support" &&
+optional_depends gd "" "" "for GD conversion support" &&
+
 optional_depends  libtool  "--with-ltdl"  "--without-ltdl"  \
       "an alternative way of opening shared libraries"  &&
 
-optional_depends  libusb  ""  \
-                          ""  \
-           "enable use of cameras connected though the USB port"  &&
+optional_depends libusb "" "" "enable use of cameras connected though the USB port"  &&
 
 optional_depends  dbus     ""  ""  "for dbus support"          &&
 optional_depends  hal     ""  ""  "for HAL support"          &&
diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 18591eb..5a3b420 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,6 @@
+2010-07-08 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: BOTH gd and jpeg are _OPTIONAL_
+
 2010-07-03 Robin Cook <rcook at wyrms.net>
 	* DEPENDS: added gd and jpeg
 



More information about the SM-Commit mailing list