diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 16:07:01 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 16:07:01 +0800 |
commit | a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b (patch) | |
tree | 0ebb6ab687a5382ed7c5422fc3df7c26baa04efe /multimedia/gstreamer-plugins-core | |
parent | 31c805482cb67cee7101b7398aeae7a85ad3d59d (diff) | |
download | marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.gz marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.bz2 marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.lz marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.xz marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.zst marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.zip |
Remove, now in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins-core')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 40 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-core/pkg-descr | 3 |
2 files changed, 0 insertions, 43 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile deleted file mode 100644 index c02906679..000000000 --- a/multimedia/gstreamer-plugins-core/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# 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 -PORTREVISION= 1 -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 - -USE_X_PREFIX= yes -NO_BUILD= yes - -GST_DIR= lib/gstreamer-${PORTVERSION} -PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep - -# Audio plugins -USE_GSTREAMER+= a52dec mad vorbis - -# Graphics plugins -USE_GSTREAMER+= libpng - -# 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 deleted file mode 100644 index 90895a218..000000000 --- a/multimedia/gstreamer-plugins-core/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Meta-port to core "typical" gstreamer-plugins - -WWW: http://gstreamer.net |