Package Details: wsjtx-system-hamlib 2.5.4-1

Git Clone URL: https://aur.archlinux.org/wsjtx-system-hamlib.git (read-only, click to copy)
Package Base: wsjtx-system-hamlib
Description: Software for Amateur Radio Weak-Signal Communication (JT9 and JT65) - no superbuild (uses system hamlib and boost)
Upstream URL: http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
Licenses: GPL3
Conflicts: wsjtx
Provides: wsjtx
Submitter: netcrusher
Maintainer: netcrusher
Last Packager: netcrusher
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-09 15:31 (UTC)
Last Updated: 2022-08-08 21:10 (UTC)

Latest Comments

uboot commented on 2023-02-02 16:13 (UTC) (edited on 2023-02-02 16:41 (UTC) by uboot)

Sources have moved to "http://downloads.sourceforge.net/sourceforge/wsjt/${_basename}-${pkgver}.tgz"

https://sourceforge.net/projects/wsjt/

Was able to build 2.6.1 against community/hamlib 4.5.4 with the following contents of cmakelist.patch:

diff -Naur old/wsjtx/CMakeLists.txt new/wsjtx/CMakeLists.txt
--- old/wsjtx/CMakeLists.txt    2023-01-07 10:18:11.000000000 +0100
+++ new/wsjtx/CMakeLists.txt    2023-02-02 17:26:13.706354825 +0100
@@ -1595,27 +1595,6 @@
   )
 endif(WSJT_BUILD_UTILS)  

-install (PROGRAMS
-  ${RIGCTL_EXE}
-  DESTINATION ${CMAKE_INSTALL_BINDIR}
-  #COMPONENT runtime
-  RENAME rigctl-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
-  )
-
-install (PROGRAMS
-  ${RIGCTLD_EXE}
-  DESTINATION ${CMAKE_INSTALL_BINDIR}
-  #COMPONENT runtime
-  RENAME rigctld-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
-  )
-
-install (PROGRAMS
-  ${RIGCTLCOM_EXE}
-  DESTINATION ${CMAKE_INSTALL_BINDIR}
-  #COMPONENT runtime
-  RENAME rigctlcom-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
-  )
-
 install (FILES
   README
   COPYING

uboot commented on 2022-07-15 19:51 (UTC)

It builds with latest 2.5.4, findhamlib.patch will fail but it's not required anymore, system hamlib 4.4 is found without problems.