1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

media-plugins/kodi-inputstream-adaptive: do not unpack bento4 twice, clean old

This commit is contained in:
2023-05-14 12:37:13 +02:00
parent bfaada5b0b
commit ac792a474b
3 changed files with 5 additions and 46 deletions

View File

@@ -33,6 +33,10 @@ RDEPEND="
${COMMON_DEPEND}
"
src_unpack() {
unpack ${P}.tar.gz
}
src_configure() {
local mycmakeargs=(
-DBUILD_TESTING=$(usex test)