cdrdao-3.4.0
This commit is contained in:
@@ -10,16 +10,16 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir="."
|
||||
WorkDir="libaom-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
#shelltools.cd("%s" % get.workDIR())
|
||||
#shelltools.move("/*", "aom-%s" % get.srcVERSION())
|
||||
#shelltools.move("libaom-*", "aom-%s" % get.srcVERSION())
|
||||
#shelltools.cd("aom-%s" % get.srcVERSION())
|
||||
cmaketools.configure("-S . -B build -G Ninja \
|
||||
-DBUILD_SHARED_LIBS=1 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_TESTS=0", sourceDir="..")
|
||||
-DENABLE_TESTS=0")
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
@@ -29,8 +29,10 @@ def install():
|
||||
shelltools.cd("build")
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
|
||||
pisitools.dosym("/usr/lib/libaom.so.3.2.0", "/usr/lib/libaom.so.0")
|
||||
#pisitools.dosym("/usr/lib/libaom.so.3.4.0", "/usr/lib/libaom.so.0")
|
||||
|
||||
shelltools.cd("%s" % get.workDIR())
|
||||
pisitools.insinto("/usr/share/pixmaps", "aomedia_logo_200.png", "aom.png")
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("AUTHORS", "CHANGELOG", "README.md")
|
||||
|
||||
|
||||
@@ -9,10 +9,11 @@
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Icon>aom</Icon>
|
||||
<Summary>Alliance for Open Media video codec</Summary>
|
||||
<Description>aom is the AOMedia video encoder for AV1, an open source and royalty-free video codec. aom can save about 30% bitrate compared to VP9 and H.265 / HEVC, and about 50% over H.264, while retaining the same visual quality.</Description>
|
||||
<Archive sha1sum="83617b5a62843d28c315f2974f28ae2153acba5a" type="targz">https://storage.googleapis.com/aom-releases/libaom-3.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="5d5995284d16aa7db043984a32ae8ed4274d022a" type="targz">https://storage.googleapis.com/aom-releases/libaom-3.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -26,8 +27,9 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -44,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-08-02</Date>
|
||||
<Version>3.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-11-01</Date>
|
||||
<Version>3.2.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user