Compare commits

..
8 Commits
Author SHA1 Message Date
EnumDev 3dca11669c Rebuild with ffmpeg 9.0.1 2026-08-30 14:28:17 +03:00
EnumDev 4b4cf48a36 Update package version to 1.23.1 2026-07-08 13:33:29 +03:00
EnumDev 394968c788 Switch to new package format 2026-06-13 19:59:49 +03:00
EnumDev c9e8dc97d4 Update package version to 1.23.0 2026-06-01 14:42:33 +03:00
EnumDev f18895dec4 Rebuild with x265 4.2 and svt-av1 4.1 2026-04-26 12:20:31 +03:00
EnumDev 3e85ce69f0 Update .gitignore 2026-02-24 12:45:08 +02:00
EnumDev 28e85bdba7 Rebuild with libde265 2026-02-09 11:28:36 +02:00
EnumDev 23acef021d Rebuild with svt-av1 4.0.1 2026-02-09 11:13:11 +02:00
3 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
# Exclude bpm archives
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+6 -3
View File
@@ -1,15 +1,18 @@
name: libheif
description: HEIF and AVIF file format decoder and encoder
version: 1.21.2
revision: 1
version: 1.23.1
revision: 2
url: https://github.com/strukturag/libheif
license: LGPL3-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
- libaom
- gcc-libs
- glibc
- libde265
- libwebp
- openh264
- x265
@@ -35,4 +38,4 @@ downloads:
- url: https://github.com/strukturag/libheif/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 79996de959d28ca82ef070c382304683f5cdaf04cbe2953a74587160a3710a36
checksum: 0b14d6bdf5680488e3aede354b1e11be1444b3fc4a30fcf2ae06bd6b601466be
+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