Package Details: freedv-gui 1.9.9-2

Git Clone URL: https://aur.archlinux.org/freedv-gui.git (read-only, click to copy)
Package Base: freedv-gui
Description: Digital Voice for Radio Amateurs
Upstream URL: https://freedv.org/
Licenses: LGPL2.1
Submitter: ra1nb0w
Maintainer: ra1nb0w
Last Packager: ra1nb0w
Votes: 11
Popularity: 0.002193
First Submitted: 2022-07-28 10:40 (UTC)
Last Updated: 2024-04-13 15:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

AxPU commented on 2017-11-25 12:50 (UTC)

Fixed the download URL. Funny that I did not catch that in the first place. It did download and build here but I really wonder how. Anyway - Thats updated. It does build with the current codec2 v0.7 and offers me the "700C" flavour of it. I did not test it on the air yet but it looks like it is OK and working.

arthurulfeldt commented on 2017-11-22 19:31 (UTC)

it's also necessary to depend on codec2-svn until the codec2 release files are updated to include 700C support which the release version already depends on. so it seems that the release version of freeDV is depending on a pre-release library ... :-/ anyway here's a patch: cat 0001-depend-on-codec2-svn-until-they-relase-a-stable-veri.patch 1 ↵ (master⚡) arthur@a:11:29:14 From ce803c1a7f4add0fc30047907b9757becfaf19d5 Mon Sep 17 00:00:00 2001 From: Arthur Ulfeldt <arthur@yummly.com> Date: Wed, 22 Nov 2017 11:28:57 -0800 Subject: [PATCH] depend on codec2-svn until they relase a stable verison with 700C --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index cd1ecac..f18efd9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Digital Voice for Radio Amateurs" arch=('i686' 'x86_64') license=('GPL2') url="http://freedv.org/" -depends=('glibc' 'portaudio' 'hamlib' 'sox' 'wxgtk' 'codec2' 'speex' 'libao') +depends=('glibc' 'portaudio' 'hamlib' 'sox' 'wxgtk' 'codec2-svn' 'speex' 'libao') #depends=('glibc' 'portaudio' 'hamlib' 'wxgtk' 'codec2' 'speex') makedepends=('cmake') -- 2.15.0 and it's pushed to my gihub repo linked below

arthurulfeldt commented on 2017-11-22 19:09 (UTC)

i pushed an updated package to https://github.com/thearthur/freedv-aur with the corrected download links. here's the diff: cat 0001-use-new-download-link-and-upgrade-to-1.2.2.patch (master⚡) arthur@a:11:08:30 From 9a74047bfdd0c1656d1e20af5eb1938e3389f38d Mon Sep 17 00:00:00 2001 From: Arthur Ulfeldt <arthur@yummly.com> Date: Wed, 22 Nov 2017 11:01:29 -0800 Subject: [PATCH] use new download link and upgrade to 1.2.2 --- PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6af2727..cd1ecac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andreas Schreiner <andreas.schreiner@sonnenmulde.at> pkgname=freedv -pkgver="1.2" +pkgver="1.2.2" pkgrel=1 pkgdesc="Digital Voice for Radio Amateurs" arch=('i686' 'x86_64') @@ -10,8 +10,9 @@ url="http://freedv.org/" depends=('glibc' 'portaudio' 'hamlib' 'sox' 'wxgtk' 'codec2' 'speex' 'libao') #depends=('glibc' 'portaudio' 'hamlib' 'wxgtk' 'codec2' 'speex') makedepends=('cmake') -source=("https://files.freedv.org/$pkgname/$pkgname-$pkgver.tar.xz") -sha512sums=('6f368ba3517ac57cdb581a21bf3a87f50b168bf3de51666b99f09469ed12e45a368740ee8a7f83adf6f6b59341ea7a14b3ba30a597f7ad96ba2091ecd9b89661') + +source=("https://freedv.com/wp-content/uploads/sites/8/2017/10/$pkgname-$pkgver.tar.xz") +sha512sums=('63ad0fd7a3fc0f88784b934738a51a2a6a0e58ae15aa4599c0efa36d3119f0c9c5778a1becaa8daa7161a8da3dc4c9247a813fea6a4c7de6d3cb22f5df437737') build() { @@ -19,7 +20,7 @@ build() { mkdir -p build_linux cd build_linux cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR:PATH=lib -DUSE_STATIC_SOX=TRUE -DUSE_STATIC_SPEEXDSP=FALSE -DUSE_STATIC_CODEC2=FALSE -DBOOTSTRAP_WXWIDGETS=FALSE - make + make } package() { -- 2.15.0

petris commented on 2017-11-21 23:50 (UTC)

files.freedv.org appears to not work anymore. A working download URL for 1.2.2 is https://freedv.com/wp-content/uploads/sites/8/2017/10/freedv-1.2.2.tar.xz

AxPU commented on 2017-02-23 19:40 (UTC)

Version 1.2 is out but needs codec2 version 0.6 that is not yet in AUR (probably very soon tough). Until then you have to update codec2 yourself, it is a simple change of version number in the PKGBUILD and correcting the hashes. If you don't know about all of that, just wait for a few days.. vy 73

maze commented on 2016-02-14 08:29 (UTC)

Hamlib has been upgraded to 3.x, please test.

AxPU commented on 2015-11-23 22:30 (UTC)

Thank you for the information - that dependency slipped my attention until now!

arthurulfeldt commented on 2015-11-23 20:58 (UTC)

Do I need to build libao independently? Building this today is failing with: -- Will attempt static build of sox. ERRORCould not find libao. On Linux systems try installing: libao-devel (RPM based systems) libao-dev (DEB based systems) ... and ... -- Build type will be: Release CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: AO_LIBRARIES linked by target "freedv" in directory /tmp/pacaurtmp-arthur/freedv/src/freedv-1.1/src -- Configuring incomplete, errors occurred!