diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-08-28 03:58:53 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-08-28 03:58:53 +0000 |
commit | 9086b24bfb7caabbd500ac500e1b92df8c524b04 (patch) | |
tree | b2f2117d357f43e543bf829af12ad35a2999ff82 /media-libs/libgphoto2/files | |
parent | version bump (diff) | |
download | historical-9086b24bfb7caabbd500ac500e1b92df8c524b04.tar.gz historical-9086b24bfb7caabbd500ac500e1b92df8c524b04.tar.bz2 historical-9086b24bfb7caabbd500ac500e1b92df8c524b04.zip |
version bump
Diffstat (limited to 'media-libs/libgphoto2/files')
-rw-r--r-- | media-libs/libgphoto2/files/digest-libgphoto2-2.1.2 | 1 | ||||
-rw-r--r-- | media-libs/libgphoto2/files/libgphoto2-2.1.2-norpm.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/media-libs/libgphoto2/files/digest-libgphoto2-2.1.2 b/media-libs/libgphoto2/files/digest-libgphoto2-2.1.2 new file mode 100644 index 000000000000..32136093447d --- /dev/null +++ b/media-libs/libgphoto2/files/digest-libgphoto2-2.1.2 @@ -0,0 +1 @@ +MD5 ded0d8262d02e4c215ffc0d73d5acbbb libgphoto2-2.1.2.tar.bz2 1743528 diff --git a/media-libs/libgphoto2/files/libgphoto2-2.1.2-norpm.patch b/media-libs/libgphoto2/files/libgphoto2-2.1.2-norpm.patch new file mode 100644 index 000000000000..32629b06d7e8 --- /dev/null +++ b/media-libs/libgphoto2/files/libgphoto2-2.1.2-norpm.patch @@ -0,0 +1,18 @@ +--- libgphoto2-2.1.2/configure 2002-12-01 21:46:42.000000000 +0000 ++++ libgphoto2-2.1.2/configure 2003-08-18 17:32:26.000000000 +0100 +@@ -13865,14 +13865,9 @@ + # packages we're going to build will depend on libusb and libusb-devel + # RPM packages or not. + +- +-if rpm -q libusb-devel > /dev/null 2>&1; then ++# remove rpm -q test to avoid breaking sandbox + RPM_LIBUSB_DEVEL_TRUE= + RPM_LIBUSB_DEVEL_FALSE='#' +-else +- RPM_LIBUSB_DEVEL_TRUE='#' +- RPM_LIBUSB_DEVEL_FALSE= +-fi + + + # effective_target has to be determined in advance |