Ticket #11125: libextractor-Portfile.patch

File libextractor-Portfile.patch, 1.2 KB (added by namely_void@…, 17 years ago)

Patch to current Portfile, updating to 0.5.16. This version of the Portfile does not need the patch under files/ anymore. Functionality requiring GNOME is explicitly disabled.

  • devel/libextractor/Portfile

    old new  
    11# $Id: Portfile 20407 2006-11-03 02:13:54Z jberry@macports.org $
    22PortSystem 1.0
    33name            libextractor
    4 version         0.5.11
     4version         0.5.16
    55categories      devel
    66maintainers     nomaintainer@macports.org
    77description     A library for extraction af meta-data.
     
    1414homepage        http://gnunet.org/libextractor/
    1515master_sites    http://gnunet.org/libextractor/download/
    1616platforms       darwin
    17 checksums       md5 ba67e55e20bff3fca9f7a5dbfea7d7ed
    18 patchfiles      patch-wordextractor.c
    19 depends_lib     port:bzip2 port:zlib port:gettext port:libiconv port:glib2
     17checksums       md5 537c79b827406741a2f9c62ab77cc513
     18depends_lib     port:bzip2 port:zlib port:gettext port:libiconv port:glib2 \
     19                port:libmpeg2 port:libvorbis
    2020configure.args  --mandir=${prefix}/share/man \
    2121                --with-libiconv-prefix=${prefix} \
    22                 --with-libintl-prefix=${prefix}
     22                --with-libintl-prefix=${prefix} \
     23                --disable-xpdf \
     24                --disable-gsf \
     25                --disable-gnome
    2326configure.env   CPPFLAGS="-I${prefix}/include" \
    2427                LDFLAGS="-L${prefix}/lib"