portaudio ver. bump
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# -*- 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
|
||||
|
||||
WorkDir = "portaudio"
|
||||
@@ -20,4 +19,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR="%s" libdir=/usr/lib' % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE.txt", "README.txt")
|
||||
pisitools.dodoc("LICENSE.txt", "README.md")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>portaudio</Name>
|
||||
@@ -12,7 +12,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Portable audio library</Summary>
|
||||
<Description>PortAudio is a free, cross platform, open-source, audio I/O library.</Description>
|
||||
<Archive type="targz" sha1sum="56c596bba820d90df7d057d8f6a0ec6bf9ab82e8">http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz</Archive>
|
||||
<Archive sha1sum="b7e9b9c53d993f6d110487ef56a3d4529d21b2f1" type="targz">
|
||||
http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
@@ -50,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-07-21</Date>
|
||||
<Version>190700.20210406</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-03-22</Date>
|
||||
<Version>190600.20161030</Version>
|
||||
|
||||
Reference in New Issue
Block a user