Ticket #27032: libopenraw.diff
File libopenraw.diff, 1.5 KB (added by elelay (Eric Le Lay), 14 years ago) |
---|
-
files/patch-configure.diff
1 --- configure.old 2010-10-27 19:46:21.000000000 +0200 2 +++ configure 2010-10-27 19:47:45.000000000 +0200 3 @@ -17568,7 +17568,7 @@ 4 _ACEOF 5 6 GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` 7 - GDK_PIXBUF_DIR="gtk-2.0/$GTK_VERSION/loaders" 8 + GDK_PIXBUF_DIR="gdk-pixbuf-2.0/$GTK_VERSION/loaders" 9 10 HAVE_LIBGDKPIXBUF=yes 11 fi -
Portfile
5 5 6 6 name libopenraw 7 7 version 0.0.8 8 revision 28 revision 3 9 9 categories graphics 10 10 maintainers devans openmaintainer 11 11 platforms darwin … … 27 27 sha1 6eb19679f3b5cdc566a4caa459811121a78ac0d9 \ 28 28 rmd160 ae653949812c0b248515837d08e0dd8f28a4e5d1 29 29 30 patchfiles patch-Makefile.in.diff 30 patchfiles patch-Makefile.in.diff\ 31 patch-configure.diff 31 32 32 33 depends_build port:pkgconfig 33 34 … … 41 42 configure.args-append --disable-gnome 42 43 } 43 44 45 post-activate { 46 if {![variant_isset no_gnome]} { 47 ui_debug "Updating gdk-pixbuf.loaders..." 48 system "gdk-pixbuf-query-loaders --update-cache" 49 } 50 } 51 44 52 livecheck.type regex 45 53 livecheck.url ${homepage} 46 54 livecheck.regex {version\ (\d+(?:\.\d+)*)}