diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-22 03:25:28 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-22 03:25:28 +0800 |
commit | 14dfcfc24616db0d44c88c1a6810d53d51011234 (patch) | |
tree | df3e420322194a896668a9332a62452c2540eedd | |
parent | 2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b (diff) | |
download | marcuscom-ports-14dfcfc24616db0d44c88c1a6810d53d51011234.tar.gz marcuscom-ports-14dfcfc24616db0d44c88c1a6810d53d51011234.tar.zst marcuscom-ports-14dfcfc24616db0d44c88c1a6810d53d51011234.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6675 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins-core80/Makefile | 67 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-core80/pkg-descr | 3 |
2 files changed, 70 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-core80/Makefile b/multimedia/gstreamer-plugins-core80/Makefile new file mode 100644 index 000000000..6bce36a90 --- /dev/null +++ b/multimedia/gstreamer-plugins-core80/Makefile @@ -0,0 +1,67 @@ +# New ports collection makefile for: gstreamer-plugins-core +# Date created: 2004-11-15 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-core80/Makefile,v 1.4 2006/01/24 18:49:48 marcus Exp $ + +PORTNAME= gstreamer-plugins-core80 +PORTVERSION= 0.8.11 +PORTREVISION= 8 +CATEGORIES= multimedia audio +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= multimedia@FreeBSD.org +COMMENT= Core set of typical audio and video gstreamer-plugins + +NO_BUILD= yes + +GST_DIR= lib/gstreamer-${GST80_VERSION} +PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep + +WANT_GSTREAMER= yes + +.include <bsd.port.pre.mk> + +# Audio plugins +USE_GSTREAMER80+= mad vorbis + +# Graphics plugins +USE_GSTREAMER80+= libpng + +# Misc plugins +USE_GSTREAMER80+= pango + +# Multimedia plugins +USE_GSTREAMER80+= ffmpeg + +.if ${OSVERSION} > 500035 || defined(WITH_XVID) +USE_GSTREAMER80+= xvid +.endif + +.if !defined(WITHOUT_DVD) +# Audio plugins +USE_GSTREAMER80+= a52dec + +# Multimedia plugins +USE_GSTREAMER80+= dts dvd +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD" + @${ECHO_MSG} "" +.if ${OSVERSION} < 500035 && !defined(WITH_XVID) + @${ECHO_MSG} " Enable XVID plugins by defining WITH_XVID" + @${ECHO_MSG} "" +.endif + +do-install: + if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ + ${MKDIR} ${PREFIX}/${GST_DIR} ; \ + fi + ${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep + +.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-plugins-core80/pkg-descr b/multimedia/gstreamer-plugins-core80/pkg-descr new file mode 100644 index 000000000..90895a218 --- /dev/null +++ b/multimedia/gstreamer-plugins-core80/pkg-descr @@ -0,0 +1,3 @@ +Meta-port to core "typical" gstreamer-plugins + +WWW: http://gstreamer.net |