Index: head/audio/gstreamer1-plugins-openmpt/Makefile =================================================================== --- head/audio/gstreamer1-plugins-openmpt/Makefile (revision 536686) +++ head/audio/gstreamer1-plugins-openmpt/Makefile (revision 536687) @@ -1,20 +1,20 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= GStreamer OpenMPT audio decoder plugin GST_PLUGIN= openmpt DIST= bad OPENMPT_GST_DIRS= gst-libs/gst/audio MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins pre-build: .for dir in ${OPENMPT_GST_DIRS} @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}) .endfor .include "${MASTERDIR}/Makefile" Index: head/multimedia/gstreamer1-plugins-all/Makefile =================================================================== --- head/multimedia/gstreamer1-plugins-all/Makefile (revision 536686) +++ head/multimedia/gstreamer1-plugins-all/Makefile (revision 536687) @@ -1,43 +1,43 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= gstreamer1-plugins-all PORTVERSION= 1.16 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT= Meta-port of all GStreamer 1.x plugins with options USES= metaport USE_GSTREAMER1= yes .include "${.CURDIR}/../../Mk/bsd.gstreamer.mk" ALL_PLUGINS:= ${_GSTREAMER_PLUGINS} # Weed out gst-plugins that can not be packaged. or are broken. .if defined(PACKAGE_BUILDING) # FAAC: Mp4 Dolby license , no package # LAME: MP3 License , no package # VDPAU: Needs to be build agains running kernel DEF_PLUGINS:= ${_GSTREAMER_PLUGINS:Nfaac:Nlame:Nvdpau} .else DEF_PLUGINS:= ${_GSTREAMER_PLUGINS} .endif .for all in ${ALL_PLUGINS} ${all:tu}_DESC= ${all} plugin ${all:tu}_USE= GSTREAMER1=${all} .endfor # Pull out i386-only plugins, add back conditionally ALL_PLUGINS:= ${ALL_PLUGINS:Nspc} DEF_PLUGINS:= ${DEF_PLUGINS:Nspc} OPTIONS_DEFINE= ${ALL_PLUGINS:tu} OPTIONS_DEFAULT= ${DEF_PLUGINS:tu} OPTIONS_DEFINE_i386= SPC OPTIONS_DEFAULT_i386= SPC .include