commit: 486c9fda373a7100e7b61cf3122f90e7ea736444 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sun Mar 1 07:41:46 2026 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sun Mar 1 07:44:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=486c9fda
media-sound/add64: treeclean Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> media-sound/add64/Manifest | 2 -- media-sound/add64/add64-3.9.3-r1.ebuild | 43 --------------------------------- media-sound/add64/add64-4.1.0.ebuild | 43 --------------------------------- media-sound/add64/metadata.xml | 15 ------------ profiles/package.mask | 1 - 5 files changed, 104 deletions(-) diff --git a/media-sound/add64/Manifest b/media-sound/add64/Manifest deleted file mode 100644 index 053df37b1a..0000000000 --- a/media-sound/add64/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST Add64-3.9.3.tar.bz2 87299 BLAKE2B c0af3024b903c460b6f50eb7c963cd7f75a6329b6efbfe66b65ce88b3fc82670f10a355bc6f4b4cd3e93e9033c1ec831d7f92649d55098df2dc2520a13662714 SHA512 c637ed12b733d8b2f6e705b4ae38d67a4dd5f0ec4c8fd3c58c417dedb6cfeb3c0748159cfbe45655288702d359be4895ef85feb24ac6e54babccaa314ffe1851 -DIST Add64-4.1.0.tar.bz2 78446 BLAKE2B b786e30a5672df2ae9f5ab2d46873d672a7fc225f54cd065e19bf9340403ea888ea1bafd56c3c0d0ee2891cfb4165815fa38e7816bb47ce5b901653ebde25f3c SHA512 e729bf75ca537956352e17439b1f49f072cb0d15ce80e925cf3bd1f621eb687d64c57b3902db6ccc0b965423818fd0bda8ebcf9ad5df1addadb736afa520fe93 diff --git a/media-sound/add64/add64-3.9.3-r1.ebuild b/media-sound/add64/add64-3.9.3-r1.ebuild deleted file mode 100644 index 47be2010ee..0000000000 --- a/media-sound/add64/add64-3.9.3-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth" -HOMEPAGE=" - https://sourceforge.net/projects/add64/ - http://linuxsynths.com/Add64PatchesDemos/add64.html -" -SRC_URI="https://downloads.sourceforge.net/project/add64/Add64-${PV}.tar.bz2" - -S="${WORKDIR}/Add64-${PV}/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - media-libs/alsa-lib - virtual/opengl - virtual/jack -" -DEPEND="${RDEPEND}" - -src_compile() { - eqmake5 - default -} - -src_install() { - dobin "${S}/Add64" - insinto /usr/share/add64/ - doins "${S}/Add64-MIDIconfig" - insinto /usr/share/add64/Add64Presets - doins "${S}"/Add64Presets/* -} diff --git a/media-sound/add64/add64-4.1.0.ebuild b/media-sound/add64/add64-4.1.0.ebuild deleted file mode 100644 index 8084dc2bdb..0000000000 --- a/media-sound/add64/add64-4.1.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth" -HOMEPAGE=" - https://sourceforge.net/projects/add64/ - http://linuxsynths.com/Add64PatchesDemos/add64.html -" -SRC_URI="https://downloads.sourceforge.net/project/add64/Add64-${PV}.tar.bz2" - -S="${WORKDIR}/Add64-${PV}/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - media-libs/alsa-lib - virtual/opengl - virtual/jack -" -DEPEND="${RDEPEND}" - -src_compile() { - eqmake5 - default -} - -src_install() { - dobin "${S}/Add64" - insinto /usr/share/add64/ - doins "${S}/Add64-MIDIconfig" - insinto /usr/share/add64/Add64Presets - doins "${S}"/Add64Presets/* -} diff --git a/media-sound/add64/metadata.xml b/media-sound/add64/metadata.xml deleted file mode 100644 index 1ba343c6a1..0000000000 --- a/media-sound/add64/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en">Add64 implements Additive Synthesis for creating new sounds that are not accessible to - any other synthesis method. Due to its large number of parameters, Additive Synthesis - has never really reached much popularity. Add64 is therefore designed to provide fast - real-time access to all parameters. A set of two 24-stage filters has been added to map - complex spectral alterations onto a set of only a few parameters. Emphasis has also been - put on modulations, both in the filter as well as the spectral design sections - </longdescription> - <upstream> - <remote-id type="sourceforge">add64</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 2ad4bf42c7..243e1de677 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -76,7 +76,6 @@ media-libs/alvr # Stuck on Qt5, no upstream action. # Removal after 2026-02-27 media-sound/6pm -media-sound/add64 # Anna (cybertailor) Vyalkova <[email protected]> (2025-05-24) # Depends on masked net-libs/stem.
