diff options
author | drochner <drochner@pkgsrc.org> | 2009-01-26 10:44:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-01-26 10:44:26 +0000 |
commit | fc8acd208bc7443ad7beb59bba1c3fcf9530d924 (patch) | |
tree | 19113516d9c77c8e6a4c17f254aa307cbab64fba /multimedia/py-gstreamer0.10/PLIST | |
parent | 982259fa2dbdebf59976b141ad5b84141b7524e7 (diff) | |
download | pkgsrc-fc8acd208bc7443ad7beb59bba1c3fcf9530d924.tar.gz |
update to 0.10.14
changes:
Handle keep-refcount for GBoxed arguments
Mark gst.message* that take ownership of the gst.Structure/gst.TagList
Wrap new API in Core and Base
Various other bug fixes and improvements
Diffstat (limited to 'multimedia/py-gstreamer0.10/PLIST')
-rw-r--r-- | multimedia/py-gstreamer0.10/PLIST | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/py-gstreamer0.10/PLIST b/multimedia/py-gstreamer0.10/PLIST index a2a44dcb325..9b547eefacb 100644 --- a/multimedia/py-gstreamer0.10/PLIST +++ b/multimedia/py-gstreamer0.10/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2008/11/10 11:58:40 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/01/26 10:44:26 drochner Exp $ lib/pkgconfig/gst-python-0.10.pc ${PYSITELIB}/gst-0.10/gst/__init__.py ${PYSITELIB}/gst-0.10/gst/__init__.pyc ${PYSITELIB}/gst-0.10/gst/__init__.pyo ${PYSITELIB}/gst-0.10/gst/_gst.la +${PYSITELIB}/gst-0.10/gst/audio.la ${PYSITELIB}/gst-0.10/gst/extend/__init__.py ${PYSITELIB}/gst-0.10/gst/extend/__init__.pyc ${PYSITELIB}/gst-0.10/gst/extend/__init__.pyo @@ -27,14 +28,19 @@ ${PYSITELIB}/gst-0.10/gst/extend/utils.pyc ${PYSITELIB}/gst-0.10/gst/extend/utils.pyo ${PYSITELIB}/gst-0.10/gst/interfaces.la ${PYSITELIB}/gst-0.10/gst/pbutils.la +${PYSITELIB}/gst-0.10/gst/tag.la +${PYSITELIB}/gst-0.10/gst/video.la +${PYSITELIB}/gstoption.la ${PYSITELIB}/pygst.pth ${PYSITELIB}/pygst.py -${PYSITELIB}/gstoption.la +share/gst-python/0.10/defs/audio.defs share/gst-python/0.10/defs/base.defs share/gst-python/0.10/defs/gst-extrafuncs.defs share/gst-python/0.10/defs/gst-types.defs share/gst-python/0.10/defs/libs.defs share/gst-python/0.10/defs/pbutils.defs +share/gst-python/0.10/defs/tag.defs +share/gst-python/0.10/defs/video.defs share/gst-python/0.10/examples/audio-controller.py share/gst-python/0.10/examples/audioconcat.py share/gst-python/0.10/examples/bps.py |