Add gstreamer-monkeymedia, a GStreamer plug-in for the monkeysaudio audio
format (.ape files). PR: 66662 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
This commit is contained in:
parent
40926f0931
commit
73a4944055
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109364
5 changed files with 49 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
|||
SUBDIR += gsi
|
||||
SUBDIR += gsm
|
||||
SUBDIR += gspeakers
|
||||
SUBDIR += gstreamer-monkeysaudio
|
||||
SUBDIR += gtick
|
||||
SUBDIR += gtkgep
|
||||
SUBDIR += gtkpod
|
||||
|
|
38
audio/gstreamer-monkeysaudio/Makefile
Normal file
38
audio/gstreamer-monkeysaudio/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# 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
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/
|
||||
PKGNAMESUFFIX= -monkeysaudio
|
||||
DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kwm@rainbow-runner.nl
|
||||
COMMENT= GStreamer plugin for monkeysaudio files
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_GNOME= lthack gnomehack gnomeprefix gstreamerplugins
|
||||
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} 2>/dev/null
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/gstreamer-monkeysaudio/distinfo
Normal file
2
audio/gstreamer-monkeysaudio/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gst-monkeysaudio-0.8.0.tar.bz2) = cda60097072e9f48316a76ef2e4d9925
|
||||
SIZE (gst-monkeysaudio-0.8.0.tar.bz2) = 249562
|
3
audio/gstreamer-monkeysaudio/pkg-descr
Normal file
3
audio/gstreamer-monkeysaudio/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Gstreamer plugins for playing monkeysaudio (.ape) files.
|
||||
|
||||
WWW: http://gstreamer.freedesktop.org
|
5
audio/gstreamer-monkeysaudio/pkg-plist
Normal file
5
audio/gstreamer-monkeysaudio/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GStreamer-monkeysaudio-permit
|
||||
@exec %D/bin/gst-register 2>/dev/null || true
|
||||
%%PORTDOCS%%@unexec /bin/rmdir %%DOCSDIR%% 2>/dev/null || true
|
||||
@unexec %D/bin/gst-register 2>/dev/null || true
|
Loading…
Reference in a new issue