fc8e7dd10773a1247d4dcee19305bb582727068a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / vorbis-tools / vorbis-tools.mk
1 ################################################################################
2 #
3 # vorbis-tools
4 #
5 ################################################################################
6
7 VORBIS_TOOLS_VERSION = 1.4.0
8 VORBIS_TOOLS_SITE = http://downloads.xiph.org/releases/vorbis
9 VORBIS_TOOLS_LICENSE = GPLv2
10 VORBIS_TOOLS_LICENSE_FILES = COPYING
11 VORBIS_TOOLS_DEPENDENCIES = libao libogg libvorbis libcurl
12 VORBIS_TOOLS_CONF_OPTS = --program-transform-name=''
13 # ogg123 calls math functions but forgets to link with libm
14 VORBIS_TOOLS_CONF_ENV = LIBS=-lm
15
16 ifeq ($(BR2_PACKAGE_FLAC),y)
17 VORBIS_TOOLS_DEPENDENCIES += flac
18 endif
19
20 ifeq ($(BR2_PACKAGE_SPEEX),y)
21 VORBIS_TOOLS_DEPENDENCIES += speex
22 endif
23
24 $(eval $(autotools-package))