Ticket #26142: patch-farsight2-Portfile.diff

File patch-farsight2-Portfile.diff, 2.0 KB (added by louis-francis.ratte-boulianne@…, 14 years ago)

Portfile patch

  • comms/farsight2/Portfile

    old new  
    44PortSystem 1.0
    55
    66name            farsight2
    7 version         0.0.16
     7version         0.0.20
    88description     Farsight - Audio/Video Communications Framework
    99long_description \
    1010                The Farsight project is an effort to create a framework \
     
    1818homepage        http://farsight.freedesktop.org/wiki/
    1919master_sites    http://farsight.freedesktop.org/releases/${name}/
    2020
    21 checksums       md5     ca6261e19cfcfe8a6e5e51b8c2f5ad16 \
    22                 sha1    dd25428cb38cc54169db6e8022ed49bc7d609d5b \
    23                 rmd160  20b7e7f81365aac8147a331a6c49baaadf6f46a9
     21checksums       md5     d07628d9a06c4d6989189eec947e4923 \
     22                sha1    231e7d54c06677f9817cc72304615c8b0081b18d \
     23                rmd160  e52e24c48bef8c3ddeddbd277dedc618d9db644f
    2424
    2525depends_build   port:pkgconfig \
    2626                port:gtk-doc \
    27                 port:python25
     27                port:python26
    2828
    2929depends_lib     port:gst-plugins-base \
    3030                port:gst-plugins-farsight \
     31                port:py26-gst-python \
    3132                port:libnice
    3233
    33 configure.python ${prefix}/bin/python2.5
     34use_autoconf    yes
    3435
    35 configure.args  --disable-gupnp \
    36                 --disable-python \
    37                 --disable-shave
     36configure.python ${prefix}/bin/python2.6
     37
     38configure.args  --disable-gupnp
     39
     40set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
     41
     42configure.pkg_config_path ${python_prefix}/lib/pkgconfig
     43configure.env-append PYTHON_EXECDIR=${python_prefix}/lib/python2.6/site-packages
     44build.env-append PKG_CONFIG_PATH=${python_prefix}/lib/pkgconfig
     45build.env-append PYTHON_EXECDIR=${python_prefix}/lib/python2.6/site-packages
     46
     47patchfiles      patch-python-Makefile.am.diff \
     48                patch-configure.ac.diff \
     49                patch-fs-rtp-discovers-codecs.diff
    3850
    3951livecheck.type  regex
    4052livecheck.url   ${master_sites}