From e44355bf07807876d8ef28e55f00cf0c8c6cdb6f Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sat, 26 Jan 2019 07:42:36 +0100 Subject: * Add deadbeef-plugin-lyricbar-git which replaces "lyricsbar" new file: deadbeef-plugin-lyricbar-git/.SRCINFO new file: deadbeef-plugin-lyricbar-git/.gitignore new file: deadbeef-plugin-lyricbar-git/PKGBUILD new file: deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch --- .../deadbeef-lyricbar-makefile.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch (limited to 'deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch') diff --git a/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch b/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch new file mode 100644 index 0000000..d738689 --- /dev/null +++ b/deadbeef-plugin-lyricbar-git/deadbeef-lyricbar-makefile.patch @@ -0,0 +1,20 @@ +diff -u -r -N deadbeef-lyricbar/Makefile deadbeef-lyricbar-patched/Makefile +--- deadbeef-lyricbar/Makefile 2019-01-26 07:15:48.094070816 +0100 ++++ deadbeef-lyricbar-patched/Makefile 2019-01-26 07:23:44.715782959 +0100 +@@ -1,5 +1,5 @@ +-CFLAGS+=-std=c99 -Wall -O2 -D_GNU_SOURCE -fPIC -fvisibility=hidden -flto +-CXXFLAGS+=-std=c++14 -Wall -O2 -fPIC -fvisibility=hidden -flto ++CFLAGS+=-std=c99 -Wall $(COPTS) -D_GNU_SOURCE -fPIC -fvisibility=hidden -flto ++CXXFLAGS+=-std=c++14 -Wall $(CXXOPTS) -fPIC -fvisibility=hidden -flto + LIBFLAGS=`pkg-config --cflags libxml++-3.0 $(GTKMM) $(GTK)` + LIBS=`pkg-config --libs libxml++-3.0 $(GTKMM) $(GTK)` + +@@ -32,7 +32,7 @@ + install: + install -d $(prefix)/lib/deadbeef + install -d $(prefix)/share/locale/ru/LC_MESSAGES +- install -m 666 -D *.so $(prefix)/lib/deadbeef ++ install -m 0755 -D *.so $(prefix)/lib/deadbeef + msgfmt gettext/ru/deadbeef-lyricbar.po -o $(prefix)/share/locale/ru/LC_MESSAGES/deadbeef-lyricbar.mo + + clean: -- cgit v1.2.3-70-g09d2