From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 78701 by Flavien Bridault for review
Date: Sun, 30 Apr 2006 20:15:01 +0100 (BST)
Change 78701 by flavien_bridault@flavien-Gargamel on 2006/04/30 20:12:30
@@ -1,4 +1,5 @@
depends bison && # Is this really needed?
+depends libtool &&
depends pkgconfig &&
# test kernel version
@@ -17,6 +18,19 @@
optional_depends libtool "--with-ltdl" "--without-ltdl" \
"an alternative way of opening shared libraries" &&
-optional_depends libusb "--with-usb" "--without-usb" \
+# With 2.1.99, --with-libusb makes configure crash, let nothing as libusb
+# is enabled by default
+optional_depends libusb "" "--without-libusb" \
"enable use of cameras connected though the USB port" &&
-optional_depends hal "" "" "for hal support"
+optional_depends hal "" "" "for hal support" &&
+
+# Currently broken, disabling it
+# even if with current doxygen disabling hack that would be impossible to
build anyway
+#optional_depends gtk-doc \
+# "--enable-docs" \
+# "--disable-docs" \
+# "Build documentation with gtk-doc" &&
+
+if [ $DOXYGEN = 'y' ]; then
+ depends doxygen
+fi
@@ -1,17 +1,18 @@
SPELL=libgphoto2
VERSION=2.1.99
-
SOURCE_HASH=sha512:ebde9cdf1b07256204e2143c19dc8002accd2a7a0e75ae90c7e43d7304bff9141ab7b1666413bb9e8d32f8530f3c302d858ee7f2246e5927c5b841d17131c2f0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/gphoto/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://gphoto.sourceforge.net/proj/libgphoto2/
ENTERED=20030125
- UPDATED=20030125
- PATCHLEVEL=1
+ PATCHLEVEL=2
LICENSE[0]=GPL
KEYWORDS="graphics"
SHORT="gPhotolib2 - for gPhoto2"
cat << EOF
libgphoto2 is the core library designed to allow access to digital
camera by external programs.
+All users belonging to the video group are allowed to access the
+devices.
EOF