Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: py-gstreamer1/Makefile
- ===================================================================
- --- py-gstreamer1/Makefile (revision 0)
- +++ py-gstreamer1/Makefile (working copy)
- @@ -0,0 +1,26 @@
- +# Created by: Gustau Perez i Querol <[email protected]>
- +# $FreeBSD$
- +# $MCom$
- +
- +PORTNAME= gstreamer1
- +PORTVERSION= 1.2.0
- +CATEGORIES= multimedia python gnome
- +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
- +DISTNAME= gst-python-${PORTVERSION}
- +
- +MAINTAINER= [email protected]
- +COMMENT= Python3 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}
- +
- +.include <bsd.port.mk>
- Index: py-gstreamer1/distinfo
- ===================================================================
- --- py-gstreamer1/distinfo (revision 0)
- +++ py-gstreamer1/distinfo (working copy)
- @@ -0,0 +1,2 @@
- +SHA256 (gst-python-1.2.0.tar.bz2) = 81ae1eb4fadef1934b4107ec1b6c0faa0bb7e188fd64d96ae475dd8834f58625
- +SIZE (gst-python-1.2.0.tar.bz2) = 410330
- Index: py-gstreamer1/pkg-descr
- ===================================================================
- --- py-gstreamer1/pkg-descr (revision 0)
- +++ py-gstreamer1/pkg-descr (working copy)
- @@ -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/
- Index: py-gstreamer1/pkg-plist
- ===================================================================
- --- py-gstreamer1/pkg-plist (revision 0)
- +++ py-gstreamer1/pkg-plist (working copy)
- @@ -0,0 +1,8 @@
- +%%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
- Index: py3-gstreamer1/Makefile
- ===================================================================
- --- py3-gstreamer1/Makefile (revision 0)
- +++ py3-gstreamer1/Makefile (working copy)
- @@ -0,0 +1,27 @@
- +# Created by: Gustau Perez i Querol <[email protected]>
- +# $FreeBSD$
- +# $MCom$
- +
- +PORTNAME= gstreamer1
- +PORTVERSION= 1.2.0
- +CATEGORIES= multimedia python gnome
- +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
- +DISTNAME= gst-python-${PORTVERSION}
- +
- +MAINTAINER= [email protected]
- +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}
- +
- +.include <bsd.port.mk>
- Index: py3-gstreamer1/distinfo
- ===================================================================
- --- py3-gstreamer1/distinfo (revision 0)
- +++ py3-gstreamer1/distinfo (working copy)
- @@ -0,0 +1,2 @@
- +SHA256 (gst-python-1.2.0.tar.bz2) = 81ae1eb4fadef1934b4107ec1b6c0faa0bb7e188fd64d96ae475dd8834f58625
- +SIZE (gst-python-1.2.0.tar.bz2) = 410330
- Index: py3-gstreamer1/pkg-descr
- ===================================================================
- --- py3-gstreamer1/pkg-descr (revision 0)
- +++ py3-gstreamer1/pkg-descr (working copy)
- @@ -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/
- Index: py3-gstreamer1/pkg-plist
- ===================================================================
- --- py3-gstreamer1/pkg-plist (revision 0)
- +++ py3-gstreamer1/pkg-plist (working copy)
- @@ -0,0 +1,8 @@
- +%%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
- [root@hast16 ~/marcuscom/ports-experimental/trunk/multimedia]# svn diff py-gstreamer1/ py3-gstreamer1/|less
- Index: py-gstreamer1/Makefile
- ===================================================================
- --- py-gstreamer1/Makefile (revision 0)
- +++ py-gstreamer1/Makefile (working copy)
- @@ -0,0 +1,26 @@
- +# Created by: Gustau Perez i Querol <[email protected]>
- +# $FreeBSD$
- +# $MCom$
- +
- +PORTNAME= gstreamer1
- +PORTVERSION= 1.2.0
- +CATEGORIES= multimedia python gnome
- +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
- +DISTNAME= gst-python-${PORTVERSION}
- +
- +MAINTAINER= [email protected]
- +COMMENT= Python3 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}
- +
- +.include <bsd.port.mk>
- Index: py-gstreamer1/distinfo
- ===================================================================
- --- py-gstreamer1/distinfo (revision 0)
- +++ py-gstreamer1/distinfo (working copy)
- @@ -0,0 +1,2 @@
- +SHA256 (gst-python-1.2.0.tar.bz2) = 81ae1eb4fadef1934b4107ec1b6c0faa0bb7e188fd64d96ae475dd8834f58625
- +SIZE (gst-python-1.2.0.tar.bz2) = 410330
- Index: py-gstreamer1/pkg-descr
- ===================================================================
- --- py-gstreamer1/pkg-descr (revision 0)
- +++ py-gstreamer1/pkg-descr (working copy)
- @@ -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/
- Index: py-gstreamer1/pkg-plist
- ===================================================================
- --- py-gstreamer1/pkg-plist (revision 0)
- +++ py-gstreamer1/pkg-plist (working copy)
- @@ -0,0 +1,8 @@
- +%%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
- Index: py3-gstreamer1/Makefile
- ===================================================================
- --- py3-gstreamer1/Makefile (revision 0)
- +++ py3-gstreamer1/Makefile (working copy)
- @@ -0,0 +1,27 @@
- +# Created by: Gustau Perez i Querol <[email protected]>
- +# $FreeBSD$
- +# $MCom$
- +
- +PORTNAME= gstreamer1
- +PORTVERSION= 1.2.0
- +CATEGORIES= multimedia python gnome
- +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
- +DISTNAME= gst-python-${PORTVERSION}
- +
- +MAINTAINER= [email protected]
- +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}
- +
- +.include <bsd.port.mk>
- Index: py3-gstreamer1/distinfo
- ===================================================================
- --- py3-gstreamer1/distinfo (revision 0)
- +++ py3-gstreamer1/distinfo (working copy)
- @@ -0,0 +1,2 @@
- +SHA256 (gst-python-1.2.0.tar.bz2) = 81ae1eb4fadef1934b4107ec1b6c0faa0bb7e188fd64d96ae475dd8834f58625
- +SIZE (gst-python-1.2.0.tar.bz2) = 410330
- Index: py3-gstreamer1/pkg-descr
- ===================================================================
- --- py3-gstreamer1/pkg-descr (revision 0)
- +++ py3-gstreamer1/pkg-descr (working copy)
- @@ -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/
- Index: py3-gstreamer1/pkg-plist
- ===================================================================
- --- py3-gstreamer1/pkg-plist (revision 0)
- +++ py3-gstreamer1/pkg-plist (working copy)
- @@ -0,0 +1,8 @@
- +%%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
Advertisement
Add Comment
Please, Sign In to add comment