liblo: new pachage
liblo is an implementation of the Open Sound Control protocol for POSIX systems. http://liblo.sourceforge.net/ [thomas.petazzoni@free-electrons.com: add dependency on thread support in toolchain] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c72e4bc01c
commit
fa6e224e58
@ -295,6 +295,7 @@ source "package/libcdaudio/Config.in"
|
||||
source "package/libcue/Config.in"
|
||||
source "package/libcuefile/Config.in"
|
||||
source "package/libid3tag/Config.in"
|
||||
source "package/liblo/Config.in"
|
||||
source "package/libmad/Config.in"
|
||||
source "package/libmpd/Config.in"
|
||||
source "package/libreplaygain/Config.in"
|
||||
|
11
package/liblo/Config.in
Normal file
11
package/liblo/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBLO
|
||||
bool "liblo"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
liblo is an implementation of the Open Sound Control
|
||||
protocol for POSIX systems
|
||||
|
||||
http://liblo.sourceforge.net/
|
||||
|
||||
comment "liblo requires thread support in toolchain"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
14
package/liblo/liblo.mk
Normal file
14
package/liblo/liblo.mk
Normal file
@ -0,0 +1,14 @@
|
||||
#############################################################
|
||||
#
|
||||
# liblo
|
||||
#
|
||||
#############################################################
|
||||
LIBLO_VERSION = 0.26
|
||||
LIBLO_SOURCE = liblo-$(LIBLO_VERSION).tar.gz
|
||||
LIBLO_SITE = http://downloads.sourceforge.net/project/liblo/liblo/$(LIBLO_VERSION)
|
||||
|
||||
LIBLO_LICENSE = LGPLv2.1+
|
||||
LIBLO_LICENSE_FILES = COPYING
|
||||
LIBLO_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user