media-sound/exhale: update to v1.1.9.1
This commit is contained in:
20
media-sound/exhale/exhale-1.1.9.1.ebuild
Normal file
20
media-sound/exhale/exhale-1.1.9.1.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user