summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-01-26 15:43:09 +0000
committerdrochner <drochner@pkgsrc.org>2009-01-26 15:43:09 +0000
commit9210dc789b498f208ad64e4e090b0f29e7759e81 (patch)
tree8347106fd9c9017f02873b2ec01d9cb9f520106c
parent1b346ce27cbcdf08c788b1b9fb16750959627353 (diff)
downloadpkgsrc-9210dc789b498f208ad64e4e090b0f29e7759e81.tar.gz
update to 2.4.4
changes: -many improvements to PTP -Experimental driver for jl2005c based cameras added -Serial driver: do not lock device during probe to reduce startup time -bugfixes -translation updates pkgsrc note: tested with EOS40D (capture das still not work)
-rw-r--r--devel/libgphoto2/Makefile5
-rw-r--r--devel/libgphoto2/PLIST.common3
-rw-r--r--devel/libgphoto2/distinfo9
-rw-r--r--devel/libgphoto2/patches/patch-al13
4 files changed, 8 insertions, 22 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile
index fae5c11217e..ed61dfe4e0e 100644
--- a/devel/libgphoto2/Makefile
+++ b/devel/libgphoto2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2008/11/18 20:49:46 chuck Exp $
+# $NetBSD: Makefile,v 1.45 2009/01/26 15:43:09 drochner Exp $
-DISTNAME= libgphoto2-2.4.3
-PKGREVISION= 1
+DISTNAME= libgphoto2-2.4.4
CATEGORIES= devel graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/libgphoto2/PLIST.common b/devel/libgphoto2/PLIST.common
index 83036c07954..05f1d9e037f 100644
--- a/devel/libgphoto2/PLIST.common
+++ b/devel/libgphoto2/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.14 2008/11/18 20:25:13 chuck Exp $
+@comment $NetBSD: PLIST.common,v 1.15 2009/01/26 15:43:09 drochner Exp $
bin/gphoto2-config
bin/gphoto2-port-config
include/gphoto2/gphoto2-abilities-list.h
@@ -110,6 +110,7 @@ share/doc/libgphoto2/camlibs/README.gsmart300
share/doc/libgphoto2/camlibs/README.iclick
share/doc/libgphoto2/camlibs/README.jamcam
share/doc/libgphoto2/camlibs/README.jl2005a
+share/doc/libgphoto2/camlibs/README.jl2005c
share/doc/libgphoto2/camlibs/README.konica
share/doc/libgphoto2/camlibs/README.largan-lmini
share/doc/libgphoto2/camlibs/README.lg_gsm
diff --git a/devel/libgphoto2/distinfo b/devel/libgphoto2/distinfo
index ddc8cc9d73a..9a072229fa5 100644
--- a/devel/libgphoto2/distinfo
+++ b/devel/libgphoto2/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.18 2008/11/18 18:05:16 chuck Exp $
+$NetBSD: distinfo,v 1.19 2009/01/26 15:43:09 drochner Exp $
-SHA1 (libgphoto2-2.4.3.tar.bz2) = 4fd95a933baec20ef1264b841dde5864fd00d982
-RMD160 (libgphoto2-2.4.3.tar.bz2) = 9ab2af4c8fb2cd1ed2ff6c58b32a5529285bbb69
-Size (libgphoto2-2.4.3.tar.bz2) = 5172531 bytes
+SHA1 (libgphoto2-2.4.4.tar.bz2) = a1d881e27231037bb860b952560cec36ce6a8988
+RMD160 (libgphoto2-2.4.4.tar.bz2) = bdb26313f1b5b2b425a7ed13bfe10a3f04488209
+Size (libgphoto2-2.4.4.tar.bz2) = 5252280 bytes
SHA1 (patch-ab) = 921eea83471110dd85197a7171278c7d0556536b
SHA1 (patch-aj) = 111b26861d59dddf7a8d0998cb7ae6513114fe38
SHA1 (patch-ak) = b1e9243cf4d4c78995184b357ba36bdfb0471d76
-SHA1 (patch-al) = c5a49d96766a8c4b07d9507f0d47ed2a37f02839
SHA1 (patch-am) = 57f781b4c7ef9898ba2016645e1b8884ba368a7d
diff --git a/devel/libgphoto2/patches/patch-al b/devel/libgphoto2/patches/patch-al
deleted file mode 100644
index 45e2b40fdc2..00000000000
--- a/devel/libgphoto2/patches/patch-al
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.1 2008/11/14 18:55:32 chuck Exp $
-
---- camlibs/sonydscf1/sonydscf1.c.orig 2008-11-14 13:07:24.000000000 -0500
-+++ camlibs/sonydscf1/sonydscf1.c 2008-11-14 13:07:33.000000000 -0500
-@@ -32,7 +32,7 @@
-
- #define MAX_PICTURE_NUM 200
- static unsigned char picture_index[MAX_PICTURE_NUM];
--static u_short picture_thumbnail_index[MAX_PICTURE_NUM];
-+static unsigned short picture_thumbnail_index[MAX_PICTURE_NUM];
- static unsigned char picture_protect[MAX_PICTURE_NUM];
- static unsigned char picture_rotate[MAX_PICTURE_NUM];
-