summaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-15 20:39:31 +0000
committerwiz <wiz@pkgsrc.org>2001-03-15 20:39:31 +0000
commit7add87736ad1f343e70bf2691fea916d1c376bad (patch)
treeecb5b8f7cfa45b820c4802c3231252d07b9fa0e4 /audio/libvorbis
parent224bc6417b421b3732bbe4347420d8e7969ba3fe (diff)
downloadpkgsrc-7add87736ad1f343e70bf2691fea916d1c376bad.tar.gz
Initial import of libvorbis, the library for the ogg vorbis audio
encoding format. Package by Jeremy C. Reed, submitted in pkg/12414.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile18
-rw-r--r--audio/libvorbis/files/md53
-rw-r--r--audio/libvorbis/pkg/DESCR14
-rw-r--r--audio/libvorbis/pkg/PLIST81
4 files changed, 116 insertions, 0 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
new file mode 100644
index 00000000000..507f2005e30
--- /dev/null
+++ b/audio/libvorbis/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/15 20:39:31 wiz Exp $
+
+DISTNAME= libvorbis-1.0beta4
+CATEGORIES= devel audio
+MASTER_SITES= http://www.vorbis.com/files/beta4/unix/
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://www.xiph.org/ogg/vorbis/
+COMMENT= Library for the Ogg Vorbis audio encoding format
+
+DEPENDS+= libogg>=1.0beta4:../../audio/libogg
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ARGS= --with-ogg-prefix=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libvorbis/files/md5 b/audio/libvorbis/files/md5
new file mode 100644
index 00000000000..8bba75b43c4
--- /dev/null
+++ b/audio/libvorbis/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/15 20:39:31 wiz Exp $
+
+SHA1 (libvorbis-1.0beta4.tar.gz) = c101d89c1064b1e80be65fbef785a22654203e39
diff --git a/audio/libvorbis/pkg/DESCR b/audio/libvorbis/pkg/DESCR
new file mode 100644
index 00000000000..51bff1b5ca6
--- /dev/null
+++ b/audio/libvorbis/pkg/DESCR
@@ -0,0 +1,14 @@
+libvorbis includes the Ogg Vorbis audio encoding format library
+and Vorbis documentation. The Ogg library is in libogg.
+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 doesn't install the example executables:
+chaining_example, decoder_example, encoder_example,
+seeking_example, and vorbisfile_example.
diff --git a/audio/libvorbis/pkg/PLIST b/audio/libvorbis/pkg/PLIST
new file mode 100644
index 00000000000..81b79c1d62d
--- /dev/null
+++ b/audio/libvorbis/pkg/PLIST
@@ -0,0 +1,81 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/15 20:39:31 wiz Exp $
+include/vorbis/codec.h
+include/vorbis/vorbisenc.h
+include/vorbis/vorbisfile.h
+lib/libvorbis.a
+lib/libvorbis.la
+lib/libvorbis.so
+lib/libvorbis.so.0
+lib/libvorbis.so.0.1
+lib/libvorbisenc.a
+lib/libvorbisenc.la
+lib/libvorbisenc.so
+lib/libvorbisenc.so.0
+lib/libvorbisenc.so.0.1
+lib/libvorbisfile.a
+lib/libvorbisfile.la
+lib/libvorbisfile.so
+lib/libvorbisfile.so.0
+lib/libvorbisfile.so.0.1
+share/aclocal/vorbis.m4
+share/doc/${PKGNAME}/programming.html
+share/doc/${PKGNAME}/v-comment.html
+share/doc/${PKGNAME}/vorbis-clip.txt
+share/doc/${PKGNAME}/vorbis-errors.txt
+share/doc/${PKGNAME}/vorbis.html
+share/doc/${PKGNAME}/vorbisenc/index.html
+share/doc/${PKGNAME}/vorbisenc/overview.html
+share/doc/${PKGNAME}/vorbisenc/reference.html
+share/doc/${PKGNAME}/vorbisenc/style.css
+share/doc/${PKGNAME}/vorbisenc/vorbis_encode_ctl.html
+share/doc/${PKGNAME}/vorbisenc/vorbis_encode_init.html
+share/doc/${PKGNAME}/vorbisenc/vorbis_info.html
+share/doc/${PKGNAME}/vorbisfile/OggVorbis_File.html
+share/doc/${PKGNAME}/vorbisfile/chaining_example_c.html
+share/doc/${PKGNAME}/vorbisfile/chainingexample.html
+share/doc/${PKGNAME}/vorbisfile/datastructures.html
+share/doc/${PKGNAME}/vorbisfile/decoding.html
+share/doc/${PKGNAME}/vorbisfile/example.html
+share/doc/${PKGNAME}/vorbisfile/exampleindex.html
+share/doc/${PKGNAME}/vorbisfile/fileinfo.html
+share/doc/${PKGNAME}/vorbisfile/index.html
+share/doc/${PKGNAME}/vorbisfile/initialization.html
+share/doc/${PKGNAME}/vorbisfile/ov_bitrate.html
+share/doc/${PKGNAME}/vorbisfile/ov_bitrate_instant.html
+share/doc/${PKGNAME}/vorbisfile/ov_callbacks.html
+share/doc/${PKGNAME}/vorbisfile/ov_clear.html
+share/doc/${PKGNAME}/vorbisfile/ov_comment.html
+share/doc/${PKGNAME}/vorbisfile/ov_info.html
+share/doc/${PKGNAME}/vorbisfile/ov_open.html
+share/doc/${PKGNAME}/vorbisfile/ov_open_callbacks.html
+share/doc/${PKGNAME}/vorbisfile/ov_pcm_seek.html
+share/doc/${PKGNAME}/vorbisfile/ov_pcm_tell.html
+share/doc/${PKGNAME}/vorbisfile/ov_pcm_total.html
+share/doc/${PKGNAME}/vorbisfile/ov_raw_seek.html
+share/doc/${PKGNAME}/vorbisfile/ov_raw_tell.html
+share/doc/${PKGNAME}/vorbisfile/ov_raw_total.html
+share/doc/${PKGNAME}/vorbisfile/ov_read.html
+share/doc/${PKGNAME}/vorbisfile/ov_seekable.html
+share/doc/${PKGNAME}/vorbisfile/ov_serialnumber.html
+share/doc/${PKGNAME}/vorbisfile/ov_streams.html
+share/doc/${PKGNAME}/vorbisfile/ov_time_seek.html
+share/doc/${PKGNAME}/vorbisfile/ov_time_tell.html
+share/doc/${PKGNAME}/vorbisfile/ov_time_total.html
+share/doc/${PKGNAME}/vorbisfile/overview.html
+share/doc/${PKGNAME}/vorbisfile/reference.html
+share/doc/${PKGNAME}/vorbisfile/seekexample.html
+share/doc/${PKGNAME}/vorbisfile/seeking.html
+share/doc/${PKGNAME}/vorbisfile/seeking_test_c.html
+share/doc/${PKGNAME}/vorbisfile/seekingexample.html
+share/doc/${PKGNAME}/vorbisfile/style.css
+share/doc/${PKGNAME}/vorbisfile/vorbis_comment.html
+share/doc/${PKGNAME}/vorbisfile/vorbis_info.html
+share/doc/${PKGNAME}/vorbisfile/vorbisfile_example_c.html
+share/doc/${PKGNAME}/vorbisword2.png
+share/doc/${PKGNAME}/wait.png
+share/doc/${PKGNAME}/white-ogg.png
+share/doc/${PKGNAME}/white-xifish.png
+@dirrm share/doc/${PKGNAME}/vorbisfile
+@dirrm share/doc/${PKGNAME}/vorbisenc
+@dirrm share/doc/${PKGNAME}
+@dirrm include/vorbis