summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-good
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /multimedia/gstreamer-plugins-good
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins-good')
-rw-r--r--multimedia/gstreamer-plugins-good/Makefile42
-rw-r--r--multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosshelper.c20
-rw-r--r--multimedia/gstreamer-plugins-good/pkg-plist113
3 files changed, 0 insertions, 175 deletions
diff --git a/multimedia/gstreamer-plugins-good/Makefile b/multimedia/gstreamer-plugins-good/Makefile
deleted file mode 100644
index b89064905..000000000
--- a/multimedia/gstreamer-plugins-good/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-good
-# Date created: 20 Jan 2006
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.9 2006/06/25 20:43:14 marcus Exp $
-#
-
-PORTREVISION= 4
-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
-
-gst_good_DIST= good
-GOOD_GST_DIRS= gst sys po
-PLIST_SUB= VERSION="${GST_VERSION}"
-
-PLIST= ${.CURDIR}/pkg-plist
-FILESDIR=${.CURDIR}/files
-PATCHDIR=${.CURDIR}/files
-NO_GSTREAMER_COMMON= yes
-
-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/files/patch-sys_oss_gstosshelper.c b/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosshelper.c
deleted file mode 100644
index 34fdd3119..000000000
--- a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosshelper.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- sys/oss/gstosshelper.c.orig Sun Apr 2 03:23:53 2006
-+++ sys/oss/gstosshelper.c Sun Apr 2 03:25:44 2006
-@@ -343,13 +344,17 @@ gst_oss_helper_rate_check_rate (GstOssPr
- int format;
- int n_channels;
- int ret;
-+ int rst;
-
- rate = irate;
- format = probe->format;
- n_channels = probe->n_channels;
-+ rst = 4000; /* XXX Lowest supported rate for FreeBSD. */
-
- GST_LOG ("checking format %d, channels %d, rate %d",
- format, n_channels, rate);
-+ /* Reset rate to lowest supported rate. */
-+ ioctl (probe->fd, SNDCTL_DSP_SPEED, &rst);
- ret = ioctl (probe->fd, SNDCTL_DSP_SETFMT, &format);
- if (ret < 0)
- return -1;
diff --git a/multimedia/gstreamer-plugins-good/pkg-plist b/multimedia/gstreamer-plugins-good/pkg-plist
deleted file mode 100644
index 51ed562b3..000000000
--- a/multimedia/gstreamer-plugins-good/pkg-plist
+++ /dev/null
@@ -1,113 +0,0 @@
-lib/gstreamer-%%VERSION%%/libgstalaw.a
-lib/gstreamer-%%VERSION%%/libgstalaw.la
-lib/gstreamer-%%VERSION%%/libgstalaw.so
-lib/gstreamer-%%VERSION%%/libgstalpha.a
-lib/gstreamer-%%VERSION%%/libgstalpha.la
-lib/gstreamer-%%VERSION%%/libgstalpha.so
-lib/gstreamer-%%VERSION%%/libgstalphacolor.a
-lib/gstreamer-%%VERSION%%/libgstalphacolor.la
-lib/gstreamer-%%VERSION%%/libgstalphacolor.so
-lib/gstreamer-%%VERSION%%/libgstapetag.a
-lib/gstreamer-%%VERSION%%/libgstapetag.la
-lib/gstreamer-%%VERSION%%/libgstapetag.so
-lib/gstreamer-%%VERSION%%/libgstauparse.a
-lib/gstreamer-%%VERSION%%/libgstauparse.la
-lib/gstreamer-%%VERSION%%/libgstauparse.so
-lib/gstreamer-%%VERSION%%/libgstautodetect.a
-lib/gstreamer-%%VERSION%%/libgstautodetect.la
-lib/gstreamer-%%VERSION%%/libgstautodetect.so
-lib/gstreamer-%%VERSION%%/libgstavi.a
-lib/gstreamer-%%VERSION%%/libgstavi.la
-lib/gstreamer-%%VERSION%%/libgstavi.so
-lib/gstreamer-%%VERSION%%/libgstcutter.a
-lib/gstreamer-%%VERSION%%/libgstcutter.la
-lib/gstreamer-%%VERSION%%/libgstcutter.so
-lib/gstreamer-%%VERSION%%/libgstdebug.a
-lib/gstreamer-%%VERSION%%/libgstdebug.la
-lib/gstreamer-%%VERSION%%/libgstdebug.so
-lib/gstreamer-%%VERSION%%/libgsteffectv.a
-lib/gstreamer-%%VERSION%%/libgsteffectv.la
-lib/gstreamer-%%VERSION%%/libgsteffectv.so
-lib/gstreamer-%%VERSION%%/libgstflxdec.a
-lib/gstreamer-%%VERSION%%/libgstflxdec.la
-lib/gstreamer-%%VERSION%%/libgstflxdec.so
-lib/gstreamer-%%VERSION%%/libgstgoom.a
-lib/gstreamer-%%VERSION%%/libgstgoom.la
-lib/gstreamer-%%VERSION%%/libgstgoom.so
-lib/gstreamer-%%VERSION%%/libgsticydemux.a
-lib/gstreamer-%%VERSION%%/libgsticydemux.la
-lib/gstreamer-%%VERSION%%/libgsticydemux.so
-lib/gstreamer-%%VERSION%%/libgstid3demux.a
-lib/gstreamer-%%VERSION%%/libgstid3demux.la
-lib/gstreamer-%%VERSION%%/libgstid3demux.so
-lib/gstreamer-%%VERSION%%/libgstlevel.a
-lib/gstreamer-%%VERSION%%/libgstlevel.la
-lib/gstreamer-%%VERSION%%/libgstlevel.so
-lib/gstreamer-%%VERSION%%/libgstmatroska.a
-lib/gstreamer-%%VERSION%%/libgstmatroska.la
-lib/gstreamer-%%VERSION%%/libgstmatroska.so
-lib/gstreamer-%%VERSION%%/libgstmulaw.a
-lib/gstreamer-%%VERSION%%/libgstmulaw.la
-lib/gstreamer-%%VERSION%%/libgstmulaw.so
-lib/gstreamer-%%VERSION%%/libgstmultipart.a
-lib/gstreamer-%%VERSION%%/libgstmultipart.la
-lib/gstreamer-%%VERSION%%/libgstmultipart.so
-lib/gstreamer-%%VERSION%%/libgstnavigationtest.a
-lib/gstreamer-%%VERSION%%/libgstnavigationtest.la
-lib/gstreamer-%%VERSION%%/libgstnavigationtest.so
-lib/gstreamer-%%VERSION%%/libgstossaudio.a
-lib/gstreamer-%%VERSION%%/libgstossaudio.la
-lib/gstreamer-%%VERSION%%/libgstossaudio.so
-lib/gstreamer-%%VERSION%%/libgstrtp.a
-lib/gstreamer-%%VERSION%%/libgstrtp.la
-lib/gstreamer-%%VERSION%%/libgstrtp.so
-lib/gstreamer-%%VERSION%%/libgstrtsp.a
-lib/gstreamer-%%VERSION%%/libgstrtsp.la
-lib/gstreamer-%%VERSION%%/libgstrtsp.so
-lib/gstreamer-%%VERSION%%/libgstsmpte.a
-lib/gstreamer-%%VERSION%%/libgstsmpte.la
-lib/gstreamer-%%VERSION%%/libgstsmpte.so
-lib/gstreamer-%%VERSION%%/libgstudp.a
-lib/gstreamer-%%VERSION%%/libgstudp.la
-lib/gstreamer-%%VERSION%%/libgstudp.so
-lib/gstreamer-%%VERSION%%/libgstvideobalance.a
-lib/gstreamer-%%VERSION%%/libgstvideobalance.la
-lib/gstreamer-%%VERSION%%/libgstvideobalance.so
-lib/gstreamer-%%VERSION%%/libgstvideobox.a
-lib/gstreamer-%%VERSION%%/libgstvideobox.la
-lib/gstreamer-%%VERSION%%/libgstvideobox.so
-lib/gstreamer-%%VERSION%%/libgstvideoflip.a
-lib/gstreamer-%%VERSION%%/libgstvideoflip.la
-lib/gstreamer-%%VERSION%%/libgstvideoflip.so
-lib/gstreamer-%%VERSION%%/libgstvideomixer.a
-lib/gstreamer-%%VERSION%%/libgstvideomixer.la
-lib/gstreamer-%%VERSION%%/libgstvideomixer.so
-lib/gstreamer-%%VERSION%%/libgstwavenc.a
-lib/gstreamer-%%VERSION%%/libgstwavenc.la
-lib/gstreamer-%%VERSION%%/libgstwavenc.so
-lib/gstreamer-%%VERSION%%/libgstwavparse.a
-lib/gstreamer-%%VERSION%%/libgstwavparse.la
-lib/gstreamer-%%VERSION%%/libgstwavparse.so
-lib/gstreamer-%%VERSION%%/libgstximagesrc.a
-lib/gstreamer-%%VERSION%%/libgstximagesrc.la
-lib/gstreamer-%%VERSION%%/libgstximagesrc.so
-share/locale/af/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/or/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs