Welcome to Ogg Vorbis 1.0!
This commit is contained in:
parent
dd9edfb0c2
commit
2d30e9b7dc
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2002/05/08 15:52:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2002/07/20 00:52:44 naddy Exp $
|
||||
|
||||
COMMENT= "portable audio output library"
|
||||
COMMENT-arts= "aRts module for portable audio output library"
|
||||
@ -8,10 +8,9 @@ FULLPKGNAME= libao-${VERSION}
|
||||
FULLPKGNAME-arts= libao-arts-${VERSION}
|
||||
FULLPKGNAME-esd= libao-esd-${VERSION}
|
||||
|
||||
VERSION= 0.8.2
|
||||
VERSION= 0.8.3
|
||||
DISTNAME= libao-${VERSION}
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.435
|
||||
HOMEPAGE= http://www.vorbis.com/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
@ -22,9 +21,11 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
|
||||
http://www.vorbis.com/files/rc3/unix/ \
|
||||
http://www.oddsock.org/vorbisrc3/files/rc3/unix/
|
||||
MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \
|
||||
http://xiph.stratius.com/vorbis/unix/ \
|
||||
http://www.oddsock.org/vorbis/unix/ \
|
||||
http://www.casterclub.com/vorbis/unix/ \
|
||||
http://www.math.utoledo.edu/~chaese/Vorbis/unix/
|
||||
|
||||
FLAVORS= no_arts no_esd
|
||||
FLAVOR?= no_arts
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libao-0.8.2.tar.gz) = 98b4eca7851a6650e639b9858db89e6e
|
||||
RMD160 (libao-0.8.2.tar.gz) = df78550a43a564f90f95436ce8e152e69b8e9309
|
||||
SHA1 (libao-0.8.2.tar.gz) = 8fab336aa453557e59f383c8013d949b67a5fcea
|
||||
MD5 (libao-0.8.3.tar.gz) = b1422a6ff7f58131921b9f2fabe2295c
|
||||
RMD160 (libao-0.8.3.tar.gz) = af9fd794328b36610db932ba8d94246c67b7b252
|
||||
SHA1 (libao-0.8.3.tar.gz) = bf918997df2d99e60927cb5bc43b5d1e547811c0
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2002/01/16 03:10:21 naddy Exp $
|
||||
--- configure.orig Tue Jan 1 02:43:14 2002
|
||||
+++ configure Tue Jan 1 23:05:53 2002
|
||||
@@ -5308,7 +5308,7 @@ if test -z "$GCC"; then
|
||||
$OpenBSD: patch-configure,v 1.4 2002/07/20 00:52:45 naddy Exp $
|
||||
--- configure.orig Fri Jul 19 16:16:55 2002
|
||||
+++ configure Fri Jul 19 22:32:31 2002
|
||||
@@ -5412,7 +5412,7 @@ if test -z "$GCC"; then
|
||||
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
|
||||
*)
|
||||
DEBUG="-g"
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.3 2002/01/16 03:10:21 naddy Exp $
|
||||
PROFILE="-g -p" ;;
|
||||
esac
|
||||
else
|
||||
@@ -5328,9 +5328,9 @@ else
|
||||
@@ -5432,9 +5432,9 @@ else
|
||||
CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char $SILLY_CARBON_PATH"
|
||||
PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char $SILLY_CARBON_PATH" ;;
|
||||
*)
|
||||
|
12
audio/libao/patches/patch-src_Makefile_in
Normal file
12
audio/libao/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2002/07/20 00:52:45 naddy Exp $
|
||||
--- src/Makefile.in.orig Fri Jul 19 22:39:06 2002
|
||||
+++ src/Makefile.in Fri Jul 19 22:39:19 2002
|
||||
@@ -99,7 +99,7 @@ INCLUDES = -I$(top_builddir)/include/ao
|
||||
lib_LTLIBRARIES = libao.la
|
||||
|
||||
libao_la_SOURCES = audio_out.c config.c ao_null.c ao_wav.c ao_au.c ao_raw.c ao_private.h
|
||||
-libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@ -ldl
|
||||
+libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/01/21 13:59:38 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/07/20 00:52:45 naddy Exp $
|
||||
|
||||
COMMENT= "Ogg bitstream library"
|
||||
DISTNAME= libogg-1.0rc3
|
||||
|
||||
DISTNAME= libogg-1.0
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.435
|
||||
HOMEPAGE= http://www.xiph.org/ogg/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
@ -14,9 +14,11 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
|
||||
http://www.vorbis.com/files/rc3/unix/ \
|
||||
http://www.oddsock.org/vorbisrc3/files/rc3/unix/
|
||||
MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \
|
||||
http://xiph.stratius.com/vorbis/unix/ \
|
||||
http://www.oddsock.org/vorbis/unix/ \
|
||||
http://www.casterclub.com/vorbis/unix/ \
|
||||
http://www.math.utoledo.edu/~chaese/Vorbis/unix/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libogg-1.0rc3.tar.gz) = 6425cd5659aa7595b30f2c024d1b8eab
|
||||
RMD160 (libogg-1.0rc3.tar.gz) = 4aaecd7cc4e50c563a1863eae94ae55f8430d122
|
||||
SHA1 (libogg-1.0rc3.tar.gz) = 309deb62d3b3c0ad0da34292b9d451431f48fd2c
|
||||
MD5 (libogg-1.0.tar.gz) = 382a7089f42e6f82e7d658c1cb8ee236
|
||||
RMD160 (libogg-1.0.tar.gz) = f4d85234407632e8140c208326f8d4b7526ffec7
|
||||
SHA1 (libogg-1.0.tar.gz) = 2929e8867e566e9f7029cfacf0b4ccbe2f1f6cec
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.4 2002/01/16 03:10:21 naddy Exp $
|
||||
--- configure.orig Tue Jan 1 02:47:20 2002
|
||||
+++ configure Tue Jan 1 21:47:36 2002
|
||||
@@ -5284,7 +5284,7 @@ if test -z "$GCC"; then
|
||||
$OpenBSD: patch-configure,v 1.5 2002/07/20 00:52:45 naddy Exp $
|
||||
--- configure.orig Fri Jul 19 16:13:10 2002
|
||||
+++ configure Fri Jul 19 21:49:04 2002
|
||||
@@ -5388,7 +5388,7 @@ if test -z "$GCC"; then
|
||||
;;
|
||||
*)
|
||||
DEBUG="-g"
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.4 2002/01/16 03:10:21 naddy Exp $
|
||||
PROFILE="-g -p"
|
||||
;;
|
||||
esac
|
||||
@@ -5307,8 +5307,8 @@ else
|
||||
@@ -5411,8 +5411,8 @@ else
|
||||
;;
|
||||
*)
|
||||
DEBUG="-g -Wall -fsigned-char"
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_ogg_Makefile_in,v 1.2 2002/01/16 03:10:21 naddy Exp $
|
||||
--- doc/ogg/Makefile.in.orig Tue Jan 1 02:47:47 2002
|
||||
+++ doc/ogg/Makefile.in Tue Jan 1 21:47:36 2002
|
||||
$OpenBSD: patch-doc_ogg_Makefile_in,v 1.3 2002/07/20 00:52:45 naddy Exp $
|
||||
--- doc/ogg/Makefile.in.orig Fri Jul 19 16:13:22 2002
|
||||
+++ doc/ogg/Makefile.in Fri Jul 19 21:49:04 2002
|
||||
@@ -89,7 +89,7 @@ VERSION = @VERSION@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
@ -8,5 +8,5 @@ $OpenBSD: patch-doc_ogg_Makefile_in,v 1.2 2002/01/16 03:10:21 naddy Exp $
|
||||
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
|
||||
+docdir = $(datadir)/doc/$(PACKAGE)/ogg
|
||||
|
||||
doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_packet.html ogg_page.html ogg_page_bos.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html ogg_page_packets.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_reset.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_adv_huff.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_look_huff.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html overview.html reference.html style.css vorbis_comment.html vorbis_info.html ogg_packet_clear.html ogg_page_checksum_set.html
|
||||
doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_packet.html ogg_page.html ogg_page_bos.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html ogg_page_packets.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_reset.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html overview.html reference.html style.css vorbis_comment.html vorbis_info.html ogg_packet_clear.html ogg_page_checksum_set.html
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2002/01/16 03:10:21 naddy Exp $
|
||||
lib/libogg.so.3.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2002/07/20 00:52:45 naddy Exp $
|
||||
lib/libogg.so.4.0
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/01/16 03:10:21 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/07/20 00:52:45 naddy Exp $
|
||||
include/ogg/config_types.h
|
||||
include/ogg/ogg.h
|
||||
include/ogg/os_types.h
|
||||
@ -47,14 +47,12 @@ share/doc/libogg/ogg/ogg_sync_state.html
|
||||
share/doc/libogg/ogg/ogg_sync_wrote.html
|
||||
share/doc/libogg/ogg/oggpack_adv.html
|
||||
share/doc/libogg/ogg/oggpack_adv1.html
|
||||
share/doc/libogg/ogg/oggpack_adv_huff.html
|
||||
share/doc/libogg/ogg/oggpack_bits.html
|
||||
share/doc/libogg/ogg/oggpack_buffer.html
|
||||
share/doc/libogg/ogg/oggpack_bytes.html
|
||||
share/doc/libogg/ogg/oggpack_get_buffer.html
|
||||
share/doc/libogg/ogg/oggpack_look.html
|
||||
share/doc/libogg/ogg/oggpack_look1.html
|
||||
share/doc/libogg/ogg/oggpack_look_huff.html
|
||||
share/doc/libogg/ogg/oggpack_read.html
|
||||
share/doc/libogg/ogg/oggpack_read1.html
|
||||
share/doc/libogg/ogg/oggpack_readinit.html
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/01/21 15:53:13 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/07/20 00:52:45 naddy Exp $
|
||||
|
||||
COMMENT= "audio compression codec library"
|
||||
DISTNAME= libvorbis-1.0rc3
|
||||
|
||||
DISTNAME= libvorbis-1.0
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.435
|
||||
HOMEPAGE= http://www.xiph.org/ogg/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
@ -14,11 +14,13 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
|
||||
http://www.vorbis.com/files/rc3/unix/ \
|
||||
http://www.oddsock.org/vorbisrc3/files/rc3/unix/
|
||||
MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \
|
||||
http://xiph.stratius.com/vorbis/unix/ \
|
||||
http://www.oddsock.org/vorbis/unix/ \
|
||||
http://www.casterclub.com/vorbis/unix/ \
|
||||
http://www.math.utoledo.edu/~chaese/Vorbis/unix/
|
||||
|
||||
LIB_DEPENDS= ogg.3::audio/libogg
|
||||
LIB_DEPENDS= ogg.4::audio/libogg
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libvorbis-1.0rc3.tar.gz) = e3a0ce7718f698326504c76562315df2
|
||||
RMD160 (libvorbis-1.0rc3.tar.gz) = ce12c4114a113fe31feecaf0a15b25263357e3fc
|
||||
SHA1 (libvorbis-1.0rc3.tar.gz) = 4addbca3427daa1fd600ac9b0b5c407c2b87a04d
|
||||
MD5 (libvorbis-1.0.tar.gz) = d1ad94fe8e240269c790e18992171e53
|
||||
RMD160 (libvorbis-1.0.tar.gz) = 423529b7e441abaca65b048be0bc96439ab5b4cd
|
||||
SHA1 (libvorbis-1.0.tar.gz) = 2b414cb4cf7d022d39b7be7049f2c84a287a4fc7
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.4 2002/01/16 03:10:21 naddy Exp $
|
||||
--- configure.orig Tue Jan 1 22:17:46 2002
|
||||
+++ configure Tue Jan 1 22:20:13 2002
|
||||
@@ -5337,7 +5337,7 @@ if test -z "$GCC"; then
|
||||
$OpenBSD: patch-configure,v 1.5 2002/07/20 00:52:45 naddy Exp $
|
||||
--- configure.orig Fri Jul 19 16:12:17 2002
|
||||
+++ configure Fri Jul 19 21:54:52 2002
|
||||
@@ -5441,7 +5441,7 @@ if test -z "$GCC"; then
|
||||
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
|
||||
*)
|
||||
DEBUG="-g"
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.4 2002/01/16 03:10:21 naddy Exp $
|
||||
PROFILE="-g -p" ;;
|
||||
esac
|
||||
else
|
||||
@@ -5428,9 +5428,9 @@ rm -f conftest*
|
||||
@@ -5536,9 +5536,9 @@ rm -f conftest*
|
||||
CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char"
|
||||
PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";;
|
||||
*)
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.2 2002/01/16 03:10:21 naddy Exp $
|
||||
--- doc/Makefile.in.orig Tue Jan 1 02:53:47 2002
|
||||
+++ doc/Makefile.in Tue Jan 1 22:20:37 2002
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.3 2002/07/20 00:52:45 naddy Exp $
|
||||
--- doc/Makefile.in.orig Fri Jul 19 16:12:33 2002
|
||||
+++ doc/Makefile.in Fri Jul 19 21:54:52 2002
|
||||
@@ -94,7 +94,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = vorbisfile vorbisenc
|
||||
@ -8,5 +8,5 @@ $OpenBSD: patch-doc_Makefile_in,v 1.2 2002/01/16 03:10:21 naddy Exp $
|
||||
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||
+docdir = $(datadir)/doc/$(PACKAGE)
|
||||
|
||||
doc_DATA = v-comment.html vorbisword2.png white-ogg.png programming.html vorbis.html wait.png white-xifish.png vorbis-clip.txt vorbis-errors.txt
|
||||
doc_DATA = components.png draft-moffitt-vorbis-rtp-00.txt eightphase.png evenlsp.png floor1-1.png floor1-2.png floor1-3.png floor1-4.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html hufftree-under.png hufftree.png index.html lspmap.png oddlsp.png oggstream.html programming.html residue-pack.png residue2.png squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis-ogg.html vorbis-spec-bitpack.html vorbis-spec-codebook.html vorbis-spec-floor0.html vorbis-spec-floor1.html vorbis-spec-intro.html vorbis-spec-ref.html vorbis-spec-res.html vorbis.html vorbisword2.png wait.png white-ogg.png white-xifish.png window1.png window2.png
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2002/01/16 03:10:21 naddy Exp $
|
||||
lib/libvorbis.so.1.0
|
||||
lib/libvorbisenc.so.1.0
|
||||
lib/libvorbisfile.so.2.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2002/07/20 00:52:45 naddy Exp $
|
||||
lib/libvorbis.so.2.0
|
||||
lib/libvorbisenc.so.2.0
|
||||
lib/libvorbisfile.so.3.0
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/01/16 03:10:21 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/07/20 00:52:45 naddy Exp $
|
||||
include/vorbis/codec.h
|
||||
include/vorbis/vorbisenc.h
|
||||
include/vorbis/vorbisfile.h
|
||||
@ -9,10 +9,43 @@ lib/libvorbisenc.la
|
||||
lib/libvorbisfile.a
|
||||
lib/libvorbisfile.la
|
||||
share/aclocal/vorbis.m4
|
||||
share/doc/libvorbis/components.png
|
||||
share/doc/libvorbis/draft-moffitt-vorbis-rtp-00.txt
|
||||
share/doc/libvorbis/eightphase.png
|
||||
share/doc/libvorbis/evenlsp.png
|
||||
share/doc/libvorbis/floor1-1.png
|
||||
share/doc/libvorbis/floor1-2.png
|
||||
share/doc/libvorbis/floor1-3.png
|
||||
share/doc/libvorbis/floor1-4.png
|
||||
share/doc/libvorbis/floor1_inverse_dB_table.html
|
||||
share/doc/libvorbis/floorval.png
|
||||
share/doc/libvorbis/fourphase.png
|
||||
share/doc/libvorbis/framing.html
|
||||
share/doc/libvorbis/helper.html
|
||||
share/doc/libvorbis/hufftree-under.png
|
||||
share/doc/libvorbis/hufftree.png
|
||||
share/doc/libvorbis/index.html
|
||||
share/doc/libvorbis/lspmap.png
|
||||
share/doc/libvorbis/oddlsp.png
|
||||
share/doc/libvorbis/oggstream.html
|
||||
share/doc/libvorbis/programming.html
|
||||
share/doc/libvorbis/residue-pack.png
|
||||
share/doc/libvorbis/residue2.png
|
||||
share/doc/libvorbis/squarepolar.png
|
||||
share/doc/libvorbis/stereo.html
|
||||
share/doc/libvorbis/stream.png
|
||||
share/doc/libvorbis/v-comment.html
|
||||
share/doc/libvorbis/vorbis-clip.txt
|
||||
share/doc/libvorbis/vorbis-errors.txt
|
||||
share/doc/libvorbis/vorbis-fidelity.html
|
||||
share/doc/libvorbis/vorbis-ogg.html
|
||||
share/doc/libvorbis/vorbis-spec-bitpack.html
|
||||
share/doc/libvorbis/vorbis-spec-codebook.html
|
||||
share/doc/libvorbis/vorbis-spec-floor0.html
|
||||
share/doc/libvorbis/vorbis-spec-floor1.html
|
||||
share/doc/libvorbis/vorbis-spec-intro.html
|
||||
share/doc/libvorbis/vorbis-spec-ref.html
|
||||
share/doc/libvorbis/vorbis-spec-res.html
|
||||
share/doc/libvorbis/vorbis.html
|
||||
share/doc/libvorbis/vorbisenc/index.html
|
||||
share/doc/libvorbis/vorbisenc/overview.html
|
||||
@ -71,6 +104,8 @@ share/doc/libvorbis/vorbisword2.png
|
||||
share/doc/libvorbis/wait.png
|
||||
share/doc/libvorbis/white-ogg.png
|
||||
share/doc/libvorbis/white-xifish.png
|
||||
share/doc/libvorbis/window1.png
|
||||
share/doc/libvorbis/window2.png
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/libvorbis/vorbisfile
|
||||
@dirrm share/doc/libvorbis/vorbisenc
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2002/03/26 02:40:55 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2002/07/20 00:52:45 naddy Exp $
|
||||
|
||||
COMMENT= "play, encode, and manage Ogg Vorbis files"
|
||||
DISTNAME= vorbis-tools-1.0rc3
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
DISTNAME= vorbis-tools-1.0
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.457
|
||||
HOMEPAGE= http://www.vorbis.com/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
@ -15,17 +14,24 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
|
||||
http://www.vorbis.com/files/rc3/unix/ \
|
||||
http://www.oddsock.org/vorbisrc3/files/rc3/unix/
|
||||
MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \
|
||||
http://xiph.stratius.com/vorbis/unix/ \
|
||||
http://www.oddsock.org/vorbis/unix/ \
|
||||
http://www.casterclub.com/vorbis/unix/ \
|
||||
http://www.math.utoledo.edu/~chaese/Vorbis/unix/
|
||||
|
||||
LIB_DEPENDS= ao.3::audio/libao \
|
||||
curl.2::net/curl \
|
||||
iconv.2::converters/libiconv \
|
||||
vorbis.1,vorbisenc.1,vorbisfile.2::audio/libvorbis
|
||||
vorbis.2,vorbisenc.2,vorbisfile.3::audio/libvorbis
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vorbis-tools
|
||||
${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \
|
||||
${PREFIX}/share/examples/vorbis-tools/ogg123rc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vorbis-tools-1.0rc3.tar.gz) = c28c6b28cddb1d7027afd9a47a0d7b9c
|
||||
RMD160 (vorbis-tools-1.0rc3.tar.gz) = 9027987f0747453fc7cab4f0f101f37bddac82a1
|
||||
SHA1 (vorbis-tools-1.0rc3.tar.gz) = e5c08f24eb143f0790b37b4cf49a4905a37c6e44
|
||||
MD5 (vorbis-tools-1.0.tar.gz) = c0a9fee54835e9c5b32d1f42c02964c9
|
||||
RMD160 (vorbis-tools-1.0.tar.gz) = 2f3874699be904fdf64c6edf09e21ccb8f0eee28
|
||||
SHA1 (vorbis-tools-1.0.tar.gz) = 5c2508786cf6a2a270c697d3debe66ee83df376d
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2002/04/02 16:52:59 naddy Exp $
|
||||
--- configure.orig Tue Jan 1 02:57:06 2002
|
||||
+++ configure Tue Apr 2 17:51:29 2002
|
||||
@@ -3487,7 +3487,6 @@ else
|
||||
$OpenBSD: patch-configure,v 1.3 2002/07/20 00:52:45 naddy Exp $
|
||||
--- configure.orig Fri Jul 19 16:18:55 2002
|
||||
+++ configure Fri Jul 19 23:12:17 2002
|
||||
@@ -3590,7 +3590,6 @@ else
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-configure,v 1.2 2002/04/02 16:52:59 naddy Exp $
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -3497,7 +3496,6 @@ else
|
||||
@@ -3600,7 +3599,6 @@ else
|
||||
;;
|
||||
*)
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
@ -17,7 +17,7 @@ $OpenBSD: patch-configure,v 1.2 2002/04/02 16:52:59 naddy Exp $
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -5342,7 +5340,7 @@ if test -z "$GCC"; then
|
||||
@@ -7244,7 +7242,7 @@ if test -z "$GCC"; then
|
||||
;;
|
||||
*)
|
||||
DEBUG="-g"
|
||||
@ -26,7 +26,7 @@ $OpenBSD: patch-configure,v 1.2 2002/04/02 16:52:59 naddy Exp $
|
||||
PROFILE="-g -p"
|
||||
;;
|
||||
esac
|
||||
@@ -5365,8 +5363,8 @@ else
|
||||
@@ -7267,8 +7265,8 @@ else
|
||||
;;
|
||||
*)
|
||||
DEBUG="-g -Wall -fsigned-char"
|
||||
|
@ -1,29 +0,0 @@
|
||||
$OpenBSD: patch-ogg123_buffer_c,v 1.6 2002/01/19 15:33:20 naddy Exp $
|
||||
--- ogg123/buffer.c.orig Thu Dec 20 01:24:53 2001
|
||||
+++ ogg123/buffer.c Sat Jan 19 16:08:26 2002
|
||||
@@ -85,12 +85,6 @@ void buffer_thread_cleanup (void *arg)
|
||||
buf_t *buf = (buf_t *)arg;
|
||||
|
||||
DEBUG("Enter buffer_thread_cleanup");
|
||||
-
|
||||
- /* Cleanup thread data structures */
|
||||
- pthread_mutex_unlock(&buf->mutex);
|
||||
- pthread_mutex_destroy(&buf->mutex);
|
||||
- pthread_cond_destroy(&buf->playback_cond);
|
||||
- pthread_cond_destroy(&buf->write_cond);
|
||||
}
|
||||
|
||||
|
||||
@@ -430,6 +424,12 @@ void buffer_reset (buf_t *buf)
|
||||
void buffer_destroy (buf_t *buf)
|
||||
{
|
||||
DEBUG("buffer_destroy");
|
||||
+
|
||||
+ /* Cleanup pthread variables */
|
||||
+ pthread_mutex_destroy(&buf->mutex);
|
||||
+ pthread_cond_destroy(&buf->write_cond);
|
||||
+ pthread_cond_destroy(&buf->playback_cond);
|
||||
+
|
||||
free(buf);
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-oggenc_audio_c,v 1.1 2002/03/26 02:40:55 naddy Exp $
|
||||
--- oggenc/audio.c.orig Tue Mar 26 03:22:27 2002
|
||||
+++ oggenc/audio.c Tue Mar 26 03:23:35 2002
|
||||
@@ -570,6 +570,7 @@ int raw_open(FILE *in, oe_enc_opt *opt)
|
||||
wav->bigendian = 0;
|
||||
wav->channels = format.channels;
|
||||
wav->samplesize = opt->samplesize;
|
||||
+ wav->totalsamples = 0;
|
||||
|
||||
opt->read_samples = wav_read;
|
||||
opt->readdata = (void *)wav;
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-oggenc_man_oggenc_1,v 1.1 2002/01/16 03:10:21 naddy Exp $
|
||||
--- oggenc/man/oggenc.1.orig Wed Jan 16 03:22:38 2002
|
||||
+++ oggenc/man/oggenc.1 Wed Jan 16 03:23:34 2002
|
||||
@@ -1,7 +1,7 @@
|
||||
.\" Process this file with
|
||||
.\" groff -man -Tascii oggenc.1
|
||||
.\"
|
||||
-.TH oggenc 1 "2001 August 13" "" "Vorbis Tools release candidate 2"
|
||||
+.TH oggenc 1 "2001 August 13" "" "Vorbis Tools"
|
||||
|
||||
.SH NAME
|
||||
oggenc \- encode audio into the Ogg Vorbis format
|
||||
@@ -231,10 +231,6 @@ Michael Smith <msmith@labyrinth.net.au>
|
||||
Manpage Author:
|
||||
.br
|
||||
Stan Seibert <indigo@aztec.asu.edu>
|
||||
-
|
||||
-.SH BUGS
|
||||
-Options -m, -M, and -q for for flexible bitrate/quality selection exist, but are not
|
||||
-implemented in the vorbis encoder, and so are not documented here yet.
|
||||
|
||||
.SH SEE ALSO
|
||||
|
@ -1,11 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/01/16 03:10:21 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/07/20 00:52:45 naddy Exp $
|
||||
bin/ogg123
|
||||
bin/oggdec
|
||||
bin/oggenc
|
||||
bin/ogginfo
|
||||
bin/vcut
|
||||
bin/vorbiscomment
|
||||
man/man1/ogg123.1
|
||||
man/man1/oggdec.1
|
||||
man/man1/oggenc.1
|
||||
man/man1/ogginfo.1
|
||||
man/man1/vcut.1
|
||||
man/man1/vorbiscomment.1
|
||||
@comment share/doc/vorbis-tools-1.0/ogg123rc-example
|
||||
share/examples/vorbis-tools/ogg123rc
|
||||
share/locale/fr/LC_MESSAGES/vorbis-tools.mo
|
||||
share/locale/nl/LC_MESSAGES/vorbis-tools.mo
|
||||
share/locale/sv/LC_MESSAGES/vorbis-tools.mo
|
||||
@dirrm share/examples/vorbis-tools
|
||||
|
Loading…
Reference in New Issue
Block a user