Ticket #45263: libmediaart.diff

File libmediaart.diff, 985 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           gobject_introspection 1.0
    56
    67name                libmediaart
    78version             0.7.0
     
    2425depends_build       port:pkgconfig
    2526
    2627depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
    27                     port:gobject-introspection \
    2828                    port:vala
    2929
    3030configure.args      --disable-silent-rules \
    31                     --enable-introspection=yes \
    3231                    --enable-vala \
    3332                    --enable-gdkpixbuf=no \
    3433                    --enable-qt=no \
    3534                    --enable-nemo=no
    3635
     36gobject_introspection   yes
     37
    3738variant gdkpixbuf conflicts qt4 description {Enable GdkPixbuf support, (MP3 album art)} {
    3839    configure.args-delete   --enable-gdkpixbuf=no
    3940    configure.args-append   --enable-gdkpixbuf=yes