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>
This commit is contained in:
Thomas Petazzoni 2010-12-12 22:54:04 +01:00 committed by Peter Korsgaard
parent 6bcedeed37
commit fc13fc7b57
2 changed files with 5 additions and 4 deletions

View File

@ -5,8 +5,8 @@
Updated/fixed packages: alsa-utils, at, busybox, bzip2, dbus, Updated/fixed packages: alsa-utils, at, busybox, bzip2, dbus,
direcfb-examples, dmalloc, cloop, cups, ffmpeg, gdk-pixbuf, direcfb-examples, dmalloc, cloop, cups, ffmpeg, gdk-pixbuf,
hostapd, i2c-tools, input-tools, libaio, libconfig, lsof, hostapd, i2c-tools, input-tools, libaio, libconfig, libtheora,
ltp-testsuite, lvm2, m4, memtester, mii-diag, mplayer, lsof, ltp-testsuite, lvm2, m4, memtester, mii-diag, mplayer,
mrouted, netplug, openssh, openssl, openvpn, pango, qt, rsync, mrouted, netplug, openssh, openssl, openvpn, pango, qt, rsync,
sdl_gfx, sdl_sound, sysklogd, sysvinit, udev, usbutils, xz, sdl_gfx, sdl_sound, sysklogd, sysvinit, udev, usbutils, xz,
zlib zlib

View File

@ -3,7 +3,7 @@
# libtheora # libtheora
# #
############################################################# #############################################################
LIBTHEORA_VERSION = 1.0 LIBTHEORA_VERSION = 1.1.1
LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.bz2 LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.bz2
LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora
LIBTHEORA_INSTALL_STAGING = YES LIBTHEORA_INSTALL_STAGING = YES
@ -12,7 +12,8 @@ LIBTHEORA_CONF_OPT = \
--disable-oggtest \ --disable-oggtest \
--disable-vorbistest \ --disable-vorbistest \
--disable-sdltest \ --disable-sdltest \
--disable-examples --disable-examples \
--disable-spec
LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkg-config LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkg-config