libvorbis.

This commit is contained in:
4fury-c3440d8
2021-12-11 17:33:19 +03:00
parent 2e90e22cd8
commit c000028bd2
2 changed files with 13 additions and 4 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
# -*- 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 autotools
from pisi.actionsapi import pisitools
@@ -18,4 +18,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING")
pisitools.dodoc("COPYING")
+10 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libvorbis</Name>
@@ -10,9 +10,10 @@
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>multimedia.sound</PartOf>
<Summary>The Vorbis general audio compression codec</Summary>
<Description>libvorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed variable bitrates from 16 to 128 kbps/channel.</Description>
<Archive sha1sum="237e3d1c66452734fd9b32f494f44238b4f0185e" type="tarxz">http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.xz</Archive>
<Archive sha1sum="0a2dd71a999656b8091506839e8007a61a8fda1f" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>libogg-devel</Dependency>
</BuildDependencies>
@@ -73,6 +74,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-12-04</Date>
<Version>1.3.7</Version>
<Comment>Version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2020-01-06</Date>
<Version>1.3.6</Version>