summaryrefslogtreecommitdiff
path: root/data/libtheora
diff options
context:
space:
mode:
Diffstat (limited to 'data/libtheora')
-rw-r--r--data/libtheora/_metadata/description1
-rw-r--r--data/libtheora/_metadata/in.1443.000
l---------data/libtheora/_metadata/libogg.dep1
l---------data/libtheora/_metadata/libvorbis.dep1
-rw-r--r--data/libtheora/_metadata/license28
l---------data/libtheora/_metadata/maintainer1
-rw-r--r--data/libtheora/_metadata/priority1
-rw-r--r--data/libtheora/_metadata/role1
-rw-r--r--data/libtheora/_metadata/section1
-rw-r--r--data/libtheora/_metadata/tags1
-rw-r--r--data/libtheora/_metadata/version1
-rw-r--r--data/libtheora/info.diff31
-rw-r--r--data/libtheora/libtheora-1.1.1.tar.bz2bin0 -> 1903175 bytes
-rw-r--r--data/libtheora/make.sh4
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/libogg.dep b/data/libtheora/_metadata/libogg.dep
new file mode 120000
index 000000000..c88b8bd5c
--- /dev/null
+++ b/data/libtheora/_metadata/libogg.dep
@@ -0,0 +1 @@
+../../libogg \ No newline at end of file
diff --git a/data/libtheora/_metadata/libvorbis.dep b/data/libtheora/_metadata/libvorbis.dep
new file mode 120000
index 000000000..2196d93e3
--- /dev/null
+++ b/data/libtheora/_metadata/libvorbis.dep
@@ -0,0 +1 @@
+../../libvorbis \ 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
new file mode 100644
index 000000000..010e2a4ec
--- /dev/null
+++ b/data/libtheora/libtheora-1.1.1.tar.bz2
Binary files differ
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