Date: Sun, 22 Nov 2015 12:08:43 +0000 From: Olivier Duchateau <olivierd@freebsd.org> To: Koop Mast <kwm@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r402206 - in head: graphics/gstreamer1-plugins-gl multimedia/gstreamer1 multimedia/gstreamer1-editing-services multimedia/gstreamer1-libav multimedia/gstreamer1-plugins multimedia/gstre... Message-ID: <20151122120843.a64face52dfd1797d8de1ced@freebsd.org> In-Reply-To: <20151122120716.7be12e79cc817876f59d7191@freebsd.org> References: <201511212304.tALN4e2n010265@repo.freebsd.org> <20151122120716.7be12e79cc817876f59d7191@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 22 Nov 2015 12:07:16 +0000 Olivier Duchateau <olivierd@freebsd.org> wrote: > On Sat, 21 Nov 2015 23:04:40 +0000 (UTC) > Koop Mast <kwm@FreeBSD.org> wrote: > > > Author: kwm > > Date: Sat Nov 21 23:04:40 2015 > > New Revision: 402206 > > URL: https://svnweb.freebsd.org/changeset/ports/402206 > > > > Log: > > Update Gstreamer suite to 1.6.1. > > As my PR [1] was ignored, I copy my comment here: > > * There's typo in multimedia/py3-gstreamer1 > > It's py3kplist instead of py3plist (line with USE_PYTHON variable), and so pkg-plist can be cleaned > > * In multimedia/gstreamer1-rtsp-server's pkg-plist, API version of Gobject Introspection directories must be hard-coded, %%VERSION%% macro is only used for GStreamer API. > > * Upstream spells GStreamer, not Gstreamer URL of my PR, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204204 > > > > > Modified: > > head/graphics/gstreamer1-plugins-gl/Makefile > > head/multimedia/gstreamer1-editing-services/Makefile > > head/multimedia/gstreamer1-editing-services/distinfo > > head/multimedia/gstreamer1-libav/Makefile > > head/multimedia/gstreamer1-plugins-vpx/Makefile > > head/multimedia/gstreamer1-plugins/Makefile > > head/multimedia/gstreamer1-plugins/Makefile.common > > head/multimedia/gstreamer1-plugins/distinfo > > head/multimedia/gstreamer1-rtsp-server/Makefile > > head/multimedia/gstreamer1-rtsp-server/distinfo > > head/multimedia/gstreamer1-rtsp-server/pkg-plist > > head/multimedia/gstreamer1/Makefile > > head/multimedia/gstreamer1/distinfo > > head/multimedia/py-gstreamer1/Makefile > > head/multimedia/py-gstreamer1/distinfo > > head/multimedia/py3-gstreamer1/Makefile > > head/multimedia/py3-gstreamer1/distinfo > > > > Modified: head/graphics/gstreamer1-plugins-gl/Makefile > > ============================================================================== > > --- head/graphics/gstreamer1-plugins-gl/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/graphics/gstreamer1-plugins-gl/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,6 +1,6 @@ > > # $FreeBSD$ > > > > -PORTREVISION= 1 > > +PORTREVISION= 0 > > CATEGORIES= graphics > > > > COMMENT= Gstreamer GL graphics plugin > > > > Modified: head/multimedia/gstreamer1-editing-services/Makefile > > ============================================================================== > > --- head/multimedia/gstreamer1-editing-services/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-editing-services/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= gstreamer1-editing-services > > -PORTVERSION= 1.6.0 > > +PORTVERSION= 1.6.1 > > CATEGORIES= multimedia > > MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/ > > DISTNAME= gstreamer-editing-services-${PORTVERSION} > > > > Modified: head/multimedia/gstreamer1-editing-services/distinfo > > ============================================================================== > > --- head/multimedia/gstreamer1-editing-services/distinfo Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-editing-services/distinfo Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,2 +1,2 @@ > > -SHA256 (gstreamer-editing-services-1.6.0.tar.xz) = 4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe > > -SIZE (gstreamer-editing-services-1.6.0.tar.xz) = 1013632 > > +SHA256 (gstreamer-editing-services-1.6.1.tar.xz) = f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2 > > +SIZE (gstreamer-editing-services-1.6.1.tar.xz) = 1004808 > > > > Modified: head/multimedia/gstreamer1-libav/Makefile > > ============================================================================== > > --- head/multimedia/gstreamer1-libav/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-libav/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -28,29 +28,4 @@ CONFIGURE_ARGS= --with-system-libav > > > > INSTALL_TARGET= install-strip > > > > -.include <bsd.port.pre.mk> > > - > > -.if ${ARCH} == "armv6" > > -CONFIGURE_ENV+= ASFLAGS=-no-integrated-as > > -.endif > > - > > -.if ${ARCH} == ia64 > > -BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils > > -MAKE_ENV= COMPILER_PATH=${LOCALBASE}/bin > > -.endif > > - > > -.if ${COMPILER_TYPE} == clang && ${ARCH} == i386 > > -CFLAGS+= -mstack-alignment=16 -mstackrealign > > -.endif > > - > > -post-patch: > > - @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/LIBAV_ARCH/' \ > > - ${WRKSRC}/gst-libs/ext/libav/Makefile \ > > - ${WRKSRC}/gst-libs/ext/libav/common.mak \ > > - ${WRKSRC}/gst-libs/ext/libav/configure \ > > - ${WRKSRC}/gst-libs/ext/libav/libavcodec/Makefile \ > > - ${WRKSRC}/gst-libs/ext/libav/library.mak > > - @${REINPLACE_CMD} '/libgstlibav_la_LDFLAGS =/s/$$/ -Wl,-Bsymbolic/' \ > > - ${WRKSRC}/ext/libav/Makefile.in > > - > > -.include <bsd.port.post.mk> > > +.include <bsd.port.mk> > > > > Modified: head/multimedia/gstreamer1-plugins-vpx/Makefile > > ============================================================================== > > --- head/multimedia/gstreamer1-plugins-vpx/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-plugins-vpx/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,6 +1,6 @@ > > # $FreeBSD$ > > > > -PORTREVISION= 1 > > +PORTREVISION= 0 > > CATEGORIES= multimedia > > > > COMMENT= Gstreamer vp8 codec plugin > > > > Modified: head/multimedia/gstreamer1-plugins/Makefile > > ============================================================================== > > --- head/multimedia/gstreamer1-plugins/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-plugins/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -26,16 +26,16 @@ RUN_DEPENDS+= iso-codes>=0:${PORTSDIR}/m > > > > PORTSCOUT= limitw:1,even > > > > -BASE_PORTVERSION= 1.6.0 > > +BASE_PORTVERSION= 1.6.1 > > BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} > > BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} > > -BAD_PORTVERSION= 1.6.0 > > +BAD_PORTVERSION= 1.6.1 > > BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} > > BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} > > -GOOD_PORTVERSION= 1.6.0 > > +GOOD_PORTVERSION= 1.6.1 > > GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} > > GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} > > -UGLY_PORTVERSION= 1.6.0 > > +UGLY_PORTVERSION= 1.6.1 > > UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} > > UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} > > DIST?= base > > @@ -60,7 +60,7 @@ IGNORE= DIST not specified > > .endif > > > > VERSION= 1.0 > > -SOVERSION= 0.600.0 > > +SOVERSION= 0.601.0 > > PLIST_SUB+= VERSION="${VERSION}" \ > > SOVERSION="${SOVERSION}" > > > > > > Modified: head/multimedia/gstreamer1-plugins/Makefile.common > > ============================================================================== > > --- head/multimedia/gstreamer1-plugins/Makefile.common Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-plugins/Makefile.common Sat Nov 21 23:04:40 2015 (r402206) > > @@ -47,6 +47,7 @@ BAD_GST_ALL_PLUGINS+= \ > > schro \ > > soundtouch \ > > spandsp \ > > + vdpau \ > > webp \ > > x265 \ > > zbar \ > > @@ -416,6 +417,10 @@ gst_vpx_LIB_DEPENDS= libvpx.so:${PORTSDI > > gst_vpx_PLIST_FILES= ${GST_LIB_DIR}/libgstvpx.so \ > > share/gstreamer-${VERSION}/presets/GstVP8Enc.prs > > > > +# vdpau > > +gst_vdpau_LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau > > +gst_vdpau_GST_PLUGIN_DIR= sys/vdpau > > + > > # webp > > gst_webp_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp > > > > > > Modified: head/multimedia/gstreamer1-plugins/distinfo > > ============================================================================== > > --- head/multimedia/gstreamer1-plugins/distinfo Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-plugins/distinfo Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,8 +1,8 @@ > > -SHA256 (gst-plugins-base-1.6.0.tar.xz) = 314fd1b707f65caf8eb6164d9422fc51e2b220a890ccd2de6ec03a2883d77231 > > -SIZE (gst-plugins-base-1.6.0.tar.xz) = 2833380 > > -SHA256 (gst-plugins-bad-1.6.0.tar.xz) = d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49 > > -SIZE (gst-plugins-bad-1.6.0.tar.xz) = 4209172 > > -SHA256 (gst-plugins-ugly-1.6.0.tar.xz) = 91178dc0d687a83c083190a905681d3a66901374b1004fc52cd300b7802e5f06 > > -SIZE (gst-plugins-ugly-1.6.0.tar.xz) = 859996 > > -SHA256 (gst-plugins-good-1.6.0.tar.xz) = a0915639595305e48884656e22b16fda7c6892aa02cdb3eb43e23dab6e6b81fa > > -SIZE (gst-plugins-good-1.6.0.tar.xz) = 3176568 > > +SHA256 (gst-plugins-base-1.6.1.tar.xz) = 9533dcfaa4ee32d435483d9fa88c06b1eba6e9bb234aacd7583f207199f44ba3 > > +SIZE (gst-plugins-base-1.6.1.tar.xz) = 2833356 > > +SHA256 (gst-plugins-bad-1.6.1.tar.xz) = e176a9af125f6874b3d6724aa7566a198fa225d3ece0a7ac2f2b51c57e525466 > > +SIZE (gst-plugins-bad-1.6.1.tar.xz) = 4215876 > > +SHA256 (gst-plugins-ugly-1.6.1.tar.xz) = 0cc3f90e4322efe1f774272e8fe5c185be37cf7999cd5ca7e0e0607e03d56a57 > > +SIZE (gst-plugins-ugly-1.6.1.tar.xz) = 859200 > > +SHA256 (gst-plugins-good-1.6.1.tar.xz) = 86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935 > > +SIZE (gst-plugins-good-1.6.1.tar.xz) = 3188188 > > > > Modified: head/multimedia/gstreamer1-rtsp-server/Makefile > > ============================================================================== > > --- head/multimedia/gstreamer1-rtsp-server/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-rtsp-server/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= gstreamer1-rtsp-server > > -PORTVERSION= 1.6.0 > > +PORTVERSION= 1.6.1 > > CATEGORIES= multimedia > > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-rtsp-server/ > > DISTNAME= gst-rtsp-server-${PORTVERSION} > > > > Modified: head/multimedia/gstreamer1-rtsp-server/distinfo > > ============================================================================== > > --- head/multimedia/gstreamer1-rtsp-server/distinfo Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-rtsp-server/distinfo Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,2 +1,2 @@ > > -SHA256 (gst-rtsp-server-1.6.0.tar.xz) = 1e1526d700ba36df5b30c887ccc37179903255022e57f716afb3ef172fe0746f > > -SIZE (gst-rtsp-server-1.6.0.tar.xz) = 561716 > > +SHA256 (gst-rtsp-server-1.6.1.tar.xz) = 4308110981c768dcbcc92ee29c49a4f6dbd2560bb82e33b10d197e10c74bb72c > > +SIZE (gst-rtsp-server-1.6.1.tar.xz) = 561104 > > > > Modified: head/multimedia/gstreamer1-rtsp-server/pkg-plist > > ============================================================================== > > --- head/multimedia/gstreamer1-rtsp-server/pkg-plist Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1-rtsp-server/pkg-plist Sat Nov 21 23:04:40 2015 (r402206) > > @@ -20,6 +20,6 @@ include/gstreamer-%%VERSION%%/gst/rtsp-s > > lib/girepository-%%VERSION%%/GstRtspServer-%%VERSION%%.typelib > > lib/libgstrtspserver-%%VERSION%%.so > > lib/libgstrtspserver-%%VERSION%%.so.0 > > -lib/libgstrtspserver-%%VERSION%%.so.0.600.0 > > +lib/libgstrtspserver-%%VERSION%%.so.0.601.0 > > libdata/pkgconfig/gstreamer-rtsp-server-%%VERSION%%.pc > > share/gir-%%VERSION%%/GstRtspServer-%%VERSION%%.gir > > > > Modified: head/multimedia/gstreamer1/Makefile > > ============================================================================== > > --- head/multimedia/gstreamer1/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= gstreamer > > -PORTVERSION= 1.6.0 > > +PORTVERSION= 1.6.1 > > CATEGORIES= multimedia > > MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ > > PKGNAMESUFFIX= 1 > > @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --disable-tests \ > > CONFIGURE_ENV= ac_cv_func_register_printf_function="no" > > INSTALL_TARGET= install-strip > > PLIST_SUB= VERSION=${GST10_VERSION} \ > > - SOVERSION=0.600.0 > > + SOVERSION=0.601.0 > > USE_LDCONFIG= yes > > GST10_VERSION= 1.0 > > > > > > Modified: head/multimedia/gstreamer1/distinfo > > ============================================================================== > > --- head/multimedia/gstreamer1/distinfo Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/gstreamer1/distinfo Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,2 +1,2 @@ > > -SHA256 (gstreamer-1.6.0.tar.xz) = 52ef885647afef11c8b7645a9afefe04aa09e8971c4b932e7717872ab8a30fcc > > -SIZE (gstreamer-1.6.0.tar.xz) = 3549712 > > +SHA256 (gstreamer-1.6.1.tar.xz) = 973a3f213c8d41d6dd0e4e7e38fd6cccacd5ae1ac09e1179a8d5d869ef0a5c9c > > +SIZE (gstreamer-1.6.1.tar.xz) = 3552476 > > > > Modified: head/multimedia/py-gstreamer1/Makefile > > ============================================================================== > > --- head/multimedia/py-gstreamer1/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/py-gstreamer1/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= gstreamer > > -PORTVERSION= 1.6.0 > > +PORTVERSION= 1.6.1 > > CATEGORIES= multimedia python > > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > > > Modified: head/multimedia/py-gstreamer1/distinfo > > ============================================================================== > > --- head/multimedia/py-gstreamer1/distinfo Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/py-gstreamer1/distinfo Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,2 +1,2 @@ > > -SHA256 (gst-python-1.6.0.tar.xz) = 60dbc7f5ac2b6655ed4a7ed2cee63ee5a525d37cb16eaa6b9df7d7dfe4e9605f > > -SIZE (gst-python-1.6.0.tar.xz) = 368100 > > +SHA256 (gst-python-1.6.1.tar.xz) = 3cbe332e18fd2eaf23ddeee96c414f79ac1edc2f7d990582fa0ec5f977bd04f1 > > +SIZE (gst-python-1.6.1.tar.xz) = 358396 > > > > Modified: head/multimedia/py3-gstreamer1/Makefile > > ============================================================================== > > --- head/multimedia/py3-gstreamer1/Makefile Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/py3-gstreamer1/Makefile Sat Nov 21 23:04:40 2015 (r402206) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= gstreamer > > -PORTVERSION= 1.6.0 > > +PORTVERSION= 1.6.1 > > CATEGORIES= multimedia python > > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > > > Modified: head/multimedia/py3-gstreamer1/distinfo > > ============================================================================== > > --- head/multimedia/py3-gstreamer1/distinfo Sat Nov 21 22:35:39 2015 (r402205) > > +++ head/multimedia/py3-gstreamer1/distinfo Sat Nov 21 23:04:40 2015 (r402206) > > @@ -1,2 +1,2 @@ > > -SHA256 (gst-python-1.6.0.tar.xz) = 60dbc7f5ac2b6655ed4a7ed2cee63ee5a525d37cb16eaa6b9df7d7dfe4e9605f > > -SIZE (gst-python-1.6.0.tar.xz) = 368100 > > +SHA256 (gst-python-1.6.1.tar.xz) = 3cbe332e18fd2eaf23ddeee96c414f79ac1edc2f7d990582fa0ec5f977bd04f1 > > +SIZE (gst-python-1.6.1.tar.xz) = 358396 > > > > > -- > Olivier Duchateau <olivierd@freebsd.org> -- Olivier Duchateau <olivierd@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151122120843.a64face52dfd1797d8de1ced>