- 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
17 lines
565 B
Plaintext
17 lines
565 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/DeaDBeeF-Player/deadbeef.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.9.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">deadbeef</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|
|
|