libheif ver. bump

This commit is contained in:
Rmys
2023-11-02 17:29:53 +03:00
committed by GitHub
parent 8eef1cd610
commit ed037f58b7
2 changed files with 23 additions and 5 deletions
+11 -4
View File
@@ -7,16 +7,23 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.configure("--enable-static=no --disable-go")
cmaketools.configure("-B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_DAV1D=ON \
-DWITH_RAV1E=ON \
-DWITH_SvtEnc=ON")
def build():
autotools.make()
shelltools.cd("build")
cmaketools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COPYING", "README*")
+12 -1
View File
@@ -12,9 +12,11 @@
<IsA>app</IsA>
<Summary>HEIF file format decoder and encoder</Summary>
<Description>HEIF file format decoder and encoder</Description>
<Archive sha1sum="ff1235d069600f906e8b8f385d00dbf1950c6482" type="targz">https://github.com/strukturag/libheif/archive/v1.15.2.tar.gz</Archive>
<Archive sha1sum="83e6d25fc64fa346d878a76de8abfe5f347c5c0d" type="targz">https://github.com/strukturag/libheif/archive/v1.17.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>aom-devel</Dependency>
<Dependency>webp-devel</Dependency>
<Dependency>x265-devel</Dependency>
<Dependency>dav1d-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -34,6 +36,7 @@
<Name>libheif</Name>
<RuntimeDependencies>
<Dependency>aom</Dependency>
<Dependency>webp</Dependency>
<Dependency>x265</Dependency>
<Dependency>dav1d</Dependency>
<Dependency>glib2</Dependency>
@@ -58,6 +61,7 @@
<RuntimeDependencies>
<Dependency>aom-devel</Dependency>
<Dependency>x265-devel</Dependency>
<Dependency>webp-devel</Dependency>
<Dependency>dav1d-devel</Dependency>
<Dependency release="current">libheif</Dependency>
</RuntimeDependencies>
@@ -68,6 +72,13 @@
</Package>
<History>
<Update release="5">
<Date>2023-11-02</Date>
<Version>1.17.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2023-04-01</Date>
<Version>1.15.2</Version>