diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 07:11:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 07:11:34 +0800 |
commit | f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3 (patch) | |
tree | da37148b56ee00549f94969449c9322560519d3e /multimedia | |
parent | 52606cd67c8fb65d95246fb0393890c6a3258958 (diff) | |
download | marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.tar marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.tar.gz marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.tar.bz2 marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.tar.lz marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.tar.xz marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.tar.zst marcuscom-ports-f6b6b2fb7ff938feaf7a964df5fb29a6aa98f7b3.zip |
- Add gstreamer-plugins-bad
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5477 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-bad/Makefile | 41 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-bad/pkg-plist | 3 |
2 files changed, 44 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-bad/Makefile b/multimedia/gstreamer-plugins-bad/Makefile new file mode 100644 index 000000000..1eb0dd2dd --- /dev/null +++ b/multimedia/gstreamer-plugins-bad/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: gstreamer-plugins-bad +# Date created: 20 Jan 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Bad gstreamer-plugins + +GST_PLUGIN= bad +GST_PLUGIN_SUFFIX= -bad + +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= ${BAD_DISTFILE} +WRKSRC= ${WRKDIR}/${BAD_DISTNAME} + +BAD_GST_DIRS= gst sys +PLIST_SUB= VERSION="${GST_VERSION}" +NO_GSTREAMER_COMMON= yes +PLIST= ${.CURDIR}/pkg-plist + +do-build: +.for dir in ${BAD_GST_DIRS} + @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endfor + +do-install: +.for dir in ${BAD_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-bad/pkg-plist b/multimedia/gstreamer-plugins-bad/pkg-plist new file mode 100644 index 000000000..e4f747370 --- /dev/null +++ b/multimedia/gstreamer-plugins-bad/pkg-plist @@ -0,0 +1,3 @@ +lib/gstreamer-%%VERSION%%/libgstqtdemux.so +lib/gstreamer-%%VERSION%%/libgstspeed.so +lib/gstreamer-%%VERSION%%/libgsttta.so |