summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 15:59:00 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 15:59:00 +0800
commit37b97e5c04e45d77d60db3c40bd1daadd0e11676 (patch)
tree18e91fc5a000554a842c1734e33bd1da589a5ecb /multimedia
parent9204bff1c2ec91e9850fac2820af21715ac537f2 (diff)
downloadmarcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.tar
marcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.tar.gz
marcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.tar.bz2
marcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.tar.lz
marcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.tar.xz
marcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.tar.zst
marcuscom-ports-37b97e5c04e45d77d60db3c40bd1daadd0e11676.zip
Add gstreamer-plugins-core
Core set of typical audio and video gstreamer-plugins git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3063 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins-core/Makefile35
-rw-r--r--multimedia/gstreamer-plugins-core/pkg-descr3
2 files changed, 38 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile
new file mode 100644
index 000000000..947381612
--- /dev/null
+++ b/multimedia/gstreamer-plugins-core/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gstreamer-plugins-core
+# Date created: 2004-11-15
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gstreamer-plugins-core
+PORTVERSION= 0.8
+CATEGORIES= multimedia audio
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Core set of typical audio and video gstreamer-plugins
+
+NO_BUILD= yes
+
+GST_DIR= share/gnome/cache/gstreamer-${PORTVERSION}
+PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep
+
+# Audio plugins
+USE_GSTREAMER+= a52dec lame mad vorbis
+
+# Multimedia plugins
+USE_GSTREAMER+= ffmpeg dts dvd xvid
+
+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.mk>
diff --git a/multimedia/gstreamer-plugins-core/pkg-descr b/multimedia/gstreamer-plugins-core/pkg-descr
new file mode 100644
index 000000000..90895a218
--- /dev/null
+++ b/multimedia/gstreamer-plugins-core/pkg-descr
@@ -0,0 +1,3 @@
+Meta-port to core "typical" gstreamer-plugins
+
+WWW: http://gstreamer.net