[Midnightbsd-cvs] mports [22919] trunk/graphics/gdk-pixbuf2/pkg-plist: update gdk pixbuf to 2.36.9
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 7 14:45:14 EDT 2017
Revision: 22919
http://svnweb.midnightbsd.org/mports/?rev=22919
Author: laffer1
Date: 2017-10-07 14:45:14 -0400 (Sat, 07 Oct 2017)
Log Message:
-----------
update gdk pixbuf to 2.36.9
Modified Paths:
--------------
trunk/graphics/gdk-pixbuf2/Makefile
trunk/graphics/gdk-pixbuf2/distinfo
trunk/graphics/gdk-pixbuf2/files/patch-Makefile.in
trunk/graphics/gdk-pixbuf2/pkg-descr
trunk/graphics/gdk-pixbuf2/pkg-plist
Property Changed:
----------------
trunk/graphics/gdk-pixbuf2/pkg-descr
Modified: trunk/graphics/gdk-pixbuf2/Makefile
===================================================================
--- trunk/graphics/gdk-pixbuf2/Makefile 2017-10-07 18:41:21 UTC (rev 22918)
+++ trunk/graphics/gdk-pixbuf2/Makefile 2017-10-07 18:45:14 UTC (rev 22919)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= gdk-pixbuf
-PORTVERSION= 2.32.3
+PORTVERSION= 2.36.9
CATEGORIES= graphics
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
@@ -13,31 +13,40 @@
LICENSE= lgpl
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= cpe gmake gnome libtool localbase pathfix pkgconfig \
+ shared-mime-info tar:xz
USE_XORG= xt xi x11
-USES= cpe gmake libtool pathfix pkgconfig tar:xz
CPE_VENDOR= gnome
USE_GNOME+= glib20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-introspection=yes --with-x11
INSTALL_TARGET= install-strip
OPTIONS_SUB= yes
OPTIONS_DEFINE= JASPER JPEG PNG TIFF NLS
-OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS
+OPTIONS_DEFAULT=JASPER JPEG PNG TIFF
+
JASPER_CONFIGURE_WITH= libjasper
-JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper
+JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
+
JPEG_CONFIGURE_WITH= libjpeg
JPEG_USES= jpeg
+
PNG_CONFIGURE_WITH= libpng
-PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+PNG_LIB_DEPENDS= libpng.so:graphics/png
+
TIFF_CONFIGURE_WITH= libtiff
-TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
+TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
+
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
+# workaround tiff enable bug in configure
+post-patch:
+ @${REINPLACE_CMD} -e 's|$$LIBTIFF|$$TIFF_LIBS|' \
+ ${WRKSRC}/configure
+
post-install:
@cd ${WRKSRC}/docs/reference/gdk-pixbuf && gmake ${FAKE_MAKEARGS} install-man1
Modified: trunk/graphics/gdk-pixbuf2/distinfo
===================================================================
--- trunk/graphics/gdk-pixbuf2/distinfo 2017-10-07 18:41:21 UTC (rev 22918)
+++ trunk/graphics/gdk-pixbuf2/distinfo 2017-10-07 18:45:14 UTC (rev 22919)
@@ -1,2 +1,3 @@
-SHA256 (gnome2/gdk-pixbuf-2.32.3.tar.xz) = 2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031
-SIZE (gnome2/gdk-pixbuf-2.32.3.tar.xz) = 2430720
+TIMESTAMP = 1504299347
+SHA256 (gnome2/gdk-pixbuf-2.36.9.tar.xz) = 8013b271ff1a691514b5bbc9b99f6ed456422d4da4a721a9db0b783abe8e740a
+SIZE (gnome2/gdk-pixbuf-2.36.9.tar.xz) = 5769124
Modified: trunk/graphics/gdk-pixbuf2/files/patch-Makefile.in
===================================================================
--- trunk/graphics/gdk-pixbuf2/files/patch-Makefile.in 2017-10-07 18:41:21 UTC (rev 22918)
+++ trunk/graphics/gdk-pixbuf2/files/patch-Makefile.in 2017-10-07 18:45:14 UTC (rev 22919)
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2014-03-10 08:25:16.881789221 +0000
-+++ Makefile.in 2014-03-10 08:25:46.652787373 +0000
-@@ -438,7 +438,7 @@
+--- Makefile.in.orig 2017-09-02 09:47:13 UTC
++++ Makefile.in
+@@ -451,7 +451,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
--SUBDIRS = gdk-pixbuf po docs tests contrib build
-+SUBDIRS = gdk-pixbuf po contrib build
- EXTRA_DIST = \
- config.h.win32 \
- glib-tap.mk \
+-SUBDIRS = gdk-pixbuf po docs thumbnailer tests contrib win32
++SUBDIRS = gdk-pixbuf po thumbnailer tests contrib win32
+ meson_files = \
+ meson.build \
+ meson_options.txt \
Modified: trunk/graphics/gdk-pixbuf2/pkg-descr
===================================================================
--- trunk/graphics/gdk-pixbuf2/pkg-descr 2017-10-07 18:41:21 UTC (rev 22918)
+++ trunk/graphics/gdk-pixbuf2/pkg-descr 2017-10-07 18:45:14 UTC (rev 22919)
@@ -5,4 +5,4 @@
drawables (windows, pixmaps), GdkRGB buffers.
- A cache interface
-WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html
+WWW: https://developer.gnome.org/gdk-pixbuf/
Property changes on: trunk/graphics/gdk-pixbuf2/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/gdk-pixbuf2/pkg-plist
===================================================================
--- trunk/graphics/gdk-pixbuf2/pkg-plist 2017-10-07 18:41:21 UTC (rev 22918)
+++ trunk/graphics/gdk-pixbuf2/pkg-plist 2017-10-07 18:45:14 UTC (rev 22919)
@@ -1,6 +1,7 @@
bin/gdk-pixbuf-csource
bin/gdk-pixbuf-pixdata
bin/gdk-pixbuf-query-loaders
+bin/gdk-pixbuf-thumbnailer
include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
@@ -10,6 +11,7 @@
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
+include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
@@ -32,10 +34,10 @@
lib/girepository-1.0/GdkPixbuf-2.0.typelib
lib/libgdk_pixbuf-2.0.so
lib/libgdk_pixbuf-2.0.so.0
-lib/libgdk_pixbuf-2.0.so.0.3200.3
+lib/libgdk_pixbuf-2.0.so.0.3609.0
lib/libgdk_pixbuf_xlib-2.0.so
lib/libgdk_pixbuf_xlib-2.0.so.0
-lib/libgdk_pixbuf_xlib-2.0.so.0.3200.3
+lib/libgdk_pixbuf_xlib-2.0.so.0.3609.0
libdata/pkgconfig/gdk-pixbuf-2.0.pc
libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc
man/man1/gdk-pixbuf-csource.1.gz
@@ -74,6 +76,7 @@
%%NLS%%share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo
+%%NLS%%share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo
@@ -146,5 +149,6 @@
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo
+share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer
@postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true
@postunexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>&1 >/dev/null || true
More information about the Midnightbsd-cvs
mailing list