summaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-monkeysaudio
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 10:56:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 10:56:15 +0800
commitadfd8c1bceda3b157e08b451a62eef4c8ad031c3 (patch)
treee5d8bbbef49723c723a7957f75626c282db3b64d /audio/gstreamer-monkeysaudio
parent2fb9f4a561bef45a715b36cd4d3e70d267f5c3c1 (diff)
downloadmarcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.gz
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.bz2
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.lz
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.xz
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.tar.zst
marcuscom-ports-adfd8c1bceda3b157e08b451a62eef4c8ad031c3.zip
- Move gstreamer 0.8 stuff to gstreamer*80 in preps of gstreamer 0.10
- Add USE_GSTREAMER80 to support old gstreamer - Add a bunch of ports that use USE_GSTREAMER80 Some stuff repo-copied by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5446 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gstreamer-monkeysaudio')
-rw-r--r--audio/gstreamer-monkeysaudio/Makefile41
-rw-r--r--audio/gstreamer-monkeysaudio/distinfo2
-rw-r--r--audio/gstreamer-monkeysaudio/pkg-descr3
-rw-r--r--audio/gstreamer-monkeysaudio/pkg-plist5
4 files changed, 51 insertions, 0 deletions
diff --git a/audio/gstreamer-monkeysaudio/Makefile b/audio/gstreamer-monkeysaudio/Makefile
new file mode 100644
index 000000000..ca5c46c12
--- /dev/null
+++ b/audio/gstreamer-monkeysaudio/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: gstreamer monkeysaudio
+# Date created: Thu May 13 14:04:31 CEST 2004
+# Whom: Koop Mast <kwm@rainbow-runner.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gstreamer
+PORTVERSION= 0.8.0
+PORTREVISION= 8
+CATEGORIES= audio
+MASTER_SITES= http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/
+PKGNAMESUFFIX= -monkeysaudio
+DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION}
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= GStreamer plugin for monkeysaudio files
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:13:inc
+USE_GNOME= lthack gnomehack gnomeprefix
+USE_GSTREAMER80= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_SUB= VERSION="${GST_VERSION}"
+
+GST_VERSION=${PORTVERSION:C/..$//}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/GStreamer-monkeysaudio-permit \
+ ${DOCSDIR}/GStreamer-monkeysaudio-permit
+.endif
+# 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/audio/gstreamer-monkeysaudio/distinfo b/audio/gstreamer-monkeysaudio/distinfo
new file mode 100644
index 000000000..9b86060bb
--- /dev/null
+++ b/audio/gstreamer-monkeysaudio/distinfo
@@ -0,0 +1,2 @@
+MD5 (gst-monkeysaudio-0.8.0.tar.bz2) = cda60097072e9f48316a76ef2e4d9925
+SIZE (gst-monkeysaudio-0.8.0.tar.bz2) = 249562
diff --git a/audio/gstreamer-monkeysaudio/pkg-descr b/audio/gstreamer-monkeysaudio/pkg-descr
new file mode 100644
index 000000000..2d66aad41
--- /dev/null
+++ b/audio/gstreamer-monkeysaudio/pkg-descr
@@ -0,0 +1,3 @@
+Gstreamer plugins for playing monkeysaudio (.ape) files.
+
+WWW: http://gstreamer.freedesktop.org
diff --git a/audio/gstreamer-monkeysaudio/pkg-plist b/audio/gstreamer-monkeysaudio/pkg-plist
new file mode 100644
index 000000000..00437553d
--- /dev/null
+++ b/audio/gstreamer-monkeysaudio/pkg-plist
@@ -0,0 +1,5 @@
+lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.so
+%%PORTDOCS%%%%DOCSDIR%%/GStreamer-monkeysaudio-permit
+@exec %%X11BASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
+%%PORTDOCS%%@unexec /bin/rmdir %D/%%DOCSDIR%% 2>/dev/null || true
+@unexec %%X11BASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true