From 590b596c50b39277b3471576dc2a503649849401 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 2 Jan 2017 17:23:40 +0100 Subject: media-sound/yoshimi: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3305 --- .../files/yoshimi-1.1.0-desktop-version.patch | 11 ------ .../files/yoshimi-1.3.8.2-underlinking.patch | 39 ---------------------- 2 files changed, 50 deletions(-) delete mode 100644 media-sound/yoshimi/files/yoshimi-1.1.0-desktop-version.patch delete mode 100644 media-sound/yoshimi/files/yoshimi-1.3.8.2-underlinking.patch (limited to 'media-sound') diff --git a/media-sound/yoshimi/files/yoshimi-1.1.0-desktop-version.patch b/media-sound/yoshimi/files/yoshimi-1.1.0-desktop-version.patch deleted file mode 100644 index 9b159eb1b211..000000000000 --- a/media-sound/yoshimi/files/yoshimi-1.1.0-desktop-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- yoshimi-1.1.0/desktop/yoshimi.desktop.in -+++ yoshimi-1.1.0/desktop/yoshimi.desktop.in -@@ -2,7 +2,7 @@ - Name=Yoshimi - Comment=Real Time Synthesizer - GenericName=Synthesizer --Version=@YOSHIMI_VERSION@ -+Version=1.0 - Type=Application - Categories=AudioVideo;X-Sound;Audio; - Exec=yoshimi diff --git a/media-sound/yoshimi/files/yoshimi-1.3.8.2-underlinking.patch b/media-sound/yoshimi/files/yoshimi-1.3.8.2-underlinking.patch deleted file mode 100644 index 119973a65278..000000000000 --- a/media-sound/yoshimi/files/yoshimi-1.3.8.2-underlinking.patch +++ /dev/null @@ -1,39 +0,0 @@ -Search for ncurses properly via pkg-config, in order to avoid breakage due to -recent internal ncurses linking shuffling. - -* /usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/yoshimi.dir/Misc/CmdInterface.cpp.o: undefined reference to symbol 'LINES' -* /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line - ---- yoshimi-1.3.8.2/src/CMakeLists.txt -+++ yoshimi-1.3.8.2/src/CMakeLists.txt -@@ -196,6 +196,8 @@ - HINTS ${Readline_ROOT_DIR}/lib - ) - -+find_package(PkgConfig REQUIRED) -+pkg_search_module(NCURSES REQUIRED ncurses) - if(Readline_INCLUDE_DIR AND Readline_LIBRARY AND Ncurses_LIBRARY) - set(READLINE_FOUND TRUE) - else(Readline_INCLUDE_DIR AND Readline_LIBRARY AND Ncurses_LIBRARY) -@@ -462,7 +464,7 @@ - - add_executable (yoshimi ${ProgSources} main.cpp) - --target_link_libraries (yoshimi ${ExternLibraries}) -+target_link_libraries (yoshimi ${ExternLibraries} ${NCURSES_LIBRARIES}) - - install (TARGETS yoshimi RUNTIME DESTINATION bin) - ---- yoshimi-1.3.8.2/src/UI/WidgetPDialUI.fl -+++ yoshimi-1.3.8.2/src/UI/WidgetPDialUI.fl -@@ -40,8 +40,8 @@ - \#include - \#include - \#include -- \#include -- \#include } {private global -+ \#include -+ \#include } {private global - } - - class TipWin {open : {public Fl_Menu_Window, MiscFuncs} -- cgit v1.2.3-65-gdbad