initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_MODPLUGTOOLS
|
||||
bool "modplugtools"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # libmodplug
|
||||
select BR2_PACKAGE_LIBAO
|
||||
select BR2_PACKAGE_LIBMODPLUG
|
||||
help
|
||||
This installs the 'modplug123' command line tool to play
|
||||
music files in the tracker formats supported by libmodplug:
|
||||
MOD, S3M, XM etc. Audio output is handled by libao.
|
||||
|
||||
http://modplug-xmms.sourceforge.net/
|
||||
|
||||
comment "modplugtools needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 0122d44ea0513b928cf9d463acc886d08a2664579aa96ddeeb270d5c81193a4e modplugtools-0.5.3.tar.gz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# modplugtools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MODPLUGTOOLS_VERSION = 0.5.3
|
||||
MODPLUGTOOLS_SITE = http://downloads.sourceforge.net/project/modplug-xmms/modplug-tools
|
||||
MODPLUGTOOLS_LICENSE = GPL-3.0
|
||||
MODPLUGTOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
MODPLUGTOOLS_DEPENDENCIES = libao libmodplug
|
||||
|
||||
# Only build the 'mp123' subdir, which contains 'modplug123' that plays through
|
||||
# various backends via libao. This excludes the 'mpplay' subdir, which contains
|
||||
# 'modplugplay' that can play only through the deprecated OSS interface.
|
||||
MODPLUGTOOLS_MAKE_OPTS = SUBDIRS=mp123
|
||||
MODPLUGTOOLS_INSTALL_TARGET_OPTS = SUBDIRS=mp123 DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user