2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-01-06 19:42:01 +01:00
|
|
|
#
|
|
|
|
# vorbis-tools
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-01-06 19:42:01 +01:00
|
|
|
|
|
|
|
VORBIS_TOOLS_VERSION = 1.4.0
|
|
|
|
VORBIS_TOOLS_SITE = http://downloads.xiph.org/releases/vorbis
|
2013-10-02 00:05:18 +02:00
|
|
|
VORBIS_TOOLS_LICENSE = GPLv2
|
|
|
|
VORBIS_TOOLS_LICENSE_FILES = COPYING
|
2011-01-06 19:42:01 +01:00
|
|
|
VORBIS_TOOLS_DEPENDENCIES = libao libogg libvorbis libcurl
|
2014-09-27 21:32:44 +02:00
|
|
|
VORBIS_TOOLS_CONF_OPTS = --program-transform-name=''
|
2014-01-27 14:51:40 +01:00
|
|
|
# ogg123 calls math functions but forgets to link with libm
|
|
|
|
VORBIS_TOOLS_CONF_ENV = LIBS=-lm
|
2011-01-06 19:42:01 +01:00
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_FLAC),y)
|
|
|
|
VORBIS_TOOLS_DEPENDENCIES += flac
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
|
|
|
VORBIS_TOOLS_DEPENDENCIES += speex
|
|
|
|
endif
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|