The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libtheora / libtheora.mk
1 ################################################################################
2 #
3 # libtheora
4 #
5 ################################################################################
6
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
13
14 LIBTHEORA_CONF_OPTS = \
15         --disable-oggtest \
16         --disable-vorbistest \
17         --disable-sdltest \
18         --disable-examples \
19         --disable-spec
20
21 LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf
22
23 $(eval $(autotools-package))