diff options
Diffstat (limited to 'data/_libtheora')
-rw-r--r-- | data/_libtheora/_metadata/description | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/in.1443.00 | 0 | ||||
l--------- | data/_libtheora/_metadata/libogg0.dep | 1 | ||||
l--------- | data/_libtheora/_metadata/libvorbis0.dep | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/license | 28 | ||||
l--------- | data/_libtheora/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/priority | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/role | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/section | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/tags | 1 | ||||
-rw-r--r-- | data/_libtheora/_metadata/version | 1 | ||||
-rw-r--r-- | data/_libtheora/info.diff | 31 | ||||
-rw-r--r-- | data/_libtheora/libtheora-1.1.1.tar.bz2 | bin | 0 -> 1903175 bytes | |||
-rw-r--r-- | data/_libtheora/make.sh | 4 |
14 files changed, 72 insertions, 0 deletions
diff --git a/data/_libtheora/_metadata/description b/data/_libtheora/_metadata/description new file mode 100644 index 000000000..6eae3e880 --- /dev/null +++ b/data/_libtheora/_metadata/description @@ -0,0 +1 @@ +Open video compression format diff --git a/data/_libtheora/_metadata/in.1443.00 b/data/_libtheora/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/_libtheora/_metadata/in.1443.00 diff --git a/data/_libtheora/_metadata/libogg0.dep b/data/_libtheora/_metadata/libogg0.dep new file mode 120000 index 000000000..d6039533a --- /dev/null +++ b/data/_libtheora/_metadata/libogg0.dep @@ -0,0 +1 @@ +../../libogg0
\ No newline at end of file diff --git a/data/_libtheora/_metadata/libvorbis0.dep b/data/_libtheora/_metadata/libvorbis0.dep new file mode 120000 index 000000000..f85279696 --- /dev/null +++ b/data/_libtheora/_metadata/libvorbis0.dep @@ -0,0 +1 @@ +../../libvorbis0
\ No newline at end of file diff --git a/data/_libtheora/_metadata/license b/data/_libtheora/_metadata/license new file mode 100644 index 000000000..c8ccce4ff --- /dev/null +++ b/data/_libtheora/_metadata/license @@ -0,0 +1,28 @@ +Copyright (C) 2002-2009 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/_libtheora/_metadata/maintainer b/data/_libtheora/_metadata/maintainer new file mode 120000 index 000000000..0c538aadb --- /dev/null +++ b/data/_libtheora/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/mac
\ No newline at end of file diff --git a/data/_libtheora/_metadata/priority b/data/_libtheora/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/_libtheora/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/_libtheora/_metadata/role b/data/_libtheora/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/_libtheora/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/_libtheora/_metadata/section b/data/_libtheora/_metadata/section new file mode 100644 index 000000000..593877746 --- /dev/null +++ b/data/_libtheora/_metadata/section @@ -0,0 +1 @@ +Multimedia diff --git a/data/_libtheora/_metadata/tags b/data/_libtheora/_metadata/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/_libtheora/_metadata/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/_libtheora/_metadata/version b/data/_libtheora/_metadata/version new file mode 100644 index 000000000..524cb5524 --- /dev/null +++ b/data/_libtheora/_metadata/version @@ -0,0 +1 @@ +1.1.1 diff --git a/data/_libtheora/info.diff b/data/_libtheora/info.diff new file mode 100644 index 000000000..7027a7c60 --- /dev/null +++ b/data/_libtheora/info.diff @@ -0,0 +1,31 @@ +diff -ru libtheora-1.1.1/lib/Makefile.am libtheora-1.1.1+iPhone/lib/Makefile.am +--- libtheora-1.1.1/lib/Makefile.am 2009-09-25 05:20:06.000000000 -1000 ++++ libtheora-1.1.1+iPhone/lib/Makefile.am 2019-04-03 15:32:30.000000000 -1000 +@@ -79,6 +79,7 @@ + apiwrapper.c \ + fragment.c \ + idct.c \ ++ info.c \ + internal.c \ + state.c \ + quant.c \ +diff -ru libtheora-1.1.1/lib/Makefile.in libtheora-1.1.1+iPhone/lib/Makefile.in +--- libtheora-1.1.1/lib/Makefile.in 2009-10-01 08:04:07.000000000 -1000 ++++ libtheora-1.1.1+iPhone/lib/Makefile.in 2019-04-03 15:44:55.000000000 -1000 +@@ -207,6 +207,7 @@ + @THEORA_DISABLE_ENCODE_FALSE@ apiwrapper.c \ + @THEORA_DISABLE_ENCODE_FALSE@ fragment.c \ + @THEORA_DISABLE_ENCODE_FALSE@ idct.c \ ++@THEORA_DISABLE_ENCODE_FALSE@ info.c \ + @THEORA_DISABLE_ENCODE_FALSE@ internal.c \ + @THEORA_DISABLE_ENCODE_FALSE@ state.c \ + @THEORA_DISABLE_ENCODE_FALSE@ quant.c \ +@@ -369,7 +370,7 @@ + @CPU_x86_64_TRUE@@THEORA_DISABLE_ENCODE_FALSE@ $(am__objects_9) + @THEORA_DISABLE_ENCODE_TRUE@am__objects_11 = $(am__objects_7) + @THEORA_DISABLE_ENCODE_FALSE@am__objects_11 = apiwrapper.lo fragment.lo \ +-@THEORA_DISABLE_ENCODE_FALSE@ idct.lo internal.lo state.lo \ ++@THEORA_DISABLE_ENCODE_FALSE@ idct.lo info.lo internal.lo state.lo \ + @THEORA_DISABLE_ENCODE_FALSE@ quant.lo $(am__objects_10) \ + @THEORA_DISABLE_ENCODE_FALSE@ $(am__objects_7) + am_libtheoraenc_la_OBJECTS = $(am__objects_11) diff --git a/data/_libtheora/libtheora-1.1.1.tar.bz2 b/data/_libtheora/libtheora-1.1.1.tar.bz2 Binary files differnew file mode 100644 index 000000000..010e2a4ec --- /dev/null +++ b/data/_libtheora/libtheora-1.1.1.tar.bz2 diff --git a/data/_libtheora/make.sh b/data/_libtheora/make.sh new file mode 100644 index 000000000..c103eecaa --- /dev/null +++ b/data/_libtheora/make.sh @@ -0,0 +1,4 @@ +pkg:setup +cp -f ${PKG_BASE}/config.sub . +pkg:configure --disable-oggtest --disable-vorbistest --disable-examples +pkg:install |