From 150c12d095f9f3525134a961690148dc7feef498 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 1 Nov 2013 12:26:04 +0000 Subject: Update to 2.30.0, and sync with ports (stage + lib_depend library syntax fixes) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18848 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/gdk-pixbuf2/Makefile | 22 ++++++++++------------ graphics/gdk-pixbuf2/distinfo | 4 ++-- graphics/gdk-pixbuf2/pkg-plist | 2 ++ 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'graphics') diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 8bbcdfa78..f03e566fd 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,19 +1,17 @@ # Created by: Ade Lovett -# $FreeBSD: head/graphics/gdk-pixbuf2/Makefile 314952 2013-03-22 19:00:36Z mezz $ +# $FreeBSD: head/graphics/gdk-pixbuf2/Makefile 332360 2013-11-01 12:19:48Z kwm $ # $MCom$ PORTNAME= gdk-pixbuf -PORTVERSION= 2.28.2 +PORTVERSION= 2.30.0 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphic library for GTK+ +COMMENT= Graphic library for GTK+ -NO_STAGE= yes -LATEST_LINK= gdk-pixbuf2 USE_XZ= yes USE_XORG= xt xi x11 USE_AUTOTOOLS= libtool @@ -25,8 +23,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-introspection=yes --with-x11 -MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 - OPTIONS_DEFINE= JASPER JPEG PNG TIFF OPTIONS_DEFAULT=JASPER JPEG PNG TIFF @@ -41,7 +37,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MJASPER} -LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper +LIB_DEPENDS+= libjasper.so:${PORTSDIR}/graphics/jasper CONFIGURE_ARGS+=--with-libjasper PLIST_SUB+= JP2="" .else @@ -49,7 +45,7 @@ PLIST_SUB+= JP2="@comment " .endif .if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .else CONFIGURE_ARGS+=--without-libjpeg @@ -57,7 +53,7 @@ PLIST_SUB+= JPEG="@comment " .endif .if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else CONFIGURE_ARGS+=--without-libpng @@ -65,7 +61,7 @@ PLIST_SUB+= PNG="@comment " .endif .if ${PORT_OPTIONS:MTIFF} -LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff PLIST_SUB+= TIFF="" .else CONFIGURE_ARGS+=--without-libtiff @@ -73,6 +69,8 @@ PLIST_SUB+= TIFF="@comment " .endif post-install: - @cd ${WRKSRC}/docs/reference/gdk-pixbuf && ${GMAKE} install-man1 + @cd ${WRKSRC}/docs/reference/gdk-pixbuf && env DESTDIR=${STAGEDIR} ${GMAKE} install-man1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdk_pixbuf*-2.0.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders/lib*.so .include diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index f77352730..ce172a703 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdk-pixbuf-2.28.2.tar.xz) = 183113c2eb2232963e88864a6a54fd963dbfeb1a3679fb0d3456f9e0b79e4617 -SIZE (gnome2/gdk-pixbuf-2.28.2.tar.xz) = 1192936 +SHA256 (gnome2/gdk-pixbuf-2.30.0.tar.xz) = 4a73600525621283a14436c5f873c1126c4feafcb07d24a746f13215e2caa658 +SIZE (gnome2/gdk-pixbuf-2.30.0.tar.xz) = 1310324 diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist index a9eec0e89..d8ab77a45 100644 --- a/graphics/gdk-pixbuf2/pkg-plist +++ b/graphics/gdk-pixbuf2/pkg-plist @@ -76,6 +76,8 @@ lib/libgdk_pixbuf_xlib-2.0.so lib/libgdk_pixbuf_xlib-2.0.so.0 libdata/pkgconfig/gdk-pixbuf-2.0.pc libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc +man/man1/gdk-pixbuf-csource.1.gz +man/man1/gdk-pixbuf-query-loaders.1.gz share/gir-1.0/GdkPixbuf-2.0.gir %%NLS%%share/locale/af/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo -- cgit v1.2.3