python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / vorbis-tools / vorbis-tools.mk
blobfc8e7dd10773a1247d4dcee19305bb582727068a
1 ################################################################################
3 # vorbis-tools
5 ################################################################################
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
16 ifeq ($(BR2_PACKAGE_FLAC),y)
17 VORBIS_TOOLS_DEPENDENCIES += flac
18 endif
20 ifeq ($(BR2_PACKAGE_SPEEX),y)
21 VORBIS_TOOLS_DEPENDENCIES += speex
22 endif
24 $(eval $(autotools-package))