libopus: ver. bump

This commit is contained in:
4fury
2019-06-24 20:10:25 +03:00
parent 7c98fb1ff0
commit 274600ce14
2 changed files with 14 additions and 8 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ def setup():
if get.buildTYPE() == "_emul32":
options += " --libdir=/usr/lib32 \
"
"
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
autotools.configure(options)
@@ -31,5 +31,5 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "_emul32":
pisitools.dodoc("README", "NEWS", "AUTHORS")
if get.buildTYPE() != "_emul32":
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "README")
+11 -5
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Opus is a totally open, royalty-free, highly versatile audio codec</Summary>
<Description>Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.</Description>
<Archive sha1sum="35d108ca9d6a8d05e52d06c5421a5f95b39fdac9" type="targz">http://downloads.xiph.org/releases/opus/opus-1.2.1.tar.gz</Archive>
<Archive sha1sum="ed226536537861c9f0f1ef7ca79dffc225bc181b" type="targz">https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
</BuildDependencies>
@@ -21,7 +21,6 @@
<Package>
<Name>libopus</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
@@ -39,7 +38,7 @@
<Path fileType="library">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libopus-docs</Name>
<Summary>document files for libopus</Summary>
@@ -47,10 +46,10 @@
<Dependency release="current">libopus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libopus-32bit</Name>
<PartOf>emul32</PartOf>
@@ -65,6 +64,13 @@
</Package>
<History>
<Update release="5">
<Date>2019-06-24</Date>
<Version>1.3.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2018-08-16</Date>
<Version>1.2.1</Version>