Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
https://wiki.archlinux.org/title/PKGBUILD#provides
https://wiki.archlinux.org/title/Arch_package_guidelines#Package_relations
|
|
|
|
The 'liburing' is a new dependency required by v1.9.0.
|
|
* depends: add missing 'libmnl' package;
* depends: 'libusb' is a permanent (not build) dependency;
* makedepends: add missing 'python' package;
* build(): '/usr/sbin' -> '/usr/bin'.
|
|
This commit prepares for bumping $pkgver from 1.7.0 to 1.9.0,
so that the follow-up commit doing this would look cleaner:
* source: download release tarball from downloads.osmocom.org;
* makedepends: remove deps provided by 'base-devel', drop 'git';
* build(): improve formatting (one option per line);
* update $pkgdesc.
|
|
As recommended by one of the upstream maintainers, this commit enables
systemd-journald logging to match the builds on other platforms. If
upstream were to make linking the systemd library runtime configurable
this could be moved to optdepends, but I think currently needs to be a
full dependency if the switch is enabled at compile time.
|
|
The project now has a better landing page with links out to all
relevant infrastructure.
|
|
Updated package release for Osmocom CNI release 202206
See https://osmocom.org/news/190 for details.
|
|
If we don't have libusb installed, the build fails:
| checking for LIBUSB... no
| configure: error: Package requirements (libusb-1.0) were not met:
|
| Package 'libusb-1.0', required by 'virtual:world', not found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment variables LIBUSB_CFLAGS
| and LIBUSB_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
|
|
libosmousb was added to libosmocore in 2019, and requires libusb at
runtime.
|
|
Part of the Osmocom 202111 core network infrastructure release. See
https://osmocom.org/news/152
|
|
|
|
|
|
Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|