diff --git a/common/shlibs b/common/shlibs index 981f4f0698d..0564f02290b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2402,3 +2402,4 @@ libqxmpp.so.0 qxmpp-0.9.3_1 libunwind.so.1 llvm-libunwind-3.8.0_1 libc++abi.so.1 libcxxabi-3.8.0_1 libfastjson.so.3 libfastjson-0.99.2_1 +libdcadec.so.0 dcadec-0.2.0_1 diff --git a/srcpkgs/dcadec-devel b/srcpkgs/dcadec-devel new file mode 120000 index 00000000000..d9356cbddde --- /dev/null +++ b/srcpkgs/dcadec-devel @@ -0,0 +1 @@ +dcadec \ No newline at end of file diff --git a/srcpkgs/dcadec/template b/srcpkgs/dcadec/template new file mode 100644 index 00000000000..d8f8c879c7d --- /dev/null +++ b/srcpkgs/dcadec/template @@ -0,0 +1,24 @@ +# Template file for 'dcadec' +pkgname=dcadec +version=0.2.0 +revision=1 +build_style=gnu-makefile +short_desc="DTS Coherent Acoustics decoder with support for HD extensions" +maintainer="Enno Boland " +license="LGPL-2" +homepage="https://github.com/foo86/dcadec" +distfiles="$homepage/archive/v0.2.0.tar.gz" +checksum=ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44 +CFLAGS='-std=gnu99' +make_build_args="CONFIG_SHARED=TRUE" +make_install_args="CONFIG_SHARED=TRUE" + +dcadec-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +}