Ticket #36849: Portfile-01-fixdeps.patch

File Portfile-01-fixdeps.patch, 1.2 KB (added by devernay (Frédéric Devernay), 12 years ago)
  • Portfile

    old new  
    6666                port:libtheora \
    6767                port:libmodplug \
    6868                port:jack \
    69                 port:dirac \
    7069                port:schroedinger \
    7170                port:openjpeg \
    7271                path:lib/libspeex.dylib:speex \
    7372                port:libvpx \
    7473                path:lib/pkgconfig/sdl.pc:libsdl \
     74                port:fontconfig \
    7575                port:bzip2 \
    7676                port:zlib
    7777
     
    109109        --enable-libmodplug \
    110110        --enable-libvpx \
    111111        --enable-libspeex \
     112        --enable-fontconfig \
    112113        --disable-mmx \
    113114        --disable-mmx2 \
    114115        --disable-sse \
     
    195196    license-append          GPL-3+
    196197}
    197198
     199variant dc1394 description {Use libdc1394 for firewire camera.} {
     200    patchfiles-append ffmpeg-0.11-dc1394.patch
     201    configure.args-append   --enable-libdc1394
     202    depends_lib-append      port:libdc1394
     203}
    198204
    199205# the build server uses the default variants, and we want distributable binaries
    200206# nonfree code is disabled by default but can be enabled using the +nonfree variant