diff --git a/accessibility/brltty/actions.py b/accessibility/brltty/actions.py
index a396a8917a..748ff24819 100644
--- a/accessibility/brltty/actions.py
+++ b/accessibility/brltty/actions.py
@@ -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())
diff --git a/accessibility/brltty/pspec.xml b/accessibility/brltty/pspec.xml
index 3f56b88f4d..a1b44c43de 100644
--- a/accessibility/brltty/pspec.xml
+++ b/accessibility/brltty/pspec.xml
@@ -11,7 +11,7 @@
GPLv3
Braille display driver for Linux/Unix
Braille display driver for Linux/Unix
- https://brltty.app/archive/brltty-6.4.tar.xz
+ https://brltty.app/archive/brltty-6.5.tar.xz
gpm
bzip2
@@ -95,6 +95,13 @@
+
+ 2023-10-18
+ 6.5
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-10-25
6.4
diff --git a/hardware/disk/btrfs-progs/pspec.xml b/hardware/disk/btrfs-progs/pspec.xml
index 8265181b12..ccc8415194 100644
--- a/hardware/disk/btrfs-progs/pspec.xml
+++ b/hardware/disk/btrfs-progs/pspec.xml
@@ -63,6 +63,13 @@
+
+ 2023-10-17
+ 6.5.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-10-05
6.5.2
diff --git a/util/archive/brotli/pspec.xml b/util/archive/brotli/pspec.xml
index a68ef24271..0607a1d765 100644
--- a/util/archive/brotli/pspec.xml
+++ b/util/archive/brotli/pspec.xml
@@ -63,6 +63,13 @@
+
+ 2023-10-17
+ 1.0.9
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-10-03
1.0.9