libjxl bugfix release.

This commit is contained in:
4fury-c3440d8
2023-02-04 06:44:55 +03:00
parent 8e055350d3
commit ffe2717510
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ def setup():
cmaketools.configure(i)
def build():
# fix incorrect g++ options
shelltools.system("find . -iname 'link.txt' -exec sed -i 's: -R: -Wl,-R:g' {} \;")
# fix incorrect g++ options //not required for gcc12
# shelltools.system("find . -iname 'link.txt' -exec sed -i 's: -R: -Wl,-R:g' {} \;")
cmaketools.make("-C _build")
def install():
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>multimedia.graphics</PartOf>
<Summary>JPEG XL image format reference implementation.</Summary>
<Description>A reference implementation of JPEG XL (encoder and decoder), called libjxl.</Description>
<Archive sha1sum="588df3e98c39d5203b0a8d42716396951b390d57" type="targz">
https://github.com/libjxl/libjxl/archive/refs/tags/v0.8.0.tar.gz
<Archive sha1sum="458bd257778be4664b5d259ae0cde6e213d48669" type="targz">
https://github.com/libjxl/libjxl/archive/refs/tags/v0.8.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="3">
<Date>2023-02-04</Date>
<Version>0.8.1</Version>
<Comment>Minor bugfix release.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2023-01-27</Date>
<Version>0.8.0</Version>