summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni2010-12-12 22:54:04 +0100
committerPeter Korsgaard2010-12-14 01:29:16 +0100
commitfc13fc7b57844429e09bd49d84f86b54971fc487 (patch)
tree4d0080525dde55eb537fdd0a8b6d963aa900b319
parentmplayer: convert to gentargets, bump to a recent SVN version (diff)
downloadbuildroot-fc13fc7b57844429e09bd49d84f86b54971fc487.tar.gz
buildroot-fc13fc7b57844429e09bd49d84f86b54971fc487.tar.xz
buildroot-fc13fc7b57844429e09bd49d84f86b54971fc487.zip
libtheora: bump version to 1.1.1
This allows to disable the build of the format specification documentation, which was causing issues in cross-compiling mode. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES4
-rw-r--r--package/multimedia/libtheora/libtheora.mk5
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 2c085192d..990542859 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,8 @@
Updated/fixed packages: alsa-utils, at, busybox, bzip2, dbus,
direcfb-examples, dmalloc, cloop, cups, ffmpeg, gdk-pixbuf,
- hostapd, i2c-tools, input-tools, libaio, libconfig, lsof,
- ltp-testsuite, lvm2, m4, memtester, mii-diag, mplayer,
+ hostapd, i2c-tools, input-tools, libaio, libconfig, libtheora,
+ lsof, ltp-testsuite, lvm2, m4, memtester, mii-diag, mplayer,
mrouted, netplug, openssh, openssl, openvpn, pango, qt, rsync,
sdl_gfx, sdl_sound, sysklogd, sysvinit, udev, usbutils, xz,
zlib
diff --git a/package/multimedia/libtheora/libtheora.mk b/package/multimedia/libtheora/libtheora.mk
index 81eb83f77..e572d1a20 100644
--- a/package/multimedia/libtheora/libtheora.mk
+++ b/package/multimedia/libtheora/libtheora.mk
@@ -3,7 +3,7 @@
# libtheora
#
#############################################################
-LIBTHEORA_VERSION = 1.0
+LIBTHEORA_VERSION = 1.1.1
LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.bz2
LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora
LIBTHEORA_INSTALL_STAGING = YES
@@ -12,7 +12,8 @@ LIBTHEORA_CONF_OPT = \
--disable-oggtest \
--disable-vorbistest \
--disable-sdltest \
- --disable-examples
+ --disable-examples \
+ --disable-spec
LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkg-config