summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-12 17:05:17 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-12 17:07:14 +0100
commit54139b7d8917fed0e368029c3a44df198b309a66 (patch)
treeb16d8c61b6a84669c901fc595d4b74ddfd6db799 /media-sound/zynaddsubfx/files
parentmedia-gfx/nvidia-texture-tools: Remove 2.0.8 (r2) (diff)
downloadgentoo-54139b7d8917fed0e368029c3a44df198b309a66.tar.gz
gentoo-54139b7d8917fed0e368029c3a44df198b309a66.tar.bz2
gentoo-54139b7d8917fed0e368029c3a44df198b309a66.zip
media-sound/zynaddsubfx: Remove 2.4.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound/zynaddsubfx/files')
-rw-r--r--media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-docs.patch12
-rw-r--r--media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch24
2 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-docs.patch b/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-docs.patch
deleted file mode 100644
index 587e4a4219a9..000000000000
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-docs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: ZynAddSubFX-2.4.1/CMakeLists.txt
-===================================================================
---- ZynAddSubFX-2.4.1.orig/CMakeLists.txt
-+++ ZynAddSubFX-2.4.1/CMakeLists.txt
-@@ -5,7 +5,3 @@ project(zynaddsubfx)
- enable_testing()
- #Currently the only directory that uses cmake
- add_subdirectory(src)
--
--install(FILES AUTHORS.txt COPYING FAQ.txt HISTORY.txt README.txt
-- DESTINATION share/doc/zynaddsubfx
-- )
diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch b/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch
deleted file mode 100644
index c20828328f26..000000000000
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=437018
-
-Index: ZynAddSubFX-2.4.3/src/main.cpp
-===================================================================
---- ZynAddSubFX-2.4.3.orig/src/main.cpp
-+++ ZynAddSubFX-2.4.3/src/main.cpp
-@@ -37,8 +37,6 @@
- #include "Misc/Dump.h"
- extern Dump dump;
-
--#include <FL/Fl.H>
--
- //Nio System
- #include "Nio/Nio.h"
-
-@@ -51,6 +49,8 @@ QApplication *app;
-
- #elif defined FLTK_GUI
-
-+#include <FL/Fl.H>
-+
- #include "UI/MasterUI.h"
- #endif // FLTK_GUI
-