mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
musepack: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9af7b7677f
commit
64129c0546
@ -30,6 +30,7 @@ source "package/multimedia/libvorbis/Config.in"
|
|||||||
source "package/multimedia/madplay/Config.in"
|
source "package/multimedia/madplay/Config.in"
|
||||||
source "package/multimedia/mpg123/Config.in"
|
source "package/multimedia/mpg123/Config.in"
|
||||||
source "package/multimedia/mplayer/Config.in"
|
source "package/multimedia/mplayer/Config.in"
|
||||||
|
source "package/multimedia/musepack/Config.in"
|
||||||
source "package/multimedia/speex/Config.in"
|
source "package/multimedia/speex/Config.in"
|
||||||
source "package/multimedia/swfdec/Config.in"
|
source "package/multimedia/swfdec/Config.in"
|
||||||
source "package/multimedia/festival/Config.in"
|
source "package/multimedia/festival/Config.in"
|
||||||
|
11
package/multimedia/musepack/Config.in
Normal file
11
package/multimedia/musepack/Config.in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
config BR2_PACKAGE_MUSEPACK
|
||||||
|
bool "musepack"
|
||||||
|
select BR2_PACKAGE_LIBCUEFILE
|
||||||
|
select BR2_PACKAGE_LIBREPLAYGAIN
|
||||||
|
help
|
||||||
|
Musepack is an audio compression format with a strong emphasis
|
||||||
|
on high quality. It's not lossless, but it is designed
|
||||||
|
for transparency, so that you won't be able to hear differences
|
||||||
|
between the original wave file and the much smaller MPC file.
|
||||||
|
|
||||||
|
http://www.musepack.net/
|
14
package/multimedia/musepack/musepack.mk
Normal file
14
package/multimedia/musepack/musepack.mk
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# musepack
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
MUSEPACK_VERSION = r435
|
||||||
|
MUSEPACK_SITE = http://files.musepack.net/source
|
||||||
|
MUSEPACK_SOURCE = musepack_src_$(MUSEPACK_VERSION).tar.gz
|
||||||
|
MUSEPACK_DEPENDENCIES = libcuefile libreplaygain
|
||||||
|
MUSEPACK_AUTORECONF = YES
|
||||||
|
MUSEPACK_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package/multimedia,musepack))
|
Loading…
x
Reference in New Issue
Block a user