diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbis/Makefile | 25 | ||||
-rw-r--r-- | audio/vorbis/files/md5 | 3 | ||||
-rw-r--r-- | audio/vorbis/files/patch-sum | 6 | ||||
-rw-r--r-- | audio/vorbis/patches/patch-aa | 8 | ||||
-rw-r--r-- | audio/vorbis/patches/patch-ab | 8 | ||||
-rw-r--r-- | audio/vorbis/patches/patch-ac | 8 | ||||
-rw-r--r-- | audio/vorbis/patches/patch-ad | 8 | ||||
-rw-r--r-- | audio/vorbis/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/vorbis/pkg/DESCR | 14 | ||||
-rw-r--r-- | audio/vorbis/pkg/PLIST | 9 |
10 files changed, 90 insertions, 0 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile new file mode 100644 index 00000000000..98a14a4d22a --- /dev/null +++ b/audio/vorbis/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ +# + +DISTNAME= vorbis_nightly_cvs-20000818 +PKGNAME= vorbis-20000818 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_LOCAL} +# daily snapshot +#MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.vorbis.com/ + +WRKSRC= ${WRKDIR}/vorbis +GNU_CONFIGURE= YES +CONFIGURE_ENV= LIBS="${LIBS} -lossaudio" + +post-build: + (cd ${WRKSRC}/vorbis-tools; ${MAKE}) + +do-install: + (cd ${WRKSRC}/vorbis-tools; ${MAKE} ${INSTALL_TARGET}) + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/vorbis/files/md5 b/audio/vorbis/files/md5 new file mode 100644 index 00000000000..2bada614c22 --- /dev/null +++ b/audio/vorbis/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ + +MD5 (vorbis_nightly_cvs-20000818.tgz) = 04529d6cecda5af99d779bf7c95d3f8e diff --git a/audio/vorbis/files/patch-sum b/audio/vorbis/files/patch-sum new file mode 100644 index 00000000000..7e00ba0fcbe --- /dev/null +++ b/audio/vorbis/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ + +MD5 (patch-aa) = 5e7630fde5544c3b338f06f1eada4d2b +MD5 (patch-ab) = 6aab3996a1f1d4ce5ba98adbd598b006 +MD5 (patch-ac) = 991c84a4ec6f1569f49cde6eda4dc00e +MD5 (patch-ad) = 97478f99eaefa6644e1cc7c06894fefa diff --git a/audio/vorbis/patches/patch-aa b/audio/vorbis/patches/patch-aa new file mode 100644 index 00000000000..9c2d09ad28f --- /dev/null +++ b/audio/vorbis/patches/patch-aa @@ -0,0 +1,8 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ +--- vorbis-tools/libao/configure.in- Fri Aug 18 01:32:17 2000 ++++ vorbis-tools/libao/configure.in Fri Aug 18 01:32:31 2000 +@@ -97,3 +97,3 @@ + case $host in +- *-*-linux*|*-openbsd*|*-freebsd*) ++ *-*-linux*|*-openbsd*|*-freebsd*|*-netbsd*) + LIBAO_OBJS="$LIBAO_OBJS ao_oss.o" diff --git a/audio/vorbis/patches/patch-ab b/audio/vorbis/patches/patch-ab new file mode 100644 index 00000000000..782e1986e51 --- /dev/null +++ b/audio/vorbis/patches/patch-ab @@ -0,0 +1,8 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ +--- vorbis-tools/libao/configure- Fri Aug 18 01:32:43 2000 ++++ vorbis-tools/libao/configure Fri Aug 18 01:32:51 2000 +@@ -1301,3 +1301,3 @@ + case $host in +- *-*-linux*|*-openbsd*|*-freebsd*) ++ *-*-linux*|*-openbsd*|*-freebsd*|*-netbsd*) + LIBAO_OBJS="$LIBAO_OBJS ao_oss.o" diff --git a/audio/vorbis/patches/patch-ac b/audio/vorbis/patches/patch-ac new file mode 100644 index 00000000000..c222d1c29fb --- /dev/null +++ b/audio/vorbis/patches/patch-ac @@ -0,0 +1,8 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ +--- vorbis-tools/libao/ao_oss.c- Fri Aug 18 01:34:24 2000 ++++ vorbis-tools/libao/ao_oss.c Fri Aug 18 01:34:32 2000 +@@ -32,3 +32,3 @@ + #include <math.h> +-#if defined(__OpenBSD__) ++#if defined(__OpenBSD__) || defined(__NetBSD__) + #include <soundcard.h> diff --git a/audio/vorbis/patches/patch-ad b/audio/vorbis/patches/patch-ad new file mode 100644 index 00000000000..4cc54bd00ac --- /dev/null +++ b/audio/vorbis/patches/patch-ad @@ -0,0 +1,8 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ +--- vorbis-tools/Makefile.in- Fri Aug 18 01:37:11 2000 ++++ vorbis-tools/Makefile.in Fri Aug 18 01:37:18 2000 +@@ -31,3 +31,3 @@ + RANLIB=@RANLIB@ +-LIBS=@LIBS@ $(LIBAO_LIBS) ../lib/vorbisfile.a ../lib/libvorbis.a ++LIBS=@LIBS@ $(LIBAO_LIBS) ../lib/vorbisfile.a ../lib/libvorbis.a -lossaudio + diff --git a/audio/vorbis/pkg/COMMENT b/audio/vorbis/pkg/COMMENT new file mode 100644 index 00000000000..6c449239fab --- /dev/null +++ b/audio/vorbis/pkg/COMMENT @@ -0,0 +1 @@ +Encoder/decoder for Ogg Vorbis audio coding format diff --git a/audio/vorbis/pkg/DESCR b/audio/vorbis/pkg/DESCR new file mode 100644 index 00000000000..79ff758fb8b --- /dev/null +++ b/audio/vorbis/pkg/DESCR @@ -0,0 +1,14 @@ +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 libvorbis, an LGPLed software implementation of +the Vorbis specification by the Xiphophorus company +(http://www.xiph.org/), vorbisfile, an LGPLed convenience library +built on Vorbis designed to simplify common uses and a number of GPL +example programs, utilities and player plugins. diff --git a/audio/vorbis/pkg/PLIST b/audio/vorbis/pkg/PLIST new file mode 100644 index 00000000000..2fed168462f --- /dev/null +++ b/audio/vorbis/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ +bin/vorbize +bin/mp3tovorbis +bin/ogg123 +bin/vorbiscomment +bin/oggenc +man/man1/ogg123.1 +man/man1/vorbize.1 +man/man1/oggenc.1 |