media-sound/fmit: treeclean

Closes: https://bugs.gentoo.org/955260 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-09-17 20:59:54 +02:00
parent 9477793609
commit 5696e18fb8
4 changed files with 0 additions and 76 deletions

View File

@@ -1 +0,0 @@
DIST fmit-1.0.15.tar.gz 295365 BLAKE2B 9424c1fac390adc7fb8746ce05b354b31bc9f4ef8dc49bd8ca2c1362d9b57c1c0d8b10e110faae9d48363dd02f80967c767ade0e67096c27bcf5ae1c9d1fa8ca SHA512 44537669391f5043efe35b53d9693f8ab6a151918583d35439c1b29feca4a707225038512c9a2de734ada9e9acb3b4b191b866038edaed9fe8d1fee09c540aac

View File

@@ -1,60 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
DESCRIPTION="Free Music Instrument Tuner"
HOMEPAGE="https://gillesdegottex.github.io/fmit"
SRC_URI="https://github.com/gillesdegottex/fmit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa jack oss portaudio"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5[-gles2-only]
dev-qt/qtmultimedia:5
dev-qt/qtopengl:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
>=sci-libs/fftw-3.3.4:3.0=
virtual/opengl
alsa? ( media-libs/alsa-lib )
jack? ( virtual/jack )
portaudio? ( media-libs/portaudio )
"
DEPEND="${RDEPEND}"
BDEPEND="dev-qt/linguist-tools:5"
src_prepare() {
# Fix the path to readme file to prevent errors on start up
sed -i "/QFile readmefile/c\QFile readmefile \
(\"/usr/share/doc/${PF}/README.txt\");" \
src/main.cpp || die
# Fix the PREFIX location, insert real path.
sed -i "/QString fmitprefix/c\QString fmitprefix(STR(/usr));" \
src/main.cpp || die
# Fix the PREFIX location, insert real path.
sed -i "/QString fmitprefix/c\QString fmitprefix(STR(/usr));" \
src/modules/MicrotonalView.cpp || die
default
}
src_configure() {
local config flag
for flag in alsa jack portaudio oss; do
use ${flag} && config+=" acs_${flag}"
done
"$(qt5_get_bindir)"/lrelease fmit.pro || die
eqmake5 CONFIG+="${config}" PREFIX=/usr fmit.pro
}
src_install() {
emake install INSTALL_ROOT="${D}"
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">gillesdegottex/fmit</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -238,13 +238,6 @@ dev-libs/leatherman
# Removal on 2025-09-26.
dev-cpp/robin-hood-hashing
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-27)
# Only translation commits since 2020, still Qt5-based. Worse, packaged
# version in Gentoo is from 2016, no one bothered to bump it since then.
# Really needs a package maintainer while upstream is looking into Qt6.
# Bug #955260. Removal on 2025-09-26.
media-sound/fmit
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-27)
# Qt5 based and still EAPI-7, last release from 2016, broken Qt6 "support"
# in upstream repo. Needs someone to pick up the pieces of upstream's