Skip to content

Commit

Permalink
Update for DeaDBeeF 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Oct 29, 2020
1 parent cfb6e60 commit 3905160
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
24 changes: 24 additions & 0 deletions music.deadbeef.player.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@
<name>DeaDBeeF</name>
<content_rating type="oars-1.1" />
<releases>
<release version="1.8.4" date="2020-07-28">
<description>
<p>changelog since 1.8.3</p>

<ul>
<li>Soundtouch plugin has been updated, and is now included in the releases</li>
<li>Added %last_modified% title formatting keyword (Cristian Ciocaltea)</li>
<li>Fixed stack overflow bug in converter</li>
<li>Fixed buffer overflow bug in mp3 parser</li>
<li>Fixed handling of leading forward shash character in zipper file names</li>
<li>Fixed handling user-specified file mask in artwork plugin</li>
<li>Fixed CBR MP3 scanning performance</li>
<li>Fixed stack overflow in title formatting tint range calculation</li>
<li>Fixed pulseaudio plugin configuration backwards compatibility issue</li>
<li>Fixed last.fm scrobbling of streaming shoutcast tracks</li>
<li>Fixed deadlock when loading cuesheets which recursively reference themselves</li>
<li>Fixed a false-positive when detecting free format MP3 files</li>
<li>Fixed skipping unsupported fields in cuesheets</li>
<li>Fixed a regression which caused MP3 tag editing to crash when text can't be represented as CP1252</li>
<li>Fixed playback of certain network streams</li>
<li>Fixed handling of ID3v2 COMM frame content description data</li>
</ul>
</description>
</release>
<release version="1.8.3" date="2020-03-19">
<description>
<p>changelog since 1.8.2</p>
Expand Down
9 changes: 8 additions & 1 deletion music.deadbeef.player.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"install -D music.deadbeef.player.appdata.xml /app/share/metainfo/music.deadbeef.player.appdata.xml",
"install -D music.deadbeef.player.desktop /app/share/applications/music.deadbeef.player.desktop"
],
"build-options" : {
"cflags": "-DUSE_GTK_NATIVE_FILE_CHOOSER"
},
"post-install": [
"cp icons/32x32/deadbeef.png /app/",
"rm /app/share/applications/deadbeef.desktop"
Expand All @@ -110,7 +113,7 @@
{
"type": "git",
"url": "https://github.com/DeaDBeeF-Player/deadbeef.git",
"tag": "1.8.3"
"tag": "1.8.4"
},
{
"type": "file",
Expand All @@ -123,6 +126,10 @@
{
"type": "patch",
"path": "default-output-plugin.patch"
},
{
"type": "patch",
"path": "filterlist.patch"
}
]
},
Expand Down

0 comments on commit 3905160

Please sign in to comment.