This commit is contained in:
4fury-c3440d8
2021-12-11 17:36:50 +03:00
parent 164349f52b
commit 4d1f1b1935
2 changed files with 14 additions and 9 deletions
+2 -5
View File
@@ -2,16 +2,13 @@
# -*- 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 libtools
from pisi.actionsapi import get
def setup():
#pisitools.dosed("configure", "-O3")
# libtools.libtoolize()
autotools.configure("--disable-static")
def build():
@@ -20,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README", "TODO", "ChangeLog", "AUTHORS")
pisitools.dodoc("AUTHORS", "NEWS")
+12 -4
View File
@@ -1,18 +1,19 @@
<?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>twolame</Name>
<Homepage>http://www.twolame.org</Homepage>
<Homepage>https://www.twolame.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<PartOf>multimedia.sound</PartOf>
<Summary>An optimised MPEG Audio Layer 2</Summary>
<Description>TwoLAME is an optimised MPEG Audio Layer 2 encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME.</Description>
<Archive sha1sum="3ca460472c2f6eeedad70291d8e37da88b64eb8b" type="targz">mirrors://sourceforge/twolame/twolame-0.3.13.tar.gz</Archive>
<Archive sha1sum="6ec05fdaf555ef4157746ac3c91e8cdd20d4a3bc" type="targz">mirrors://sourceforge/twolame/twolame-0.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsndfile-devel</Dependency>
</BuildDependencies>
@@ -45,7 +46,14 @@
</Package>
<History>
<Update release="5">
<Update release="6">
<Date>2021-12-04</Date>
<Version>0.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-01-18</Date>
<Version>0.3.13</Version>
<Comment>Rebuild</Comment>