summaryrefslogtreecommitdiff
path: root/audio/libogg
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-11-02 21:11:47 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-11-02 21:11:47 +0000
commiteed58dac3e26c326f46a33bb2f5f60acadd8b52c (patch)
tree245b8bb09ca268c6dca0183186f29e751e1efd76 /audio/libogg
parentAdd new port of libao, a portable sound library used by some vorbis (diff)
Add new port of libogg, a library for handling Ogg streams.
PR: 22096 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Notes
Notes: svn path=/head/; revision=34667
Diffstat (limited to 'audio/libogg')
-rw-r--r--audio/libogg/Makefile30
-rw-r--r--audio/libogg/distinfo1
-rw-r--r--audio/libogg/files/patch-aa11
-rw-r--r--audio/libogg/pkg-comment1
-rw-r--r--audio/libogg/pkg-descr8
-rw-r--r--audio/libogg/pkg-plist14
6 files changed, 65 insertions, 0 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
new file mode 100644
index 000000000000..3a5280eb073b
--- /dev/null
+++ b/audio/libogg/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: libogg
+# Date created: 18 October 2000
+# Whom: t.vanklaveren@student.utwente.nl
+#
+# $FreeBSD$
+#
+
+PORTNAME= libogg
+PORTVERSION= 20001018
+CATEGORIES= audio
+MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/
+DISTNAME= ogg-${PORTVERSION}
+
+MAINTAINER= t.vanklaveren@student.utwente.nl
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+WRKSRC= ${WRKDIR}/ogg
+
+ACLOCAL?= ${LOCALBASE}/bin/aclocal
+AUTOHEADER?= ${LOCALBASE}/bin/autoheader
+
+post-patch:
+ cd ${WRKSRC} && ${ACLOCAL}
+ cd ${WRKSRC} && ${AUTOHEADER}
+ cd ${WRKSRC} && ${AUTOMAKE} --add-missing
+ cd ${WRKSRC} && ${AUTOCONF}
+
+.include <bsd.port.mk>
diff --git a/audio/libogg/distinfo b/audio/libogg/distinfo
new file mode 100644
index 000000000000..b1cf6064a67e
--- /dev/null
+++ b/audio/libogg/distinfo
@@ -0,0 +1 @@
+MD5 (ogg-20001018.tar.gz) = 4b2d5b25aeb78b7e2bc070fd0f67b783
diff --git a/audio/libogg/files/patch-aa b/audio/libogg/files/patch-aa
new file mode 100644
index 000000000000..2cadc7496c55
--- /dev/null
+++ b/audio/libogg/files/patch-aa
@@ -0,0 +1,11 @@
+--- doc/Makefile.am.orig Wed Oct 18 23:21:37 2000
++++ doc/Makefile.am Wed Oct 18 23:21:43 2000
+@@ -2,7 +2,7 @@
+
+ AUTOMAKE_OPTIONS = foreign
+
+-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
+
+ doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png
+
diff --git a/audio/libogg/pkg-comment b/audio/libogg/pkg-comment
new file mode 100644
index 000000000000..2089fc160b8d
--- /dev/null
+++ b/audio/libogg/pkg-comment
@@ -0,0 +1 @@
+Ogg bitstream library
diff --git a/audio/libogg/pkg-descr b/audio/libogg/pkg-descr
new file mode 100644
index 000000000000..a3b604665b27
--- /dev/null
+++ b/audio/libogg/pkg-descr
@@ -0,0 +1,8 @@
+Ogg project codecs use the Ogg bitstream format to arrange the raw,
+compressed bitstream into a more robust, useful form. For example,
+the Ogg bitstream makes seeking, time stamping and error recovery
+possible, as well as mixing several separate, concurrent media
+streams into a single physical bitstream.
+
+- Theo van Klaveren
+t.vanklaveren@student.utwente.nl
diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist
new file mode 100644
index 000000000000..60969de349be
--- /dev/null
+++ b/audio/libogg/pkg-plist
@@ -0,0 +1,14 @@
+include/ogg/config_types.h
+include/ogg/ogg.h
+include/ogg/os_types.h
+lib/libogg.a
+lib/libogg.so
+lib/libogg.so.0
+share/doc/libogg-1.0.0/framing.html
+share/doc/libogg-1.0.0/index.html
+share/doc/libogg-1.0.0/oggstream.html
+share/doc/libogg-1.0.0/stream.png
+share/doc/libogg-1.0.0/white-ogg.png
+share/doc/libogg-1.0.0/white-xifish.png
+@dirrm include/ogg
+@dirrm share/doc/libogg-1.0.0