summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-11-02 21:19:26 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-11-02 21:19:26 +0000
commit68a04739619b4f44015e606b4dd244450bc377ea (patch)
tree64457663a4291ae81d73109a60c60b5cd6153e8c /audio
parentAdd new port of vorbis-tools, a collection of utilities to encode, (diff)
Add new port vorbis-xmms, a Vorbis plugin for XMMS.
PR: 22098 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Notes
Notes: svn path=/head/; revision=34671
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/vorbis-xmms/Makefile31
-rw-r--r--audio/vorbis-xmms/distinfo1
-rw-r--r--audio/vorbis-xmms/pkg-comment1
-rw-r--r--audio/vorbis-xmms/pkg-descr15
-rw-r--r--audio/vorbis-xmms/pkg-plist1
6 files changed, 50 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index c91580f06203..338c50cfc622 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 000000000000..9c410ff4526e
--- /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 000000000000..2fdd1f2325ba
--- /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 000000000000..f2928a625366
--- /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 000000000000..ec5af8715084
--- /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 000000000000..9d6a6108933a
--- /dev/null
+++ b/audio/vorbis-xmms/pkg-plist
@@ -0,0 +1 @@
+lib/xmms/Input/libvorbis.so