libvpx ver. bump
This commit is contained in:
@@ -12,6 +12,11 @@ from pisi.actionsapi import get
|
||||
libdir = "lib"
|
||||
|
||||
def setup():
|
||||
shelltools.export("ARCH","x86_64")
|
||||
shelltools.export("CFLAGS", "%s -fPIC -O2" % get.CFLAGS())
|
||||
shelltools.export("CXXFLAGS", "%s -fPIC -O2" % get.CXXFLAGS())
|
||||
pisitools.cflags.remove("-O3")
|
||||
pisitools.cxxflags.remove("-O3")
|
||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||
shelltools.export("CFLAGS", get.CFLAGS().replace("-ggdb3", ""))
|
||||
autotools.rawConfigure("--prefix=/usr \
|
||||
@@ -20,13 +25,11 @@ def setup():
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
--enable-vp9-highbitdepth \
|
||||
--enable-vp9-temporal-denoising \
|
||||
--enable-shared \
|
||||
--enable-runtime-cpu-detect \
|
||||
--enable-multithread \
|
||||
--enable-postproc \
|
||||
--enable-experimental \
|
||||
--disable-debug \
|
||||
--disable-debug-libs \
|
||||
--disable-install-docs \
|
||||
--disable-install-srcs" % libdir)
|
||||
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>WebM VP8 Codec SDK</Summary>
|
||||
<Description>libvpx is the VP8 development library usually used in WebM and similiar formats.</Description>
|
||||
<Archive sha1sum="6c9a55e1f92d7301383f387486bb574f22faf855" type="targz">https://github.com/webmproject/libvpx/archive/v1.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2ab8203ad8922bdf3256e4a197d1348fa8db9a62" type="targz">https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -48,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-01-27</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>1.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user