From 3401abb615b656c425a85b933aa25335f6ddf156 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 16 Apr 2023 16:23:47 +0300 Subject: Removing ebuilds of version 14.0.12 Signed-off-by: ormorph --- trinity-base/noatun/noatun-14.0.12.ebuild | 35 ------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 trinity-base/noatun/noatun-14.0.12.ebuild (limited to 'trinity-base/noatun/noatun-14.0.12.ebuild') diff --git a/trinity-base/noatun/noatun-14.0.12.ebuild b/trinity-base/noatun/noatun-14.0.12.ebuild deleted file mode 100644 index 79635c59..00000000 --- a/trinity-base/noatun/noatun-14.0.12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_MODULE_NAME="tdemultimedia" -TRINITY_MODULE_TYPE="core" -TSM_EXTRACT_ALSO="arts mpeglib" -inherit trinity-meta-2 - -DESCRIPTION="Media player featuring audio effects, graphic equalizer and network transparency" -HOMEPAGE="https://trinitydesktop.org/" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND="~trinity-base/tdemultimedia-arts-${PV}[mpeg]" -DEPEND="${RDEPEND} - x11-libs/libXext -" - -src_prepare() { - sed -i 's/mpeg-shared/mpeg/' "${S}/${PN}/CMakeLists.txt" || die - sed -i 's/mpeg-shared/mpeg Xext/' "${S}/${PN}/library/noatunarts/CMakeLists.txt" - trinity-meta-2_src_prepare -} - -#KMCOMPILEONLY="arts" - -#src_compile() { -# # fix bug 128884 -# filter-flags -fomit-frame-pointer -# kde-meta_src_compile -#} -- cgit v1.2.1