media-video/dakara_check: new package, add 9999

This commit is contained in:
odrling 2023-12-06 02:59:09 +01:00
parent 3925deade0
commit 0e35a7220d
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -0,0 +1,25 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Check if a file contains an ffmpeg aac stream"
HOMEPAGE="https://git.odrling.xyz/dakara_check"
LICENSE="LGPL-3"
SLOT="0"
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.odrling.xyz/${PN}"
else
SRC_URI="https://git.odrling.xyz/${PN}/snapshot/${P}.tar.gz"
KEYWORDS="~amd64 ~arm64"
fi
DEPEND="
media-video/ffmpeg
media-sound/ffmpegaacsucks
"