summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/gstreamer-plugins-gnonlin/Makefile5
-rw-r--r--multimedia/gstreamer-plugins-gnonlin/distinfo6
-rw-r--r--multimedia/py-gstreamer/Makefile35
-rw-r--r--multimedia/py-gstreamer/distinfo3
-rw-r--r--multimedia/py-gstreamer/pkg-descr10
-rw-r--r--multimedia/py-gstreamer/pkg-plist49
6 files changed, 102 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins-gnonlin/Makefile b/multimedia/gstreamer-plugins-gnonlin/Makefile
index b776b60a6..c3e81efe3 100644
--- a/multimedia/gstreamer-plugins-gnonlin/Makefile
+++ b/multimedia/gstreamer-plugins-gnonlin/Makefile
@@ -3,11 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.4 2006/07/17 00:00:02 ahze Exp $
+# $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.5 2006/07/17 01:39:57 ahze Exp $
PORTNAME= gstreamer-plugins-gnonlin
-PORTVERSION= 0.10.4
-PORTREVISION= 1
+PORTVERSION= 0.10.5
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/
DISTNAME= gnonlin-${PORTVERSION}
diff --git a/multimedia/gstreamer-plugins-gnonlin/distinfo b/multimedia/gstreamer-plugins-gnonlin/distinfo
index ff8ae97b9..b0ffa98fc 100644
--- a/multimedia/gstreamer-plugins-gnonlin/distinfo
+++ b/multimedia/gstreamer-plugins-gnonlin/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnonlin-0.10.4.tar.bz2) = 8649d8e5fe56e8b02f1c35bc0db7716d
-SHA256 (gnonlin-0.10.4.tar.bz2) = a388ab428fd52963cc0ea6204ed71a7382d293c039360135f21be12702255ce6
-SIZE (gnonlin-0.10.4.tar.bz2) = 346763
+MD5 (gnonlin-0.10.5.tar.bz2) = dd4804a6455ddbab9d22d53729006eab
+SHA256 (gnonlin-0.10.5.tar.bz2) = 6286d23ec10247623982b5b270892b2f93a6a003e96d8aa1133a842f585a0875
+SIZE (gnonlin-0.10.5.tar.bz2) = 354673
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile
new file mode 100644
index 000000000..5775e3f39
--- /dev/null
+++ b/multimedia/py-gstreamer/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gstreamer-python
+# Date created: Fri Apr 9 16:24:13 CEST 2004
+# Whom: Koop Mast <kwm@rainbow-runner.nl>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gstreamer
+PORTVERSION= 0.10.5
+CATEGORIES= multimedia python gnome
+MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= gst-python-${PORTVERSION}
+
+MAINTAINER= multimedia@FreeBSD.org
+COMMENT= A set of Python bindings for gstreamer
+
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
+
+USE_PYTHON= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= pygtk2 \
+ gnomehack \
+ pkgconfig
+USE_GSTREAMER= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LDFLAGS="-L${X11BASE}"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py
+
+.include <bsd.port.mk>
diff --git a/multimedia/py-gstreamer/distinfo b/multimedia/py-gstreamer/distinfo
new file mode 100644
index 000000000..bbf413288
--- /dev/null
+++ b/multimedia/py-gstreamer/distinfo
@@ -0,0 +1,3 @@
+MD5 (gst-python-0.10.5.tar.bz2) = f5e614356e581c644bb4c79c1de7ed7e
+SHA256 (gst-python-0.10.5.tar.bz2) = 7f00ea1b6cd10333919253dcbf25c0695a9e34e91dc17d6b5183757ec6e6e9b7
+SIZE (gst-python-0.10.5.tar.bz2) = 424559
diff --git a/multimedia/py-gstreamer/pkg-descr b/multimedia/py-gstreamer/pkg-descr
new file mode 100644
index 000000000..ec5f4dcd7
--- /dev/null
+++ b/multimedia/py-gstreamer/pkg-descr
@@ -0,0 +1,10 @@
+gst-python provides a convenient wrapper for the GStreamer library for
+use in Python programs, and takes care of many of the boring details
+such as managing memory and type casting.
+
+Like the GTK library itself gst-python is licensed under the GNU LGPL, so is
+suitable for use in both free software and proprietary applications. It
+is already in use in many applications ranging from small single purpose
+scripts up to large full features applications.
+
+WWW: http://gstreamer.freedesktop.org/
diff --git a/multimedia/py-gstreamer/pkg-plist b/multimedia/py-gstreamer/pkg-plist
new file mode 100644
index 000000000..2d9283420
--- /dev/null
+++ b/multimedia/py-gstreamer/pkg-plist
@@ -0,0 +1,49 @@
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/__init__.py
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/_gst.la
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/_gst.so
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/__init__.py
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/discoverer.py
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/discoverer.pyc
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/discoverer.pyo
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/pygobject.py
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/pygobject.pyc
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/pygobject.pyo
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/utils.py
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/utils.pyc
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend/utils.pyo
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/interfaces.la
+%%PYTHON_SITELIBDIR%%/gst-0.10/gst/interfaces.so
+%%PYTHON_SITELIBDIR%%/pygst.pth
+%%PYTHON_SITELIBDIR%%/pygst.py
+libdata/pkgconfig/gst-python-0.10.pc
+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/examples/audio-controller.py
+share/gst-python/0.10/examples/audioconcat.py
+share/gst-python/0.10/examples/bps.py
+share/gst-python/0.10/examples/cp.py
+share/gst-python/0.10/examples/debugslider.py
+share/gst-python/0.10/examples/f2f.py
+share/gst-python/0.10/examples/filesrc.py
+share/gst-python/0.10/examples/fvumeter.py
+share/gst-python/0.10/examples/gst123
+share/gst-python/0.10/examples/gstfile.py
+share/gst-python/0.10/examples/pipeline-tester
+share/gst-python/0.10/examples/play.py
+share/gst-python/0.10/examples/remuxer.py
+share/gst-python/0.10/examples/sinkelement.py
+share/gst-python/0.10/examples/vorbisplay.py
+share/gst-python/0.10/examples/vumeter.py
+@dirrm share/gst-python/0.10/examples
+@dirrm share/gst-python/0.10/defs
+@dirrm share/gst-python/0.10
+@dirrmtry share/gst-python
+@dirrm %%PYTHON_SITELIBDIR%%/gst-0.10/gst/extend
+@dirrm %%PYTHON_SITELIBDIR%%/gst-0.10/gst
+@dirrm %%PYTHON_SITELIBDIR%%/gst-0.10