open-plc-utils: new package
[buildroot-gz.git] / package / libtheora / libtheora.mk
blob480af756b45e2b573e7ea2e87c5772822cd3315b
1 ################################################################################
3 # libtheora
5 ################################################################################
7 LIBTHEORA_VERSION = 1.1.1
8 LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.xz
9 LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora
10 LIBTHEORA_INSTALL_STAGING = YES
11 LIBTHEORA_LICENSE = BSD-3c
12 LIBTHEORA_LICENSE_FILES = COPYING LICENSE
14 LIBTHEORA_CONF_OPTS = \
15 --disable-oggtest \
16 --disable-vorbistest \
17 --disable-sdltest \
18 --disable-examples \
19 --disable-spec
21 LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf
23 $(eval $(autotools-package))