diff options
author | drochner <drochner@pkgsrc.org> | 2008-02-28 19:43:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-02-28 19:43:08 +0000 |
commit | d0bb6d14978b2ba930dbecbde2f541a0ec2d7329 (patch) | |
tree | 7098cc4416f90d82a8d5f9c2b32504a6c1a8e6e7 /multimedia/py-gstreamer0.10/PLIST | |
parent | a906878a8df8cf11bd79a285bf3b4e2d4af67e5c (diff) | |
download | pkgsrc-d0bb6d14978b2ba930dbecbde2f541a0ec2d7329.tar.gz |
update to 0.10.10
changes:
-Wrap new API for 0.10.16 GStreamer and Base releases
-New gst.pbutils module wraps the gst-plugins-base pbutils library
-Rework gst_pad_add_*probe function wrapping to avoid leaks
-Various build fixes
Diffstat (limited to 'multimedia/py-gstreamer0.10/PLIST')
-rw-r--r-- | multimedia/py-gstreamer0.10/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/py-gstreamer0.10/PLIST b/multimedia/py-gstreamer0.10/PLIST index b8b6448f92c..79373631a1c 100644 --- a/multimedia/py-gstreamer0.10/PLIST +++ b/multimedia/py-gstreamer0.10/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2007/02/08 21:33:33 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/02/28 19:43:08 drochner Exp $ lib/pkgconfig/gst-python-0.10.pc ${PYSITELIB}/gst-0.10/gst/__init__.py ${PYSITELIB}/gst-0.10/gst/__init__.pyc @@ -26,12 +26,14 @@ ${PYSITELIB}/gst-0.10/gst/extend/utils.py ${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}/pygst.pth ${PYSITELIB}/pygst.py 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/examples/audio-controller.py share/gst-python/0.10/examples/audioconcat.py share/gst-python/0.10/examples/bps.py |