diff --git a/music.deadbeef.player-master.json b/music.deadbeef.player-master.json
index ee22910..4e8c2f8 100644
--- a/music.deadbeef.player-master.json
+++ b/music.deadbeef.player-master.json
@@ -2,7 +2,7 @@
"app-id": "music.deadbeef.player",
"branch": "master",
"runtime": "org.gnome.Platform",
- "runtime-version": "3.32",
+ "runtime-version": "3.36",
"sdk": "org.gnome.Sdk",
"command": "deadbeef",
"finish-args": [
@@ -23,6 +23,10 @@
"rename-icon": "deadbeef",
"cleanup": [ "/include", "*.la" ],
"modules": [
+ "shared-modules/intltool/intltool-0.51.json",
+ {
+ "name": "intltool"
+ },
{
"name": "libjansson",
"buildsystem": "autotools",
@@ -106,7 +110,7 @@
{
"type": "git",
"url": "https://github.com/DeaDBeeF-Player/deadbeef.git",
- "commit": "fd16773638401ce5cf254532b252c30dcb5933ab"
+ "commit": "a6ac452135814c3ff64206440433a085a10bb36c"
},
{
"type": "file",
@@ -116,10 +120,6 @@
"type": "file",
"path": "music.deadbeef.player.desktop"
},
- {
- "type": "patch",
- "path": "plcommon-coverart-release-fix.patch"
- },
{
"type": "patch",
"path": "default-output-plugin.patch"
diff --git a/music.deadbeef.player.appdata.xml b/music.deadbeef.player.appdata.xml
index cba1d45..f43e888 100644
--- a/music.deadbeef.player.appdata.xml
+++ b/music.deadbeef.player.appdata.xml
@@ -4,7 +4,77 @@
CC0-1.0
GPL-2.0+
DeaDBeeF
+
+
+
+ changelog since 1.8.2
+
+
+ - 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
+
+
+
+
+
+
+ Changelog since 1.8.1:
+
+
+ - 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
+
+
+
Changelog since 1.8.0:
@@ -47,7 +117,7 @@
https://github.com/deadbeef-player/deadbeef/wiki
- http://deadbeef.sourceforge.net/title_screenshot.png
+ https://saivert.com/files/deadbeef_screenshot.png
diff --git a/music.deadbeef.player.json b/music.deadbeef.player.json
index 95b3b93..61c3b80 100644
--- a/music.deadbeef.player.json
+++ b/music.deadbeef.player.json
@@ -2,7 +2,7 @@
"app-id": "music.deadbeef.player",
"branch": "stable",
"runtime": "org.gnome.Platform",
- "runtime-version": "3.32",
+ "runtime-version": "3.36",
"sdk": "org.gnome.Sdk",
"command": "deadbeef",
"finish-args": [
@@ -23,6 +23,10 @@
"rename-icon": "deadbeef",
"cleanup": [ "/include", "*.la" ],
"modules": [
+ "shared-modules/intltool/intltool-0.51.json",
+ {
+ "name": "intltool"
+ },
{
"name": "libjansson",
"buildsystem": "autotools",
@@ -99,13 +103,14 @@
"install -D music.deadbeef.player.desktop /app/share/applications/music.deadbeef.player.desktop"
],
"post-install": [
- "cp icons/32x32/deadbeef.png /app/"
+ "cp icons/32x32/deadbeef.png /app/",
+ "rm /app/share/applications/deadbeef.desktop"
],
"sources": [
{
"type": "git",
"url": "https://github.com/DeaDBeeF-Player/deadbeef.git",
- "tag": "1.8.1"
+ "tag": "1.8.3"
},
{
"type": "file",
@@ -115,14 +120,6 @@
"type": "file",
"path": "music.deadbeef.player.desktop"
},
- {
- "type": "patch",
- "path": "pl-popup.patch"
- },
- {
- "type": "patch",
- "path": "plcommon-coverart-release-fix.patch"
- },
{
"type": "patch",
"path": "default-output-plugin.patch"