Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9be1081aaa996ac188967395efcfead22f6c93f1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9be1081aaa996ac188967395efcfead22f6c93f1)
  • Date: Wed, 9 May 2012 05:37:54 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

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

New commits:
commit 9be1081aaa996ac188967395efcfead22f6c93f1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgphoto2 - extra depends

diff --git a/graphics/libgphoto2/DEPENDS b/graphics/libgphoto2/DEPENDS
index 489a724..b8a47ff 100755
--- a/graphics/libgphoto2/DEPENDS
+++ b/graphics/libgphoto2/DEPENDS
@@ -4,14 +4,15 @@ depends pkgconfig &&
# test kernel version
local GPH_KDEV
GPH_KVER=`uname -r |cut -c-3` &&
-if [ $GPH_KVER == "2.6" ];then
+if [[ $GPH_KVER != "2.4" ]];then
optional_depends udev "udevscriptdir=$INSTALL_ROOT/lib/udev" "" \
"for kernel UDEV support"
else
optional_depends hotplug "" "" "for kernel hotplug support"
fi &&

-
+optional_depends lockdev "" "" "serial port locking" &&
+optional_depends gettext "--enable-nls" "--disable-nls" "NLS support" &&
optional_depends libexif "--with-exif" "--without-exif" \
"extracts additional image information provided by most cameras" &&

diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 0a414fd..2a9966f 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,5 +1,7 @@
2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: libusb => LIBUSB
+ add optional lockdev
+ fix detection of kernel version
* DETAILS: version 2.4.14

2012-03-31 Treeve Jelbert <treeve AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9be1081aaa996ac188967395efcfead22f6c93f1), Treeve Jelbert, 05/09/2012

Archive powered by MHonArc 2.6.24.

Top of Page