disabled strings
This commit is contained in:
@@ -5,22 +5,23 @@
|
|||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import shelltools
|
#from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
options = "\
|
# options = "\
|
||||||
--disable-static \
|
# --disable-static \
|
||||||
--enable-fixed-point \
|
# --enable-fixed-point \
|
||||||
"
|
# "
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
# if get.buildTYPE() == "_emul32":
|
||||||
options += " --libdir=/usr/lib32 \
|
# options += " --libdir=/usr/lib32 \
|
||||||
"
|
# "
|
||||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
# shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||||
|
|
||||||
autotools.configure(options)
|
# autotools.configure(options)
|
||||||
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
|
|||||||
@@ -21,9 +21,9 @@
|
|||||||
<Dependency>libogg-devel</Dependency>
|
<Dependency>libogg-devel</Dependency>
|
||||||
<Dependency>libopus-devel</Dependency>
|
<Dependency>libopus-devel</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>libogg-32bit</Dependency>
|
<!-- <Dependency>libogg-32bit</Dependency>
|
||||||
<Dependency>libopus-32bit</Dependency>
|
<Dependency>libopus-32bit</Dependency>
|
||||||
<Dependency>openssl-32bit</Dependency>
|
<Dependency>openssl-32bit</Dependency> -->
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<!-- <Package>
|
||||||
<Name>opusfile-32bit</Name>
|
<Name>opusfile-32bit</Name>
|
||||||
<PartOf>emul32</PartOf>
|
<PartOf>emul32</PartOf>
|
||||||
<Summary>32-bit shared libraries for opusfile</Summary>
|
<Summary>32-bit shared libraries for opusfile</Summary>
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib32</Path>
|
<Path fileType="library">/usr/lib32</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package> -->
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user