svt-av1-0.9.1

This commit is contained in:
4fury-c3440d8
2023-01-04 09:08:43 +03:00
parent edf48c38a7
commit ff4a35f73a
2 changed files with 25 additions and 9 deletions
+11 -4
View File
@@ -1,16 +1,23 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
j = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DSVT_AV1_LTO=OFF',
' -DSVT_AV1_PGO=OFF',
' -DBUILD_TESTING=OFF -L '
])
def setup():
pisitools.ldflags.add("-Wl,-z,noexecstack")
cmaketools.configure("-DBUILD_TESTING=OFF")
cmaketools.configure(j)
def build():
cmaketools.make()
@@ -18,4 +25,4 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGELOG*", "LICENSE*", "README*")
pisitools.dodoc("CHANGELOG.md")
+14 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>svt-av1</Name>
@@ -10,11 +10,13 @@
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>Scalable Video Technology AV1 encoder and decoder</Summary>
<Description>Ölçeklenebilir Video Teknolojisi AV1 kodlayıcı ve kod çözücü</Description>
<Archive sha1sum="4b6be282036ba27bd88ea81d60f9bfb5e261dbb7" type="tarbz2">https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.8.7/SVT-AV1-v0.8.7.tar.bz2</Archive>
<Summary>Scalable Video Technology AV1 encoder and decoder.</Summary>
<Description>The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software encoder/decoder library.</Description>
<Archive sha1sum="1b4b6688595f866fb4fa6d62b9e4bbdaa25128bd" type="tarbz2">
https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.1/SVT-AV1-v0.9.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
<Dependency>yasm</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
@@ -47,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-03</Date>
<Version>0.9.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-02</Date>
<Version>0.8.7</Version>