diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-01 09:36:52 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-01 09:36:52 +0000 |
commit | 19d19c202e9ed6c7083f1cfdc046a131204fe66e (patch) | |
tree | 3c144998212e6dc2a49e77f846099588f899d546 /audio | |
parent | e9f79f282175e8966d29dbc3934f4f140c49e496 (diff) | |
download | ports-19d19c202e9ed6c7083f1cfdc046a131204fe66e.tar.gz ports-19d19c202e9ed6c7083f1cfdc046a131204fe66e.zip |
Notes
Diffstat (limited to 'audio')
-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 |
5 files changed, 0 insertions, 49 deletions
diff --git a/audio/vorbis-xmms/Makefile b/audio/vorbis-xmms/Makefile deleted file mode 100644 index 9c410ff4526e..000000000000 --- a/audio/vorbis-xmms/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# 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 deleted file mode 100644 index 2fdd1f2325ba..000000000000 --- a/audio/vorbis-xmms/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vorbis-plugins-20001018.tar.gz) = 9e8b40a9a5679b0a8e2d068527026ed8 diff --git a/audio/vorbis-xmms/pkg-comment b/audio/vorbis-xmms/pkg-comment deleted file mode 100644 index f2928a625366..000000000000 --- a/audio/vorbis-xmms/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -XMMS plugin for the Vorbis audio codec diff --git a/audio/vorbis-xmms/pkg-descr b/audio/vorbis-xmms/pkg-descr deleted file mode 100644 index ec5af8715084..000000000000 --- a/audio/vorbis-xmms/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 9d6a6108933a..000000000000 --- a/audio/vorbis-xmms/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libvorbis.so |