GTK+ audio player
DeaDBeeF is an audio player using GTK+. Through use of the ffmpeg libraries, it supports many formats.
It also supports cuesheets, chiptune formats with subtunes, song-length databases.
It can be extended using plugins (DSP, GUI, output, input, etc.).
The GUI looks similar to Foobar2000.
- Developed at multimedia:apps
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/deadbeef && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0003-Fix-operator-precedence-and-uninitialized-val |
0000001976 1.93 KB | |
_service | 0000000516 516 Bytes | |
deadbeef-1.8.7.tar.xz | 0022979536 21.9 MB | |
deadbeef-drop-documents-installation.patch | 0000000577 577 Bytes | |
deadbeef.appdata.xml | 0000004286 4.19 KB | |
deadbeef.changes | 0000038898 38 KB | |
deadbeef.spec | 0000006898 6.74 KB |
Revision 14 (latest revision is 24)
Dominique Leuenberger (dimstar_suse)
accepted
request 882627
from
Predrag Ivanović (predivan)
(revision 14)
- Disable LTO for now. Enabling LTO breaks the use of Clang as a compiler. It's detected by the build system, but compiler test fails, so the build fails, since Clang is the only supported compiler now. - Disable soundtouch plugin on i586 architecture. - Update version to 1.8.7 * Fixed: Pulseaudio crash after a non-critical recoverable error * Fixed: Hotkeys were sometimes not connecting to the correct UI plugins * Fixed: Hotkey action "Sort by title" was missing * Fixed: Unsupported ID3v2 frames are converted to supported frames instead of discarding * Fixed: MP4 crash when encountering unknown metadata fields * Fixed: Writing MP4 tags would corrupt the metadata, if the moov box is moving to the end of file * Fixed: Off-by-one error when loading unsynchronized ID3v2.3 and 2.2 tags (sktt@github) * Fixed: Parsing ALAC M4A files without relying on legacy 24-byte magic cookie * Fixed: Saving the player resume state whenever a song finishes playing * Fixed: ALSA deadlock / distortion bug caused by changing audio format at a wrong moment * Fixed: WMA+CUE crash * version 1.8.6 * Fixed loading encoder presets in non-portable builds * Fixed truncation of long group titles in the playlist * version 1.8.5 * Added the new ISO/IEC Base Media File Format library MP4P for working with MP4 files, which removes MP4FF dependency * Added support for additional per-track metadata in cuesheets * Added updating titlebar when displaying playback position (Nicolai Syvertsen) * Added a more convenient way to edit container widgets in design mode (Nicolai Syvertsen) * Fixed ALAC bug whiuch caused division by zero exception * Fixed cuesheet parser bug caused by unknown/unsupported field names * Fixed a series of bugs in the Adplug plugin * Fixed a bug when parsing MP3 Xing/Info header, reading incorrect packet count * Fixed a number of bugs in artwork plugin, especially affecting the Windows version (Jakub Wasylków, Keith Cancel) * Fixed a SHIFT-JIS detection bug which caused memory corruption * Fixed a bug when configuring keyboard shortcut involving Shift key * Fixed a bug with playlist becoming to small in certain UI layouts * Fixed a crash when deadbeef window becomes too small when using certain UI layouts * Fixed drawing playlist column separators in certain newer GTK themes * Fixed on-screen notification bug when too many notifications accumulated at the same time, spawning too many threads * Fixed a bug, causing the Band field to be missing from %artist% specifier when using title formatting * Fixed bugs leaking file handles in AAC and ALAC plugins (Thomas Jepp) * Fixed handling certain non-conformant S3M files * Fixed a bug where resizing the log window caused the auto-scroll to stop working (Nicolai Syvertsen) * Fixed album shuffle bug, causing the same album to repeat after the last track of the album has finished * Fixed shuffle bug causing short tracks to repeat - Package changes * Switch the build to Clang (the only upstream supported compiler since version 1.8.6) * Remove deadbeef_disable_psf.patch, use configure switch instead. * Use _service generated tarball instead of the broken Github one (missing gitmodules). * Spec-cleaner run
Comments 1
v1.8.0 has been released http://deadbeef.sourceforge.net/posts/deadbeef_1.8.0_is_out.html