diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 06:58:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 06:58:19 +0800 |
commit | 52606cd67c8fb65d95246fb0393890c6a3258958 (patch) | |
tree | 102c6529a9d5c19b0387ebb750d83c510ab44d80 /multimedia | |
parent | ee054704e695a3318dc065fdb5e9990c7f6bccea (diff) | |
download | marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.tar marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.tar.gz marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.tar.bz2 marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.tar.lz marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.tar.xz marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.tar.zst marcuscom-ports-52606cd67c8fb65d95246fb0393890c6a3258958.zip |
- Add gstreamer-plugins-good
gstreamer-plugins-good is the sys and gst dirs
- Readd ffmpeg to USE_GSTREAMER
- Add good to gstreamer-plugins-core
GO GNOME 2.13.5!!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5476 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-good/Makefile | 41 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-good/pkg-plist | 27 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
4 files changed, 70 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-good/Makefile b/multimedia/gstreamer-plugins-good/Makefile new file mode 100644 index 000000000..ab8dde676 --- /dev/null +++ b/multimedia/gstreamer-plugins-good/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: gstreamer-plugins-good +# Date created: 20 Jan 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Good gstreamer-plugins + +GST_PLUGIN= good +GST_PLUGIN_SUFFIX= -good + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins + +EXTRACT_ONLY= ${GOOD_DISTFILE} +WRKSRC= ${WRKDIR}/${GOOD_DISTNAME} + +GOOD_GST_DIRS= gst sys +PLIST_SUB= VERSION="${GST_VERSION}" +NO_GSTREAMER_COMMON= yes +PLIST= ${.CURDIR}/pkg-plist + +do-build: +.for dir in ${GOOD_GST_DIRS} + @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endfor + +do-install: +.for dir in ${GOOD_GST_DIRS} + @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + +.endfor + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins-good/pkg-plist b/multimedia/gstreamer-plugins-good/pkg-plist new file mode 100644 index 000000000..03686b16c --- /dev/null +++ b/multimedia/gstreamer-plugins-good/pkg-plist @@ -0,0 +1,27 @@ +lib/gstreamer-%%VERSION%%/libgstalaw.so +lib/gstreamer-%%VERSION%%/libgstalpha.so +lib/gstreamer-%%VERSION%%/libgstalphacolor.so +lib/gstreamer-%%VERSION%%/libgstauparse.so +lib/gstreamer-%%VERSION%%/libgstautodetect.so +lib/gstreamer-%%VERSION%%/libgstavi.so +lib/gstreamer-%%VERSION%%/libgstcutter.so +lib/gstreamer-%%VERSION%%/libgstdebug.so +lib/gstreamer-%%VERSION%%/libgsteffectv.so +lib/gstreamer-%%VERSION%%/libgstflxdec.so +lib/gstreamer-%%VERSION%%/libgstgoom.so +lib/gstreamer-%%VERSION%%/libgstid3demux.so +lib/gstreamer-%%VERSION%%/libgstlevel.so +lib/gstreamer-%%VERSION%%/libgstmatroska.so +lib/gstreamer-%%VERSION%%/libgstmulaw.so +lib/gstreamer-%%VERSION%%/libgstmultipart.so +lib/gstreamer-%%VERSION%%/libgstnavigationtest.so +lib/gstreamer-%%VERSION%%/libgstossaudio.so +lib/gstreamer-%%VERSION%%/libgstrtp.so +lib/gstreamer-%%VERSION%%/libgstrtsp.so +lib/gstreamer-%%VERSION%%/libgstsmpte.so +lib/gstreamer-%%VERSION%%/libgstudp.so +lib/gstreamer-%%VERSION%%/libgstvideobox.so +lib/gstreamer-%%VERSION%%/libgstvideoflip.so +lib/gstreamer-%%VERSION%%/libgstvideomixer.so +lib/gstreamer-%%VERSION%%/libgstwavenc.so +lib/gstreamer-%%VERSION%%/libgstwavparse.so diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index f56722f06..2647dabc3 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer PORTVERSION?= 0.10.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:base/} \ http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 0ae7b87a6..ea2c4e76a 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -103,7 +103,7 @@ CONFIGURE_ARGS+=--disable-spc PLIST_SUB+= SPC="@comment " #.endif -.if ${GST_PLUGIN}!="base" +.if ${GST_PLUGIN}!="base" && !defined(NO_GSTREAMER_COMMON) GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} COMMENT= Gstreamer ${GST_PLUGIN} plugin |