update buildroot to 2017.02.11
This commit is contained in:
9
bsp/buildroot-2017.02.11/package/libsamplerate/Config.in
Normal file
9
bsp/buildroot-2017.02.11/package/libsamplerate/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LIBSAMPLERATE
|
||||
bool "libsamplerate"
|
||||
help
|
||||
Secret Rabbit Code (aka libsamplerate) is a Sample Rate
|
||||
Converter for audio. One example of where such a thing would
|
||||
be useful is converting audio from the CD sample rate of
|
||||
44.1kHz to the 48kHz sample rate used by DAT players.
|
||||
|
||||
http://www.mega-nerd.com/SRC/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1 libsamplerate-0.1.9.tar.gz
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsamplerate
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSAMPLERATE_VERSION = 0.1.9
|
||||
LIBSAMPLERATE_SITE = http://www.mega-nerd.com/SRC
|
||||
LIBSAMPLERATE_INSTALL_STAGING = YES
|
||||
LIBSAMPLERATE_DEPENDENCIES = host-pkgconf
|
||||
LIBSAMPLERATE_CONF_OPTS = --disable-fftw --program-transform-name=''
|
||||
LIBSAMPLERATE_LICENSE = BSD-2c
|
||||
LIBSAMPLERATE_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
||||
LIBSAMPLERATE_DEPENDENCIES += libsndfile
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user