jack-audio-connection-kit 1.9.14
This commit is contained in:
@@ -15,8 +15,9 @@ def setup():
|
||||
shelltools.system("./waf configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
--firewire \
|
||||
--alsa ")
|
||||
--alsa \
|
||||
--firewire=no \
|
||||
")
|
||||
|
||||
def build():
|
||||
shelltools.system("./waf build -v")
|
||||
@@ -29,4 +30,4 @@ def install():
|
||||
|
||||
shelltools.chmod("%s/usr/lib/jack/*.so*" % get.installDIR(), 0755)
|
||||
|
||||
pisitools.dodoc("ChangeLog", "README*", "TODO")
|
||||
pisitools.dodoc("ChangeLog.rst", "README*")
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>A low-latency audio server</Summary>
|
||||
<Description>JACK is a low-latency audio server written for POSIX conformant operating systems. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves.</Description>
|
||||
<Archive sha1sum="8ab6329c6a107cdf370c40afac154370b406437d" type="targz">https://github.com/jackaudio/jack2/archive/v1.9.12.tar.gz</Archive>
|
||||
<Archive sha1sum="08059d188b7653d067509aac36ebf45d0e84e5bd" type="targz">https://github.com/jackaudio/jack2/archive/v1.9.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsamplerate-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>libffado-devel</Dependency>
|
||||
<!-- <Dependency>libffado-devel</Dependency> -->
|
||||
<Dependency>celt-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>eigen3</Dependency>
|
||||
@@ -38,7 +38,7 @@
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libsamplerate</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>libffado</Dependency>
|
||||
<!-- <Dependency>libffado</Dependency> -->
|
||||
<Dependency>readline</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>celt</Dependency>
|
||||
@@ -85,6 +85,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>1.9.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>1.9.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user