diff options
Diffstat (limited to 'data/vorbis')
-rw-r--r-- | data/vorbis/_metadata/description | 1 | ||||
-rw-r--r-- | data/vorbis/_metadata/license | 28 | ||||
l--------- | data/vorbis/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/vorbis/_metadata/name | 1 | ||||
-rw-r--r-- | data/vorbis/_metadata/priority | 1 | ||||
-rw-r--r-- | data/vorbis/_metadata/section | 1 | ||||
-rw-r--r-- | data/vorbis/_metadata/version | 1 | ||||
-rw-r--r-- | data/vorbis/libvorbis-1.2.0.tar.gz | bin | 0 -> 1494373 bytes | |||
-rw-r--r-- | data/vorbis/make.sh | 7 | ||||
-rw-r--r-- | data/vorbis/optimizer.diff | 14 |
10 files changed, 55 insertions, 0 deletions
diff --git a/data/vorbis/_metadata/description b/data/vorbis/_metadata/description new file mode 100644 index 000000000..eb5bdee7c --- /dev/null +++ b/data/vorbis/_metadata/description @@ -0,0 +1 @@ +open audio compression format diff --git a/data/vorbis/_metadata/license b/data/vorbis/_metadata/license new file mode 100644 index 000000000..7cf076b68 --- /dev/null +++ b/data/vorbis/_metadata/license @@ -0,0 +1,28 @@ +Copyright (c) 2002-2004 Xiph.org Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +- Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +- Neither the name of the Xiph.org Foundation nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION +OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/data/vorbis/_metadata/maintainer b/data/vorbis/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/vorbis/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/vorbis/_metadata/name b/data/vorbis/_metadata/name new file mode 100644 index 000000000..2197d3084 --- /dev/null +++ b/data/vorbis/_metadata/name @@ -0,0 +1 @@ +Vorbis diff --git a/data/vorbis/_metadata/priority b/data/vorbis/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/vorbis/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/vorbis/_metadata/section b/data/vorbis/_metadata/section new file mode 100644 index 000000000..593877746 --- /dev/null +++ b/data/vorbis/_metadata/section @@ -0,0 +1 @@ +Multimedia diff --git a/data/vorbis/_metadata/version b/data/vorbis/_metadata/version new file mode 100644 index 000000000..26aaba0e8 --- /dev/null +++ b/data/vorbis/_metadata/version @@ -0,0 +1 @@ +1.2.0 diff --git a/data/vorbis/libvorbis-1.2.0.tar.gz b/data/vorbis/libvorbis-1.2.0.tar.gz Binary files differnew file mode 100644 index 000000000..1b5f179b2 --- /dev/null +++ b/data/vorbis/libvorbis-1.2.0.tar.gz diff --git a/data/vorbis/make.sh b/data/vorbis/make.sh new file mode 100644 index 000000000..df8e2a88c --- /dev/null +++ b/data/vorbis/make.sh @@ -0,0 +1,7 @@ +pkg:extract +cd * +pkg:patch +autoconf +pkg:configure +make +pkg:install diff --git a/data/vorbis/optimizer.diff b/data/vorbis/optimizer.diff new file mode 100644 index 000000000..d323090d2 --- /dev/null +++ b/data/vorbis/optimizer.diff @@ -0,0 +1,14 @@ +diff -ru libvorbis-1.2.0/configure.in libvorbis-1.2.0+iPhone/configure.in +--- libvorbis-1.2.0/configure.in 2007-07-25 16:27:00.000000000 +0000 ++++ libvorbis-1.2.0+iPhone/configure.in 2008-02-27 02:24:20.000000000 +0000 +@@ -161,8 +161,8 @@ + PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;; + *-*-darwin*) + DEBUG="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O0 -fsigned-char" +- 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";; ++ CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O3 -ffast-math -fsigned-char" ++ PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O3 -ffast-math -fsigned-char";; + *) + DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char" + CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char" |