Revision: 87218 http://trac.macports.org/changeset/87218 Author: devans@macports.org Date: 2011-11-13 23:29:10 -0800 (Sun, 13 Nov 2011) Log Message: ----------- libopenraw: update to version 0.0.9, dependencies, builds universal. Modified Paths: -------------- trunk/dports/graphics/libopenraw/Portfile trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff Removed Paths: ------------- trunk/dports/graphics/libopenraw/files/patch-configure.diff Modified: trunk/dports/graphics/libopenraw/Portfile =================================================================== --- trunk/dports/graphics/libopenraw/Portfile 2011-11-14 06:31:25 UTC (rev 87217) +++ trunk/dports/graphics/libopenraw/Portfile 2011-11-14 07:29:10 UTC (rev 87218) @@ -4,8 +4,7 @@ PortSystem 1.0 name libopenraw -version 0.0.8 -revision 4 +version 0.0.9 categories graphics license LGPL-3+ maintainers devans openmaintainer @@ -13,8 +12,6 @@ homepage http://libopenraw.freedesktop.org/wiki/ master_sites http://libopenraw.freedesktop.org/download/ -universal_variant no - description \ libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. @@ -24,22 +21,23 @@ need for an easy to use API to build free software digital image processing applications. It also has the \ goal to address features missing from dcraw such as meta-data decoding and easy thumbnail extraction. -checksums md5 fc26f146586a4b601326130bce6ffd88 \ - sha1 6eb19679f3b5cdc566a4caa459811121a78ac0d9 \ - rmd160 ae653949812c0b248515837d08e0dd8f28a4e5d1 +checksums sha1 ca246099c5b4f9f1714579706f019382c547b061 \ + rmd160 c525d8f028cec056b2217815cc7c390c80082281 -patchfiles patch-Makefile.in.diff \ - patch-configure.diff +use_bzip2 yes +patchfiles patch-Makefile.in.diff + depends_build port:pkgconfig -depends_lib port:gtk2 \ +depends_lib port:libxml2 \ + port:gdk-pixbuf2 \ port:boost configure.args --with-boost=${prefix} variant no_gnome description {Build without GNOME/GTK2 support} { - depends_lib-delete port:gtk2 + depends_lib-delete port:gdk-pixbuf2 configure.args-append --disable-gnome } Modified: trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff 2011-11-14 06:31:25 UTC (rev 87217) +++ trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff 2011-11-14 07:29:10 UTC (rev 87218) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2008-10-16 11:35:56.000000000 -0700 -+++ Makefile.in 2008-10-16 11:38:20.000000000 -0700 -@@ -201,7 +201,7 @@ +--- Makefile.in.orig 2011-11-13 13:04:00.000000000 -0800 ++++ Makefile.in 2011-11-13 20:23:10.000000000 -0800 +@@ -259,7 +259,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 Deleted: trunk/dports/graphics/libopenraw/files/patch-configure.diff =================================================================== --- trunk/dports/graphics/libopenraw/files/patch-configure.diff 2011-11-14 06:31:25 UTC (rev 87217) +++ trunk/dports/graphics/libopenraw/files/patch-configure.diff 2011-11-14 07:29:10 UTC (rev 87218) @@ -1,11 +0,0 @@ ---- configure.old 2010-10-27 19:46:21.000000000 +0200 -+++ configure 2010-10-27 19:47:45.000000000 +0200 -@@ -17568,7 +17568,7 @@ - _ACEOF - - GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` -- GDK_PIXBUF_DIR="gtk-2.0/$GTK_VERSION/loaders" -+ GDK_PIXBUF_DIR="gdk-pixbuf-2.0/$GTK_VERSION/loaders" - - HAVE_LIBGDKPIXBUF=yes - fi
participants (1)
-
devans@macports.org