mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update Gstreamer suite to 1.6.1.
This commit is contained in:
parent
f23cc2478e
commit
f1f581a883
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402206
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= Gstreamer GL graphics plugin
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
COMMENT= Gstreamer vp8 codec plugin
|
||||
|
@ -26,16 +26,16 @@ RUN_DEPENDS+= iso-codes>=0:${PORTSDIR}/misc/iso-codes
|
||||
|
||||
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}"
|
||||
|
||||
|
@ -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:${PORTSDIR}/multimedia/libvpx
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -20,6 +20,6 @@ include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-token.h
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user