Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gnuradio
Commits:
5f5d0284 by Antonio Rojas at 2024-06-29T23:24:17+02:00
upgpkg: 3.10.10.0-5: qwt 6.3 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnuradio
pkgdesc = General purpose DSP and SDR toolkit with drivers for usrp and
fcd.
pkgver = 3.10.10.0
- pkgrel = 4
+ pkgrel = 5
url = https://gnuradio.org
arch = x86_64
license = GPL3
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=gnuradio
pkgname=(gnuradio gnuradio-companion)
pkgver=3.10.10.0
-pkgrel=4
+pkgrel=5
pkgdesc="General purpose DSP and SDR toolkit with drivers for usrp and fcd."
arch=(x86_64)
url="https://gnuradio.org"
@@ -92,6 +92,7 @@
b2sums=('820fe32e19d137726cc06aa9bc8fd92fe28fb5c0f398cacb5fe01eac247b31044738d84
prepare() {
patch -d $pkgbase-$pkgver -Rp1 < 7c87800f.patch # Revert change that breaks
installing data
patch -d $pkgbase-$pkgver -p1 < numpy-2.0.patch # Fix test with numpy 2.0
+ sed -e 's|6.3|6.4|g' -i $pkgbase-$pkgver/cmake/Modules/FindQwt.cmake
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnuradio/-/commit/5f5d02848e089c934f4169f6c99cf22984d62354
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnuradio/-/commit/5f5d02848e089c934f4169f6c99cf22984d62354
You're receiving this email because of your account on gitlab.archlinux.org.