Port of libmpg123 1.25.10
Real time MPEG 1.0/2.0/2.5 audio decoder for layers 1,2 and 3. http://www.mpg123.de/ Ref #101
This commit is contained in:
committed by
Norman Feske
parent
94396aa7d5
commit
1b3cb0f0d6
17
recipes/api/libmpg123/content.mk
Normal file
17
recipes/api/libmpg123/content.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# libmpg123 has an API version number that this package
|
||||
# should be pegged to, see MPG123_API_VERSION in mpg123.h
|
||||
#
|
||||
|
||||
content: include lib/symbols/libmpg123 LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mpg123)
|
||||
|
||||
include:
|
||||
cp -r $(PORT_DIR)/$@ $@
|
||||
|
||||
lib/symbols/libmpg123:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/mpg123/COPYING $@
|
||||
1
recipes/api/libmpg123/hash
Normal file
1
recipes/api/libmpg123/hash
Normal file
@@ -0,0 +1 @@
|
||||
44 61e4133d67189adcb75b868de5f3ad7381fbe68d
|
||||
1
recipes/src/libmpg123/api
Normal file
1
recipes/src/libmpg123/api
Normal file
@@ -0,0 +1 @@
|
||||
libmpg123
|
||||
23
recipes/src/libmpg123/content.mk
Normal file
23
recipes/src/libmpg123/content.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
MIRROR_FROM_REP_DIR = \
|
||||
src/lib/mpg123/config.h \
|
||||
lib/import/import-libmpg123.mk \
|
||||
lib/mk/libmpg123.inc \
|
||||
lib/mk/spec/x86_64/libmpg123.mk \
|
||||
lib/mk/spec/arm/libmpg123.mk \
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR)
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mpg123)
|
||||
|
||||
content: src/lib/mpg123/target.mk LICENSE
|
||||
|
||||
src/lib/mpg123/target.mk:
|
||||
mkdir -p src/lib/mpg123
|
||||
cp -r $(PORT_DIR)/src/lib/mpg123/* src/lib/mpg123
|
||||
echo "LIBS = libmpg123" > $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/mpg123/COPYING $@
|
||||
1
recipes/src/libmpg123/hash
Normal file
1
recipes/src/libmpg123/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-03-24 44b1460890c468d2aca6be56caf0faf075df29d4
|
||||
2
recipes/src/libmpg123/used_apis
Normal file
2
recipes/src/libmpg123/used_apis
Normal file
@@ -0,0 +1,2 @@
|
||||
base
|
||||
libc
|
||||
Reference in New Issue
Block a user