python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -9,6 +9,8 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
pisitools.cxxflags.add("-std=gnu++11")
|
||||
|
||||
def setup():
|
||||
pisitools.flags.add(" -lspeechd")
|
||||
shelltools.export("PYTHON","/usr/bin/python3")
|
||||
@@ -19,12 +21,15 @@ def setup():
|
||||
--with-espeak \
|
||||
--with-install-root='%s' \
|
||||
--with-writable-directory='/run/brltty' \
|
||||
--disable-stripping \
|
||||
--disable-ocaml-bindings \
|
||||
--disable-java-bindings" % get.installDIR())
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make(" -j1")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("INSTALL_ROOT=%s install" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s install-udev" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s install-polkit" % get.installDIR())
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv3</License>
|
||||
<Summary>Braille display driver for Linux/Unix</Summary>
|
||||
<Description>Braille display driver for Linux/Unix</Description>
|
||||
<Archive sha1sum="58fd45d71ae348d6fc039952425e56877493b137" type="tarxz">https://brltty.app/archive/brltty-6.4.tar.xz</Archive>
|
||||
<Archive sha1sum="bd8e65749934e689cfa2c71dc06dc4cc357c8735" type="tarxz">https://brltty.app/archive/brltty-6.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gpm</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
@@ -95,6 +95,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2023-10-18</Date>
|
||||
<Version>6.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2021-10-25</Date>
|
||||
<Version>6.4</Version>
|
||||
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="28">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>6.5.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="27">
|
||||
<Date>2023-10-05</Date>
|
||||
<Version>6.5.2</Version>
|
||||
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>1.0.9</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-10-03</Date>
|
||||
<Version>1.0.9</Version>
|
||||
|
||||
Reference in New Issue
Block a user