diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-02 21:19:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-02 21:19:26 +0000 |
commit | 37666bfd83cbfc1eb473c3f4c1faf90d440ace1d (patch) | |
tree | d49708ef9a750d2284ed3a9a7b6e2cfa64441b26 /audio | |
parent | 060db65d79d198b5f2648ab62ef6d1e433a59389 (diff) | |
download | FreeBSD-ports-37666bfd83cbfc1eb473c3f4c1faf90d440ace1d.zip FreeBSD-ports-37666bfd83cbfc1eb473c3f4c1faf90d440ace1d.tar.gz |
Add new port vorbis-xmms, a Vorbis plugin for XMMS.
PR: 22098
Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/vorbis-xmms/Makefile | 31 | ||||
-rw-r--r-- | audio/vorbis-xmms/distinfo | 1 | ||||
-rw-r--r-- | audio/vorbis-xmms/pkg-comment | 1 | ||||
-rw-r--r-- | audio/vorbis-xmms/pkg-descr | 15 | ||||
-rw-r--r-- | audio/vorbis-xmms/pkg-plist | 1 |
6 files changed, 50 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index c91580f..338c50c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -154,6 +154,7 @@ SUBDIR += tracker SUBDIR += vorbis SUBDIR += vorbis-tools + SUBDIR += vorbis-xmms SUBDIR += waveplay SUBDIR += wavplay SUBDIR += wmcdplay diff --git a/audio/vorbis-xmms/Makefile b/audio/vorbis-xmms/Makefile new file mode 100644 index 0000000..9c410ff --- /dev/null +++ b/audio/vorbis-xmms/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: vorbis-xmms +# Date created: 18 October 2000 +# Whom: t.vanklaveren@student.utwente.nl +# +# $FreeBSD$ +# + +PORTNAME= vorbis-xmms +PORTVERSION= 20001018 +CATEGORIES= audio +MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/ +DISTNAME= vorbis-plugins-${PORTVERSION} + +MAINTAINER= t.vanklaveren@student.utwente.nl + +LIB_DEPENDS= ogg.0:${PORTSDIR}/audio/libogg \ + vorbis.0:${PORTSDIR}/audio/libvorbis \ + xmms.1:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +USE_GTK= yes +WRKSRC= ${WRKDIR}/vorbis-plugins + +do-build: + cd ${WRKSRC}/xmms && ${CC} ${CFLAGS} -fPIC -c vorbis.c -I${LOCALBASE}/include `${GTK_CONFIG} --cflags` + cd ${WRKSRC}/xmms && ${CC} ${LDFLAGS} -fPIC -Wl,-export-dynamic -Wl,-shared -o libvorbis.so vorbis.o `${GTK_CONFIG} --libs` -lxmms -lvorbis -lvorbisfile -logg -pthread + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xmms/libvorbis.so ${PREFIX}/lib/xmms/Input/ + +.include <bsd.port.mk> diff --git a/audio/vorbis-xmms/distinfo b/audio/vorbis-xmms/distinfo new file mode 100644 index 0000000..2fdd1f2 --- /dev/null +++ b/audio/vorbis-xmms/distinfo @@ -0,0 +1 @@ +MD5 (vorbis-plugins-20001018.tar.gz) = 9e8b40a9a5679b0a8e2d068527026ed8 diff --git a/audio/vorbis-xmms/pkg-comment b/audio/vorbis-xmms/pkg-comment new file mode 100644 index 0000000..f2928a6 --- /dev/null +++ b/audio/vorbis-xmms/pkg-comment @@ -0,0 +1 @@ +XMMS plugin for the Vorbis audio codec diff --git a/audio/vorbis-xmms/pkg-descr b/audio/vorbis-xmms/pkg-descr new file mode 100644 index 0000000..ec5af87 --- /dev/null +++ b/audio/vorbis-xmms/pkg-descr @@ -0,0 +1,15 @@ +Vorbis is a general purpose audio and music encoding format contemporary to +MPEG-4's AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike +the MPEG sponsored formats (and other proprietary formats such as RealAudio G2 +and Windows' flavor of the month), the Vorbis CODEC specification belongs to +the public domain. All the technical details are published and documented, and +any software entity may make full use of the format without royalty or patent +concerns. + +This package contains a plugin for the XMMS audio player, making it capable +of playing Vorbis-encoded files. + +WWW: http://www.vorbis.com + +- Theo van Klaveren +t.vanklaveren@student.utwente.nl diff --git a/audio/vorbis-xmms/pkg-plist b/audio/vorbis-xmms/pkg-plist new file mode 100644 index 0000000..9d6a610 --- /dev/null +++ b/audio/vorbis-xmms/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Input/libvorbis.so |