Age | Commit message (Collapse) | Author |
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
On x86_64 we have:
$ /usr/bin/ghb
(gst-plugin-scanner:6956): GStreamer-WARNING **:
21:54:24.595: Failed to load plugin
'/usr/lib/gstreamer-1.0/libgstx265.so':
libx265.so.192: cannot open shared object file:
No such file or directory
(gst-plugin-scanner:6956): GStreamer-WARNING **:
21:54:25.615: Failed to load plugin
'/usr/lib/gstreamer-1.0/libgstaom.so': libaom.so.2:
cannot open shared object file: No such file or directory
(gst-plugin-scanner:6956): GStreamer-WARNING **:
21:54:25.824: Failed to load plugin
'/usr/lib/gstreamer-1.0/libgstsrt.so':
libsrt.so.1: cannot open shared object file:
No such file or directory
(gst-plugin-scanner:6956): GStreamer-WARNING **:
21:54:25.858: Failed to load plugin
'/usr/lib/gstreamer-1.0/libgstopenexr.so':
libIlmImf-2_5.so.25:
cannot open shared object file: No such file or directory
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This PKGBUILD is based on the
aarch64-linux-gnu-linux-libre-api-headers PKGBUILD.
It is needed for packaging arm-linux-gnueabi-glibc.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
|
|
|
|
https://labs.parabola.nu/issues/2931
|
|
|
|
|
|
Bring to current version
Added the file geoclue.conf. But it need to be added to the
PKGBUILD yet. It isn't strictly necessary as we compile
with all trackers disabled.. But would be a nice touch to have
the config file also sset everything to false/disabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
no longer ships PDF files
no longer installs any docs/ files
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Without that fix, on Parabola armv7h we have:
| Stripping vmlinux...
| strip:
/build/linux-libre-64/pkg/linux-libre-64-headers/usr/lib/modules/5.11.11-gnu-2-64-ARCH/build/vmlinux:
file format not recognized
| ==> ERROR: A failure occurred in package_linux-libre-64-headers().
| Aborting...
==> Copying log and package files out of the chroot...
And after entering the chroot again, running file on vmlinux in
usr/lib/modules/5.11.11-gnu-2-64-ARCH/build/ in
build/linux-libre-64/pkg/linux-libre-64-headers/ gives the following:
ELF 64-bit LSB shared object, ARM aarch64,
version 1 (SYSV), statically linked,
BuildID[sha1]=61b2acea5733ab812f33e872c462a54e7e71fbeb, not stripped
So the file is not recognized because we use the host strip instead of
the cross compiler's strip.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
Without that fix, when building for Parabola armv7h we have:
| ==> Starting package_linux-libre-64-headers()...
| Installing build files...
| Installing headers...
| cp: cannot stat 'arch/arm64/mach-dove/include': No such file or directory
| ==> ERROR: A failure occurred in package_linux-libre-64-headers().
| Aborting...
However these headers do exist for armv7h. As in this case we are
building an aarch64 kernel, we don't need armv7h headers anyway.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The usage of the libre.patch has already been removed by the following
commit:
e0a236ce2aaf35673906212a7bcc3ab09ec71de6
(libre: qtcreator: sync from core from 4.12.4-1 to 4.14.0-4)
but in that commit I forgot to also remove the actual libre.patch file.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|