media-sound/ffmpegaacsucks: add 1.0.2

This commit is contained in:
odrling 2024-01-22 02:07:26 +01:00
parent 3fc07937b8
commit 12c1d831dd
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B
2 changed files with 25 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST ffmpegaacsucks-1.0.1.tar.gz 4775 BLAKE2B 3258349053739e45eb486a67619d8fd299beb4d23371ff1add61af5e9003613305ae0234c8bc88e307675b823ececb2221ec7c8a9fd75552d189337e6b98d7a5 SHA512 1eabd793324a17a4a030956ef70f9e7c8cc7a6dc4ca5340a6bf32dd6bc6b820ccb9e0f645e55a56d61f65c99c6a9a248b6c3aaa45bab31f7a289235a8c367aee
DIST ffmpegaacsucks-1.0.2.tar.gz 4988 BLAKE2B 289585fc13328ca4e1095c70933cf80ab81242c850e5c5933945dafa9fcea2ac639a45333bb13601758a870e524f710dbf222924a1462f8f195de36d451bd94b SHA512 fa0b4a6a12ba8b8271e3f2ef700c5edb4946c00ebf16a1f080c0d19ed10efd6cad914003f073088a9ad06403bfdd1347b053b3612c55e461455506ff0498a101

View file

@ -0,0 +1,24 @@
# 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/ffmpegaacsucks"
LICENSE="LGPL-3"
SLOT="0"
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.odrling.xyz/ffmpegaacsucks"
else
SRC_URI="https://git.odrling.xyz/${PN}/snapshot/${P}.tar.gz"
KEYWORDS="~amd64 ~arm64"
fi
DEPEND="
media-video/ffmpeg
"