Move all to deprecated folder.
This commit is contained in:
@@ -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 93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06 libsamplerate-0.1.8.tar.gz
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsamplerate
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSAMPLERATE_VERSION = 0.1.8
|
||||
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 = Dual GPLv2+ / libsamplerate commercial use license
|
||||
LIBSAMPLERATE_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
||||
LIBSAMPLERATE_DEPENDENCIES += libsndfile
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user