libheif ver. bump
This commit is contained in:
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user