Index: head/graphics/gstreamer1-plugins-gl/Makefile =================================================================== --- head/graphics/gstreamer1-plugins-gl/Makefile (revision 402205) +++ head/graphics/gstreamer1-plugins-gl/Makefile (revision 402206) @@ -1,22 +1,22 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer GL graphics plugin GST_PLUGIN= gl DIST= bad PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins pre-build: @cd ${WRKSRC}/gst-libs/gst/gl && ${GMAKE} post-install: @cd ${WRKSRC}/gst-libs/gst/gl && ${SETENV} DESTDIR=${STAGEDIR} \ INSTALL_TARGET=${INSTALL_TARGET} ${GMAKE} install .include "${MASTERDIR}/Makefile" Index: head/multimedia/gstreamer1/Makefile =================================================================== --- head/multimedia/gstreamer1/Makefile (revision 402205) +++ head/multimedia/gstreamer1/Makefile (revision 402206) @@ -1,51 +1,51 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= multimedia MASTER_SITES= 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:= ${CFLAGS} -O2 -Wno-format USES= bison gettext gmake 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.600.0 + SOVERSION=0.601.0 USE_LDCONFIG= yes GST10_VERSION= 1.0 OPTIONS_SUB= yes OPTIONS_DEFINE= LIBCHECK LIBCHECK_DESC= Unit tests support LIBCHECK_CONFIGURE_ENABLE= check LIBCHECK_LIB_DEPENDS= libcheck.so:${PORTSDIR}/devel/libcheck .include .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" .endif post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure .include Index: head/multimedia/gstreamer1/distinfo =================================================================== --- head/multimedia/gstreamer1/distinfo (revision 402205) +++ head/multimedia/gstreamer1/distinfo (revision 402206) @@ -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 Index: head/multimedia/gstreamer1-editing-services/Makefile =================================================================== --- head/multimedia/gstreamer1-editing-services/Makefile (revision 402205) +++ head/multimedia/gstreamer1-editing-services/Makefile (revision 402206) @@ -1,33 +1,33 @@ # Created by: Koop Mast # $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} MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer editing services PORTSCOUT= limitw:1,even USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build libxml2 USE_GSTREAMER1= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-introspection=yes \ --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions PLIST_SUB= VERSION=1.0 .include .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" .endif .include Index: head/multimedia/gstreamer1-editing-services/distinfo =================================================================== --- head/multimedia/gstreamer1-editing-services/distinfo (revision 402205) +++ head/multimedia/gstreamer1-editing-services/distinfo (revision 402206) @@ -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 Index: head/multimedia/gstreamer1-libav/Makefile =================================================================== --- head/multimedia/gstreamer1-libav/Makefile (revision 402205) +++ head/multimedia/gstreamer1-libav/Makefile (revision 402206) @@ -1,56 +1,31 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gstreamer1-libav PORTVERSION= 1.6.0 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= yasm:${PORTSDIR}/devel/yasm \ orc>=0.4.16:${PORTSDIR}/devel/orc LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg PORTSCOUT= limitw:1,even USES= compiler:features gmake libtool pkgconfig tar:xz USE_LDCONFIG= yes USE_GSTREAMER1= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-libav INSTALL_TARGET= install-strip -.include - -.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 +.include Index: head/multimedia/gstreamer1-plugins/Makefile =================================================================== --- head/multimedia/gstreamer1-plugins/Makefile (revision 402205) +++ head/multimedia/gstreamer1-plugins/Makefile (revision 402206) @@ -1,183 +1,183 @@ # 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}:${PORTSDIR}/multimedia/gstreamer1 \ iso-codes>=0:${PORTSDIR}/misc/iso-codes \ orc>=0.4.16:${PORTSDIR}/devel/orc LIB_DEPENDS+= libgstreamer-1.0.so:${PORTSDIR}/multimedia/gstreamer1 \ libfreetype.so:${PORTSDIR}/print/freetype2 \ liborc-0.4.so:${PORTSDIR}/devel/orc 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 USES= gettext gmake 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:= ${CFLAGS} -O2 -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.600.0 +SOVERSION= 0.601.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}:${PORTSDIR}/multimedia/gstreamer1-plugins RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/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 # openssl in 9.x is too old .if ${GST_PLUGIN} == dtls && ${OSVERSION} < 1000000 WITH_OPENSSL_PORT=yes .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/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/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|' .endif # workaround a crash in clang 3.3 crash llvm bug # 15840 .if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \ (${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056)) USE_GCC= any .endif pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0 .include Index: head/multimedia/gstreamer1-plugins/Makefile.common =================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common (revision 402205) +++ head/multimedia/gstreamer1-plugins/Makefile.common (revision 402206) @@ -1,518 +1,523 @@ # $FreeBSD$ BASE_GST_ALL_PLUGINS= \ alsa \ cdparanoia \ ivorbis \ libvisual \ ogg \ pango \ theora \ vorbis \ x \ xvideo BAD_GST_ALL_PLUGINS+= \ assrender \ bs2b \ chromaprint \ curl \ dtls \ dts \ faac \ faad \ flite \ gme \ gsm \ hls \ kate \ libde265 \ libmms \ librfb \ modplug \ mpeg2enc \ mpg123 \ mplex \ neon \ ofa \ openal \ opencv \ opengl \ openh264 \ openjpeg \ opus \ resindvd \ rtmp \ rsvg \ schro \ soundtouch \ spandsp \ + vdpau \ webp \ x265 \ zbar \ # plugins not yet ported to the 1.0 API, or not portable BAD_GST_ALL_PLUGINS+= \ acm \ apexsink \ cdxaparse \ dc1394 \ dccp \ faceoverlay \ hdvparse \ linsys \ lv2 \ musepack \ mve \ nas \ nuvdemux \ patchdetect \ sdi \ sdl \ sndio \ teletextdec \ timidity \ tta \ wininet \ xvid # --with-egl-window-system=none --disable-opengl --disable-gles2 --disable-egl --disable-glx \ BAD_GST_NON_PLUGINS= \ --disable-gles2 \ --disable-egl \ --disable-glx \ --disable-wayland \ --enable-bz2 \ --enable-dvb \ --enable-shm \ --disable-wgl \ --disable-gsettings \ --disable-acm \ --disable-android_media \ --disable-apple_media \ --disable-avc \ --disable-dc1394 \ --disable-dccp \ --disable-direct3d \ --disable-directsound \ --disable-fbdev \ --disable-uvch264 \ --disable-vcd \ --disable-wildmidi \ --disable-wininet GOOD_GST_ALL_PLUGINS+= \ aalib \ cairo \ flac \ gdk_pixbuf \ jack \ jpeg \ libcaca \ libdv \ libpng \ gst_v4l2 \ shout2 \ soup \ speex \ taglib \ vpx \ wavpack \ x \ pulse GOOD_GST_NON_PLUGINS= \ --disable-dv1394 \ --disable-directsound \ --disable-osx_audio \ --disable-osx_video \ --disable-sunaudio \ --disable-waveform \ --enable-bz2 \ --enable-oss \ --enable-oss4 \ --enable-zlib UGLY_GST_ALL_PLUGINS+= \ a52dec \ amrnb \ amrwb \ cdio \ dvdread \ lame \ mad \ mpeg2dec \ sidplay \ twolame \ x264 UGLY_GST_NON_PLUGINS= # Disable all plugins by default .if ${DIST}=="base" .for d in ${BASE_GST_ALL_PLUGINS} CONFIGURE_ARGS+= --disable-${d} .endfor .endif .if ${DIST}=="bad" .for d in ${BAD_GST_ALL_PLUGINS} CONFIGURE_ARGS+= --disable-${d} .endfor CONFIGURE_ARGS+= ${BAD_GST_NON_PLUGINS} .endif .if ${DIST}=="good" .for d in ${GOOD_GST_ALL_PLUGINS} CONFIGURE_ARGS+= --disable-${d} .endfor CONFIGURE_ARGS+= ${GOOD_GST_NON_PLUGINS} .endif .if ${DIST}=="ugly" .for d in ${UGLY_GST_ALL_PLUGINS} CONFIGURE_ARGS+= --disable-${d} .endfor CONFIGURE_ARGS+= ${UGLY_GST_NON_PLUGINS} .endif .if ${GST_PLUGIN}!="base" && ${GST_PLUGIN}!="bad" && \ ${GST_PLUGIN}!="good" && ${GST_PLUGIN}!="ugly" CONFIGURE_ARGS+= --enable-${GST_PLUGIN} .endif .if !defined(NO_GSTREAMER_COMMON) GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} # Enable the right plugin CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|} GST_INC_DIR= include/gstreamer-${VERSION} GST_LIB_DIR= lib/gstreamer-${VERSION} # Auto create PLIST PLIST?= ${NONEXISTENT} # ------- plugins --------- # a52dec gst_a52dec_LIB_DEPENDS= liba52.so:${PORTSDIR}/audio/liba52 # aalib gst_aalib_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib gst_aalib_PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so # amrnb gst_amrnb_LIB_DEPENDS= libopencore-amrnb.so:${PORTSDIR}/audio/opencore-amr gst_amrnb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrnb.so \ share/gstreamer-${VERSION}/presets/GstAmrnbEnc.prs # amrwb gst_amrwb_LIB_DEPENDS= libopencore-amrwb.so:${PORTSDIR}/audio/opencore-amr gst_amrwb_GST_PLUGIN_DIR= ext/amrwbdec gst_amrwb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrwbdec.so # assrender gst_assrender_LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass # bs2b gst_bs2b_LIB_DEPENDS= libbs2b.so:${PORTSDIR}/audio/libbs2b # cairo gst_cairo_USE_GNOME= cairo # cdparanoia gst_cdparanoia_LIB_DEPENDS= libcdda_interface.so:${PORTSDIR}/audio/cdparanoia # cdio gst_cdio_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio # chromaprint gst_chromaprint_LIB_DEPENDS= libchromaprint.so:${PORTSDIR}/audio/chromaprint # curl gst_curl_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl # dtls gst_dtls_USES= compiler:c11 # dts gst_dts_LIB_DEPENDS= libdca.so:${PORTSDIR}/multimedia/libdca gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.so # libdv gst_libdv_LIB_DEPENDS= libdv.so:${PORTSDIR}/multimedia/libdv gst_libdv_GST_PLUGIN_DIR= ext/dv gst_libdv_PLIST_FILES= ${GST_LIB_DIR}/libgstdv.so # dvdread gst_dvdread_LIB_DEPENDS=libdvdread.so:${PORTSDIR}/multimedia/libdvdread # faac gst_faac_LIB_DEPENDS= libfaac.so:${PORTSDIR}/audio/faac # faad gst_faad_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad # flac gst_flac_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac # flite gst_flite_LIB_DEPENDS= libflite.so:${PORTSDIR}/audio/flite # gdk_pixbuf gst_gdk_pixbuf_USE_GNOME= gdkpixbuf2 gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.so # gl gst_gl_USE_GL= gl glu glesv2 egl #xxxx do we need it? #gst_gl_USE_GNOME= introspection:build gst_gl_CONFIGURE_ARGS= --enable-gl --enable-glx \ --enable-egl --enable-gles2 gst_gl_PLIST_FILES= # # gme gst_gme_LIB_DEPENDS= libgme.so:${PORTSDIR}/audio/libgme # gsm gst_gsm_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm # hls gst_hls_LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle gst_hls_PLIST_FILES= ${GST_LIB_DIR}/libgstfragmented.so # jack gst_jack_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack # jpeg gst_jpeg_USES= jpeg # kate gst_kate_LIB_DEPENDS= libkate.so:${PORTSDIR}/multimedia/libkate # lame gst_lame_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame # libcaca gst_libcaca_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so # libde265 gst_libde265_LIB_DEPENDS= libde265.so:${PORTSDIR}/multimedia/libde265 # libmms gst_libmms_LIB_DEPENDS= libmms.so:${PORTSDIR}/net/libmms gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so # png gst_libpng_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png gst_libpng_PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so # libvisual gst_libvisual_LIB_DEPENDS= libvisual-0.4.so:${PORTSDIR}/graphics/libvisual04 # mad gst_mad_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad # modplug gst_modplug_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug # mpeg2enc gst_mpeg2enc_LIB_DEPENDS= libmjpegutils.so:${PORTSDIR}/multimedia/mjpegtools # mpeg2dec gst_mpeg2dec_LIB_DEPENDS= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2 # mpg123 gst_mpg123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 # neon gst_neon_LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.so # ogg gst_ogg_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg # opencv gst_opencv_LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv gst_opencv_PLIST_FILES= ${GST_LIB_DIR}/libgstopencv.so \ share/gst-plugins-bad/${VERSION}/opencv_haarcascades/fist.xml \ share/gst-plugins-bad/${VERSION}/opencv_haarcascades/palm.xml # openjpeg gst_openjpeg_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 # openh264 gst_openh264_LIB_DEPENDS= libopenh264.so:${PORTSDIR}/multimedia/openh264 # opus gst_opus_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus # pango gst_pango_USE_GNOME= pango # pulse gst_pulse_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio # resindvd gst_resindvd_BUILD_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav # rtmp xxx gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp # rsvg gst_rsvg_USE_GNOME= librsvg2 # shout2 gst_shout2_LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout # sidplay gst_sidplay_LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so # soundtouch gst_soundtouch_LIB_DEPENDS= libSoundTouch.so:${PORTSDIR}/audio/soundtouch # souphttpsrc gst_soup_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup gst_soup_GST_PLUGIN_DIR=ext/soup gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.so # spandsp gst_spandsp_LIB_DEPENDS= libspandsp.so:${PORTSDIR}/comms/spandsp # speex gst_speex_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex # schroedinger or schro for short gst_schro_LIB_DEPENDS= libschroedinger-1.0.so:${PORTSDIR}/multimedia/schroedinger gst_schro_GST_PLUGIN_DIR= ext/schroedinger # taglib gst_taglib_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib # theora gst_theora_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora # twolame gst_twolame_LIB_DEPENDS= libtwolame.so:${PORTSDIR}/audio/twolame # gst_v4l2 gst_gst_v4l2_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat gst_gst_v4l2_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l gst_gst_v4l2_RUN_DEPENDS= webcamd:${PORTSDIR}/multimedia/webcamd gst_gst_v4l2_PLIST_FILES= ${GST_LIB_DIR}/libgstvideo4linux2.so gst_gst_v4l2_GST_PLUGIN_DIR= sys/v4l2 # vorbis gst_vorbis_USE_GSTREAMER1= ogg gst_vorbis_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis # vpx 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 # X ximage and xvimage sinks aka output .if ${DIST} == base gst_x_USE_XORG= x11 xv xext gst_x_CONFIGURE_ARGS= --enable-xvideo --enable-xshm gst_x_GST_PLUGIN_DIR= sys/ximage sys/xvimage gst_x_PLIST_FILES= ${GST_LIB_DIR}/libgstximagesink.so \ ${GST_LIB_DIR}/libgstxvimagesink.so .endif .if ${DIST} == good # Ximagesrc gst_x_USE_XORG= x11 xfixes xdamage xext gst_x_CONFIGURE_ARGS= --enable-x gst_x_GST_PLUGIN_DIR= sys/ximage gst_x_PLIST_FILES= ${GST_LIB_DIR}/libgstximagesrc.so .endif # x264 gst_x264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264 gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.so \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs # x265 gst_x265_LIB_DEPENDS= libx265.so:${PORTSDIR}/multimedia/x265 # xvid gst_xvid_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid # wavpack gst_wavpack_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack # zbar gst_zbar_LIB_DEPENDS= libzbar.so:${PORTSDIR}/graphics/zbar .endif # NO_GSTREAMER_COMMON .if !defined(NO_GSTREAMER_COMMON) gst_${GST_PLUGIN}_BUILD_DEPENDS?= gst_${GST_PLUGIN}_LIB_DEPENDS?= gst_${GST_PLUGIN}_RUN_DEPENDS?= gst_${GST_PLUGIN}_USES?= gst_${GST_PLUGIN}_USE_XORG?= gst_${GST_PLUGIN}_PLIST_FILES?= \ ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so gst_${GST_PLUGIN}_EXTRA_LIBS?= gst_${GST_PLUGIN}_PREBUILD_DIR?= gst_${GST_PLUGIN}_GST_PLUGIN_DIR?= ext/${GST_PLUGIN} gst_${GST_PLUGIN}_POSTBUILD_DIR?= gst_${GST_PLUGIN}_USE_GNOME?= gst_${GST_PLUGIN}_CONFIGURE_ENV?= gst_${GST_PLUGIN}_GLIB_SCHEMAS?= gst_${GST_PLUGIN}_CONFIGURE_ARGS?= gst_${GST_PLUGIN}_USE_SDL?= gst_${GST_PLUGIN}_USE_GSTREAMER1?= BUILD_DEPENDS+= ${gst_${GST_PLUGIN}_BUILD_DEPENDS} LIB_DEPENDS+= ${gst_${GST_PLUGIN}_LIB_DEPENDS} RUN_DEPENDS+= ${gst_${GST_PLUGIN}_RUN_DEPENDS} USES+= ${gst_${GST_PLUGIN}_USES} PLIST_FILES= ${gst_${GST_PLUGIN}_PLIST_FILES} EXTRA_LIBS+= ${gst_${GST_PLUGIN}_EXTRA_LIBS} USE_XORG+= ${gst_${GST_PLUGIN}_USE_XORG} USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} USE_GL+= ${gst_${GST_PLUGIN}_USE_GL} .if ${gst_${GST_PLUGIN}_GLIB_SCHEMAS}!="" GLIB_SCHEMAS= ${gst_${GST_PLUGIN}_GLIB_SCHEMAS} .endif CONFIGURE_ARGS+= ${gst_${GST_PLUGIN}_CONFIGURE_ARGS} .if ${gst_${GST_PLUGIN}_USE_SDL}!="" USE_SDL= ${gst_${GST_PLUGIN}_USE_SDL} .endif USE_GSTREAMER1+= ${gst_${GST_PLUGIN}_USE_GSTREAMER1} ${DIST:base=yes} GST_PREBUILD_DIR= ${gst_${GST_PLUGIN}_GST_PREBUILD_DIR} GST_PLUGIN_DIR= ${gst_${GST_PLUGIN}_GST_PLUGIN_DIR} GST_POSTBUILD_DIR= ${gst_${GST_PLUGIN}_GST_POSTBUILD_DIR} .if !target(do-build) do-build: .for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} .endfor .endif .if !target(do-install) do-install: .for dir in ${GST_PLUGIN_DIR} @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} .endfor .endif .endif Index: head/multimedia/gstreamer1-plugins/distinfo =================================================================== --- head/multimedia/gstreamer1-plugins/distinfo (revision 402205) +++ head/multimedia/gstreamer1-plugins/distinfo (revision 402206) @@ -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 Index: head/multimedia/gstreamer1-plugins-vpx/Makefile =================================================================== --- head/multimedia/gstreamer1-plugins-vpx/Makefile (revision 402205) +++ head/multimedia/gstreamer1-plugins-vpx/Makefile (revision 402206) @@ -1,13 +1,13 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= Gstreamer vp8 codec plugin GST_PLUGIN= vpx DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins .include "${MASTERDIR}/Makefile" Index: head/multimedia/gstreamer1-rtsp-server/Makefile =================================================================== --- head/multimedia/gstreamer1-rtsp-server/Makefile (revision 402205) +++ head/multimedia/gstreamer1-rtsp-server/Makefile (revision 402206) @@ -1,24 +1,24 @@ # Created by: Koop Mast # $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} MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer library for building a RTSP server USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build USE_GSTREAMER1= good bad INSTALL_TARGET= install-strip #CONFIGURE_ARGS= --enable-introspection=yes \ # --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions PLIST_SUB= VERSION=1.0 .include Index: head/multimedia/gstreamer1-rtsp-server/distinfo =================================================================== --- head/multimedia/gstreamer1-rtsp-server/distinfo (revision 402205) +++ head/multimedia/gstreamer1-rtsp-server/distinfo (revision 402206) @@ -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 Index: head/multimedia/gstreamer1-rtsp-server/pkg-plist =================================================================== --- head/multimedia/gstreamer1-rtsp-server/pkg-plist (revision 402205) +++ head/multimedia/gstreamer1-rtsp-server/pkg-plist (revision 402206) @@ -1,25 +1,25 @@ include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-address-pool.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-auth.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-client.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-context.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-media-factory-uri.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-media-factory.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-media.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-mount-points.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-params.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-permissions.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-sdp.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-server.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-session-media.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-session-pool.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-session.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-stream-transport.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-stream.h include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-thread-pool.h 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 Index: head/multimedia/py-gstreamer1/Makefile =================================================================== --- head/multimedia/py-gstreamer1/Makefile (revision 402205) +++ head/multimedia/py-gstreamer1/Makefile (revision 402206) @@ -1,29 +1,29 @@ # Created by: Koop Mast # $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} PKGNAMESUFFIX= 1 DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Python bindings for Gstreamer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= gmake libtool pathfix pkgconfig python:2 tar:xz USE_GNOME= pygobject3 USE_GSTREAMER1= yes GNU_CONFIGURE= yes PLIST_SUB= VERSION="${GST_VERSION}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/multimedia/py-gstreamer1/distinfo =================================================================== --- head/multimedia/py-gstreamer1/distinfo (revision 402205) +++ head/multimedia/py-gstreamer1/distinfo (revision 402206) @@ -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 Index: head/multimedia/py3-gstreamer1/Makefile =================================================================== --- head/multimedia/py3-gstreamer1/Makefile (revision 402205) +++ head/multimedia/py3-gstreamer1/Makefile (revision 402206) @@ -1,32 +1,32 @@ # Created by: Koop Mast # $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} PKGNAMESUFFIX= 1 DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Python bindings for Gstreamer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= gmake libtool pathfix pkgconfig python:3 tar:xz USE_GNOME= py3gobject3 USE_GSTREAMER1= yes GNU_CONFIGURE= yes PLIST_SUB= VERSION="${GST_VERSION}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USE_PYTHON= py3plist PLIST_SUB+= PVERSION=${PYTHON_VER:S/.//} .include Index: head/multimedia/py3-gstreamer1/distinfo =================================================================== --- head/multimedia/py3-gstreamer1/distinfo (revision 402205) +++ head/multimedia/py3-gstreamer1/distinfo (revision 402206) @@ -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