portaudio: rebuild with cxx.
This commit is contained in:
@@ -12,11 +12,10 @@ from pisi.actionsapi import get
|
||||
WorkDir = "portaudio"
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static --prefix=/usr")
|
||||
autotools.configure("--enable-cxx --disable-static --prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
autotools.make("-j1")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR="%s" libdir=/usr/lib' % get.installDIR())
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>portaudio</Name>
|
||||
@@ -20,13 +19,14 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Add a patch from Fedora to make non mmap alsa (and thus pulseaudio) work -->
|
||||
<!-- <Patch level="1">portaudio-non-mmap-alsa.patch</Patch> -->
|
||||
<!-- <Patch level="1">portaudio-non-mmap-alsa.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>portaudio</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -50,7 +50,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Update release="6">
|
||||
<Date>2020-03-22</Date>
|
||||
<Version>190600.20161030</Version>
|
||||
<Comment>Rebuild with cxx.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>190600.20161030</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
|
||||
Reference in New Issue
Block a user