mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix crash on loading animated webp alpha
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/philipk/image",
|
||||
"commit": "cb66840dd42785c7283206cc9805240501695a61",
|
||||
"dest": "flatpak-cargo/git/image-cb66840"
|
||||
"commit": "55a668409b28fedcd6cd3dea25ae1b3cc9d25ec5",
|
||||
"dest": "flatpak-cargo/git/image-55a6684"
|
||||
},
|
||||
{
|
||||
"type": "archive",
|
||||
@@ -1685,7 +1685,7 @@
|
||||
{
|
||||
"type": "shell",
|
||||
"commands": [
|
||||
"cp -r --reflink=auto \"flatpak-cargo/git/image-cb66840/.\" \"cargo/vendor/image\""
|
||||
"cp -r --reflink=auto \"flatpak-cargo/git\\image-55a6684\\.\" \"cargo/vendor/image\""
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -4439,7 +4439,7 @@
|
||||
},
|
||||
{
|
||||
"type": "inline",
|
||||
"contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/philipk/image\"]\ngit = \"https://github.com/philipk/image\"\nreplace-with = \"vendored-sources\"\nrev = \"cb66840dd42785c7283206cc9805240501695a61\"\n",
|
||||
"contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/philipk/image\"]\ngit = \"https://github.com/philipk/image\"\nreplace-with = \"vendored-sources\"\nrev = \"55a668409b28fedcd6cd3dea25ae1b3cc9d25ec5\"\n",
|
||||
"dest": "cargo",
|
||||
"dest-filename": "config"
|
||||
}
|
||||
|
||||
@@ -25,6 +25,13 @@ https://hughsie.github.io/oars/index.html
|
||||
-->
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="1.4.9" date="2022-09-08">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fixed a crash that would happen when loading specific animated webp images that use alpha blending</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.4.8" date="2022-09-06">
|
||||
<description>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user