media-plugins/artyfx - 1.3.1 (audio-overlay)

Search

Package Information

Description:
Plugin bundle of artistic real-time audio effects
Homepage:
http://openavproductions.com/artyfx

Ebuild Details

Version EAPI Keywords Slot
1.3.1 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Plugin bundle of artistic real-time audio effects"
HOMEPAGE="http://openavproductions.com/artyfx"
if [[ ${PV} == *9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/openAVproductions/openAV-ArtyFX.git"
	KEYWORDS=""
else
	SRC_URI="https://github.com/openAVproductions/openAV-ArtyFX/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
	S="${WORKDIR}/openAV-ArtyFX-release-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
RESTRICT="mirror"

IUSE="+X cpu_flags_x86_sse"

RDEPEND="media-libs/lv2
	media-libs/libsndfile
	X? ( x11-libs/cairo[X] )"
DEPEND="${RDEPEND}"

src_prepare() {
	# Fix hardcoded libdir
	sed -i -e "s|lib/lv2|$(get_libdir)/lv2|" CMakeLists.txt || die "sed failed"

	cmake_src_prepare
}

src_configure() {
	local mycmakeargs=(
	-DRELEASE_BUILD=ON
	-DBUILD_GUI="$(usex X ON OFF)"
	-DBUILD_SSE="$(usex cpu_flags_x86_sse ON OFF)"
	-DBUILD_BENCH=OFF
	)
	cmake_src_configure
}

USE Flags

X
Default: Enabled (+)

Dependencies

DEPEND

media-libs/lv2
	media-libs/libsndfile
	X? ( x11-libs/cairo[X] )

RDEPEND

media-libs/lv2
	media-libs/libsndfile
	X? ( x11-libs/cairo[X] )

Manifest for 1.3.1

Type File Size Source URLs
DIST artyfx-1.3.1.tar.gz 642816 bytes https://github.com/openAVproductions/openAV-ArtyFX/archive/release-1.3.1.tar.gz