2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2008-12-08 18:45:59 +01:00
|
|
|
#
|
|
|
|
# libtheora
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2010-12-12 22:54:04 +01:00
|
|
|
LIBTHEORA_VERSION = 1.1.1
|
2013-09-06 08:14:15 +02:00
|
|
|
LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.xz
|
2008-12-08 18:45:59 +01:00
|
|
|
LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora
|
|
|
|
LIBTHEORA_INSTALL_STAGING = YES
|
2015-08-01 16:20:40 +02:00
|
|
|
# We're patching Makefile.am
|
|
|
|
LIBTHEORA_AUTORECONF = YES
|
2017-03-30 15:43:38 +02:00
|
|
|
LIBTHEORA_LICENSE = BSD-3-Clause
|
2013-07-10 19:25:43 +02:00
|
|
|
LIBTHEORA_LICENSE_FILES = COPYING LICENSE
|
2008-12-08 18:45:59 +01:00
|
|
|
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBTHEORA_CONF_OPTS = \
|
2014-12-22 09:12:05 +01:00
|
|
|
--disable-oggtest \
|
|
|
|
--disable-vorbistest \
|
|
|
|
--disable-sdltest \
|
|
|
|
--disable-examples \
|
|
|
|
--disable-spec
|
2008-12-08 18:45:59 +01:00
|
|
|
|
2012-10-22 17:47:52 +02:00
|
|
|
LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf
|
2008-12-08 18:45:59 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|