Index: head/graphics/gstreamer1-plugins-openjpeg/files/patch-openjpeg22 =================================================================== --- head/graphics/gstreamer1-plugins-openjpeg/files/patch-openjpeg22 (revision 450469) +++ head/graphics/gstreamer1-plugins-openjpeg/files/patch-openjpeg22 (nonexistent) @@ -1,157 +0,0 @@ ---- config.h.in.orig 2017-07-14 08:21:19 UTC -+++ config.h.in -@@ -456,6 +456,9 @@ - /* Define if OpenJPEG 2.1 is used */ - #undef HAVE_OPENJPEG_2_1 - -+/* Define if OpenJPEG 2.2 is used */ -+#undef HAVE_OPENJPEG_2_2 -+ - /* Define to enable openni2 library (used by openni2). */ - #undef HAVE_OPENNI2 - ---- configure.orig 2017-07-14 08:21:19 UTC -+++ configure -@@ -773,6 +773,8 @@ USE_OPENJPEG_TRUE - HAVE_OPENJPEG - OPENJPEG_2_1_LIBS - OPENJPEG_2_1_CFLAGS -+OPENJPEG_2_2_LIBS -+OPENJPEG_2_2_CFLAGS - OPENJPEG_LIBS - OPENJPEG_CFLAGS - USE_OPENH264_FALSE -@@ -2039,6 +2041,8 @@ OPENJPEG_CFLAGS - OPENJPEG_LIBS - OPENJPEG_2_1_CFLAGS - OPENJPEG_2_1_LIBS -+OPENJPEG_2_2_CFLAGS -+OPENJPEG_2_2_LIBS - OPENNI2_CFLAGS - OPENNI2_LIBS - OPUS_CFLAGS -@@ -48827,10 +48831,110 @@ $as_echo "yes" >&6; } - fi - - -- if test x"$HAVE_OPENJPEG" = x"yes"; then -+ if test x"$HAVE_OPENJPEG_2_1" = x"yes"; then - - $as_echo "#define HAVE_OPENJPEG_2_1 1" >>confdefs.h - -+ -+ which="libopenjp2 >= 2.2" -+ required="no" -+ -+ -+pkg_failed=no -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OPENJPEG_2_2" >&5 -+$as_echo_n "checking for OPENJPEG_2_2... " >&6; } -+ -+if test -n "$PKG_CONFIG"; then -+ if test -n "$OPENJPEG_2_2_CFLAGS"; then -+ pkg_cv_OPENJPEG_2_2_CFLAGS="$OPENJPEG_2_2_CFLAGS" -+ else -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$which\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "$which") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_OPENJPEG_2_2_CFLAGS=`$PKG_CONFIG --cflags "$which" 2>/dev/null` -+else -+ pkg_failed=yes -+fi -+ fi -+else -+ pkg_failed=untried -+fi -+if test -n "$PKG_CONFIG"; then -+ if test -n "$OPENJPEG_2_2_LIBS"; then -+ pkg_cv_OPENJPEG_2_2_LIBS="$OPENJPEG_2_2_LIBS" -+ else -+ if test -n "$PKG_CONFIG" && \ -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$which\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "$which") 2>&5 -+ ac_status=$? -+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -+ test $ac_status = 0; }; then -+ pkg_cv_OPENJPEG_2_2_LIBS=`$PKG_CONFIG --libs "$which" 2>/dev/null` -+else -+ pkg_failed=yes -+fi -+ fi -+else -+ pkg_failed=untried -+fi -+ -+ -+ -+if test $pkg_failed = yes; then -+ -+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -+ _pkg_short_errors_supported=yes -+else -+ _pkg_short_errors_supported=no -+fi -+ if test $_pkg_short_errors_supported = yes; then -+ OPENJPEG_2_2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$which"` -+ else -+ OPENJPEG_2_2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$which"` -+ fi -+ # Put the nasty error message in config.log where it belongs -+ echo "$OPENJPEG_2_2_PKG_ERRORS" >&5 -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+ HAVE_OPENJPEG_2_2="no" -+ if test "x$required" = "xyes"; then -+ as_fn_error $? "$OPENJPEG_2_2_PKG_ERRORS" "$LINENO" 5 -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: $OPENJPEG_2_2_PKG_ERRORS" >&5 -+$as_echo "$as_me: $OPENJPEG_2_2_PKG_ERRORS" >&6;} -+ fi -+ -+elif test $pkg_failed = untried; then -+ -+ HAVE_OPENJPEG_2_2="no" -+ if test "x$required" = "xyes"; then -+ as_fn_error $? "$OPENJPEG_2_2_PKG_ERRORS" "$LINENO" 5 -+ else -+ { $as_echo "$as_me:${as_lineno-$LINENO}: $OPENJPEG_2_2_PKG_ERRORS" >&5 -+$as_echo "$as_me: $OPENJPEG_2_2_PKG_ERRORS" >&6;} -+ fi -+ -+else -+ OPENJPEG_2_2_CFLAGS=$pkg_cv_OPENJPEG_2_2_CFLAGS -+ OPENJPEG_2_2_LIBS=$pkg_cv_OPENJPEG_2_2_LIBS -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ -+ HAVE_OPENJPEG_2_2="yes" -+ -+fi -+ -+ -+ if test x"$HAVE_OPENJPEG_2_2" = x"yes"; then -+ -+$as_echo "#define HAVE_OPENJPEG_2_2 1" >>confdefs.h -+ -+ fi - fi - else - # Fallback to v1.5 ---- ext/openjpeg/gstopenjpeg.h.orig 2017-05-15 15:46:30 UTC -+++ ext/openjpeg/gstopenjpeg.h -@@ -38,7 +38,9 @@ - #define OPJ_CPRL CPRL - #else - #include --# ifdef HAVE_OPENJPEG_2_1 -+# if defined(HAVE_OPENJPEG_2_2) -+# include -+# elif defined(HAVE_OPENJPEG_2_1) - # include - # else - # include Property changes on: head/graphics/gstreamer1-plugins-openjpeg/files/patch-openjpeg22 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/gstreamer1-plugins-openjpeg/Makefile =================================================================== --- head/graphics/gstreamer1-plugins-openjpeg/Makefile (revision 450469) +++ head/graphics/gstreamer1-plugins-openjpeg/Makefile (revision 450470) @@ -1,15 +1,13 @@ # $FreeBSD$ PORTREVISION= 0 CATEGORIES= graphics COMMENT= GStreamer jpeg2000 decoder plugin GST_PLUGIN= openjpeg DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins -EXTRA_PATCHES= ${.CURDIR}/files/patch-openjpeg22 - .include "${MASTERDIR}/Makefile" Index: head/multimedia/gstreamer1/Makefile =================================================================== --- head/multimedia/gstreamer1/Makefile (revision 450469) +++ head/multimedia/gstreamer1/Makefile (revision 450470) @@ -1,45 +1,45 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia MASTER_SITES= GNOME \ http://gstreamer.freedesktop.org/src/gstreamer/ PKGNAMESUFFIX= 1 MAINTAINER= multimedia@FreeBSD.org COMMENT= Media applications framework LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even CFLAGS+= -Wno-format USES= bison gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests \ --disable-examples \ --disable-failing-tests \ --disable-fatal-warnings \ --disable-gtk-doc CONFIGURE_ENV= ac_cv_func_register_printf_function="no" INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${GST10_VERSION} \ - SOVERSION=0.1202.0 + SOVERSION=0.1203.0 USE_LDCONFIG= yes GST10_VERSION= 1.0 .include .if ${ARCH} == i386 || ${ARCH} == amd64 LIB_DEPENDS+= libunwind.so:devel/libunwind .endif post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure .include Index: head/multimedia/gstreamer1/distinfo =================================================================== --- head/multimedia/gstreamer1/distinfo (revision 450469) +++ head/multimedia/gstreamer1/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500046323 -SHA256 (gstreamer-1.12.2.tar.xz) = 9fde3f39a2ea984f9e07ce09250285ce91f6e3619d186889f75b5154ecf994ba -SIZE (gstreamer-1.12.2.tar.xz) = 3172260 +TIMESTAMP = 1506167841 +SHA256 (gstreamer-1.12.3.tar.xz) = d388f492440897f02b01eebb033ca2d41078a3d85c0eddc030cdea5a337a216e +SIZE (gstreamer-1.12.3.tar.xz) = 3175480 Index: head/multimedia/gstreamer1-editing-services/Makefile =================================================================== --- head/multimedia/gstreamer1-editing-services/Makefile (revision 450469) +++ head/multimedia/gstreamer1-editing-services/Makefile (revision 450470) @@ -1,26 +1,26 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer1-editing-services -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/ DISTNAME= gstreamer-editing-services-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer editing services PORTSCOUT= limitw:1,even USES= gmake gnome libtool pathfix python:2.7 pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build libxml2 pygobject3 USE_GSTREAMER1= good INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-introspection=yes \ --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions -PLIST_SUB= VERSION=1.0 SOVERSION=0.1202.0 +PLIST_SUB= VERSION=1.0 SOVERSION=0.1203.0 .include Index: head/multimedia/gstreamer1-editing-services/distinfo =================================================================== --- head/multimedia/gstreamer1-editing-services/distinfo (revision 450469) +++ head/multimedia/gstreamer1-editing-services/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051429 -SHA256 (gstreamer-editing-services-1.12.2.tar.xz) = 59c75497b53d36f020cb0cb7c7b9ae7545f5b47fd6e4406d4f3391741071202e -SIZE (gstreamer-editing-services-1.12.2.tar.xz) = 1059672 +TIMESTAMP = 1506169132 +SHA256 (gstreamer-editing-services-1.12.3.tar.xz) = 032e2fd040079259aec060d526bcb021c670f8d953219c229f80fdc541465f76 +SIZE (gstreamer-editing-services-1.12.3.tar.xz) = 1061796 Index: head/multimedia/gstreamer1-libav/Makefile =================================================================== --- head/multimedia/gstreamer1-libav/Makefile (revision 450469) +++ head/multimedia/gstreamer1-libav/Makefile (revision 450470) @@ -1,36 +1,36 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer1-libav -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ DISTNAME= gst-libav-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer plug-in with many audio/video decoders/encoders LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= orc>=0.4.16:devel/orc LIB_DEPENDS= liborc-0.4.so:devel/orc \ libavcodec.so:multimedia/ffmpeg PORTSCOUT= limitw:1,even USES= compiler:features gettext-runtime gmake libtool localbase \ pkgconfig tar:xz USE_LDCONFIG= yes USE_GSTREAMER1= yes USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-libav INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/configure .include Index: head/multimedia/gstreamer1-libav/distinfo =================================================================== --- head/multimedia/gstreamer1-libav/distinfo (revision 450469) +++ head/multimedia/gstreamer1-libav/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051021 -SHA256 (gst-libav-1.12.2.tar.xz) = 5bb735b9bb218b652ae4071ea6f6be8eaae55e9d3233aec2f36b882a27542db3 -SIZE (gst-libav-1.12.2.tar.xz) = 8784544 +TIMESTAMP = 1506169206 +SHA256 (gst-libav-1.12.3.tar.xz) = 015ef8cab6f7fb87c8fb42642486423eff3b6e6a6bccdcd6a189f436a3619650 +SIZE (gst-libav-1.12.3.tar.xz) = 8791724 Index: head/multimedia/gstreamer1-plugins/Makefile =================================================================== --- head/multimedia/gstreamer1-plugins/Makefile (revision 450469) +++ head/multimedia/gstreamer1-plugins/Makefile (revision 450470) @@ -1,187 +1,187 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. PORTREVISION?= 0 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \ http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly PKGNAMESUFFIX?= 1-plugins${GST_PLUGIN_SUFFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT?= GStreamer written collection of plugins handling several media types BUILD_DEPENDS+= gstreamer1>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:multimedia/gstreamer1 \ iso-codes>=0:misc/iso-codes \ orc>=0.4.16:devel/orc LIB_DEPENDS+= libgstreamer-1.0.so:multimedia/gstreamer1 \ libfreetype.so:print/freetype2 \ liborc-0.4.so:devel/orc RUN_DEPENDS+= iso-codes>=0:misc/iso-codes PORTSCOUT= limitw:1,even -BASE_PORTVERSION= 1.12.2 +BASE_PORTVERSION= 1.12.3 BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 1.12.2 +BAD_PORTVERSION= 1.12.3 BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 1.12.2 +GOOD_PORTVERSION= 1.12.3 GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 1.12.2 +UGLY_PORTVERSION= 1.12.3 UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base USES+= gettext gmake gnome libtool pathfix pkgconfig tar:xz WANT_GSTREAMER= yes USE_GNOME+= glib20 introspection:build libxml2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip GST_PLUGIN?= base USE_LDCONFIG= yes CFLAGS+= -Wno-format CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${EXTRA_LIBS} DEFAULT_AUDIOSINK?= osssink DEFAULT_AUDIOSRC?= osssrc .if ${DIST}=="" IGNORE= DIST not specified .endif VERSION= 1.0 -SOVERSION= 0.1202.0 +SOVERSION= 0.1203.0 PLIST_SUB+= VERSION="${VERSION}" \ SOVERSION="${SOVERSION}" # Include bsd.port.options.mk and not bsd.port.pre.mk to be able to use USES .include .if ${GST_PLUGIN} == "base" DIST= base NO_GSTREAMER_COMMON= yes .else BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:multimedia/gstreamer1-plugins RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:multimedia/gstreamer1-plugins .endif .if ${DIST} == base || ${DIST} == ugly # --with-default-audiosink specify default audio sink # --with-default-audiosrc specify default audio source # --with-default-videosink specify default video sink # --with-default-videosrc specify default video source # --with-default-visualizer specify default visualizer CONFIGURE_ARGS+=--with-default-audiosink="${DEFAULT_AUDIOSINK}" \ --with-default-audiosrc="${DEFAULT_AUDIOSRC}" .endif .include "${MASTERDIR}/Makefile.common" .if ${DIST}=="base" EXTRACT_ONLY=${BASE_DISTFILE} WRKSRC=${WRKDIR}/${BASE_DISTNAME} PORTVERSION= ${BASE_PORTVERSION} DISTFILES+= ${BASE_DISTFILE}:base PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins/files .elif ${DIST}=="bad" EXTRACT_ONLY=${BAD_DISTFILE} WRKSRC=${WRKDIR}/${BAD_DISTNAME} PORTVERSION= ${BAD_PORTVERSION} DISTFILES+= ${BAD_DISTFILE}:bad PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins-bad/files .elif ${DIST}=="ugly" EXTRACT_ONLY=${UGLY_DISTFILE} WRKSRC=${WRKDIR}/${UGLY_DISTNAME} PORTVERSION= ${UGLY_PORTVERSION} DISTFILES+= ${UGLY_DISTFILE}:ugly PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins-ugly/files .elif ${DIST}=="good" EXTRACT_ONLY=${GOOD_DISTFILE} WRKSRC=${WRKDIR}/${GOOD_DISTNAME} PORTVERSION= ${GOOD_PORTVERSION} DISTFILES+= ${GOOD_DISTFILE}:good PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins-good/files .elif ${DIST}=="makesum" DISTFILES+= ${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \ ${UGLY_DISTFILE}:ugly ${GOOD_DISTFILE}:good .else BROKEN= Unknown dist setting .endif # cdrom/dvd default device .ifdef(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else DEFAULT_DVD_DEVICE=/dev/cd0 .endif post-patch: .if ${DIST} == bad # custom rule to fix opencv detection in configure # @${REINPLACE_CMD} -e 's|opencv <= 2.4.8|opencv <= 2.4.9|g' \ # ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \ ${WRKSRC}/ext/resindvd/resindvdbin.c \ ${WRKSRC}/ext/resindvd/resindvdsrc.c .endif .if ${DIST} != ugly @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys \ -name Makefile.in | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ '/la_DEPENDENCIES/,/am__DEPENDENCIES/s,$$(top_builddir)/gst-libs/.*.la,,' -e \ 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la|-lgsttag-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la|-lgstaudio-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la|-lgstpbutils-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_API_VERSION@.la|-lgstriff-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-@GST_API_VERSION@.la|-lgstsignalprocessor-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la|-lgstbasevideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la|-lgstvideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-@GST_API_VERSION@.la|-lgstbadbase-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la|-lgsturidownloader-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la|-lgstcodecparsers-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/allocators/libgstbadallocators-@GST_API_VERSION@.la|-lgstbadallocators-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la|-lgstbadvideo-${VERSION}|' @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ '/la_DEPENDENCIES/,/am__DEPENDENCIES/s,$$(top_builddir)/gst-libs/.*.la,,' -e \ 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_API_VERSION).la|-lgsttag-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_API_VERSION).la|-lgstaudio-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-$$(GST_API_VERSION).la|-lgstpbutils-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_API_VERSION).la|-lgstriff-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-$$(GST_API_VERSION).la|-lgstsignalprocessor-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-$$(GST_API_VERSION).la|-lgstbasevideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|-lgstvideo-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/base/libgstbadbase-$$(GST_API_VERSION).la|-lgstbadbase-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$$(GST_API_VERSION).la|-lgsturidownloader-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$$(GST_API_VERSION).la|-lgstcodecparsers-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/allocators/libgstbadallocators-$$(GST_API_VERSION).la|-lgstbadallocators-${VERSION}|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|' .endif .if ${DIST} == bad # Disable X11 support in librfb post-configure: @${REINPLACE_CMD} -e 's|HAVE_X11 = yes|HAVE_X11 = no|g' \ -e 's|#ifdef HAVE_X11|#ifdef NO_X11|g' \ -e 's|$$(X11_CFLAGS) \\|\\|g' \ -e 's|$$(X11_LIBS) \\|\\|g' \ ${WRKSRC}/gst/librfb/Makefile \ ${WRKSRC}/gst/librfb/gstrfbsrc.c .endif pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0 .include Index: head/multimedia/gstreamer1-plugins/distinfo =================================================================== --- head/multimedia/gstreamer1-plugins/distinfo (revision 450469) +++ head/multimedia/gstreamer1-plugins/distinfo (revision 450470) @@ -1,9 +1,9 @@ -TIMESTAMP = 1500048538 -SHA256 (gst-plugins-base-1.12.2.tar.xz) = 5067dce3afe197a9536fea0107c77213fab536dff4a213b07fc60378d5510675 -SIZE (gst-plugins-base-1.12.2.tar.xz) = 3114184 -SHA256 (gst-plugins-bad-1.12.2.tar.xz) = 9c2c7edde4f59d74eb414e0701c55131f562e5c605a3ce9b091754f106c09e37 -SIZE (gst-plugins-bad-1.12.2.tar.xz) = 4702120 -SHA256 (gst-plugins-ugly-1.12.2.tar.xz) = 1cc3942bbf3ea87da3e35437d4e014e991b103db22a6174f62a98c89c3f5f466 -SIZE (gst-plugins-ugly-1.12.2.tar.xz) = 902560 -SHA256 (gst-plugins-good-1.12.2.tar.xz) = 5591ee7208ab30289a30658a82b76bf87169c927572d9b794f3a41ed48e1ee96 -SIZE (gst-plugins-good-1.12.2.tar.xz) = 3490976 +TIMESTAMP = 1506168324 +SHA256 (gst-plugins-base-1.12.3.tar.xz) = d3d37b8489d37fa0018973d850bd2067b98af335fef2fa543ee7d40359e3cea5 +SIZE (gst-plugins-base-1.12.3.tar.xz) = 3117364 +SHA256 (gst-plugins-bad-1.12.3.tar.xz) = 36d059761852bed0f1a7fcd3ef64a8aeecab95d2bca53cd6aa0f08054b1cbfec +SIZE (gst-plugins-bad-1.12.3.tar.xz) = 4707000 +SHA256 (gst-plugins-ugly-1.12.3.tar.xz) = e88ca584c94ea78eeecbf3af00ef7f134b66bdee7408aa4aa6c547235e060052 +SIZE (gst-plugins-ugly-1.12.3.tar.xz) = 903784 +SHA256 (gst-plugins-good-1.12.3.tar.xz) = 13e7f479296891fef5a686438f20ba7d534680becf2269ecc5ee24aa83b45f03 +SIZE (gst-plugins-good-1.12.3.tar.xz) = 3487448 Index: head/multimedia/gstreamer1-rtsp-server/Makefile =================================================================== --- head/multimedia/gstreamer1-rtsp-server/Makefile (revision 450469) +++ head/multimedia/gstreamer1-rtsp-server/Makefile (revision 450470) @@ -1,22 +1,22 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer1-rtsp-server -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-rtsp-server/ DISTNAME= gst-rtsp-server-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer library for building a RTSP server USES= gmake gnome libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build USE_GSTREAMER1= good bad INSTALL_TARGET= install-strip -PLIST_SUB= VERSION=1.0 SOVERSION=0.1202.0 +PLIST_SUB= VERSION=1.0 SOVERSION=0.1203.0 .include Index: head/multimedia/gstreamer1-rtsp-server/distinfo =================================================================== --- head/multimedia/gstreamer1-rtsp-server/distinfo (revision 450469) +++ head/multimedia/gstreamer1-rtsp-server/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051099 -SHA256 (gst-rtsp-server-1.12.2.tar.xz) = d8ba9264e8ae6e440293328e759e40456f161aa66077b3143dd07581136190b3 -SIZE (gst-rtsp-server-1.12.2.tar.xz) = 630356 +TIMESTAMP = 1506170307 +SHA256 (gst-rtsp-server-1.12.3.tar.xz) = 67255971bb16029a01de66b9f9687f20d8dbf3d3bd75feb48605d0723a7c74ec +SIZE (gst-rtsp-server-1.12.3.tar.xz) = 631392 Index: head/multimedia/gstreamer1-vaapi/Makefile =================================================================== --- head/multimedia/gstreamer1-vaapi/Makefile (revision 450469) +++ head/multimedia/gstreamer1-vaapi/Makefile (revision 450470) @@ -1,32 +1,31 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer1-vaapi -PORTVERSION= 1.12.2 -PORTREVISION= 1 +PORTVERSION= 1.12.3 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/ DISTNAME= gstreamer-vaapi-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer hardware video decoding via VA-API plug-in LICENSE= LGPL21 LIB_DEPENDS= libva.so:multimedia/libva GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-wayland INSTALL_TARGET= install-strip USES= compiler:c11 gettext-runtime gmake gnome libtool \ pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 USE_GSTREAMER1= bad gl USE_GL= gl USE_XORG= x11 xrandr xrender xproto:build # drm backend needs libudev so disable it for now. CONFIGURE_ARGS+=--disable-drm .include Index: head/multimedia/gstreamer1-vaapi/distinfo =================================================================== --- head/multimedia/gstreamer1-vaapi/distinfo (revision 450469) +++ head/multimedia/gstreamer1-vaapi/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051743 -SHA256 (gstreamer-vaapi-1.12.2.tar.xz) = 23c714e0474b3c7ae6ff8884aebf8503a1bc3ded335fa2d2b2ac31788466163a -SIZE (gstreamer-vaapi-1.12.2.tar.xz) = 994508 +TIMESTAMP = 1506173891 +SHA256 (gstreamer-vaapi-1.12.3.tar.xz) = f4cdafd8fd9606a490917c8b67336e835df1219580d55421c70480fd0913744d +SIZE (gstreamer-vaapi-1.12.3.tar.xz) = 996360 Index: head/multimedia/gstreamer1-validate/Makefile =================================================================== --- head/multimedia/gstreamer1-validate/Makefile (revision 450469) +++ head/multimedia/gstreamer1-validate/Makefile (revision 450470) @@ -1,25 +1,25 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer1-validate -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-validate/ DISTNAME= gst-validate-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer element validation suite LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib USES= gettext-runtime gmake gnome libtool pathfix \ pkgconfig python:2 tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_GSTREAMER1= yes INSTALL_TARGET= install-strip -PLIST_SUB= VERSION=1.0 SOVERSION=0.1202.0 +PLIST_SUB= VERSION=1.0 SOVERSION=0.1203.0 .include Index: head/multimedia/gstreamer1-validate/distinfo =================================================================== --- head/multimedia/gstreamer1-validate/distinfo (revision 450469) +++ head/multimedia/gstreamer1-validate/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051668 -SHA256 (gst-validate-1.12.2.tar.xz) = 6b7a25d1fd2a08ffe08e4809587f16b4c4e01dfd9e77cfa222b7f2558666fedd -SIZE (gst-validate-1.12.2.tar.xz) = 673404 +TIMESTAMP = 1506174034 +SHA256 (gst-validate-1.12.3.tar.xz) = 5139949d20274fdd702492438eeab2c9e55aa82f60aca17db27ebd3faf08489e +SIZE (gst-validate-1.12.3.tar.xz) = 674008 Index: head/multimedia/py-gstreamer1/Makefile =================================================================== --- head/multimedia/py-gstreamer1/Makefile (revision 450469) +++ head/multimedia/py-gstreamer1/Makefile (revision 450470) @@ -1,27 +1,27 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia python MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 1 DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer python 2 bindings LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= gmake libtool localbase pathfix pkgconfig python:2.7 tar:xz USE_GNOME= pygobject3 USE_GSTREAMER1= yes GNU_CONFIGURE= yes PLIST_SUB= VERSION="${GST_VERSION}" INSTALL_TARGET= install-strip .include Index: head/multimedia/py-gstreamer1/distinfo =================================================================== --- head/multimedia/py-gstreamer1/distinfo (revision 450469) +++ head/multimedia/py-gstreamer1/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051336 -SHA256 (gst-python-1.12.2.tar.xz) = f4cc32ad46a653e1ae2f27ac2a16078b00075c9106b2784a1a8d1f31c5069e47 -SIZE (gst-python-1.12.2.tar.xz) = 387072 +TIMESTAMP = 1506168855 +SHA256 (gst-python-1.12.3.tar.xz) = c3f529dec1294633132690806703b80bad5752eff482eaf81f209c2aba012ba7 +SIZE (gst-python-1.12.3.tar.xz) = 388220 Index: head/multimedia/py3-gstreamer1/Makefile =================================================================== --- head/multimedia/py3-gstreamer1/Makefile (revision 450469) +++ head/multimedia/py3-gstreamer1/Makefile (revision 450470) @@ -1,27 +1,27 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.3 CATEGORIES= multimedia python MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 1 DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer python 3 bindings LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= gmake libtool localbase pathfix pkgconfig python:3.6+ tar:xz USE_GNOME= py3gobject3 USE_GSTREAMER1= yes GNU_CONFIGURE= yes PLIST_SUB= VERSION="${GST_VERSION}" INSTALL_TARGET= install-strip .include Index: head/multimedia/py3-gstreamer1/distinfo =================================================================== --- head/multimedia/py3-gstreamer1/distinfo (revision 450469) +++ head/multimedia/py3-gstreamer1/distinfo (revision 450470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500051382 -SHA256 (gst-python-1.12.2.tar.xz) = f4cc32ad46a653e1ae2f27ac2a16078b00075c9106b2784a1a8d1f31c5069e47 -SIZE (gst-python-1.12.2.tar.xz) = 387072 +TIMESTAMP = 1506168993 +SHA256 (gst-python-1.12.3.tar.xz) = c3f529dec1294633132690806703b80bad5752eff482eaf81f209c2aba012ba7 +SIZE (gst-python-1.12.3.tar.xz) = 388220