flac:version bump
This commit is contained in:
@@ -17,9 +17,10 @@ def setup():
|
||||
--disable-dependency-tracking \
|
||||
--disable-xmms-plugin \
|
||||
--disable-static"
|
||||
|
||||
pisitools.cflags.add("-Wno-stringop-overflow -Wno-stringop-truncation")
|
||||
autotools.autoconf()
|
||||
autotools.configure(options)
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -30,6 +31,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/share/doc/")
|
||||
|
||||
pisitools.dohtml("doc/html/*")
|
||||
pisitools.dodoc("COPYING*", "README*")
|
||||
@@ -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>flac</Name>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An encoder/decoder for the Free Lossless Audio Codec</Summary>
|
||||
<Description>flac is the Free Lossless Audio Codec. The FLAC format supports streaming, seeking, and archival, and gives 25-75% compression on typical CD audio. This package contains tools and libraries to work with and support for files in FLAC format.</Description>
|
||||
<Archive sha1sum="2bdbb56b128a780a5d998e230f2f4f6eb98f33ee" type="tarxz">http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="6ac2e8f1dd18c9b0214c4d81bd70cdc1e943cffe" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -21,9 +21,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>flac</Name>
|
||||
<Summary>An encoder/decoder for the Free Lossless Audio Codec</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -34,9 +34,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>flac-docs</Name>
|
||||
<Summary>Documentation for flac</Summary>
|
||||
<Summary>Documentation files for flac</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>flac</Dependency>
|
||||
<Dependency release="current">flac</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -77,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-06</Date>
|
||||
<Version>1.3.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-01</Date>
|
||||
<Version>1.3.2</Version>
|
||||
|
||||
@@ -9,15 +9,18 @@
|
||||
<Package>
|
||||
<Name>flac-docs</Name>
|
||||
<Summary xml:lang="tr">flac ile ilgili belgeler</Summary>
|
||||
<Description xml:lang="tr">flac-docs, flac ile ilgili belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>flac-devel</Name>
|
||||
<Summary xml:lang="tr">flac için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">flac-devel, flac için geliştirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>flac-32bit</Name>
|
||||
<Summary xml:lang="tr">flac için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
<Description xml:lang="tr">flac-32bit, flac için 32-bit paylaşımlı kitaplıklar içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user