aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audiere/files
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-06-23 18:10:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-06-23 18:10:09 +0800
commit6c74f7d9de05b1a137c59863bde927109602edd2 (patch)
treec68a00c3949d403e47b785bfe8ed5bdb74328b20 /audio/audiere/files
parent174a72852e3360a31ad3394d20f3d6b8dc0c11b3 (diff)
downloadfreebsd-ports-gnome-6c74f7d9de05b1a137c59863bde927109602edd2.tar.gz
freebsd-ports-gnome-6c74f7d9de05b1a137c59863bde927109602edd2.tar.zst
freebsd-ports-gnome-6c74f7d9de05b1a137c59863bde927109602edd2.zip
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio output, Audiere supports DirectSound or WinMM in Windows, OSS on Linux and Cygwin, and SGI AL on IRIX. Audiere is open source and licensed under the LGPL. This means that you may freely use Audiere in commercial products, as long as you do not modify the source code. If you do modify Audiere and release a product that uses your modifications, you must release your changes to the code under the LGPL as well. Audiere is portable. It is tested on Windows, Linux-i386, Cygwin, and IRIX with at least three major compilers. Most of Audiere is endian-independent, so I expect it would work with few modifications on other architectures. WWW: http://audiere.sourceforge.net/ PR: ports/124710 Approved by: miwi (mentor)
Diffstat (limited to 'audio/audiere/files')
-rw-r--r--audio/audiere/files/patch-src-speexfile-speexfile.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audiere/files/patch-src-speexfile-speexfile.cpp b/audio/audiere/files/patch-src-speexfile-speexfile.cpp
new file mode 100644
index 000000000000..0f6fa13d1895
--- /dev/null
+++ b/audio/audiere/files/patch-src-speexfile-speexfile.cpp
@@ -0,0 +1,11 @@
+--- src/speexfile/speexfile.cpp.orig 2006-02-14 07:57:01.000000000 +0300
++++ src/speexfile/speexfile.cpp 2008-06-16 04:56:31.000000000 +0400
+@@ -871,7 +871,7 @@
+ void *speexfile::header_to_decoder ( SpeexHeader *header, int enh_enabled, int *frame_size, int *rate, int *nframes, int forceMode, int *channels, SpeexStereoState *stereo )
+ {
+ void *st;
+- SpeexMode *mode;
++ const SpeexMode *mode;
+ SpeexCallback callback;
+ int modeID;
+