libogg.
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
# -*- 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 pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
@@ -18,4 +17,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -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>libogg</Name>
|
||||
@@ -10,9 +10,10 @@
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>The Ogg media file format library</Summary>
|
||||
<Description>libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams.</Description>
|
||||
<Archive sha1sum="f07499a35566aa62affb5ca989f62eed5b8092c3" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.xz</Archive>
|
||||
<Archive sha1sum="5a368421a636f7faa4c2f662857cb507dffd7c99" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -47,7 +48,7 @@
|
||||
<Summary>32-bit shared libraries for libogg</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
|
||||
<!-- <Dependency></Dependency> -->
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libogg</Dependency>
|
||||
@@ -58,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-12-04</Date>
|
||||
<Version>1.3.5</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.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user