- Update to 1.9.2: * Fixed: Many race conditions, deadlocks and crashes * Fixed: Crash when reading metadata of some .SPU files * Fixed: Config file content was repeated twice * Fixed: Default album art max file size increased to 40MB (Dakeryas) * Fixed: Reading some DTS files which require a larger buffer when probing * Fixed: Noise was played in the beginning of DTS files * Fixed: Default cddb server changed to gnudb.gnudb.org:8880 * Fixed: Crash when playing certain .AY files * Fixed: Playlist corruption when sorting by random * Fixed: Crash in the sndfile plugin * Fixed: Spectrum analyzer samplerate bug * Fixed: Visualization buffer out-of-bounds access * Fixed: Multichannel down-mixing bug * Added: Notification displaying compatibility with KDE 5.23.5 * Added: GTKUI oscilloscope rendering with anti-aliasing * Added: Selection Properties widget configurable to display metadata, properties, or both * Added: Toggle Pause action in the Deadbeef.desktop file * Added: Confirmation dialog when removing a playlist using hotkey * Added: Improved Sort By -> Custom dialog - Add fix-warning.patch OBS-URL: https://build.opensuse.org/request/show/1033131 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/deadbeef?expand=0&rev=68
16 lines
526 B
Diff
16 lines
526 B
Diff
Index: deadbeef-1.9.2/Makefile.am
|
|
===================================================================
|
|
--- deadbeef-1.9.2.orig/Makefile.am
|
|
+++ deadbeef-1.9.2/Makefile.am
|
|
@@ -69,8 +69,8 @@ deadbeef_CFLAGS = $(DEPS_CFLAGS) $(DISPA
|
|
|
|
docsdir = $(docdir)
|
|
|
|
-docs_DATA = README help.txt about.txt translators.txt ChangeLog\
|
|
- COPYING.GPLv2 COPYING.LGPLv2.1
|
|
+#docs_DATA = README help.txt about.txt translators.txt ChangeLog\
|
|
+# COPYING.GPLv2 COPYING.LGPLv2.1
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_DATA = deadbeef.desktop
|