libheif: 1.14.2 -> 1.15.1
This commit is contained in:
parent
1a18bf48fd
commit
098ed2399c
6
REPO
6
REPO
@ -163,9 +163,9 @@ f:b9134a782e1c8d0158175a579f102a59:deadbeef/.signature
|
||||
f:7e97f9b9e0293e8d5cd823925facc9a1:deadbeef/Pkgfile
|
||||
f:4233ffe08caeac54a7bb9416057c3ccb:deadbeef/dbq
|
||||
f:10e8e5ddb7e0e4550a3a6160a28a6d12:deadbeef/.footprint
|
||||
f:f631713bbcef1db0582cc72d8a07e3e8:libheif/.signature
|
||||
f:41b0cea4eb2fa0da28fa810419135e7f:libheif/Pkgfile
|
||||
f:8f211df36673ba437efd40f52174d7c1:libheif/.footprint
|
||||
f:744e341b4bf2bc54a85d11b98640e95e:libheif/.signature
|
||||
f:728aab12a4b518db9a7d9f8e1a3644e3:libheif/Pkgfile
|
||||
f:6e3cbd71d65d894fbab000a05bfce020:libheif/.footprint
|
||||
f:d51658ffcea0b468610bee5c972a1528:octave/.signature
|
||||
f:397d07c30474029de6900e11627f24e7:octave/Pkgfile
|
||||
f:6d9f17e4e75ac55f7decb6576df28865:octave/.footprint
|
||||
|
@ -21,8 +21,8 @@ drwxr-xr-x root/root usr/lib/gdk-pixbuf-2.0/2.10.0/
|
||||
drwxr-xr-x root/root usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
|
||||
-rwxr-xr-x root/root usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-heif.so
|
||||
lrwxrwxrwx root/root usr/lib/libheif.so -> libheif.so.1
|
||||
lrwxrwxrwx root/root usr/lib/libheif.so.1 -> libheif.so.1.14.2
|
||||
-rwxr-xr-x root/root usr/lib/libheif.so.1.14.2
|
||||
lrwxrwxrwx root/root usr/lib/libheif.so.1 -> libheif.so.1.15.1
|
||||
-rwxr-xr-x root/root usr/lib/libheif.so.1.15.1
|
||||
drwxr-xr-x root/root usr/lib/libheif/
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libheif.pc
|
||||
@ -33,9 +33,5 @@ drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/heif-enc.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/heif-info.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/heif-thumbnailer.1.gz
|
||||
drwxr-xr-x root/root usr/share/mime/
|
||||
drwxr-xr-x root/root usr/share/mime/packages/
|
||||
-rw-r--r-- root/root usr/share/mime/packages/avif.xml
|
||||
-rw-r--r-- root/root usr/share/mime/packages/heif.xml
|
||||
drwxr-xr-x root/root usr/share/thumbnailers/
|
||||
-rw-r--r-- root/root usr/share/thumbnailers/heif.thumbnailer
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30MjqWDWIFHSPNvt/OWtmxKuzyvMh6o9dIsMFBU1AoCcJjlP4kfoz4UE39PV+5Aa7X96Z06+yOEVresM1c6/4wU=
|
||||
SHA256 (Pkgfile) = a38c6988d832d7465d1a242e390cf3caee527b8a9889f4f4445c7fb642581181
|
||||
SHA256 (.footprint) = 458c1a855dc3fa27a8b577e1f196971d769871e111b593df9600583d9b2d1b25
|
||||
SHA256 (libheif-1.14.2.tar.gz) = d016905e247d6952cd7ee4f9b90957350b6a6caa466bc76fdfe6eb302b6d088c
|
||||
RWSagIOpLGJF3/V6jv0OmG0d4rk04PsxUF0MuD2G/+Nyr362APCz967/TzHJFXJGCDy6+u+7oP32gADmtNJ9gcQ3rzQJRswWdgs=
|
||||
SHA256 (Pkgfile) = 2c7f25caf65c8e52eff12c6cee6bf35d18c331d14e5752246307aad26ba3f2bf
|
||||
SHA256 (.footprint) = bba9b10c335f822e62f677da14c37b03c4454f1ed176d02d2c2db91484ee137c
|
||||
SHA256 (libheif-1.15.1.tar.gz) = 28d5a376fe7954d2d03453f983aaa0b7486f475c27c7806bda31df9102325556
|
||||
|
6
libheif/.watch
Executable file
6
libheif/.watch
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -s "https://github.com/strukturag/libheif/releases" \
|
||||
| awk '/h2 class=.sr-only/ {$0=gensub(/.*>v(.+)<.*/,"\\1",1); print;}' \
|
||||
| head -n 1 \
|
||||
| cut -d" " -f1
|
@ -5,7 +5,7 @@
|
||||
# Nice to have: x265 dav1d
|
||||
|
||||
name=libheif
|
||||
version=1.14.2
|
||||
version=1.15.1
|
||||
release=1
|
||||
source=(https://github.com/strukturag/$name/releases/download/v$version/$name-$version.tar.gz)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user