Compare commits
8
Commits
1bd32b8b5a
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dca11669c
|
||
|
|
4b4cf48a36
|
||
|
|
394968c788
|
||
|
|
c9e8dc97d4
|
||
|
|
f18895dec4
|
||
|
|
3e85ce69f0
|
||
|
|
28e85bdba7
|
||
|
|
23acef021d
|
+3
-2
@@ -1,2 +1,3 @@
|
|||||||
# Exclude bpm archives
|
# Ignore BPM archives and signatures
|
||||||
*.bpm
|
*.bpm
|
||||||
|
*.bpm.sig
|
||||||
|
|||||||
+6
-3
@@ -1,15 +1,18 @@
|
|||||||
name: libheif
|
name: libheif
|
||||||
description: HEIF and AVIF file format decoder and encoder
|
description: HEIF and AVIF file format decoder and encoder
|
||||||
version: 1.21.2
|
version: 1.23.1
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/strukturag/libheif
|
url: https://github.com/strukturag/libheif
|
||||||
license: LGPL3-or-later
|
license: LGPL3-or-later
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
- libaom
|
- libaom
|
||||||
- gcc-libs
|
- gcc-libs
|
||||||
- glibc
|
- glibc
|
||||||
|
- libde265
|
||||||
- libwebp
|
- libwebp
|
||||||
- openh264
|
- openh264
|
||||||
- x265
|
- x265
|
||||||
@@ -35,4 +38,4 @@ downloads:
|
|||||||
- url: https://github.com/strukturag/libheif/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/strukturag/libheif/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 79996de959d28ca82ef070c382304683f5cdaf04cbe2953a74587160a3710a36
|
checksum: 0b14d6bdf5680488e3aede354b1e11be1444b3fc4a30fcf2ae06bd6b601466be
|
||||||
@@ -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 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
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user