From 40069e31dfc02ce38c2b30ba0ed9544d386521bb Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Sun, 28 Jul 2024 21:26:59 +0200 Subject: [PATCH 01/32] java-utils-2.eclass: etestng use java-pkg_getjars --build-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/936812 Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/37772/commits/513f82dafdb7874b77da408068e9b2e90bfe0c36 Signed-off-by: Miroslav Šulc --- eclass/java-utils-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 559342068cc01..9c657cc4c1f94 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -1926,7 +1926,7 @@ etestng() { local runner=org.testng.TestNG if [[ ${PN} != testng ]]; then - local cp=$(java-pkg_getjars --with-dependencies testng) + local cp=$(java-pkg_getjars --build-only --with-dependencies testng) else local cp=testng.jar fi From f5eabfe22d206e483f4e3c74e472e57168d7bf08 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:54:05 +0200 Subject: [PATCH 02/32] media-sound/aeolus: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/aeolus/aeolus-0.10.4.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-sound/aeolus/aeolus-0.10.4.ebuild b/media-sound/aeolus/aeolus-0.10.4.ebuild index 81f44ef16f3cb..e1892d33fb6e4 100644 --- a/media-sound/aeolus/aeolus-0.10.4.ebuild +++ b/media-sound/aeolus/aeolus-0.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,11 +12,8 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -BDEPEND=" - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" CDEPEND=" dev-libs/libclthreads media-libs/alsa-lib From de15bacd422a25481e6116890788b2eebc39167c Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:54:35 +0200 Subject: [PATCH 03/32] media-sound/alsamixer-app: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/alsamixer-app/alsamixer-app-0.1-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/alsamixer-app/alsamixer-app-0.1-r1.ebuild b/media-sound/alsamixer-app/alsamixer-app-0.1-r1.ebuild index 7a212477239bb..a612a07692aaa 100644 --- a/media-sound/alsamixer-app/alsamixer-app-0.1-r1.ebuild +++ b/media-sound/alsamixer-app/alsamixer-app-0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,11 +11,11 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="simple alsa mixer dockapp" HOMEPAGE="https://www.dockapps.net/alsamixerapp" SRC_URI="https://www.dockapps.net/download/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXpm @@ -24,8 +24,6 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-base/xorg-proto" -S=${WORKDIR}/${MY_P} - PATCHES=( "${FILESDIR}"/${P}-Makefile.patch ) src_compile() { From 5d76a7c2690ce7bceba996150b2430d04ac26028 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:55:03 +0200 Subject: [PATCH 04/32] media-sound/alsamixergui: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild index 1144c94e53b29..aed21c078e943 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ MY_P=${PN}-0.9.0rc1-2 DESCRIPTION="FLTK based amixer Frontend" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ppc ppc64 sparc x86" -IUSE="" RDEPEND=" media-libs/alsa-lib:= @@ -22,7 +22,6 @@ RDEPEND=" x11-libs/fltk:1" DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${P}-gcc34.patch "${FILESDIR}"/segfault-on-exit.patch From f05e3d46586ce5a5996befacb7fbb09f7c23dfb4 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:55:25 +0200 Subject: [PATCH 05/32] media-sound/apetag: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/apetag/apetag-1.12-r3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild b/media-sound/apetag/apetag-1.12-r3.ebuild index 38204d8befaf5..fb78268212960 100644 --- a/media-sound/apetag/apetag-1.12-r3.ebuild +++ b/media-sound/apetag/apetag-1.12-r3.ebuild @@ -10,18 +10,17 @@ inherit python-single-r1 toolchain-funcs DESCRIPTION="Command-line ape 2.0 tagger" HOMEPAGE="https://robert.muth.org/Apetag/" SRC_URI="https://robert.muth.org/Apetag/${PN}.${PV}.tar.gz" +S="${WORKDIR}/${PN^}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ppc ppc64 ~riscv x86" -IUSE="" + REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN^} - DOCS=( 00readme ) PATCHES=( From 399aff5fe8b4f2b4aece919dfb965646c1377eab Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:56:06 +0200 Subject: [PATCH 06/32] media-sound/awesfx: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/awesfx/awesfx-0.5.2-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-sound/awesfx/awesfx-0.5.2-r1.ebuild b/media-sound/awesfx/awesfx-0.5.2-r1.ebuild index 082914feb1dd7..72b3b33d73bfd 100644 --- a/media-sound/awesfx/awesfx-0.5.2-r1.ebuild +++ b/media-sound/awesfx/awesfx-0.5.2-r1.ebuild @@ -12,7 +12,6 @@ SRC_URI="https://github.com/tiwai/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}. LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" DEPEND="media-libs/alsa-lib" RDEPEND="${DEPEND}" From 2da3950b136a0f422d8e113d7323e4a7882c52e4 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:56:29 +0200 Subject: [PATCH 07/32] media-sound/bempc: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/bempc/bempc-0.11_p20160207.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild index b56d80d991331..853e61ad836f8 100644 --- a/media-sound/bempc/bempc-0.11_p20160207.ebuild +++ b/media-sound/bempc/bempc-0.11_p20160207.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,6 @@ SRC_URI="https://sourceforge.net/code-snapshots/git/b/be/be-mpc/code.git/be-mpc- LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-qt/qtcore:5 From 07236cd4ba4c88e90fd9d8192c76f27f80c45c9e Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:57:00 +0200 Subject: [PATCH 08/32] media-sound/cdtool: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/cdtool/cdtool-2.1.8-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild b/media-sound/cdtool/cdtool-2.1.8-r1.ebuild index 0d81cefca1801..c95d197d9ecbf 100644 --- a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild +++ b/media-sound/cdtool/cdtool-2.1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,10 @@ SRC_URI="http://hinterhof.net/cdtool/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" RDEPEND="!media-sound/cdplay" PATCHES=( - "${FILESDIR}"/${P}-glibc-2.10.patch - "${FILESDIR}"/${P}-fix-build-system.patch + "${FILESDIR}/${P}-glibc-2.10.patch" + "${FILESDIR}/${P}-fix-build-system.patch" ) From 24e3f17b3acc4cce52275d23099ae02b657be2d9 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:57:16 +0200 Subject: [PATCH 09/32] media-sound/coquillo: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/coquillo/coquillo-2.0.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/coquillo/coquillo-2.0.1.ebuild b/media-sound/coquillo/coquillo-2.0.1.ebuild index bf07ce9d99974..58e8061890203 100644 --- a/media-sound/coquillo/coquillo-2.0.1.ebuild +++ b/media-sound/coquillo/coquillo-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/sjuvonen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND=" dev-qt/qtconcurrent:5 From 2f818b3eebf86eec678abc615294ee97d286035a Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:57:36 +0200 Subject: [PATCH 10/32] media-sound/frescobaldi: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/frescobaldi/frescobaldi-3.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild b/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild index bda72123c1cbe..443bf7ca7fa85 100644 --- a/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/frescobaldi/frescobaldi/archive/refs/tags/v${PV}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" DEPEND=" dev-python/PyQt5[gui,network,printsupport,svg,widgets,${PYTHON_USEDEP}] From 481fb8aa1a902519d4af8ca25fe8b0e3e97c3a2f Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:57:59 +0200 Subject: [PATCH 11/32] media-sound/helm: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/helm/helm-0.9.0-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/helm/helm-0.9.0-r2.ebuild b/media-sound/helm/helm-0.9.0-r2.ebuild index 46ef109dc534e..24c298e694e9b 100644 --- a/media-sound/helm/helm-0.9.0-r2.ebuild +++ b/media-sound/helm/helm-0.9.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/mtytel/helm/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64" -IUSE="" DEPEND=" media-libs/alsa-lib From bd867aa6bc7aebab6b80dfdfe0f1980eef62fbd3 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:58:52 +0200 Subject: [PATCH 12/32] media-sound/id3ted: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/id3ted/id3ted-1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/id3ted/id3ted-1.0.ebuild b/media-sound/id3ted/id3ted-1.0.ebuild index bc33e77890724..53f2ab73db348 100644 --- a/media-sound/id3ted/id3ted-1.0.ebuild +++ b/media-sound/id3ted/id3ted-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" media-libs/taglib From 5715d217580d3dfbbcdb0dc31bcb52d996d75c43 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 15:59:18 +0200 Subject: [PATCH 13/32] media-sound/justeport: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/justeport/justeport-0.2.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/media-sound/justeport/justeport-0.2.ebuild b/media-sound/justeport/justeport-0.2.ebuild index 9ae6488430570..d0de69fdd0d80 100644 --- a/media-sound/justeport/justeport-0.2.ebuild +++ b/media-sound/justeport/justeport-0.2.ebuild @@ -1,26 +1,22 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit mono multilib - -MY_P=JustePort-${PV} +MY_P="JustePort-${PV}" DESCRIPTION="Stream audio to your AirPort Express" HOMEPAGE="http://nanocrew.net/software/justeport/" SRC_URI="http://nanocrew.net/sw/justeport/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="dev-lang/mono" RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} - src_install() { insinto /usr/$(get_libdir)/justeport doins *.exe From 1fc53d122fe9d882b385374e7f8926f51e620363 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:03:07 +0200 Subject: [PATCH 14/32] media-sound/meterbridge: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/meterbridge/meterbridge-0.9.3.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-sound/meterbridge/meterbridge-0.9.3.ebuild b/media-sound/meterbridge/meterbridge-0.9.3.ebuild index 795b524103281..ca459c7925988 100644 --- a/media-sound/meterbridge/meterbridge-0.9.3.ebuild +++ b/media-sound/meterbridge/meterbridge-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,11 +12,8 @@ SRC_URI="http://plugin.org.uk/meterbridge/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" -BDEPEND=" - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" RDEPEND=" >=media-libs/libsdl-1.2 >=media-libs/sdl-image-1.2.10[png] From 36d9583ff3e8bee9ebc70b775ab4437a501ca1b7 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:03:31 +0200 Subject: [PATCH 15/32] media-sound/mp3cat: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/mp3cat/mp3cat-0.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/mp3cat/mp3cat-0.5.ebuild b/media-sound/mp3cat/mp3cat-0.5.ebuild index f12a8af66ec2a..60b2e84b18edb 100644 --- a/media-sound/mp3cat/mp3cat-0.5.ebuild +++ b/media-sound/mp3cat/mp3cat-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/tomclegg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" src_prepare() { default From b6280816e621b801322982c35b24a8515e4f12e4 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:03:55 +0200 Subject: [PATCH 16/32] media-sound/mp3diags: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild b/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild index b255fbbcf6d32..f24ca83fc6c4b 100644 --- a/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild +++ b/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild @@ -11,11 +11,11 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Qt-based MP3 diagnosis and repair tool" HOMEPAGE="http://mp3diags.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="LGPL-3 GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND=" dev-libs/boost:= @@ -29,8 +29,6 @@ RDEPEND="${DEPEND} dev-qt/qtsvg:5 " -S=${WORKDIR}/${MY_P} - src_prepare() { # unused dependency - bug #711086 sed -i -e "/^network/d" src/src.pro || die From a1d0b77a80d9e52a30f09f0c048e916bf9e2aac9 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:04:13 +0200 Subject: [PATCH 17/32] media-sound/mpdas: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/mpdas/mpdas-0.4.5.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-sound/mpdas/mpdas-0.4.5.ebuild b/media-sound/mpdas/mpdas-0.4.5.ebuild index 3ef2228a59fe4..1aabaeef53893 100644 --- a/media-sound/mpdas/mpdas-0.4.5.ebuild +++ b/media-sound/mpdas/mpdas-0.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,11 +12,8 @@ SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -BDEPEND=" - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" DEPEND=" media-libs/libmpdclient net-misc/curl" From 92235f8a7e03ce8659548010bf52528ecdec9c6f Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:04:34 +0200 Subject: [PATCH 18/32] media-sound/musique: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/musique/musique-1.5-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/musique/musique-1.5-r1.ebuild b/media-sound/musique/musique-1.5-r1.ebuild index 1763328bfb02e..08415ee2a643e 100644 --- a/media-sound/musique/musique-1.5-r1.ebuild +++ b/media-sound/musique/musique-1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/flaviotordini/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" dev-qt/qtcore:5 From 725000050721cf2aa8017003d1649ff77f2e5a59 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:04:58 +0200 Subject: [PATCH 19/32] media-sound/ogg2mp3: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild b/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild index ce4c6570fe3b2..8e9cc446398d8 100644 --- a/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild +++ b/media-sound/ogg2mp3/ogg2mp3-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,6 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" RDEPEND=" dev-perl/String-ShellQuote From 61a583be9add0bd39710959a9b94adbd81f0555e Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:05:40 +0200 Subject: [PATCH 20/32] media-sound/peercast: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/peercast/peercast-0.1218-r2.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/media-sound/peercast/peercast-0.1218-r2.ebuild b/media-sound/peercast/peercast-0.1218-r2.ebuild index 463ecc557718d..d311a2b90d148 100644 --- a/media-sound/peercast/peercast-0.1218-r2.ebuild +++ b/media-sound/peercast/peercast-0.1218-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,21 +8,16 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="A client and server for Peercast P2P-radio network" HOMEPAGE="http://www.peercast.org" SRC_URI="http://www.peercast.org/src/${P}-src.tgz" +S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -S=${WORKDIR} PATCHES=( - "${FILESDIR}/${P}-CVE-2008-2040.patch" \ - "${FILESDIR}/${PN}-0.1216-makefile.patch" \ - "${FILESDIR}/${PN}-0.1216-amd64.patch" \ + "${FILESDIR}/${P}-CVE-2008-2040.patch" + "${FILESDIR}/${PN}-0.1216-makefile.patch" + "${FILESDIR}/${PN}-0.1216-amd64.patch" "${FILESDIR}/${P}-glibc-2.10.patch" ) From 29852cd683253f008b8586f71b4cab85d71a4e49 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:06:00 +0200 Subject: [PATCH 21/32] media-sound/podcatcher: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/podcatcher/podcatcher-3.1.6.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/podcatcher/podcatcher-3.1.6.ebuild b/media-sound/podcatcher/podcatcher-3.1.6.ebuild index 454b549b19202..ca561acfcdf10 100644 --- a/media-sound/podcatcher/podcatcher-3.1.6.ebuild +++ b/media-sound/podcatcher/podcatcher-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,17 +6,15 @@ EAPI=7 DESCRIPTION="Podcast client for the command-line written in Ruby" HOMEPAGE="http://podcatcher.rubyforge.org/" SRC_URI="http://rubyforge.org/frs/download.php/76053/${P}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND="dev-lang/ruby" DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}" - src_install() { dobin bin/podcatcher dodoc -r demo/. From ff642f0fb4bc1543b04588d8e2008f7c10ada8a6 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:06:18 +0200 Subject: [PATCH 22/32] media-sound/ptabtools: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/ptabtools/ptabtools-0.5.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/ptabtools/ptabtools-0.5.0.ebuild b/media-sound/ptabtools/ptabtools-0.5.0.ebuild index 15641a2b9e4ce..02304ba134ebf 100644 --- a/media-sound/ptabtools/ptabtools-0.5.0.ebuild +++ b/media-sound/ptabtools/ptabtools-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,14 +12,13 @@ SRC_URI="https://www.samba.org/~jelmer/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="" +BDEPEND="virtual/pkgconfig" RDEPEND=" dev-libs/popt:= dev-libs/libxml2:= dev-libs/libxslt:=" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) From e6afb4d1704723e06c5b9da885ee266c643e2b20 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:06:39 +0200 Subject: [PATCH 23/32] media-sound/pulseaudio-ctl: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild index f6150651fbb24..3b02371e59e5c 100644 --- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild +++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="" # Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify # in both cases they should be already present if DE supports them From 70ca2242224b918fac8dc3ffcac6930610de1f03 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:07:32 +0200 Subject: [PATCH 24/32] media-sound/qastools: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/qastools/qastools-0.23.0.ebuild | 8 +++----- media-sound/qastools/qastools-1.4.0.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/media-sound/qastools/qastools-0.23.0.ebuild b/media-sound/qastools/qastools-0.23.0.ebuild index 739a04e7b3901..789af4082220f 100644 --- a/media-sound/qastools/qastools-0.23.0.ebuild +++ b/media-sound/qastools/qastools-0.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,12 +7,12 @@ inherit cmake DESCRIPTION="Qt5 GUI ALSA tools: mixer, configuration browser" HOMEPAGE="https://gitlab.com/sebholt/qastools" -SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" +SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" BDEPEND=" dev-qt/linguist-tools:5 @@ -30,8 +30,6 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" ) -S="${WORKDIR}"/${PN}-v${PV} - src_configure() { local mycmakeargs=( -DSKIP_LICENSE_INSTALL=ON diff --git a/media-sound/qastools/qastools-1.4.0.ebuild b/media-sound/qastools/qastools-1.4.0.ebuild index fd5462cfef8f9..37704ef41fe27 100644 --- a/media-sound/qastools/qastools-1.4.0.ebuild +++ b/media-sound/qastools/qastools-1.4.0.ebuild @@ -7,13 +7,12 @@ inherit cmake DESCRIPTION="Qt GUI ALSA tools: mixer, configuration browser" HOMEPAGE="https://gitlab.com/sebholt/qastools" -SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" -S="${WORKDIR}"/${PN}-v${PV} +SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-qt/qtbase:6[dbus,gui,network,widgets] From 65261a44d6828719f736503d4d2d57e7f36bdd2b Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:07:51 +0200 Subject: [PATCH 25/32] media-sound/qtagger: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild index f85a7a431edcd..d03fe2b1e684c 100644 --- a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild +++ b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ inherit cmake qmake-utils DESCRIPTION="Simple Qt5 ID3v2 tag editor" HOMEPAGE="https://github.com/DOOMer/qtagger" SRC_URI="https://github.com/DOOMer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" BDEPEND="dev-qt/linguist-tools:5" DEPEND=" @@ -25,8 +25,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-${COMMIT}" - src_prepare() { # fix doc installation path sed -i -e "s/doc\/${PN}/doc\/${PF}/" CMakeLists.txt || die From 02839cc9971ea8f4ab611c5951360583599e1022 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:08:09 +0200 Subject: [PATCH 26/32] media-sound/qtscrobbler: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- .../qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild index 861d0f3cab74d..e599a6fea17d8 100644 --- a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild +++ b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,16 +6,16 @@ EAPI=7 COMMIT=33ed278b9b543554fd6a556fd391eb4c78faab07 MY_PN=qtscrob MY_P=${MY_PN}-${PV} -inherit desktop qmake-utils toolchain-funcs xdg-utils +inherit desktop qmake-utils xdg-utils DESCRIPTION="Updates last.fm profiles using information from supported portable music players" HOMEPAGE="http://qtscrob.sourceforge.net/" SRC_URI="https://sourceforge.net/code-snapshots/git/q/qt/${MY_PN}/code.git/${MY_PN}-code-${COMMIT}.zip -> ${P}.zip" +S="${WORKDIR}/${MY_PN}-code-${COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" BDEPEND=" app-arch/unzip @@ -32,8 +32,6 @@ RDEPEND=" net-misc/curl" DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_PN}-code-${COMMIT}" - PATCHES=( "${FILESDIR}"/${P}-qt5.patch "${FILESDIR}"/${P}-qt5.11.patch From 5e087590f35288680100528171f5b2d1bf4ceb7c Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:08:26 +0200 Subject: [PATCH 27/32] media-sound/quimup: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/quimup/quimup-1.4.4.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-sound/quimup/quimup-1.4.4.ebuild b/media-sound/quimup/quimup-1.4.4.ebuild index c6078900aae70..c00fc7b824230 100644 --- a/media-sound/quimup/quimup-1.4.4.ebuild +++ b/media-sound/quimup/quimup-1.4.4.ebuild @@ -8,11 +8,11 @@ inherit desktop qmake-utils DESCRIPTION="Qt5 client for the music player daemon (MPD)" HOMEPAGE="https://sourceforge.net/projects/quimup/" SRC_URI="https://downloads.sourceforge.net/${PN}/${PN^}_${PV}_source.tar.gz" +S="${WORKDIR}/${PN^}_${PV}_source" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" dev-qt/qtcore:5 @@ -25,8 +25,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/${PN^}_${PV}_source" - DOCS=( changelog FAQ.txt README ) src_configure() { From 0fb4c971ffcaad74cebee2f4fd7692e5e210a81f Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:08:47 +0200 Subject: [PATCH 28/32] media-sound/sidplay: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild index 8ec69de1d0f19..277c92d9489f9 100644 --- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild @@ -10,7 +10,6 @@ SRC_URI="https://downloads.sourceforge.net/sidplay2/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" -IUSE="" BDEPEND="virtual/pkgconfig" DEPEND="media-libs/libsidplay:2" From 5f6e1f4121edcc8824886c6a735399fb7f5c79e9 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:09:05 +0200 Subject: [PATCH 29/32] media-sound/smixer: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/smixer/smixer-1.0.4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/smixer/smixer-1.0.4.ebuild b/media-sound/smixer/smixer-1.0.4.ebuild index 4234c69cbbed1..ce78f306617c8 100644 --- a/media-sound/smixer/smixer-1.0.4.ebuild +++ b/media-sound/smixer/smixer-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,13 +8,11 @@ inherit toolchain-funcs DESCRIPTION="command-line tool for setting and viewing mixer settings" HOMEPAGE="http://centerclick.org/programs/smixer" SRC_URI="http://centerclick.org/programs/${PN}/${PN}${PV}.tgz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa ppc x86" -IUSE="" - -S="${WORKDIR}/${PN}" src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" From 9cd49c9614dad7288d6c1f58508c3619e0b40a10 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:09:19 +0200 Subject: [PATCH 30/32] media-sound/taginfo: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/taginfo/taginfo-1.2-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/taginfo/taginfo-1.2-r2.ebuild b/media-sound/taginfo/taginfo-1.2-r2.ebuild index 8c20895d3dec9..55efb585c09e7 100644 --- a/media-sound/taginfo/taginfo-1.2-r2.ebuild +++ b/media-sound/taginfo/taginfo-1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND="media-libs/taglib" DEPEND="${RDEPEND}" From a72870fe3abee0e9e6d7a3b625e7f83da19e23f0 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:09:38 +0200 Subject: [PATCH 31/32] media-sound/vsound: remove empty IUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Signed-off-by: Miroslav Šulc --- media-sound/vsound/vsound-0.6-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/vsound/vsound-0.6-r1.ebuild b/media-sound/vsound/vsound-0.6-r1.ebuild index 90bd0fd78986d..4ec13f3498519 100644 --- a/media-sound/vsound/vsound-0.6-r1.ebuild +++ b/media-sound/vsound/vsound-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="http://www.vsound.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" RDEPEND="media-sound/sox:=" DEPEND="${RDEPEND}" From b96bf3f9d8be8dee324641de7427491d3b6bc928 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 31 Jul 2024 16:10:01 +0200 Subject: [PATCH 32/32] media-sound/wavplay: fix pkgcheck issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Kobierski Closes: https://github.com/gentoo/gentoo/pull/37880 Signed-off-by: Miroslav Šulc --- media-sound/wavplay/wavplay-2.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/wavplay/wavplay-2.0.ebuild b/media-sound/wavplay/wavplay-2.0.ebuild index 9ff1dad6f397d..b0fda596d1b11 100644 --- a/media-sound/wavplay/wavplay-2.0.ebuild +++ b/media-sound/wavplay/wavplay-2.0.ebuild @@ -12,9 +12,8 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="" -PATCHES=( "${FILESDIR}"/${PN}-2.0-pkgdata-install-fix.patch ) +PATCHES=( "${FILESDIR}/${PN}-2.0-pkgdata-install-fix.patch" ) src_prepare() { default