mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.8.2.
Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.2.html
This commit is contained in:
parent
f4d123acef
commit
1823e02e5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137818
6 changed files with 14 additions and 48 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= multimedia python gnome
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -21,12 +20,8 @@ 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
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \
|
||||
lynx:${PORTSDIR}/www/lynx
|
||||
.endif
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pygtk2 \
|
||||
gnomehack \
|
||||
|
@ -36,21 +31,8 @@ USE_LIBTOOL_VER=15
|
|||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}"
|
||||
DOCS= README.html README.txt
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS= --enable-docs
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-docs
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gst-python-0.8.1.tar.gz) = 4666978d610b48f7f7481e41433a856c
|
||||
SIZE (gst-python-0.8.1.tar.gz) = 395121
|
||||
MD5 (gst-python-0.8.2.tar.bz2) = bfad80dda50e30aea4f6f322ea58c6c8
|
||||
SIZE (gst-python-0.8.2.tar.bz2) = 310714
|
||||
|
|
|
@ -5,14 +5,15 @@
|
|||
%%PYTHON_SITELIBDIR%%/gst/interfaces.so
|
||||
%%PYTHON_SITELIBDIR%%/gst/play.so
|
||||
libdata/pkgconfig/gst-python-0.8.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
share/gst-python/2.0/defs/gst-extrafuncs.defs
|
||||
share/gst-python/2.0/defs/gst-types.defs
|
||||
share/gst-python/examples/audioconcat.py
|
||||
share/gst-python/examples/bps.py
|
||||
share/gst-python/examples/cp.py
|
||||
share/gst-python/examples/f2f.py
|
||||
share/gst-python/examples/filesrc.py
|
||||
share/gst-python/examples/gst123
|
||||
share/gst-python/examples/gstfile.py
|
||||
share/gst-python/examples/play.py
|
||||
share/gst-python/examples/player.py
|
||||
share/gst-python/examples/videoplayer.py
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= multimedia python gnome
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -21,12 +20,8 @@ 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
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \
|
||||
lynx:${PORTSDIR}/www/lynx
|
||||
.endif
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pygtk2 \
|
||||
gnomehack \
|
||||
|
@ -36,21 +31,8 @@ USE_LIBTOOL_VER=15
|
|||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}"
|
||||
DOCS= README.html README.txt
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS= --enable-docs
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-docs
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gst-python-0.8.1.tar.gz) = 4666978d610b48f7f7481e41433a856c
|
||||
SIZE (gst-python-0.8.1.tar.gz) = 395121
|
||||
MD5 (gst-python-0.8.2.tar.bz2) = bfad80dda50e30aea4f6f322ea58c6c8
|
||||
SIZE (gst-python-0.8.2.tar.bz2) = 310714
|
||||
|
|
|
@ -5,14 +5,15 @@
|
|||
%%PYTHON_SITELIBDIR%%/gst/interfaces.so
|
||||
%%PYTHON_SITELIBDIR%%/gst/play.so
|
||||
libdata/pkgconfig/gst-python-0.8.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
share/gst-python/2.0/defs/gst-extrafuncs.defs
|
||||
share/gst-python/2.0/defs/gst-types.defs
|
||||
share/gst-python/examples/audioconcat.py
|
||||
share/gst-python/examples/bps.py
|
||||
share/gst-python/examples/cp.py
|
||||
share/gst-python/examples/f2f.py
|
||||
share/gst-python/examples/filesrc.py
|
||||
share/gst-python/examples/gst123
|
||||
share/gst-python/examples/gstfile.py
|
||||
share/gst-python/examples/play.py
|
||||
share/gst-python/examples/player.py
|
||||
share/gst-python/examples/videoplayer.py
|
||||
|
|
Loading…
Add table
Reference in a new issue