media-sound/jamin: treeclean

Closes: https://bugs.gentoo.org/914927 (pkgremoved)
Closes: https://bugs.gentoo.org/927337 (pkgremoved)
Closes: https://bugs.gentoo.org/946657 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-03-26 20:14:01 +01:00
parent c190fcef3c
commit 53ab5b5a46
6 changed files with 0 additions and 128 deletions

View File

@@ -1,2 +0,0 @@
DIST jamin_0.98.9~git20170111~199091~repack1-1.debian.tar.xz 12476 BLAKE2B d25f0a27b754a79da7146ec3c104792a20df0e4258ce01bff29011fa04e1d62057f7c11baac7991634f8161da847ced20e8a81b9d92a1f0cb8d035b32adc5ed1 SHA512 f1d2ddc0f1139ffc8ba9036cc385b08cb4c996bf776d909d56e687ead1eee9426e249c46f3eab5d4fde220c75a435a8e4cd9a726f01c9026d42b2208b79c7da7
DIST jamin_0.98.9~git20170111~199091~repack1.orig.tar.bz2 679350 BLAKE2B fc111a4062c4c4ed43eb9a6ea3f8c1d44afbc63780586e8e3b260ec5f5a56781e1e74dd9ebfaac4fbdbaa487662f6b9d75983e02cdca142335d9cb5d3b666dce SHA512 5887bf1f7021d9730a0904afb532d99d9681aa50468e4cdd69c7a69ea7c248192be9a64de21e3be2d01ec6cc4535361470ebfcc4ca4fa4736fcaf5653293ccbe

View File

@@ -1,19 +0,0 @@
--- a/data/jamin.desktop.in 2015-01-14 10:10:12.000000000 +0100
+++ b/data/jamin.desktop.in 2020-08-07 21:23:02.617171359 +0200
@@ -1,11 +1,10 @@
[Desktop Entry]
-Encoding=UTF-8
-_Name=JAMin
-_GenericName=
-_Comment=JACK Audio Mastering interface
-Categories=Application;AudioVideo;
+Name=JAMin
+Comment=JACK Audio Mastering interface
+Categories=AudioVideo;Audio
+Keywords=audio;sound;mastering;ladspa
Exec=jamin
-Icon=jamin.svg
+Icon=jamin
MimeType=application/x-jamin;
StartupNotify=true
Terminal=false

View File

@@ -1,24 +0,0 @@
diff -rup jamin-0.97.16-orig/src/hdeq.c jamin-0.97.16/src/hdeq.c
--- jamin-0.97.16-orig/src/hdeq.c 2007-07-01 17:33:18.000000000 +0200
+++ jamin-0.97.16/src/hdeq.c 2020-02-01 21:09:18.306430243 +0100
@@ -122,6 +122,8 @@ void interpolate (float, int, float, flo
/* vi:set ts=8 sts=4 sw=4: */
+/* Defined once here */
+GtkNotebook *l_notebook1;
/* HDEQ right-click popup menu. */
diff -rup jamin-0.97.16-orig/src/hdeq.h jamin-0.97.16/src/hdeq.h
--- jamin-0.97.16-orig/src/hdeq.h 2007-06-13 04:20:08.000000000 +0200
+++ jamin-0.97.16/src/hdeq.h 2020-02-01 21:04:13.562907137 +0100
@@ -62,7 +62,7 @@ void hdeq_notebook1_set_page (guint page
int get_current_notebook1_page ();
-GtkNotebook *l_notebook1;
+extern GtkNotebook *l_notebook1;
#endif

View File

@@ -1,66 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools xdg
DESCRIPTION="Audio mastering interface for JACK Audio Connection Kit (JACK)"
HOMEPAGE="https://jamin.sourceforge.net/en/about.html https://salsa.debian.org/multimedia-team/jamin"
SRC_URI="https://deb.debian.org/debian/pool/main/j/${PN}/${PN}_${PV/_pre/~git}~199091~repack1.orig.tar.bz2
https://deb.debian.org/debian/pool/main/j/${PN}/${PN}_${PV/_pre/~git}~199091~repack1-1.debian.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="osc"
RDEPEND="
dev-libs/atk
dev-libs/glib
dev-libs/libxml2
media-libs/libsndfile
>=media-plugins/swh-plugins-0.4.6
sci-libs/fftw:3.0=
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/pango
virtual/jack
osc? ( >=media-libs/liblo-0.26 )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
"
PATCHES=(
"${WORKDIR}"/debian/patches/1003_add_dynamic_linking.patch
"${WORKDIR}"/debian/patches/fix_typos.patch
"${WORKDIR}"/debian/patches/NEWS.patch
"${FILESDIR}"/${P}-gcc10.patch # thanks Fedora
"${FILESDIR}"/${P}-desktop.patch
)
S="${WORKDIR}/${PN}"
src_prepare() {
default
# bug 632470
cat <<-EOF > po/POTFILES.skip
jam-ui.glade
src/limiter-ui.c
EOF
sed -e "/^AC_INIT/s/.in/.ac/" -i configure.in || die
mv configure.{in,ac} || die
eautoreconf
}
src_configure() {
econf \
$(use_enable osc)
}

View File

@@ -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>proaudio@gentoo.org</email>
<name>Gentoo ProAudio Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">jamin</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -309,12 +309,6 @@ virtual/perl-threads-shared
virtual/perl-Tie-RefHash
virtual/perl-Time-Piece
# Andreas Sturmlechner <asturm@gentoo.org> (2025-02-26)
# Last release in 2005, last commit in 2013, dead as can be - does not
# start, does not build, bugs #914927, #927337, #946657.
# Removal on 2025-03-26.
media-sound/jamin
# Eray Aslan <eras@gentoo.org> (2025-02-24)
# Mask experimental software
=mail-mta/postfix-3.11*