Package Details: libxtrx-git r77.acb0b1cf7ab9-2

Git Clone URL: https://aur.archlinux.org/libxtrx-git.git (read-only, click to copy)
Package Base: libxtrx-git
Description: High level API for the xtrx SDR
Upstream URL: https://github.com/xtrx-sdr/libxtrx
Keywords: sdr xtrx
Licenses: LGPL
Conflicts: libxtrx
Provides: libxtrx
Submitter: lynxis
Maintainer: lynxis
Last Packager: lynxis
Votes: 1
Popularity: 0.170095
First Submitted: 2019-04-22 18:06 (UTC)
Last Updated: 2021-07-10 13:40 (UTC)

Dependencies (7)

Required by (2)

Sources (1)

Latest Comments

lynxis commented on 2021-07-02 19:30 (UTC)

since soapysdr 0.8 is released, I've rebuild it and it compiles.

xiretza commented on 2021-04-24 09:46 (UTC)

The latest git version of libxtrx is incompatible with soapysdr 0.7.2, so the git version of soapysdr needs to be used until the next release. Ideally, that could be accomplished with soapysdr>0.7.2, but since soapysdr-git doesn't have a versioned provides= (yet), depends=(soapysdr-git) will have to do.

plushvoxel commented on 2020-08-23 14:06 (UTC) (edited on 2020-08-23 14:13 (UTC) by plushvoxel)

I get compiler errors :/

makepkg -sir 2>&1 | curl -F 'f:1=<-' ix.io

http://ix.io/2v0C

It's looking for enum members that are declared in the xtrxll_api.h from the libxtrxll repo.

lynxis commented on 2019-09-10 03:03 (UTC)

Thank you @lainpants.

lainpants commented on 2019-08-14 17:19 (UTC) (edited on 2019-08-14 17:20 (UTC) by lainpants)

qcustomplot-qt5 has been replaced by community/qcustomplot This patch fixes the dependency:

From 449fcb791903b0759af13ddbf4f40d78ec7a529e Mon Sep 17 00:00:00 2001
From: lain <lain@hacktheinter.net>
Date: Wed, 14 Aug 2019 10:17:39 -0700
Subject: [PATCH] PKGBUILD: change dependency qcustomplot-qt5 to qcustomplot

---
 .SRCINFO | 2 +-
 PKGBUILD | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index de08082..f28469c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = libxtrx-git
        depends = liblms7002m-xtrx
        depends = libxtrxdsp
        depends = libxtrxll
-       depends = qcustomplot-qt5
+       depends = qcustomplot
        depends = soapysdr
        provides = libxtrx
        conflicts = libxtrx
diff --git a/PKGBUILD b/PKGBUILD
index 3a38f36..588c210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('git' 'cmake')
 depends=('liblms7002m-xtrx'
          'libxtrxdsp'
          'libxtrxll'
-         'qcustomplot-qt5'
+         'qcustomplot'
          'soapysdr')
 source=("git+$url")
 md5sums=('SKIP')
-- 
2.21.0

lynxis commented on 2019-04-24 22:19 (UTC)

Thanks you for the dependency. Fixed!

lainpants commented on 2019-04-24 03:13 (UTC)

Thanks for the package! This is missing a dependency on liblms7002m-xtrx-git