libtheora: bump version to 1.1.1
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Dec 2010 21:54:04 +0000 (22:54 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 14 Dec 2010 00:29:16 +0000 (01:29 +0100)
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>
CHANGES
package/multimedia/libtheora/libtheora.mk

diff --git a/CHANGES b/CHANGES
index 2c085192d8a1b3b1735300d2a00cced9ec8188b7..990542859ab82fe3c89fe449c01573db58bf0670 100644 (file)
--- 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
index 81eb83f77096f8e931ddfd766d50c4a24fb3e1f3..e572d1a204e277429013a8d76419a72f0d846509 100644 (file)
@@ -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