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