Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: deadbeef | Distribution: openSUSE Tumbleweed |
Version: 1.8.4 | Vendor: openSUSE |
Release: 2.5 | Build date: Fri Feb 12 20:38:56 2021 |
Group: Productivity/Multimedia/Sound/Players | Build host: obs-arm-6 |
Size: 8106408 | Source RPM: deadbeef-1.8.4-2.5.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://deadbeef.sourceforge.io/ | |
Summary: 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.
Zlib AND GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause
* Sat Jul 04 2020 Hillwood Yang <hillwood@opensuse.org> - Fix deadbeef.appdata.xml * Thu Jul 02 2020 Hillwood Yang <hillwood@opensuse.org> - Update version to 1.8.4 * Soundtouch plugin has been updated, and is now included in the releases * Added %last_modified% title formatting keyword (Cristian Ciocaltea) * Fixed stack overflow bug in converter * Fixed buffer overflow bug in mp3 parser * Fixed handling of leading forward shash character in zipper file names * Fixed handling user-specified file mask in artwork plugin * Fixed CBR MP3 scanning performance * Fixed stack overflow in title formatting tint range calculation * Fixed pulseaudio plugin configuration backwards compatibility issue * Fixed last.fm scrobbling of streaming shoutcast tracks * Fixed deadlock when loading cuesheets which recursively reference themselves * Fixed a false-positive when detecting free format MP3 files * Fixed skipping unsupported fields in cuesheets * Fixed a regression which caused MP3 tag editing to crash when text can't be represented as CP1252 * Fixed playback of certain network streams * Fixed handling of ID3v2 COMM frame content description data - Drop deadbeef-better-ogg-and-aac-converter-support.patch, merged by upstream - Drop 0003-Fix-operator-precedence-and-uninitialized-value-warn.patch, merged by upstream - Drop deadbeef-fix-return-type.patch, fixed by upstream. - Drop deadbeef-compiler-warnings.patch, fixed by upstream. * Thu Apr 02 2020 Hillwood Yang <hillwood@opensuse.org> - Update version to 1.8.3 * Fixed a CD Text reading issue * Added title formatting functions: len2, longer, longest, padcut, padcut_right, progress, progress2, right, roman, rot13, shortest, strchr, stricmp, strrchr, strstr, substr, tab, trim (esainane@github) * Fixed a bunch of memory bugs in title formatting (esainane@github) * Added optional automatic playlist sorting (kpcee@github) * Added title formatting value %playback_time_ms% (nonoo@github) * Added an option to start deadbeef hidden / minimized to tray (kpcee@github) * Fixed %_path_raw% to always produce an URI (Evgeny Kravchenko) * Fixed rounding of %selection_playback_time% (kpcee@github) * Fixed a memory leak in AAC plugin * Fixed crash when removing playlist from UI layout (Nicolai Syvertsen) * Added logging of plugin load errors * Added an option to replaygain scan all unscanned files in playlist (kpcee@github) * Added detecting and ignoring freeformat MP3 files * Removed logging of playlist load debug messages * Fixed playback stuttering after deleting files * Fixed deleting files using playlist tab context menu * Fixed saving playlist after deleting files * Fixed saving playlist after replaygain scan * Fixed a bunch of crashes and memory leaks when opening playlist context menu (Christian Boxdörfer) * Fixed a performance issue when seeking in MP3 files * Fixed a bunch of issues with Repeat and Shuffle implementation * Fixed handling of in-stream HTTP headers for streaming audio * Fixed a bunch of bugs in HTTP stream interruption * Fixed semicolon-separated values handling in track properties dialog * Fixed choosing next track when the currently playing track was removed * Fixed seeking out of bounds using hotkeys * Fixed saving opus header gain when no replaygain info is present * Improved remove from disk dialog (kpcee@github) * Fixed ID3v2 TLAN (LANGUAGE) and TMED (MEDIA TYPE) mapping to be consistent with other formats * Fixed replaygain bug causing it to be ON by default * Fixed bug in elapsed time calculation in replaygain scanner UI * Fixed a stack overflow bug when writing ID3v1 * Added ID3v2 POPM rating support, both reading and writing * Fixed an issue with splitters not reaching the view edges * Fixed single-quote escaping issue in ShellExec * Fixed Add Location dialog not adding URLs * Fixed ffmpeg file handle leak * Added remove playlist confirmation dialog in GTK UI (kpcee@github) * Fixed DTS channel count metadata * Fixed loading MP3 album art of APIC type=0 (Other) * Added album art fallback to png (jakesfr@github) * Fixed ALSA hanging after audio format change * Fixed handling "ICY 200 OK" status in vfs-curl (thesame) * Improved EQ UI layout in the DSP settings * Fixed streamer being stuck in buffering mode when trying to play deleted files - Drop deadbeef-fix_ubuntu_unity_desktop.patch, merged by upstream. * Sun Feb 16 2020 Hillwood Yang <hillwood@opensuse.org> - More profiles for ogg and aac add deadbeef-better-ogg-and-aac-converter-support.patch * Thu Jan 16 2020 olaf@aepfle.de - Fix potential buffer overflow in on_group_by_custom_activate * Mon Jan 06 2020 Hillwood Yang <hillwood@opensuse.org> - Update version to 1.8.2 * Volume control from command line supports increment syntax (by eauno1re@github) * Fixed writing multi-value fields into FLAC tags * Map ALBUMARTIST field to ALBUM ARTIST field in FLAC * Fixed sound output plugin selection bug in GTK UI * Fixed crash when opening files of 0 size * Fixed UI freeze when nullout plugin is selected * Fixed a regression in restoring the last selected folder in GTK file chooser - Fixed reture type, add deadbeef-fix-return-type.patch - Install documents by rpmbuild, add deadbeef-drop-documents-installation.patch * Sat Jun 29 2019 Alexei Sorokin <sor.alexei@meowr.ru> - Update to version 1.8.1: * Fix audio freeze while sorting. * Fix a crash when resuming playback of a file that has been deleted. * Fix error messages when loading PLS playlist with relative paths. * Fix adjusting shuffle queue after a user initiated track change. * Write Album Artist field into OGG files as "ALBUMARTIST". * Load external album covers before embedded. * Remove the unmaintained sndio plugin. * Fix localisation of status bar. * Add experimental subgrouping support in playlist, via using a "|||" separator for each subsequent nested group, when using Group by -> Custom. * Add new title formatting functions "$stripprefix" and "$swapprefix". * Change supereq DSP configuration to be more compact horizontally and to have more slider precision. * Update Repeat and Shuffle hotkey names to match the menus. * Fix rounding bug of total playtime in statusbar. * Fix design mode splitter handles dragging beyond the window edges. * Fix setting album art size based on larger dimension (by ToadKing). * Fix a regression causing custom layouts with splitters look wrong. * Add a FLAC plugin option to ignore corrupted stream errors. * Fix a supereq reentrancy bug, potentially causing crash after changing audio output configuration. * Fix reloading replaygain info. * Fix writing replaygain info to APEv2 tags. - Rebase deadbeef-compiler-warnings.patch, deadbeef_disable_psf.patch. * Fri May 24 2019 Luigi Baldoni <aloisio@gmx.com> - Added _service file to remove the non-distributable plugins/psf and other undesired files - Added deadbeef_disable_psf.patch * Mon Apr 08 2019 olaf@aepfle.de - Fix filelist for restricted build * Sun Apr 07 2019 Luigi Baldoni <aloisio@gmx.com> - Update to version 1.8.0 * added Opus support * added ReplayGain Scanner * added proper tracks+cue support (in cooperation with wdlkmpx) * added/improved MP4 tag reading and writing * added loading embedded album art from MP4 files * added File Copy and File Move converter presets * added Log Window displaying error information from various sources (in cooperation with Saivert) * improved replaygain configuration and runtime behavior * fixed replaygain support in Converter * improved reading, storing and editing multi-value tag fields * added GBS support to Game_Music_Emu (kode54) * added SGC support to Game_Music_Emu * fixed clipping prevention for mp3, replaygain is applied before clipping * fixed vfz_zip handling of colons in filenames * fixed wma decoding precision error * fixed issues with playing very short files * fixed a number of known issues in the Converter * UI splitter proportional resizing (cboxdoerfer) * added to title formatting: $num, %_path_raw%, %_playlist_name%, $replace, $upper, $lower, %playback_bitrate%, $repeat, $insert, $len, <<<>>>, >>><<<, $pad, $pad_right (saivert) * added support for dim and bright text in playlist columns (saivert) * improved detecting GTK theme colors for custom widgets * added new multiline tag editing dialog for individual values * added Copy&Paste in playlist (cboxdoerfer) * added localization support for plugin UI * added Drag'n'drop support from deadbeef to other applications (cboxdoerfer) * fixed a number of ogg file tagging issues (kode54) * fixed multiple crash bugs in AdPlug plugin * added UMX module support, ported from foo_dumb * updated Game_Music_Emu and VGMplay (kode54) * added an option to Converter, to copy the files if the format doesn't change * added a configuration option `gtkui.start_hidden`, to start the player with hidden main window (Radics Péter) * added a converter option to retag the files after copying * added a context menu action for duplicating playlists (Alex Couture-Beil) * fixed a number of fadeout issues in Game_Music_Emu * fixed musepack seeking issue * fixed loading album covers from ID3v2.2 * fixed mp3 bitrate calculation bug for incomplete files with LAME header * improved large file support with many internal values converted to use 64 bits for sample counts * use title formatting for displaying status bar text * added %seltime% title formatting value, for displaying playback time of selected tracks (Thomas Ross) * added reading SONGWRITER field from cue sheets (wdlkmpx) * added playlist group spacing configuration (saivert) * improved mp3 USLT lyrics support (in copperation with Ignat Loskutov) * improved playlist browser configurability (Jakub Wasylków) * added hotkey action for opening track properties (Jakub Wasylków) * added hotkey actions for add/remove/toggle in playqueue (Jakub Wasylków) * added --volume command line option (Saivert) * improved ISRC and subindex handling in CUE (wdlkmpx) * added hotkey actions to move selected tracks up/down (Jakub Wasylków) * fixed memory access bugs in config handling and supereq (github/tsowa) * added charset detection based on the whole ID3v2 tag content * added automatic charset detection for cdtext (Jakub Wasylków) * added configuration for output samplerate setting * removed fast scanning mp3 option, since it was too inaccurate * improved detection of PSF files, to disambiguate them against other files which use the same extension * added Edit In Place and Crop options to the track properties menu * fixed WildMidi playback of some MID files playing more than 1024 simultaneous notes * fixed playing stereo APE files with single-channel silence * added wavpack version 5 support with DSD * fixed performance issue when reading AdPlug's HSC files * fixed loading audio files from GVFS volumes * fixed handling of cuesheets in zip files * fixed writing tags into tiny ogg files * fixed handling FLAC files with huge block sizes over 100KB * replaced mp3 parsing code with the new library, which is more reliable and tested, and can handle even more obscure mp3 files * renamed Looping and Order menus to Repeat and Shuffle, respectively * fixed loading larger Songlenths.txt in sid plugin, and added support for Songlengths.md5 - Refreshed deadbeef-fix_ubuntu_unity_desktop.patch and deadbeef-compiler-warnings.patch - Dropped 0001-Explicitly-specify-signedness-for-char.patch and 0002-Use-signed-values-instead-of-potentially-unsigned-li.patch (no longer necessary) - Enabled opus * Wed Feb 14 2018 crrodriguez@opensuse.org - Add missing direct buildRequires - Remove buildrequires on xorg-x11-libs metapackage
/usr/bin/deadbeef /usr/lib/deadbeef /usr/lib/deadbeef/adplug.so /usr/lib/deadbeef/alac.so /usr/lib/deadbeef/alsa.so /usr/lib/deadbeef/artwork.so /usr/lib/deadbeef/cdda.so /usr/lib/deadbeef/converter.so /usr/lib/deadbeef/converter_gtk2.so /usr/lib/deadbeef/converter_gtk3.so /usr/lib/deadbeef/convpresets /usr/lib/deadbeef/convpresets/AAC_VBR_192Kbps_(Nero_FAAC).txt /usr/lib/deadbeef/convpresets/AAC_VBR_256Kbps_(Nero_FAAC).txt /usr/lib/deadbeef/convpresets/AAC_VBR_320Kbps_(Nero_FAAC).txt /usr/lib/deadbeef/convpresets/ALAC.txt /usr/lib/deadbeef/convpresets/FLAC_(compression_level_5).txt /usr/lib/deadbeef/convpresets/File_Copy.txt /usr/lib/deadbeef/convpresets/File_Move.txt /usr/lib/deadbeef/convpresets/MP3_CBR_320_Kbps_(Lame).txt /usr/lib/deadbeef/convpresets/MP3_VBR_192Kbps_(Lame).txt /usr/lib/deadbeef/convpresets/MS_RIFF_WAV.txt /usr/lib/deadbeef/convpresets/MusePack.txt /usr/lib/deadbeef/convpresets/Ogg_FLAC.txt /usr/lib/deadbeef/convpresets/Ogg_VBR_192Kbps.txt /usr/lib/deadbeef/convpresets/Ogg_VBR_256Kbps.txt /usr/lib/deadbeef/convpresets/Ogg_VBR_320Kbps.txt /usr/lib/deadbeef/convpresets/Opus.txt /usr/lib/deadbeef/convpresets/TTA.txt /usr/lib/deadbeef/convpresets/WavPack.txt /usr/lib/deadbeef/data68 /usr/lib/deadbeef/data68/Replay /usr/lib/deadbeef/data68/Replay/aenigmatica.bin /usr/lib/deadbeef/data68/Replay/alteredbeast.bin /usr/lib/deadbeef/data68/Replay/armalyte.bin /usr/lib/deadbeef/data68/Replay/asidifier.bin /usr/lib/deadbeef/data68/Replay/azidifier.bin /usr/lib/deadbeef/data68/Replay/bendaglish.deli.bin /usr/lib/deadbeef/data68/Replay/big.bin /usr/lib/deadbeef/data68/Replay/blipblop.bin /usr/lib/deadbeef/data68/Replay/blipp079.bin /usr/lib/deadbeef/data68/Replay/bs22.bin /usr/lib/deadbeef/data68/Replay/cabal.bin /usr/lib/deadbeef/data68/Replay/chipmon2.bin /usr/lib/deadbeef/data68/Replay/cosotfmx.bin /usr/lib/deadbeef/data68/Replay/crapman1.bin /usr/lib/deadbeef/data68/Replay/crapman2.bin /usr/lib/deadbeef/data68/Replay/deltamusic1.bin /usr/lib/deadbeef/data68/Replay/deltamusic2.bin /usr/lib/deadbeef/data68/Replay/digitfmx.bin /usr/lib/deadbeef/data68/Replay/dmu.bin /usr/lib/deadbeef/data68/Replay/dwaga.bin /usr/lib/deadbeef/data68/Replay/dyter07.bin /usr/lib/deadbeef/data68/Replay/elf.bin /usr/lib/deadbeef/data68/Replay/fc13_14.bin /usr/lib/deadbeef/data68/Replay/fireice.bin /usr/lib/deadbeef/data68/Replay/fred.bin /usr/lib/deadbeef/data68/Replay/gemx.bin /usr/lib/deadbeef/data68/Replay/harlequin.bin /usr/lib/deadbeef/data68/Replay/hippel-coso_note.deli.bin /usr/lib/deadbeef/data68/Replay/hpn-jam.bin /usr/lib/deadbeef/data68/Replay/huelsbeck.bin /usr/lib/deadbeef/data68/Replay/huntforredoct.bin /usr/lib/deadbeef/data68/Replay/ivanhoe.bin /usr/lib/deadbeef/data68/Replay/jamcracker10.bin /usr/lib/deadbeef/data68/Replay/jamcrackerpro.bin /usr/lib/deadbeef/data68/Replay/lastninja3.bin /usr/lib/deadbeef/data68/Replay/lastninjaiii.bin /usr/lib/deadbeef/data68/Replay/lcd.bin /usr/lib/deadbeef/data68/Replay/lx_mmme.bin /usr/lib/deadbeef/data68/Replay/mcoder.bin /usr/lib/deadbeef/data68/Replay/megatizer.bin /usr/lib/deadbeef/data68/Replay/metrocross.bin /usr/lib/deadbeef/data68/Replay/midi.bin /usr/lib/deadbeef/data68/Replay/mmme.bin /usr/lib/deadbeef/data68/Replay/mmmesid.bin /usr/lib/deadbeef/data68/Replay/mon.bin /usr/lib/deadbeef/data68/Replay/mon_old.deli.bin /usr/lib/deadbeef/data68/Replay/musmon1.bin /usr/lib/deadbeef/data68/Replay/musmon2.bin /usr/lib/deadbeef/data68/Replay/ninjaremix.bin /usr/lib/deadbeef/data68/Replay/ninjatfmx.bin /usr/lib/deadbeef/data68/Replay/nobuddiesland.bin /usr/lib/deadbeef/data68/Replay/none.bin /usr/lib/deadbeef/data68/Replay/note.bin /usr/lib/deadbeef/data68/Replay/note2.bin /usr/lib/deadbeef/data68/Replay/page.bin /usr/lib/deadbeef/data68/Replay/protracker.bin /usr/lib/deadbeef/data68/Replay/psg1.bin /usr/lib/deadbeef/data68/Replay/psgtrackerv2.bin /usr/lib/deadbeef/data68/Replay/puma.bin /usr/lib/deadbeef/data68/Replay/puma2.bin /usr/lib/deadbeef/data68/Replay/quartet.bin /usr/lib/deadbeef/data68/Replay/quartet_mindbomb.bin /usr/lib/deadbeef/data68/Replay/realms.bin /usr/lib/deadbeef/data68/Replay/robhubbard.deli.bin /usr/lib/deadbeef/data68/Replay/rollingronny.bin /usr/lib/deadbeef/data68/Replay/shadowdancer.bin /usr/lib/deadbeef/data68/Replay/sidmon1.bin /usr/lib/deadbeef/data68/Replay/sidmon2.bin /usr/lib/deadbeef/data68/Replay/sidsound.bin /usr/lib/deadbeef/data68/Replay/sndh_ice.bin /usr/lib/deadbeef/data68/Replay/soundfx.bin /usr/lib/deadbeef/data68/Replay/spacecrusade.bin /usr/lib/deadbeef/data68/Replay/spacegun.bin /usr/lib/deadbeef/data68/Replay/ssd1.bin /usr/lib/deadbeef/data68/Replay/stos.bin /usr/lib/deadbeef/data68/Replay/synthiv.bin /usr/lib/deadbeef/data68/Replay/tao_digi.bin /usr/lib/deadbeef/data68/Replay/tao_hubbard.bin /usr/lib/deadbeef/data68/Replay/tao_ms211.bin /usr/lib/deadbeef/data68/Replay/tao_ms25.bin /usr/lib/deadbeef/data68/Replay/tao_ms27.bin /usr/lib/deadbeef/data68/Replay/tao_tsd.bin /usr/lib/deadbeef/data68/Replay/tcbtracker.bin /usr/lib/deadbeef/data68/Replay/test.bin /usr/lib/deadbeef/data68/Replay/tfmx.bin /usr/lib/deadbeef/data68/Replay/tfmx_aga.bin /usr/lib/deadbeef/data68/Replay/tfmx_old.bin /usr/lib/deadbeef/data68/Replay/tfmx_st.bin /usr/lib/deadbeef/data68/Replay/timerc.bin /usr/lib/deadbeef/data68/Replay/toki.bin /usr/lib/deadbeef/data68/Replay/tsd1.bin /usr/lib/deadbeef/data68/Replay/utopia.bin /usr/lib/deadbeef/data68/Replay/vikingchild.bin /usr/lib/deadbeef/data68/Replay/xbiossound.bin /usr/lib/deadbeef/data68/Replay/zonewarrior.bin /usr/lib/deadbeef/dca.so /usr/lib/deadbeef/ddb_dumb.so /usr/lib/deadbeef/ddb_gui_GTK2.so /usr/lib/deadbeef/ddb_gui_GTK3.so /usr/lib/deadbeef/ddb_mono2stereo.so /usr/lib/deadbeef/ddb_shn.so /usr/lib/deadbeef/ddb_soundtouch.so /usr/lib/deadbeef/dsp_libsrc.so /usr/lib/deadbeef/ffap.so /usr/lib/deadbeef/ffmpeg.so /usr/lib/deadbeef/flac.so /usr/lib/deadbeef/gme.so /usr/lib/deadbeef/hotkeys.so /usr/lib/deadbeef/in_sc68.so /usr/lib/deadbeef/lastfm.so /usr/lib/deadbeef/m3u.so /usr/lib/deadbeef/mms.so /usr/lib/deadbeef/mp3.so /usr/lib/deadbeef/musepack.so /usr/lib/deadbeef/notify.so /usr/lib/deadbeef/nullout.so /usr/lib/deadbeef/opus.so /usr/lib/deadbeef/oss.so /usr/lib/deadbeef/pltbrowser_gtk2.so /usr/lib/deadbeef/pltbrowser_gtk3.so /usr/lib/deadbeef/pulse.so /usr/lib/deadbeef/rg_scanner.so /usr/lib/deadbeef/shellexec.so /usr/lib/deadbeef/shellexecui_gtk2.so /usr/lib/deadbeef/shellexecui_gtk3.so /usr/lib/deadbeef/sid.so /usr/lib/deadbeef/sndfile.so /usr/lib/deadbeef/supereq.so /usr/lib/deadbeef/tta.so /usr/lib/deadbeef/vfs_curl.so /usr/lib/deadbeef/vfs_zip.so /usr/lib/deadbeef/vorbis.so /usr/lib/deadbeef/vtx.so /usr/lib/deadbeef/wavpack.so /usr/lib/deadbeef/wildmidi.so /usr/lib/deadbeef/wma.so /usr/share/applications/deadbeef.desktop /usr/share/deadbeef /usr/share/deadbeef/pixmaps /usr/share/deadbeef/pixmaps/buffering_16.png /usr/share/deadbeef/pixmaps/noartwork.png /usr/share/deadbeef/pixmaps/pause_16.png /usr/share/deadbeef/pixmaps/play_16.png /usr/share/doc/packages/deadbeef /usr/share/doc/packages/deadbeef/ABOUT-NLS /usr/share/doc/packages/deadbeef/AUTHORS /usr/share/doc/packages/deadbeef/CONTRIBUTING.md /usr/share/doc/packages/deadbeef/ChangeLog /usr/share/doc/packages/deadbeef/README /usr/share/doc/packages/deadbeef/README.md /usr/share/doc/packages/deadbeef/about.txt /usr/share/doc/packages/deadbeef/help.ru.txt /usr/share/doc/packages/deadbeef/help.txt /usr/share/doc/packages/deadbeef/translators.txt /usr/share/icons/hicolor/128x128/apps/deadbeef.png /usr/share/icons/hicolor/16x16/apps/deadbeef.png /usr/share/icons/hicolor/192x192/apps/deadbeef.png /usr/share/icons/hicolor/22x22/apps/deadbeef.png /usr/share/icons/hicolor/24x24/apps/deadbeef.png /usr/share/icons/hicolor/256x256/apps/deadbeef.png /usr/share/icons/hicolor/32x32/apps/deadbeef.png /usr/share/icons/hicolor/36x36/apps/deadbeef.png /usr/share/icons/hicolor/48x48/apps/deadbeef.png /usr/share/icons/hicolor/64x64/apps/deadbeef.png /usr/share/icons/hicolor/72x72/apps/deadbeef.png /usr/share/icons/hicolor/96x96/apps/deadbeef.png /usr/share/icons/hicolor/scalable/apps/deadbeef.svg /usr/share/licenses/deadbeef /usr/share/licenses/deadbeef/COPYING /usr/share/licenses/deadbeef/COPYING.GPLv2 /usr/share/licenses/deadbeef/COPYING.LGPLv2.1 /usr/share/metainfo /usr/share/metainfo/deadbeef.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Sep 12 00:24:13 2024