summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2019-12-22 21:39:09 -0500
committerRichard Freeman <rich0@gentoo.org>2019-12-22 21:39:30 -0500
commitf1daa4d7f4e7b3965086d3826d84a8bef483c3c2 (patch)
tree619b9b81798cda66bd4044a52b7214bc8cd837d7 /media-radio/js8call/files
parentsci-libs/tensorflow: bump 2.1.0_rc1 (diff)
downloadgentoo-f1daa4d7f4e7b3965086d3826d84a8bef483c3c2.tar.gz
gentoo-f1daa4d7f4e7b3965086d3826d84a8bef483c3c2.tar.bz2
gentoo-f1daa4d7f4e7b3965086d3826d84a8bef483c3c2.zip
media-radio/js8call: bump
Requires patch for current release hamlib. May need to revist for hamlib-3.4. Dep adjusted anticipating this until the new version can be released. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'media-radio/js8call/files')
-rw-r--r--media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch b/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
new file mode 100644
index 000000000000..5fc71b7f2940
--- /dev/null
+++ b/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
@@ -0,0 +1,27 @@
+From af2ed2b67665a4bb891ffa01d45043bb197f06bf Mon Sep 17 00:00:00 2001
+From: Richard Freeman <rich0@gentoo.org>
+Date: Sun, 22 Dec 2019 21:26:27 -0500
+Subject: [PATCH] Revert "Updated hamlib interface to use new unsigned int for
+ vfo_t"
+
+This reverts commit 7728483481975bfe1527eab657cf636c4c3b9181.
+---
+ HamlibTransceiver.hpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/HamlibTransceiver.hpp b/HamlibTransceiver.hpp
+index 509fe4e..c8c0f74 100644
+--- a/HamlibTransceiver.hpp
++++ b/HamlibTransceiver.hpp
+@@ -14,7 +14,7 @@ extern "C"
+ {
+ typedef struct rig RIG;
+ struct rig_caps;
+- typedef unsigned int vfo_t;
++ typedef int vfo_t;
+ }
+
+ // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
+--
+2.24.1
+