Compare commits

..
3 Commits
Author SHA1 Message Date
EnumDev bcbb301913 Update package version to 0.12.0 2026-07-08 13:33:29 +03:00
EnumDev 1e1716b419 Switch to new package format 2026-06-13 19:59:50 +03:00
EnumDev d598330460 Update .gitignore 2026-02-24 12:45:10 +02:00
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+3 -3
View File
@@ -1,7 +1,7 @@
name: libjxl
description: JPEG XL image format reference implementation
version: 0.11.2
revision: 2
version: 0.12.0
revision: 1
url: https://jpeg.org/jpegxl/
license: BSD-3-Clause
maintainers:
@@ -30,4 +30,4 @@ downloads:
- url: https://github.com/libjxl/libjxl/archive/v${BPM_PKG_VERSION}/libjxl-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: ab38928f7f6248e2a98cc184956021acb927b16a0dee71b4d260dc040a4320ea
checksum: 03e9be69a30be4011f559da75328b6d7cea8ad921fabfbd551ce10bf45cdc992
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT