1################################################################################ 2# 3# libtheora 4# 5################################################################################ 6 7LIBTHEORA_VERSION = 1.1.1 8LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.xz 9LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora 10LIBTHEORA_INSTALL_STAGING = YES 11# We're patching Makefile.am 12LIBTHEORA_AUTORECONF = YES 13LIBTHEORA_LICENSE = BSD-3-Clause 14LIBTHEORA_LICENSE_FILES = COPYING LICENSE 15 16LIBTHEORA_CONF_OPTS = \ 17 --disable-oggtest \ 18 --disable-vorbistest \ 19 --disable-sdltest \ 20 --disable-examples \ 21 --disable-spec 22 23LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf 24 25$(eval $(autotools-package)) 26