diff options
author | sf <sf@FreeBSD.org> | 2001-03-03 06:07:37 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-03 06:07:37 +0800 |
commit | 849d1dac70dcae3331ed39b6ca0b34d25d0a162e (patch) | |
tree | 10270f27c2852807518f3a7c300fa0a6b8220618 /audio/libogg | |
parent | 222224560b7e8e854beb480e5b33b9c963270530 (diff) | |
download | freebsd-ports-gnome-849d1dac70dcae3331ed39b6ca0b34d25d0a162e.tar.gz freebsd-ports-gnome-849d1dac70dcae3331ed39b6ca0b34d25d0a162e.tar.zst freebsd-ports-gnome-849d1dac70dcae3331ed39b6ca0b34d25d0a162e.zip |
o respect CFLAGS (libao, libogg, libvorbis)
o add ESOUND and KDE2 knob. (libao)
o add WWW. (libogg)
o get rid of xmms dependency. (vorbis)
Approved by: maintainer
Diffstat (limited to 'audio/libogg')
-rw-r--r-- | audio/libogg/files/patch-ac | 11 | ||||
-rw-r--r-- | audio/libogg/pkg-descr | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/audio/libogg/files/patch-ac b/audio/libogg/files/patch-ac new file mode 100644 index 000000000000..ebf70ad691f2 --- /dev/null +++ b/audio/libogg/files/patch-ac @@ -0,0 +1,11 @@ +--- configure.orig Mon Feb 26 13:30:03 2001 ++++ configure Fri Mar 2 12:40:51 2001 +@@ -1513,7 +1513,7 @@ + ;; + *) + DEBUG="-g -Wall -fsigned-char" +- CFLAGS="-O20 -fsigned-char" ++ CFLAGS="-fsigned-char $CFLAGS" + PROFILE="-O20 -g -pg -fsigned-char" + ;; + esac diff --git a/audio/libogg/pkg-descr b/audio/libogg/pkg-descr index a3b604665b27..b13159199a26 100644 --- a/audio/libogg/pkg-descr +++ b/audio/libogg/pkg-descr @@ -4,5 +4,7 @@ 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. +WWW: http://www.xiph.org/ogg/ + - Theo van Klaveren t.vanklaveren@student.utwente.nl |