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:
Emery Hemingway
2018-03-24 11:34:34 +01:00
committed by Norman Feske
parent 94396aa7d5
commit 1b3cb0f0d6
14 changed files with 264 additions and 0 deletions

View 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 $@

View File

@@ -0,0 +1 @@
44 61e4133d67189adcb75b868de5f3ad7381fbe68d

View File

@@ -0,0 +1 @@
libmpg123

View 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 $@

View File

@@ -0,0 +1 @@
2018-03-24 44b1460890c468d2aca6be56caf0faf075df29d4

View File

@@ -0,0 +1,2 @@
base
libc