Ticket #45263: libmediaart.diff
File libmediaart.diff, 985 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup gobject_introspection 1.0 5 6 6 7 name libmediaart 7 8 version 0.7.0 … … 24 25 depends_build port:pkgconfig 25 26 26 27 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ 27 port:gobject-introspection \28 28 port:vala 29 29 30 30 configure.args --disable-silent-rules \ 31 --enable-introspection=yes \32 31 --enable-vala \ 33 32 --enable-gdkpixbuf=no \ 34 33 --enable-qt=no \ 35 34 --enable-nemo=no 36 35 36 gobject_introspection yes 37 37 38 variant gdkpixbuf conflicts qt4 description {Enable GdkPixbuf support, (MP3 album art)} { 38 39 configure.args-delete --enable-gdkpixbuf=no 39 40 configure.args-append --enable-gdkpixbuf=yes