media-video/dakara_check: add 1.0.0

This commit is contained in:
odrling 2024-01-24 04:14:23 +01:00
parent 341d44c0d9
commit f74347c431
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST dakara_check-1.0.0.tar.gz 5345 BLAKE2B 263b401ff8102d55b77317a8a2049332e639e91a82a6f75f501933081d3b9e7d9aa72647e93c8d1aea55e396bcba5cbaf83f7a64e348571f9b2612bafde59e0c SHA512 32a8708e223ff01d4f16c31c677184a8ed9f694132dfe8fe6cf0735dbe39041396c8aa65cb295e792d581c484fc0283f9759b436f15a82db3f739a5b1c30a04f

View file

@ -0,0 +1,25 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Checks for dakara karaokes"
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
"