summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 21:34:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 21:34:12 +0800
commitfcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (patch)
tree06b8d5ee13fbb3c12bbad061b4698781f79c935e
parentd755f8b1c707d652113d7b1ee90c53a3860e715e (diff)
downloadmarcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.tar
marcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.tar.gz
marcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.tar.bz2
marcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.tar.lz
marcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.tar.xz
marcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.tar.zst
marcuscom-ports-fcb35eefd4dfbdb779f8666ef8ed813f2931cf16.zip
py[3]-gstreamer1 was added to ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19803 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/py-gstreamer1/Makefile32
-rw-r--r--multimedia/py-gstreamer1/pkg-descr10
-rw-r--r--multimedia/py-gstreamer1/pkg-plist8
-rw-r--r--multimedia/py3-gstreamer1/Makefile32
-rw-r--r--multimedia/py3-gstreamer1/distinfo2
-rw-r--r--multimedia/py3-gstreamer1/pkg-descr10
-rw-r--r--multimedia/py3-gstreamer1/pkg-plist8
7 files changed, 0 insertions, 102 deletions
diff --git a/multimedia/py-gstreamer1/Makefile b/multimedia/py-gstreamer1/Makefile
deleted file mode 100644
index 08de76a35..000000000
--- a/multimedia/py-gstreamer1/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= gstreamer1
-PORTVERSION= 1.2.0
-PORTREVISION= 1
-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= Python2 bindings for gstreamer
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= gmake pathfix pkgconfig tar:bzip2
-USE_GNOME= pygobject3
-USE_GSTREAMER1= yes
-GNU_CONFIGURE= yes
-USE_PYTHON= 2
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS}
-DISTINFO_FILE= ${.CURDIR}/../py3-gstreamer1/distinfo
-
-post-patch:
- @${REINPLACE_CMD} -e 's|import _gi_gst|from . import _gi_gst|g' \
- ${WRKSRC}/gi/overrides/Gst.py
-
-.include <bsd.port.mk>
diff --git a/multimedia/py-gstreamer1/pkg-descr b/multimedia/py-gstreamer1/pkg-descr
deleted file mode 100644
index ec5f4dcd7..000000000
--- a/multimedia/py-gstreamer1/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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-gstreamer1/pkg-plist b/multimedia/py-gstreamer1/pkg-plist
deleted file mode 100644
index e16b76c49..000000000
--- a/multimedia/py-gstreamer1/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/Gst.py
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/Gst.pyc
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/Gst.pyo
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/GstPbutils.py
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/GstPbutils.pyc
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/GstPbutils.pyo
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/_gi_gst.la
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/_gi_gst.so
diff --git a/multimedia/py3-gstreamer1/Makefile b/multimedia/py3-gstreamer1/Makefile
deleted file mode 100644
index a621fc784..000000000
--- a/multimedia/py3-gstreamer1/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= gstreamer1
-PORTVERSION= 1.2.0
-PORTREVISION= 1
-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= Python3 bindings for gstreamer
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= gmake pathfix pkgconfig tar:bzip2
-USE_GNOME= py3gobject3
-USE_GSTREAMER1= yes
-GNU_CONFIGURE= yes
-USE_PYTHON= 3
-PLIST_SUB= VERSION="${GST_VERSION}" PYTVER=${PYTHON_VER:S/.//}
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|import _gi_gst|from . import _gi_gst|g' \
- ${WRKSRC}/gi/overrides/Gst.py
-
-.include <bsd.port.mk>
diff --git a/multimedia/py3-gstreamer1/distinfo b/multimedia/py3-gstreamer1/distinfo
deleted file mode 100644
index a2e2608a3..000000000
--- a/multimedia/py3-gstreamer1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gst-python-1.2.0.tar.bz2) = 81ae1eb4fadef1934b4107ec1b6c0faa0bb7e188fd64d96ae475dd8834f58625
-SIZE (gst-python-1.2.0.tar.bz2) = 410330
diff --git a/multimedia/py3-gstreamer1/pkg-descr b/multimedia/py3-gstreamer1/pkg-descr
deleted file mode 100644
index ec5f4dcd7..000000000
--- a/multimedia/py3-gstreamer1/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/py3-gstreamer1/pkg-plist b/multimedia/py3-gstreamer1/pkg-plist
deleted file mode 100644
index fda4832cd..000000000
--- a/multimedia/py3-gstreamer1/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/Gst.py
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/GstPbutils.py
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/__pycache__/Gst.cpython-%%PYTVER%%.pyc
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/__pycache__/Gst.cpython-%%PYTVER%%.pyo
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-%%PYTVER%%.pyc
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-%%PYTVER%%.pyo
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/_gi_gst.la
-%%PYTHON_LIBDIR%%/site-packages/gi/overrides/_gi_gst.so