[gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/, media-sound/zynaddsubfx/files/

2022-09-22 Thread Miroslav Šulc
commit: 1e9433c933a02d0a2526ea67d7fd3d276de85681
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 06:08:47 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 06:08:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9433c9

media-sound/zynaddsubfx: dropped obsolete 3.0.5

Bug: https://bugs.gentoo.org/871342
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/zynaddsubfx/Manifest   |  1 -
 .../files/zynaddsubfx-3.0.5-cmake.patch| 15 
 .../zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch | 12 ---
 media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild   | 90 --
 4 files changed, 118 deletions(-)

diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest
index 64dfea5bacae..899fdbeb6639 100644
--- a/media-sound/zynaddsubfx/Manifest
+++ b/media-sound/zynaddsubfx/Manifest
@@ -1,2 +1 @@
-DIST zynaddsubfx-3.0.5.tar.bz2 8141703 BLAKE2B 
61f28a62d5ef8c17b5e38febb8ad1ecd40c80f87b26d90804131b97b57534adf5ad96a1f54980b75fd5e71185e2d5376a7df35696c7bcfd593b5d8e34bd2e386
 SHA512 
1e4d5a6393937e6c7103e6d0e97df76f2d129350854c2f338aa888591091b1508c63e9b52c8e5a176e282ff2f6b72c6a87de54875c412771aff26e8ece2c84e8
 DIST zynaddsubfx-3.0.6.tar.bz2 10001014 BLAKE2B 
4adbeffb9bc0bd77bf81a6734f5c26fc676426e644e27cebb8e54e8d74d869c0e1b468782cd1a64aacef8f9b788d434a8d30a194944650eea03c4fd146ee7bf7
 SHA512 
86311f00d97e20c7eb22a46c99736c56765ed9737e728ef380a324e4a92c731086ed74f5d7bfeae104b690ab1ee1b40bfb8f240bc4c46f8afd47308ec48cbcea

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch
deleted file mode 100644
index 8fbcf9aca56a..
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix missing CMake include
-
-Authored by:  Simon van der Veldt 2020-09-30
-Committed by:  Mark McCurry 2020-10-03
-
 a/src/Nio/CMakeLists.txt
-+++ b/src/Nio/CMakeLists.txt
-@@ -21,6 +21,7 @@
- add_definitions(-DIN_DEFAULT="${DefaultInput}")
- 
- if(JackEnable)
-+include(CheckIncludeFiles)
- include_directories(${JACK_INCLUDE_DIR})
- list(APPEND zynaddsubfx_nio_SRCS JackEngine.cpp JackMultiEngine.cpp)
- list(APPEND zynaddsubfx_nio_lib ${JACK_LIBRARIES})

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch
deleted file mode 100644
index 44060eaf4824..
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,9 +28,6 @@ include(CTestConfig.cmake)
- add_subdirectory(src)
- add_subdirectory(doc) # Doxygen only
-
--install(FILES AUTHORS.txt COPYING HISTORY.txt README.adoc
--  DESTINATION share/doc/zynaddsubfx
--  )
- install(FILES zynaddsubfx-jack-multi.desktop zynaddsubfx-jack.desktop 
zynaddsubfx-alsa.desktop zynaddsubfx-oss.desktop
- DESTINATION share/applications)
- install(FILES zynaddsubfx.svg

diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild 
b/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
deleted file mode 100644
index 36d58edcadf9..
--- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Software synthesizer capable of making a countless number of 
instruments"
-HOMEPAGE="http://zynaddsubfx.sourceforge.net/;
-SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa doc dssi +fltk jack lash portaudio"
-
-REQUIRED_USE="|| ( alsa jack portaudio )"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   >=dev-libs/mxml-2.2.1
-   media-libs/liblo
-   sci-libs/fftw:3.0
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   dssi? ( media-libs/dssi )
-   fltk? (
-   >=x11-libs/fltk-1.3:1
-   x11-libs/libX11
-   x11-libs/libXpm
-   )
-   jack? ( virtual/jack )
-   lash? ( media-sound/lash )
-   portaudio? ( media-libs/portaudio )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-docs.patch
-   "${FILESDIR}"/${P}-cmake.patch # bug 761823
-)
-
-DOCS=( ChangeLog HISTORY.txt README.adoc )
-
-src_prepare() {
-   cmake_src_prepare
-
-   if ! use dssi; then
-   sed -i -e '/pkg_search_module.*DSSI/s/^/#DONT/' 
src/CMakeLists.txt || die
-   fi
-   if ! use jack; then
-   sed -e '/pkg_check_modules.*JACK/s/^/#DONT/' -i 
{rtosc,src}/CMakeLists.txt || die
-   fi
-   if ! use lash; then
-   sed -i -e '/pkg_search_module.*LASH/s/^/#DONT/' 
src/CMakeLists.txt || die
-   fi
-   if ! use portaudio; then
-  

[gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/, media-sound/zynaddsubfx/files/

2019-05-08 Thread Andreas Sturmlechner
commit: 1140ea38daa75bc0667083fa43c886f5928f1780
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  6 17:43:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  8 17:03:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1140ea38

media-sound/zynaddsubfx: 3.0.5 version bump

Closes: https://bugs.gentoo.org/682336
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/zynaddsubfx/Manifest   |  1 +
 .../zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch | 12 +++
 media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild   | 87 ++
 3 files changed, 100 insertions(+)

diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest
index 1c41c32b661..174652726f3 100644
--- a/media-sound/zynaddsubfx/Manifest
+++ b/media-sound/zynaddsubfx/Manifest
@@ -1 +1,2 @@
 DIST zynaddsubfx-3.0.3.tar.bz2 7989258 BLAKE2B 
7b71dc358ed3d0248eafb1c4638b05cc7ea8dbb05fd36c40643bb8f9160ee462c229d1604a52e795b6787d9131cea92512ad783c137c9cbe17cf8d56461a581f
 SHA512 
e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7
+DIST zynaddsubfx-3.0.5.tar.bz2 8141703 BLAKE2B 
61f28a62d5ef8c17b5e38febb8ad1ecd40c80f87b26d90804131b97b57534adf5ad96a1f54980b75fd5e71185e2d5376a7df35696c7bcfd593b5d8e34bd2e386
 SHA512 
1e4d5a6393937e6c7103e6d0e97df76f2d129350854c2f338aa888591091b1508c63e9b52c8e5a176e282ff2f6b72c6a87de54875c412771aff26e8ece2c84e8

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch
new file mode 100644
index 000..44060eaf482
--- /dev/null
+++ b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch
@@ -0,0 +1,12 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -28,9 +28,6 @@ include(CTestConfig.cmake)
+ add_subdirectory(src)
+ add_subdirectory(doc) # Doxygen only
+
+-install(FILES AUTHORS.txt COPYING HISTORY.txt README.adoc
+-  DESTINATION share/doc/zynaddsubfx
+-  )
+ install(FILES zynaddsubfx-jack-multi.desktop zynaddsubfx-jack.desktop 
zynaddsubfx-alsa.desktop zynaddsubfx-oss.desktop
+ DESTINATION share/applications)
+ install(FILES zynaddsubfx.svg

diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild 
b/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
new file mode 100644
index 000..e2fb4d3256b
--- /dev/null
+++ b/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Software synthesizer capable of making a countless number of 
instruments"
+HOMEPAGE="http://zynaddsubfx.sourceforge.net/;
+SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa doc dssi +fltk jack lash portaudio"
+
+REQUIRED_USE="|| ( alsa jack portaudio )"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   >=dev-libs/mxml-2.2.1
+   media-libs/liblo
+   sci-libs/fftw:3.0
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   dssi? ( media-libs/dssi )
+   fltk? (
+   >=x11-libs/fltk-1.3:1
+   x11-libs/libX11
+   x11-libs/libXpm
+   )
+   jack? ( virtual/jack )
+   lash? ( media-sound/lash )
+   portaudio? ( media-libs/portaudio )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-docs.patch )
+
+DOCS=( ChangeLog HISTORY.txt README.adoc )
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if ! use dssi; then
+   sed -i -e '/pkg_search_module.*DSSI/s/^/#DONT/' 
src/CMakeLists.txt || die
+   fi
+   if ! use jack; then
+   sed -e '/pkg_check_modules.*JACK/s/^/#DONT/' -i 
{rtosc,src}/CMakeLists.txt || die
+   fi
+   if ! use lash; then
+   sed -i -e '/pkg_search_module.*LASH/s/^/#DONT/' 
src/CMakeLists.txt || die
+   fi
+   if ! use portaudio; then
+   sed -i -e '/pkg_check_modules.*PORTAUDIO/s/^/#DONT/' 
src/CMakeLists.txt || die
+   fi
+
+   # FIXME upstream: sandbox error
+   sed -i -e '/add_subdirectory(bash-completion)/d' doc/CMakeLists.txt || 
die
+}
+
+src_configure() {
+   append-cxxflags -std=c++11
+
+   local mycmakeargs=(
+   -DPluginLibDir=$(get_libdir)
+   $(cmake-utils_use_find_package alsa Alsa)
+   $(cmake-utils_use_find_package doc Doxygen)
+   $(cmake-utils_use_find_package fltk FLTK)
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && cmake-utils_src_compile doc
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+   cmake-utils_src_install
+   insinto 

[gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/, media-sound/zynaddsubfx/files/

2018-06-12 Thread Andreas Sturmlechner
commit: 3c646e31b9f8735e43f658356558a9bd3e0060be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 12 18:32:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 12 18:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c646e31

media-sound/zynaddsubfx: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/zynaddsubfx/Manifest   |  2 -
 .../zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch | 14 --
 .../zynaddsubfx/zynaddsubfx-3.0.1-r1.ebuild| 55 --
 media-sound/zynaddsubfx/zynaddsubfx-3.0.2.ebuild   | 55 --
 4 files changed, 126 deletions(-)

diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest
index 47de38d02ba..1c41c32b661 100644
--- a/media-sound/zynaddsubfx/Manifest
+++ b/media-sound/zynaddsubfx/Manifest
@@ -1,3 +1 @@
-DIST zynaddsubfx-3.0.1.tar.bz2 6811606 BLAKE2B 
4dc400b97381f03c4bc6ff749f1bcb6e4bb41c796a97b0ccf2cf3c8dd0b98235dec40f726e838934923719b8d3378be92a5e70b6a613ee8b9922632c22b0b691
 SHA512 
49592e46872ae966461dfc5f7cbd2ebcf3f3a6d43139f6cd0eba65e098fb33370840c0e1f4f224a18adfc97eae9fa5583eca6a48f43b9200d5522cc413b0ce43
-DIST zynaddsubfx-3.0.2.tar.bz2 7979193 BLAKE2B 
9c77ef24de20a694477bf2d433fc2ee4ca3ad9d34c33e24ebabd91c4449fbabeae9d146645ce95d25355e9e8c277dd677f4c30032e65a22e6c8a336cd344fb50
 SHA512 
96d1df903a6afbaee991221ca30b21a20d97bc6d1cbe5c9fef94f2d1c3fb88e0294c263aec282559885d6e2f5841ad2c80d863af9f58f161791a33a9c0c08f57
 DIST zynaddsubfx-3.0.3.tar.bz2 7989258 BLAKE2B 
7b71dc358ed3d0248eafb1c4638b05cc7ea8dbb05fd36c40643bb8f9160ee462c229d1604a52e795b6787d9131cea92512ad783c137c9cbe17cf8d56461a581f
 SHA512 
e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch
deleted file mode 100644
index e3cc2784cda..000
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: zynaddsubfx-2.5.2/CMakeLists.txt
-===
 zynaddsubfx-2.5.2.orig/CMakeLists.txt
-+++ zynaddsubfx-2.5.2/CMakeLists.txt
-@@ -28,9 +28,6 @@ include(CTestConfig.cmake)
- #Currently the only directory that uses cmake
- add_subdirectory(src)
- 
--install(FILES AUTHORS.txt COPYING HISTORY.txt README.adoc
--  DESTINATION share/doc/zynaddsubfx
--  )
- install(FILES zynaddsubfx-jack.desktop zynaddsubfx-alsa.desktop
- DESTINATION share/applications)
- install(FILES zynaddsubfx.svg

diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.1-r1.ebuild 
b/media-sound/zynaddsubfx/zynaddsubfx-3.0.1-r1.ebuild
deleted file mode 100644
index 0060de73b30..000
--- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils cmake-utils flag-o-matic multilib
-
-DESCRIPTION="ZynAddSubFX is an opensource software synthesizer"
-HOMEPAGE="http://zynaddsubfx.sourceforge.net/;
-SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa +fltk jack lash"
-
-RDEPEND=">=dev-libs/mini-xml-2.2.1
-   sci-libs/fftw:3.0
-   media-libs/liblo
-   alsa? ( media-libs/alsa-lib )
-   fltk? ( >=x11-libs/fltk-1.3:1 )
-   jack? ( virtual/jack )
-   lash? ( media-sound/lash )"
-#  portaudio? ( media-libs/portaudio )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-# Upstream uses the following preferences: alsa > jack > portaudio
-# At least one of them must be enabled
-# We do not support portaudio, so if alsa is disabled force jack.
-REQUIRED_USE="!alsa? ( jack )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.5.2-docs.patch
-)
-
-DOCS=( ChangeLog HISTORY.txt README.adoc )
-
-src_configure() {
-   append-cxxflags "-std=c++11"
-   use lash || sed -i -e 's/lash-1.0/lash_disabled/' 
"${S}"/src/CMakeLists.txt
-   mycmakeargs=(
-   `use fltk && echo "-DGuiModule=fltk" || echo "-DGuiModule=off"`
-   `use alsa && echo "-DOutputModule=alsa" || echo 
"-DOutputModule=jack"`
-   `use alsa && echo "-DAlsaMidiOutput=TRUE" || echo 
"-DAlsaMidiOutput=FALSE"`
-   `use jack && echo "-DJackOutput=TRUE" || echo 
"-DJackOutput=FALSE"`
-   -DPluginLibDir=$(get_libdir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   insinto /usr/share/${PN}
-   doins -r "${S}"/instruments/*
-}

diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.2.ebuild 
b/media-sound/zynaddsubfx/zynaddsubfx-3.0.2.ebuild
deleted file mode 100644
index b07ade84806..000
--- 

[gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/, media-sound/zynaddsubfx/files/

2016-11-30 Thread Alexis Ballier
commit: 876c124d08385adf0daea095aaf6409e932d15f0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Nov 30 09:25:22 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Nov 30 09:25:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876c124d

media-sound/zynaddsubfx: remove old

Package-Manager: portage-2.3.2

 media-sound/zynaddsubfx/Manifest   |  3 --
 .../zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch | 38 --
 .../files/zynaddsubfx-2.4.1-fltk13.patch   | 58 --
 .../zynaddsubfx/files/zynaddsubfx-2.5.0-docs.patch | 14 --
 media-sound/zynaddsubfx/zynaddsubfx-2.5.0.ebuild   | 54 
 media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild   | 54 
 media-sound/zynaddsubfx/zynaddsubfx-2.5.2.ebuild   | 54 
 7 files changed, 275 deletions(-)

diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest
index 85a9b5e..bf3f4c4 100644
--- a/media-sound/zynaddsubfx/Manifest
+++ b/media-sound/zynaddsubfx/Manifest
@@ -1,6 +1,3 @@
 DIST ZynAddSubFX-2.4.3.tar.bz2 2536667 SHA256 
b84b595660ccec3ebc364c29c2d29def7d28a6947fc1dfb26bd8c34ca0e7f54d SHA512 
2314c456db1a8a032a38b012c7c9e01f0a487c5eeb0027a741a4ffd6a7eea3382fcd26a8cd97b89af40800613c1ba164bb683be800957ea403f97dd6f23df5ff
 WHIRLPOOL 
46aa59378f310105504b0ab5903d35826aa03dd080e6c7313237e34a2c9c82cea1d9c0f2cd986c65da38320b1376477b33424b8c69fd8fa591a53325df0b4a65
-DIST zynaddsubfx-2.5.0.tar.gz 4185453 SHA256 
a3810708291367298e04002eda29237ff5f70240e432be84ea48b54895746aa7 SHA512 
830388593079690153ae9cdcfb35362bd33208d93d7d56d5f4967c626dc3a12c7717088281d382696fbe22294874e37efd1566874743fb17dba54fee0eb40b0a
 WHIRLPOOL 
81ca9724906846fcfdbc91e04865da9d8d3ebbb5a19ac5cb42639f13228d709815e651c07a4fd80b3c2af7b0f2f2538d50c06b0026119bb7f9e7eb922a9ed6a3
-DIST zynaddsubfx-2.5.1.tar.gz 4214568 SHA256 
e2e3b92cfc4c2add5e7af6afc81dc74e31509459034b0680372dabbf68d98405 SHA512 
387d96bb5d6dfebd3129c047091380850d80092cf8e397ab1932b7a149d0fd9fb67033768ef68b50d33362f98ba20697ad9e4c25b5cf268484a24ecc156857e0
 WHIRLPOOL 
323f30cacc6d3c875a1324413aba091cdf4f62925b0deb6faa8500ee0574f2d96e3030151c0bc7c8d044be91c6e38f4283a5251456957e7bc714f914e1daa519
-DIST zynaddsubfx-2.5.2.tar.gz 4572973 SHA256 
9588f97c83f38899a3c5c0407208ae29edea03c2db8939bffed9f17e7c53d987 SHA512 
c48c3ce896d111d96fcfbff482f7488af66b71bff7d3129d34e3bd6db2c6a8433429317a648b3fdbaac5ae1307aa74b9c356e6d956898d0fa903f56d90ed1d8c
 WHIRLPOOL 
3084386f6f3ea8d5caaea2c2b32fc242f1f7b8b539e9984aeea3efbc7743829d9fb5e8bb9da7708085e23b79aa6df9575470facdfcbc9f6cb672ac28de35070c
 DIST zynaddsubfx-2.5.4.tar.bz2 6765621 SHA256 
014b1d9ad1750c310369676b46a4555ba6bec512c38ccba17ceb89c78552949a SHA512 
d63bf4582f308f02e75502478923f58cd4660706ba6122ee03e3e6697ce661c9ed82477f8c50e0c5eaf93f1ab9dfd4cc8b1c14d78ba0c38971c5d6ecbae413c7
 WHIRLPOOL 
cda1ed0f8fe73f05bc293f13394c6d7f360224adc9d2cd8b2c6c5081d8850c22b4690df0416737765856a9d832fe19a300417ff927769b1d539eca63ec4d9d90
 DIST zynaddsubfx-3.0.0.tar.bz2 6809813 SHA256 
94593db88402dedd2f451720b81dd1caea1217a954349bbf254620c12904c45c SHA512 
5fec53680352610301b1cfa9b6a6d73dfe17a17bbb5f39f765344054054434e1699c2bca6e56dd416cac9b88e456760be44c760012ddd0e24b9b52c69ffcc8e4
 WHIRLPOOL 
5377001e8f157c909705834695f05b8ea04d097e045879f12ab24f5e61bca747d8d0415c9f3b8df64e52bcaf7fb26f281c3088911ef9ceaab02983648178e957

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch
deleted file mode 100644
index 38446d7..
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: ZynAddSubFX-2.4.1/src/CMakeLists.txt
-===
 ZynAddSubFX-2.4.1.orig/src/CMakeLists.txt
-+++ ZynAddSubFX-2.4.1/src/CMakeLists.txt
-@@ -96,24 +96,7 @@ if(FltkGui)
- #message(STATUS "FLTK_LIBRARIES: ${FLTK_LIBRARIES}")
- #message(STATUS "FLTK_MATH_LIBRARY: ${FLTK_MATH_LIBRARY}")
- 
--#UGLY WORKAROUND
--find_program (MYFLTK_CONFIG fltk-config)
--if (MYFLTK_CONFIG)
--execute_process (COMMAND ${MYFLTK_CONFIG} --ldflags OUTPUT_VARIABLE 
MYFLTK_LDFLAGS)
--string(STRIP ${MYFLTK_LDFLAGS} MYFLTK_LIBRARIES)
--endif()
--mark_as_advanced(FORCE FLTK_BASE_LIBRARY)
--mark_as_advanced(FORCE FLTK_CONFIG_SCRIPT)
--mark_as_advanced(FORCE FLTK_DIR)
--mark_as_advanced(FORCE FLTK_FLUID_EXECUTABLE)
--mark_as_advanced(FORCE FLTK_FORMS_LIBRARY)
--mark_as_advanced(FORCE FLTK_GL_LIBRARY)
--mark_as_advanced(FORCE FLTK_IMAGES_LIBRARY)
--mark_as_advanced(FORCE FLTK_INCLUDE_DIR)
--mark_as_advanced(FORCE FLTK_MATH_LIBRARY)
--
--
--set(GUI_LIBRARIES ${FLTK_LIBRARIES} ${MYFLTK_LIBRARIES} 
${OPENGL_LIBRARIES} zynaddsubfx_gui)
-+set(GUI_LIBRARIES ${FLTK_LIBRARIES} ${OPENGL_LIBRARIES} zynaddsubfx_gui)
-