Ticket #26142: patch-farsight2-Portfile.diff
File patch-farsight2-Portfile.diff, 2.0 KB (added by louis-francis.ratte-boulianne@…, 14 years ago) |
---|
-
comms/farsight2/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name farsight2 7 version 0.0. 167 version 0.0.20 8 8 description Farsight - Audio/Video Communications Framework 9 9 long_description \ 10 10 The Farsight project is an effort to create a framework \ … … 18 18 homepage http://farsight.freedesktop.org/wiki/ 19 19 master_sites http://farsight.freedesktop.org/releases/${name}/ 20 20 21 checksums md5 ca6261e19cfcfe8a6e5e51b8c2f5ad16\22 sha1 dd25428cb38cc54169db6e8022ed49bc7d609d5b\23 rmd160 20b7e7f81365aac8147a331a6c49baaadf6f46a921 checksums md5 d07628d9a06c4d6989189eec947e4923 \ 22 sha1 231e7d54c06677f9817cc72304615c8b0081b18d \ 23 rmd160 e52e24c48bef8c3ddeddbd277dedc618d9db644f 24 24 25 25 depends_build port:pkgconfig \ 26 26 port:gtk-doc \ 27 port:python2 527 port:python26 28 28 29 29 depends_lib port:gst-plugins-base \ 30 30 port:gst-plugins-farsight \ 31 port:py26-gst-python \ 31 32 port:libnice 32 33 33 configure.python ${prefix}/bin/python2.5 34 use_autoconf yes 34 35 35 configure.args --disable-gupnp \ 36 --disable-python \ 37 --disable-shave 36 configure.python ${prefix}/bin/python2.6 37 38 configure.args --disable-gupnp 39 40 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 41 42 configure.pkg_config_path ${python_prefix}/lib/pkgconfig 43 configure.env-append PYTHON_EXECDIR=${python_prefix}/lib/python2.6/site-packages 44 build.env-append PKG_CONFIG_PATH=${python_prefix}/lib/pkgconfig 45 build.env-append PYTHON_EXECDIR=${python_prefix}/lib/python2.6/site-packages 46 47 patchfiles patch-python-Makefile.am.diff \ 48 patch-configure.ac.diff \ 49 patch-fs-rtp-discovers-codecs.diff 38 50 39 51 livecheck.type regex 40 52 livecheck.url ${master_sites}