media-sound/exhale: update to v1.1.9.1

This commit is contained in:
2022-07-25 19:41:28 +03:00
parent 60f2efaaa3
commit ec2df10521
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Open source xHE-AAC encoder"
HOMEPAGE="https://gitlab.com/ecodis/exhale"
SRC_URI="https://gitlab.com/ecodis/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="Custom"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-util/cmake"
S="${WORKDIR}/${PN}-v${PV}"