diff options
author | drochner <drochner> | 2012-07-02 16:12:34 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-07-02 16:12:34 +0000 |
commit | 19630e839d14784ef1011c11fb266ff56b3ff09e (patch) | |
tree | 2dee6fdbcb8337bdd45105f797eea389c089a0a4 /graphics | |
parent | aa2b86b403a5b0921c9635ebef83b3d6cb2075d1 (diff) | |
download | pkgsrc-19630e839d14784ef1011c11fb266ff56b3ff09e.tar.gz |
update to 2.4.14
changes:
-disable aalib by default
-"--list-all-config" to dump the full config tree + values
-bugfixes
-translation updates
pkgsrc note: dropped aalib support
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gphoto2/Makefile | 8 | ||||
-rw-r--r-- | graphics/gphoto2/PLIST | 3 | ||||
-rw-r--r-- | graphics/gphoto2/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 67f02a56d93..ea82c9bbc5c 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2011/11/07 11:04:21 drochner Exp $ +# $NetBSD: Makefile,v 1.56 2012/07/02 16:12:34 drochner Exp $ -DISTNAME= gphoto2-2.4.11 +DISTNAME= gphoto2-2.4.14 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} EXTRACT_SUFX= .tar.bz2 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/ COMMENT= Digital camera access command line client +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -17,9 +18,7 @@ USE_TOOLS+= pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-aalib-prefix=${BUILDLINK_PREFIX.aalib} CONFIGURE_ARGS+= --with-cdk-prefix=${BUILDLINK_PREFIX.cdk} -CONFIGURE_ARGS+= --with-exif-prefix=${BUILDLINK_PREFIX.libexif} CONFIGURE_ARGS+= --with-jpeg-prefix=${JPEGBASE} # uses rl_completion_matches() (NetBSD 3.* don't have) and rl_copy_text() @@ -32,6 +31,5 @@ CFLAGS.Darwin+= -D_DARWIN_C_SOURCE .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" -.include "../../graphics/aalib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gphoto2/PLIST b/graphics/gphoto2/PLIST index 09f9c66ae54..16723ebf4fc 100644 --- a/graphics/gphoto2/PLIST +++ b/graphics/gphoto2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2009/11/20 17:06:01 drochner Exp $ +@comment $NetBSD: PLIST,v 1.15 2012/07/02 16:12:34 drochner Exp $ bin/gphoto2 man/man1/gphoto2.1 share/doc/gphoto2/test-hook.sh @@ -13,6 +13,7 @@ share/locale/fi/LC_MESSAGES/gphoto2.mo share/locale/fr/LC_MESSAGES/gphoto2.mo share/locale/hu/LC_MESSAGES/gphoto2.mo share/locale/id/LC_MESSAGES/gphoto2.mo +share/locale/is/LC_MESSAGES/gphoto2.mo share/locale/it/LC_MESSAGES/gphoto2.mo share/locale/ja/LC_MESSAGES/gphoto2.mo share/locale/nl/LC_MESSAGES/gphoto2.mo diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index d6e99eae1ab..4d79dd51cb1 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2011/11/07 11:04:21 drochner Exp $ +$NetBSD: distinfo,v 1.21 2012/07/02 16:12:34 drochner Exp $ -SHA1 (gphoto2-2.4.11.tar.bz2) = 008918c1871128cbc2f3a796132d7093529a5566 -RMD160 (gphoto2-2.4.11.tar.bz2) = 923fc0bf85cfa26174eab4a13c76901b5b4a97ba -Size (gphoto2-2.4.11.tar.bz2) = 658208 bytes +SHA1 (gphoto2-2.4.14.tar.bz2) = e15d9795f10a18c1e8e2ddbd3a99d982b141a625 +RMD160 (gphoto2-2.4.14.tar.bz2) = 9a092ef79748062347d9b1ce017c01dc21992aea +Size (gphoto2-2.4.14.tar.bz2) = 669292 bytes |