mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
media-sound/qmidiroute: treeclean
Closes: https://bugs.gentoo.org/960814 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST qmidiroute-0.4.0.tar.bz2 121625 BLAKE2B b538f405debb33e16d505075b9fc2b53f0b1d993670bfc5b0fdcd5d76d06ee8c81b8357b3435266f8b0f7d1609a4835450cd664bc73470ab1a3ba9e60e5476bb SHA512 b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342
|
||||
@@ -1,21 +0,0 @@
|
||||
# Drop unused and silent dependency on QtOpenGL. Fixes #623414.
|
||||
--- qmidiroute-0.4.0.orig/configure.ac
|
||||
+++ qmidiroute-0.4.0/configure.ac
|
||||
@@ -29,7 +29,7 @@
|
||||
dnl Check needed because in some cases the QtGui includedir
|
||||
dnl doesn't contain the subsystem dir.
|
||||
QT_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir QtGui`
|
||||
- QT_CXXFLAGS=`$PKG_CONFIG --cflags QtCore QtGui QtOpenGL`
|
||||
+ QT_CXXFLAGS=`$PKG_CONFIG --cflags QtCore QtGui`
|
||||
EXTRA_QT_INCLUDE_DIR="$QT_INCLUDE_DIR/Qt"
|
||||
AC_CHECK_FILE([$QT_INCLUDE_DIR/QWidget],
|
||||
AC_MSG_NOTICE([No extra QT_INCLUDE_DIR needed]),
|
||||
@@ -58,7 +58,7 @@
|
||||
dnl Check needed because in some cases the QtGui includedir
|
||||
dnl doesn't contain the subsystem dir.
|
||||
QT_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir Qt5Gui`
|
||||
- QT_CXXFLAGS=`$PKG_CONFIG --cflags Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets`
|
||||
+ QT_CXXFLAGS=`$PKG_CONFIG --cflags Qt5Core Qt5Gui Qt5Widgets`
|
||||
QT_CXXFLAGS="$QT_CXXFLAGS -fPIC"
|
||||
EXTRA_QT_INCLUDE_DIR="$QT_INCLUDE_DIR/Qt"
|
||||
AC_CHECK_FILE([$QT_INCLUDE_DIR/QtWidgets/QWidget],
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sound@gentoo.org</email>
|
||||
<name>Gentoo Sound project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">alsamodular</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools qmake-utils
|
||||
|
||||
DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
|
||||
HOMEPAGE="https://alsamodular.sourceforge.net"
|
||||
SRC_URI="https://downloads.sourceforge.net/alsamodular/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
media-libs/alsa-lib
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-drop-qtopengl.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
export PATH="$(qt5_get_bindir):${PATH}"
|
||||
econf --enable-qt5
|
||||
}
|
||||
@@ -140,11 +140,6 @@ www-client/seamonkey
|
||||
# Removal on 2026-01-15
|
||||
net-misc/electrum-ltc
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-14)
|
||||
# Still depends on Qt5 with no upstream activity in years. Bug #960814
|
||||
# Removal on 2026-01-15
|
||||
media-sound/qmidiroute
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-14)
|
||||
# Still depends on Qt5 with no upstream porting activity. Bug #960220
|
||||
# Removal on 2026-01-15
|
||||
|
||||
Reference in New Issue
Block a user