dcadec, libsquish: Add new recipes

Transport from meta-dominion, to support
new kodi mediacenter

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj 2016-11-03 01:20:36 -07:00 committed by Martin Jansa
parent 4b3a210033
commit 7f27b88ed6
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,17 @@
SUMMARY = "DTS Coherent Acoustics decoder with support for HD extensions"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c"
SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158"
SRC_URI = "git://github.com/foo86/dcadec.git;protocol=http"
S = "${WORKDIR}/git"
inherit lib_package
EXTRA_OEMAKE = "CONFIG_SHARED=1"
do_install() {
oe_runmake install DESTDIR="${D}" PREFIX="${prefix}"
}

View File

@ -0,0 +1,19 @@
SUMMARY = "The squish library (abbreviated to libsquish) is an open source DXT compression library written in C++ "
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92d590ea9ae9b9f6d5"
PV = "1.10+git${SRCPV}"
SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8"
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "INSTALL_DIR=${D}${prefix}"
do_install() {
install -d ${D}${includedir}
install -d ${D}${libdir}/pkgconfig
oe_runmake install
}