vorbis-tools.
This commit is contained in:
@@ -2,25 +2,24 @@
|
||||
# -*- 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
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("AT_M4DIR", "m4")
|
||||
autotools.autoreconf("-vfi")
|
||||
j = ''.join([
|
||||
' --enable-nls',
|
||||
' --enable-vcut',
|
||||
' --enable-ogg123',
|
||||
' --with-flac',
|
||||
' --with-kate',
|
||||
' --with-speex',
|
||||
' --docdir=/%s/%s' % (get.docDIR(), get.srcNAME())
|
||||
])
|
||||
|
||||
autotools.configure('--disable-dependency-tracking \
|
||||
--enable-nls \
|
||||
--enable-vcut \
|
||||
--enable-ogg123 \
|
||||
--with-flac \
|
||||
--with-speex \
|
||||
--with-kate \
|
||||
--docdir="/%s/%s"' % (get.docDIR(), get.srcNAME()))
|
||||
def setup():
|
||||
autotools.configure(j)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -29,4 +28,5 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/share/doc")
|
||||
|
||||
pisitools.dodoc("CHANGES", "COPYING", "AUTHORS", "README", "ogg123/ogg123rc-example")
|
||||
|
||||
@@ -1,26 +1,28 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>vorbis-tools</Name>
|
||||
<Homepage>http://www.vorbis.com/</Homepage>
|
||||
<Homepage>https://xiph.org/vorbis/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>Tools for using the Ogg Vorbis sound file format</Summary>
|
||||
<Description>This set of tools allow you to play and encode Ogg Vorbis files.</Description>
|
||||
<Archive sha1sum="fc6a820bdb5ad6fcac074721fab5c3f96eaf6562" type="targz">http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="c7012dc104da4f35a5d5d46e902cd49214377f5b" type="targz">https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>libao-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
<Dependency>libao-devel</Dependency>
|
||||
<Dependency>speex-devel</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libkate-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>opusfile-devel</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -43,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-12-04</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-03-08</Date>
|
||||
<Version>1.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user