diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-02 17:23:40 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-04 12:13:12 +0200 |
commit | 590b596c50b39277b3471576dc2a503649849401 (patch) | |
tree | e5e15a6829bd5d02c16784df1ae2cfd85fc13a79 /media-sound | |
parent | media-sound/mup: remove unused patches (diff) | |
download | gentoo-590b596c50b39277b3471576dc2a503649849401.tar.gz gentoo-590b596c50b39277b3471576dc2a503649849401.tar.bz2 gentoo-590b596c50b39277b3471576dc2a503649849401.zip |
media-sound/yoshimi: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3305
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/yoshimi/files/yoshimi-1.1.0-desktop-version.patch | 11 | ||||
-rw-r--r-- | media-sound/yoshimi/files/yoshimi-1.3.8.2-underlinking.patch | 39 |
2 files changed, 0 insertions, 50 deletions
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 <FL/Fl_Tooltip.H> - \#include <FL/Fl_Group.H> - \#include <FL/x.H> -- \#include <cairo/cairo.h> -- \#include <cairo/cairo-xlib.h>} {private global -+ \#include <cairo.h> -+ \#include <cairo-xlib.h>} {private global - } - - class TipWin {open : {public Fl_Menu_Window, MiscFuncs} |