libvorbis:rebuilt
This commit is contained in:
@@ -10,14 +10,12 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure("--disable-static")
|
autotools.configure("--disable-static")
|
||||||
|
pisitools.dosed("doc/Makefile", "-\$\(VERSION\)", "")
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
pisitools.dodoc("COPYING")
|
||||||
pisitools.removeDir("/usr/share/doc")
|
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "doc/*.txt")
|
|
||||||
pisitools.dohtml("doc/*")
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libvorbis</Name>
|
<Name>libvorbis</Name>
|
||||||
@@ -20,18 +20,18 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libvorbis</Name>
|
<Name>libvorbis</Name>
|
||||||
|
<Summary>The Vorbis general audio compression codec</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>libogg</Dependency>
|
<Dependency release="current">libogg</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/libvorbis/AUTHORS</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc/libvorbis/README</Path>
|
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libvorbis-devel</Name>
|
<Name>libvorbis-devel</Name>
|
||||||
|
<Summary>Development files for libvorbis</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">libvorbis</Dependency>
|
<Dependency release="current">libvorbis</Dependency>
|
||||||
<Dependency>libogg-devel</Dependency>
|
<Dependency>libogg-devel</Dependency>
|
||||||
@@ -41,7 +41,17 @@
|
|||||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||||
<Path fileType="data">/usr/share/aclocal</Path>
|
<Path fileType="data">/usr/share/aclocal</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/libvorbis</Path>
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libvorbis-docs</Name>
|
||||||
|
<Summary>Documentation files for libvorbis</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libvorbis</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -63,6 +73,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-01-06</Date>
|
||||||
|
<Version>1.3.6</Version>
|
||||||
|
<Comment>Rebuilt for the new toolchain.</Comment>
|
||||||
|
<Name>Blue DeviL</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-07-29</Date>
|
<Date>2018-07-29</Date>
|
||||||
<Version>1.3.6</Version>
|
<Version>1.3.6</Version>
|
||||||
@@ -99,4 +116,4 @@
|
|||||||
<Email>kaptan@pisilinux.org</Email>
|
<Email>kaptan@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -7,8 +7,21 @@
|
|||||||
<Summary xml:lang="fr">Librairie de formatage de fichier son Ogg Vorbis libre.</Summary>
|
<Summary xml:lang="fr">Librairie de formatage de fichier son Ogg Vorbis libre.</Summary>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libvorbis-devel</Name>
|
||||||
|
<Summary xml:lang="tr">libvorbis için geliştirme dosyaları</Summary>
|
||||||
|
<Description xml:lang="tr">libvorbis-devel, libvorbis için geliştirme dosyaları içerir.</Description>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libvorbis-docs</Name>
|
||||||
|
<Summary xml:lang="tr">libvorbis ile ilgili belgeler</Summary>
|
||||||
|
<Description xml:lang="tr">libvorbis-docs, libvorbis ile ilgili belgelendirme dosyaları içerir.</Description>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libvorbis-32bit</Name>
|
<Name>libvorbis-32bit</Name>
|
||||||
<Summary xml:lang="tr">libvorbis için 32-bit paylaşımlı kitaplıklar</Summary>
|
<Summary xml:lang="tr">libvorbis için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||||
|
<Description xml:lang="tr">libvorbis-32bit, libvorbis için 32-bit paylaşımlı kitaplıklar içerir.</Description>
|
||||||
</Package>
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user