libvorbis:rebuilt
This commit is contained in:
@@ -10,14 +10,12 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
pisitools.dosed("doc/Makefile", "-\$\(VERSION\)", "")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/share/doc")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "doc/*.txt")
|
||||
pisitools.dohtml("doc/*")
|
||||
pisitools.dodoc("COPYING")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>libvorbis</Name>
|
||||
@@ -20,18 +20,18 @@
|
||||
|
||||
<Package>
|
||||
<Name>libvorbis</Name>
|
||||
<Summary>The Vorbis general audio compression codec</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency release="current">libogg</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<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>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libvorbis-devel</Name>
|
||||
<Summary>Development files for libvorbis</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libvorbis</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
@@ -41,7 +41,17 @@
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig</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>
|
||||
</Package>
|
||||
|
||||
@@ -63,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2018-07-29</Date>
|
||||
<Version>1.3.6</Version>
|
||||
@@ -99,4 +116,4 @@
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -7,8 +7,21 @@
|
||||
<Summary xml:lang="fr">Librairie de formatage de fichier son Ogg Vorbis libre.</Summary>
|
||||
</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>
|
||||
<Name>libvorbis-32bit</Name>
|
||||
<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>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user