mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
media-sound/add64: add 4.1.0, drop 3.8.0, bump to EAPI-8
qmake-utils no longer supports EAPI-7 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST Add64-3.8.0.tar.bz2 76729 BLAKE2B ddc13205617d78a9a79748cbb1a600efee87ed336e606e40fd079f5b413799ab25a252357f1578db1913f7dba1d205c255ac38dbb358df49086da33b8882da78 SHA512 4d7c1761f781ee70731944366170f8de04ce83c5ff396c412226d7a008a51b43abf4a33ba33b7720a67f714bb0b6c78d4b4faed15d721297066c9d997543dd33
|
||||
DIST Add64-3.9.3.tar.bz2 87299 BLAKE2B c0af3024b903c460b6f50eb7c963cd7f75a6329b6efbfe66b65ce88b3fc82670f10a355bc6f4b4cd3e93e9033c1ec831d7f92649d55098df2dc2520a13662714 SHA512 c637ed12b733d8b2f6e705b4ae38d67a4dd5f0ec4c8fd3c58c417dedb6cfeb3c0748159cfbe45655288702d359be4895ef85feb24ac6e54babccaa314ffe1851
|
||||
DIST Add64-4.1.0.tar.bz2 78446 BLAKE2B b786e30a5672df2ae9f5ab2d46873d672a7fc225f54cd065e19bf9340403ea888ea1bafd56c3c0d0ee2891cfb4165815fa38e7816bb47ce5b901653ebde25f3c SHA512 e729bf75ca537956352e17439b1f49f072cb0d15ce80e925cf3bd1f621eb687d64c57b3902db6ccc0b965423818fd0bda8ebcf9ad5df1addadb736afa520fe93
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit qmake-utils
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
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"
|
||||
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}/"
|
||||
@@ -14,7 +17,6 @@ S="${WORKDIR}/Add64-${PV}/"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="+presets"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
@@ -27,17 +29,15 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure(){
|
||||
src_compile() {
|
||||
eqmake5
|
||||
default
|
||||
}
|
||||
|
||||
src_install(){
|
||||
src_install() {
|
||||
dobin "${S}/Add64"
|
||||
insinto /usr/share/add64/
|
||||
doins "${S}/Add64-MIDIconfig" || die "can't install MIDIconfig"
|
||||
if use presets; then
|
||||
insinto /usr/share/add64/Add64Presets
|
||||
doins "${S}"/Add64Presets/* || die "can't install presets"
|
||||
fi
|
||||
doins "${S}/Add64-MIDIconfig"
|
||||
insinto /usr/share/add64/Add64Presets
|
||||
doins "${S}"/Add64Presets/*
|
||||
}
|
||||
@@ -9,10 +9,6 @@
|
||||
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>
|
||||
<use>
|
||||
<flag name="presets">Install presets. Recommended</flag>
|
||||
</use>
|
||||
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">add64</remote-id>
|
||||
</upstream>
|
||||
|
||||
Reference in New Issue
Block a user