svn commit: r348647 - in head: deskutils/xfce4-tumbler graphics/gegl graphics/gthumb graphics/libopenraw

Tijl Coosemans tijl at FreeBSD.org
Wed Mar 19 19:27:01 UTC 2014


Author: tijl
Date: Wed Mar 19 19:26:59 2014
New Revision: 348647
URL: http://svnweb.freebsd.org/changeset/ports/348647
QAT: https://qat.redports.org/buildarchive/r348647/

Log:
  - Update libopenraw to 0.0.9.
  - Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
    (Use same compiler/linker as Boost.) [1]
  - Chase library version change.
  - Consistently use OPENRAW as option name.
  
  PR:		ports/186779 [1]

Modified:
  head/deskutils/xfce4-tumbler/Makefile
  head/graphics/gegl/Makefile
  head/graphics/gthumb/Makefile
  head/graphics/libopenraw/Makefile
  head/graphics/libopenraw/distinfo
  head/graphics/libopenraw/pkg-plist

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Wed Mar 19 19:18:15 2014	(r348646)
+++ head/deskutils/xfce4-tumbler/Makefile	Wed Mar 19 19:26:59 2014	(r348647)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	0.1.30
+PORTREVISION=	1
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -28,7 +29,7 @@ CONFIGURE_ARGS=	--enable-xdg-cache \
 		--disable-gtk-doc-html
 
 OPTIONS_DEFINE=	DOCS NLS PIXBUF FONTS JPEG FFMPEG POPPLER \
-	GSTREAMER ODF RAW COVER
+		GSTREAMER ODF OPENRAW COVER
 OPTIONS_DEFAULT=	PIXBUF FONTS JPEG POPPLER ODF
 FONTS_DESC=	Fonts thumbnailer plugin
 COVER_DESC=	Open Movie Database thumbnailer plugin
@@ -150,7 +151,7 @@ CONFIGURE_ARGS+=--disable-odf-thumbnaile
 PLIST_SUB+=	ODF="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MRAW}
+.if ${PORT_OPTIONS:MOPENRAW}
 .if ! ${PORT_OPTIONS:MPIXBUF}
 USE_GNOME+=	gdkpixbuf2
 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Wed Mar 19 19:18:15 2014	(r348646)
+++ head/graphics/gegl/Makefile	Wed Mar 19 19:26:59 2014	(r348647)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.gimp.org/pub/gegl/0.2/
 
@@ -125,7 +125,7 @@ PLIST_SUB+=	OPENEXR="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MOPENRAW}
-LIB_DEPENDS+=	openraw:${PORTSDIR}/graphics/libopenraw
+LIB_DEPENDS+=	libopenraw.so:${PORTSDIR}/graphics/libopenraw
 PLIST_SUB+=	OPENRAW=""
 .else
 CONFIGURE_ARGS+=--without-libopenraw

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Wed Mar 19 19:18:15 2014	(r348646)
+++ head/graphics/gthumb/Makefile	Wed Mar 19 19:26:59 2014	(r348647)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gthumb
 PORTVERSION=	2.14.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -37,7 +37,6 @@ OPTIONS_DEFINE=	EXIV2 CLUTTER GSTREAMER 
 OPTIONS_DEFAULT=	EXIV2 CLUTTER GSTREAMER OPENRAW SOUP BRASERO YELP
 CLUTTER_DESC=	Fancy slideshows
 GSTREAMER_DESC=	Video playback
-OPENRAW_DESC=	Support for camera RAW files
 SOUP_DESC=	Web services uploaders
 BRASERO_DESC=	Write galleries to CD/DVD (large dependency)
 YELP_DESC=	Viewer for built-in help system
@@ -73,7 +72,7 @@ PLIST_SUB+=	GSTREAMER="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MOPENRAW}
-LIB_DEPENDS+=	openrawgnome.6:${PORTSDIR}/graphics/libopenraw
+LIB_DEPENDS+=	libopenrawgnome.so:${PORTSDIR}/graphics/libopenraw
 CONFIGURE_ARGS+=--enable-libopenraw
 .else
 CONFIGURE_ARGS+=--disable-libopenraw

Modified: head/graphics/libopenraw/Makefile
==============================================================================
--- head/graphics/libopenraw/Makefile	Wed Mar 19 19:18:15 2014	(r348646)
+++ head/graphics/libopenraw/Makefile	Wed Mar 19 19:26:59 2014	(r348647)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libopenraw
-PORTVERSION=	0.0.8
-PORTREVISION=	6
+PORTVERSION=	0.0.9
 CATEGORIES=	graphics
 MASTER_SITES=	http://libopenraw.freedesktop.org/download/
 
@@ -13,7 +12,7 @@ COMMENT=	Library for camera RAW files de
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg
 
-USES=		pkgconfig
+USES=		compiler:c++11-lang libtool pkgconfig tar:bzip2
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -26,7 +25,7 @@ OPTIONS_DEFAULT=	GNOME
 
 OPTIONS_SUB=	yes
 GNOME_CONFIGURE_ENABLE=	gnome
-GNOME_USE=	GNOME=gtk20
+GNOME_USE=	GNOME=glib20,gdkpixbuf2
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure

Modified: head/graphics/libopenraw/distinfo
==============================================================================
--- head/graphics/libopenraw/distinfo	Wed Mar 19 19:18:15 2014	(r348646)
+++ head/graphics/libopenraw/distinfo	Wed Mar 19 19:26:59 2014	(r348647)
@@ -1,2 +1,2 @@
-SHA256 (libopenraw-0.0.8.tar.gz) = b79e6eb1654ba9a831163f3a3057bd573765cbe1ae84be841d19f487d2fe25bd
-SIZE (libopenraw-0.0.8.tar.gz) = 557539
+SHA256 (libopenraw-0.0.9.tar.bz2) = 49fd1adf0a0228c7a17a79bf98d8d03664195feae1e50f4ddd1b20162626e18f
+SIZE (libopenraw-0.0.9.tar.bz2) = 478687

Modified: head/graphics/libopenraw/pkg-plist
==============================================================================
--- head/graphics/libopenraw/pkg-plist	Wed Mar 19 19:18:15 2014	(r348646)
+++ head/graphics/libopenraw/pkg-plist	Wed Mar 19 19:26:59 2014	(r348647)
@@ -11,17 +11,19 @@ include/libopenraw-1.0/libopenraw/rawfil
 include/libopenraw-1.0/libopenraw/thumbnails.h
 include/libopenraw-1.0/libopenraw/types.h
 %%GNOME%%include/libopenraw-1.0/libopenraw-gnome/gdkpixbuf.h
-%%GNOME%%lib/gtk-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.a
-%%GNOME%%lib/gtk-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.la
-%%GNOME%%lib/gtk-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.so
+%%GNOME%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.a
+%%GNOME%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.la
+%%GNOME%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.so
 lib/libopenraw.a
 lib/libopenraw.la
 lib/libopenraw.so
-lib/libopenraw.so.6
+lib/libopenraw.so.1
+lib/libopenraw.so.1.6.0
 %%GNOME%%lib/libopenrawgnome.a
 %%GNOME%%lib/libopenrawgnome.la
 %%GNOME%%lib/libopenrawgnome.so
-%%GNOME%%lib/libopenrawgnome.so.6
+%%GNOME%%lib/libopenrawgnome.so.1
+%%GNOME%%lib/libopenrawgnome.so.1.6.0
 libdata/pkgconfig/libopenraw-1.0.pc
 %%GNOME%%libdata/pkgconfig/libopenraw-gnome-1.0.pc
 %%GNOME%%@dirrm include/libopenraw-1.0/libopenraw-gnome


More information about the svn-ports-head mailing list