summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavien Bridault2006-12-04 11:45:37 +0100
committerJaka Kranjc2007-01-11 14:01:37 +0100
commit98826a1b54e4995f11392d694a92bee63b877ade (patch)
tree171250bbe2200f5d39dfdda90143fab64ae8b2a6
parent3ce754916b191f95326cbdac2f9527a935186585 (diff)
libgphoto2: updated to 2.3.0
-rwxr-xr-xgraphics/libgphoto2/DETAILS5
-rw-r--r--graphics/libgphoto2/HISTORY5
-rw-r--r--graphics/libgphoto2/Makefile.in.patch11
-rwxr-xr-xgraphics/libgphoto2/PRE_BUILD5
-rw-r--r--graphics/libgphoto2/libgphoto2-2.3.0.tar.gz.sigbin0 -> 280 bytes
5 files changed, 9 insertions, 17 deletions
diff --git a/graphics/libgphoto2/DETAILS b/graphics/libgphoto2/DETAILS
index 28829e0932..27b71cf084 100755
--- a/graphics/libgphoto2/DETAILS
+++ b/graphics/libgphoto2/DETAILS
@@ -1,13 +1,12 @@
SPELL=libgphoto2
- VERSION=2.2.1
- SOURCE_HASH=sha512:25f3d1f49f82475fba7902ef3df740917f5aa788983bf16c9f54a09082b6660e55980eb9d463ada57973f3724e1571b402f514e696ef139c1de63db73f2c35b3
+ VERSION=2.3.0
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"
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://gphoto.sourceforge.net/proj/libgphoto2/
ENTERED=20030125
- PATCHLEVEL=3
LICENSE[0]=GPL
KEYWORDS="graphics"
SHORT="gPhotolib2 - for gPhoto2"
diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 8c1a1f771b..dd46c97c8b 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,8 @@
+2006-12-04 Flavien Bridault <vlaaad@sourcemage.org>
+ * DETAILS: Updated to 2.3.0
+ * Makefile.in.patch: Removed
+ * PRE_BUILD: Replaced patch above by a sed command
+
2006-08-03 Flavien Bridault <vlaaad@sourcemage.org>
* DEPENDS: added optional dbus
* PRE_BUILD: Fix for dbus 0.9X
diff --git a/graphics/libgphoto2/Makefile.in.patch b/graphics/libgphoto2/Makefile.in.patch
deleted file mode 100644
index 265f0a2849..0000000000
--- a/graphics/libgphoto2/Makefile.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.old 2006-04-27 12:43:03.000000000 +0200
-+++ Makefile.in 2006-04-27 12:43:25.000000000 +0200
-@@ -295,7 +295,7 @@
- EXTRA_DIST = HACKING MAINTAINERS makefile.os2 os2mak.inc TESTERS CHANGES
-
- # Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS()
--SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging doc
-+SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging
- doc_DATA = AUTHORS COPYING README CHANGES NEWS
-
- ########################################################################
diff --git a/graphics/libgphoto2/PRE_BUILD b/graphics/libgphoto2/PRE_BUILD
index 0c55f1ce86..ad20be1ec8 100755
--- a/graphics/libgphoto2/PRE_BUILD
+++ b/graphics/libgphoto2/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if [ $DOXYGEN = 'n' ]; then
- patch -p0 < $SCRIPT_DIRECTORY/Makefile.in.patch
-fi &&
-sedit 's#dbus_connection_disconnect#dbus_connection_close#' libgphoto2_port/disk/disk.c
+ sedit 's/packaging doc/packaging/' Makefile.am
+fi
diff --git a/graphics/libgphoto2/libgphoto2-2.3.0.tar.gz.sig b/graphics/libgphoto2/libgphoto2-2.3.0.tar.gz.sig
new file mode 100644
index 0000000000..55aa0fadbb
--- /dev/null
+++ b/graphics/libgphoto2/libgphoto2-2.3.0.tar.gz.sig
Binary files differ