summaryrefslogtreecommitdiffstats
path: root/rules/libtheora.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2009-12-23 14:48:11 +0100
committerErwin Rol <erwin@erwinrol.com>2009-12-23 14:48:11 +0100
commitcc7b04ee2370220b87caf0a1e2fa515727e9126f (patch)
tree11275aafc3175a2b9621cc6e9d354428e27d6ae9 /rules/libtheora.make
parent7daec666148054f321d0115b4a1f0d972a9a3521 (diff)
downloadptxdist-cc7b04ee2370220b87caf0a1e2fa515727e9126f.tar.gz
ptxdist-cc7b04ee2370220b87caf0a1e2fa515727e9126f.tar.xz
[libtheora] Update to version 1.1.1 and autogen.sh fix
- Update to release version 1.1.1 - Rewrite the autogen.sh script to prevent pulling in host libtoolize. Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/libtheora.make')
-rw-r--r--rules/libtheora.make28
1 files changed, 15 insertions, 13 deletions
diff --git a/rules/libtheora.make b/rules/libtheora.make
index 44cac775d..b53730737 100644
--- a/rules/libtheora.make
+++ b/rules/libtheora.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_LIBTHEORA) += libtheora
#
# Paths and names
#
-LIBTHEORA_VERSION := 1.0
+LIBTHEORA_VERSION := 1.1.1
LIBTHEORA := libtheora-$(LIBTHEORA_VERSION)
LIBTHEORA_SUFFIX := tar.gz
LIBTHEORA_URL := http://downloads.xiph.org/releases/theora/$(LIBTHEORA).$(LIBTHEORA_SUFFIX)
@@ -47,9 +47,11 @@ LIBTHEORA_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--enable-asm \
--disable-examples \
- --disable-oggtest \
- --disable-vorbistest \
- --disable-sdltest
+ --disable-spec \
+ --disable-valgrind-testing \
+ --disable-telemetry \
+ --disable-examples
+
ifndef PTXCONF_LIBTHEORA__DOC
LIBTHEORA_AUTOCONF += \
@@ -105,17 +107,17 @@ $(STATEDIR)/libtheora.targetinstall:
@$(call install_fixup, libtheora,DEPENDS,)
@$(call install_fixup, libtheora,DESCRIPTION,missing)
- @$(call install_copy, libtheora, 0, 0, 0644, -, /usr/lib/libtheora.so.0.3.4)
- @$(call install_link, libtheora, libtheora.so.0.3.4, /usr/lib/libtheora.so.0)
- @$(call install_link, libtheora, libtheora.so.0.3.4, /usr/lib/libtheora.so)
+ @$(call install_copy, libtheora, 0, 0, 0644, -, /usr/lib/libtheora.so.0.3.10)
+ @$(call install_link, libtheora, libtheora.so.0.3.10, /usr/lib/libtheora.so.0)
+ @$(call install_link, libtheora, libtheora.so.0.3.10, /usr/lib/libtheora.so)
- @$(call install_copy, libtheora, 0, 0, 0644, -, /usr/lib/libtheoradec.so.1.0.1)
- @$(call install_link, libtheora, libtheoradec.so.1.0.1, /usr/lib/libtheoradec.so.1)
- @$(call install_link, libtheora, libtheoradec.so.1.0.1, /usr/lib/libtheoradec.so)
+ @$(call install_copy, libtheora, 0, 0, 0644, -, /usr/lib/libtheoradec.so.1.1.4)
+ @$(call install_link, libtheora, libtheoradec.so.1.1.4, /usr/lib/libtheoradec.so.1)
+ @$(call install_link, libtheora, libtheoradec.so.1.1.4, /usr/lib/libtheoradec.so)
- @$(call install_copy, libtheora, 0, 0, 0644, -, /usr/lib/libtheoraenc.so.1.0.1)
- @$(call install_link, libtheora, libtheoraenc.so.1.0.1, /usr/lib/libtheoraenc.so.1)
- @$(call install_link, libtheora, libtheoraenc.so.1.0.1, /usr/lib/libtheoraenc.so)
+ @$(call install_copy, libtheora, 0, 0, 0644, -, /usr/lib/libtheoraenc.so.1.1.2)
+ @$(call install_link, libtheora, libtheoraenc.so.1.1.2, /usr/lib/libtheoraenc.so.1)
+ @$(call install_link, libtheora, libtheoraenc.so.1.1.2, /usr/lib/libtheoraenc.so)
@$(call install_finish, libtheora)