summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-pitfdll
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
commit7d48260effbe5918b5e299173d49134f71a7a5f5 (patch)
tree03bcaa0a7a269e086e0a824cc5834cba5be0148d /multimedia/gstreamer-pitfdll
parent5cf584c5931d71f29c1a616e77874d93372c28cb (diff)
downloadmarcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.bz2
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.lz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.xz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-pitfdll')
-rw-r--r--multimedia/gstreamer-pitfdll/Makefile44
-rw-r--r--multimedia/gstreamer-pitfdll/distinfo3
-rw-r--r--multimedia/gstreamer-pitfdll/pkg-descr8
-rw-r--r--multimedia/gstreamer-pitfdll/pkg-plist4
4 files changed, 0 insertions, 59 deletions
diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile
deleted file mode 100644
index 5539a340a..000000000
--- a/multimedia/gstreamer-pitfdll/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: gstreamer plugins pitfdll
-# Date created: 08 Oct 2005
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gstreamer-pitfdll
-PORTVERSION= 0.8.2
-PORTREVISION= 1
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= pitfdll
-DISTNAME= pitfdll-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GStreamer DLL loader plugin
-
-RUN_DEPENDS= ${LOCALBASE}/lib/win32/wmv8ds32.ax:${PORTSDIR}/multimedia/win32-codecs
-
-USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386
-USE_BZIP2= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
-USE_GSTREAMER80= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="${GST_VERSION}"
-
-GST_VERSION= 0.8
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|g' \
- ${WRKSRC}/ext/pitfdll/Makefile.in \
- ${WRKSRC}/gst-libs/ext/loader/wine/Makefile.in
-
-post-install:
-# register plugins
- -@${X11BASE}/bin/gst-register-${GST_VERSION} \
- --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null
-
-.include <bsd.port.mk>
diff --git a/multimedia/gstreamer-pitfdll/distinfo b/multimedia/gstreamer-pitfdll/distinfo
deleted file mode 100644
index 2e53007c1..000000000
--- a/multimedia/gstreamer-pitfdll/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pitfdll-0.8.2.tar.bz2) = 7de1810082c55b8433190ac75b9456a9
-SHA256 (pitfdll-0.8.2.tar.bz2) = ec3c8dd47f54cd89105b1c052417fcb6c08084bfb5ea86ad649e8861b8b69b8a
-SIZE (pitfdll-0.8.2.tar.bz2) = 457427
diff --git a/multimedia/gstreamer-pitfdll/pkg-descr b/multimedia/gstreamer-pitfdll/pkg-descr
deleted file mode 100644
index f08c0e996..000000000
--- a/multimedia/gstreamer-pitfdll/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Binary loader plugins for Gstreamer.
-Can load dll and qtx as a playback plugin.
-
-Works reasonbly with wmv 9, intel and qdm2.
-
-consider this software beta qualitiy.
-
-WWW: http://sourceforge.net/projects/pitfdll/
diff --git a/multimedia/gstreamer-pitfdll/pkg-plist b/multimedia/gstreamer-pitfdll/pkg-plist
deleted file mode 100644
index ad0f269ad..000000000
--- a/multimedia/gstreamer-pitfdll/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/gstreamer-%%VERSION%%/libpitfdll.la
-lib/gstreamer-%%VERSION%%/libpitfdll.so
-@exec %%X11BASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
-@unexec %%X11BASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true