mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/bitfake2: new package, add 9999
Signed-off-by: Ray Sickle <ray@atl.tools>
This commit is contained in:
31
app-misc/bitfake2/bitfake2-9999.ebuild
Normal file
31
app-misc/bitfake2/bitfake2-9999.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v3
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Audio tool using FFTW and libebur128"
|
||||
HOMEPAGE="https://github.com/ray17x/bitfake2"
|
||||
EGIT_REPO_URI="https://github.com/ray17x/bitfake2.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/taglib
|
||||
sci-libs/fftw:3.0
|
||||
media-libs/libebur128
|
||||
media-libs/libsndfile
|
||||
media-video/ffmpeg:0=[avcodec(+),avformat(+),avutil(+),swresample(+)]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_compile() {
|
||||
emake CXX="$(tc-getCXX)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
}
|
||||
18
app-misc/bitfake2/metadata.xml
Normal file
18
app-misc/bitfake2/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ray@atl.tools</email>
|
||||
<name>Ray Sickle</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ray17x/bitfake2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user