Ticket #28052: Portfile-py27-gst-python.diff
File Portfile-py27-gst-python.diff, 729 bytes (added by lsinger@…, 14 years ago) |
---|
-
Portfile
old new 5 5 6 6 name py27-gst-python 7 7 version 0.10.21 8 revision 1 8 9 categories python gnome multimedia 9 10 maintainers rmstonecipher openmaintainer 10 11 description GStreamer python bindings … … 27 28 configure.pre_args-delete --prefix=${prefix} 28 29 configure.pre_args-append --prefix=${python_prefix} 29 30 configure.args-append --includedir=${python_prefix}/include/python2.7 31 configure.args-append --with-libpython-dir=${prefix}/lib 30 32 configure.pkg_config_path ${python_prefix}/lib/pkgconfig 31 33 configure.python ${prefix}/bin/python2.7 32 34