generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
31
package/jack1/Config.in
Normal file
31
package/jack1/Config.in
Normal file
@ -0,0 +1,31 @@
|
||||
config BR2_PACKAGE_JACK1
|
||||
bool "jack1"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_PACKAGE_JACK2
|
||||
select BR2_PACKAGE_ALSA_LIB
|
||||
select BR2_PACKAGE_ALSA_LIB_HWDEP
|
||||
select BR2_PACKAGE_ALSA_LIB_RAWMIDI
|
||||
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||
select BR2_PACKAGE_BERKELEYDB
|
||||
help
|
||||
JACK Audio Connection Kit (JACK 1 implementation).
|
||||
|
||||
JACK is a low-latency sound server, allowing multiple
|
||||
applications to connect to one audio device, and to share
|
||||
audio between themselves. This package contains the daemon
|
||||
jackd as well as some example clients.
|
||||
|
||||
http://jackaudio.org/
|
||||
|
||||
Another implementation (BR2_PACKAGE_JACK2) is also available,
|
||||
please consult the documentation to choose the right one:
|
||||
|
||||
https://github.com/jackaudio/jackaudio.github.com/wiki/Differences-between-jack1-and-jack2
|
||||
|
||||
comment "jack1 needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
5
package/jack1/jack1.hash
Normal file
5
package/jack1/jack1.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# Locally computed
|
||||
sha256 7b290e9dc7b9262ac328d41eef80c1053c97013efacbefa30477cb9b2a5445ea jack1-0.126.0.tar.gz
|
||||
sha256 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f COPYING
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING.GPL
|
||||
sha256 ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140 COPYING.LGPL
|
||||
22
package/jack1/jack1.mk
Normal file
22
package/jack1/jack1.mk
Normal file
@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# jack1
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JACK1_VERSION = 0.126.0
|
||||
JACK1_SITE = \
|
||||
https://github.com/jackaudio/jack1/releases/download/$(JACK1_VERSION)
|
||||
JACK1_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
|
||||
JACK1_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL
|
||||
JACK1_INSTALL_STAGING = YES
|
||||
|
||||
JACK1_DEPENDENCIES = host-pkgconf alsa-lib berkeleydb
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
|
||||
JACK1_DEPENDENCIES += libsamplerate
|
||||
endif
|
||||
|
||||
JACK1_CONF_OPTS = --without-html-dir --disable-oss
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user