Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e4ce539641dcf4d1fe2b443ef7f0ece09fa89231)
  • Date: Thu, 8 Jul 2010 06:53:53 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e4ce539641dcf4d1fe2b443ef7f0ece09fa89231), Vlad Glagolev, 07/08/2010

Archive powered by MHonArc 2.6.24.

Top of Page