Package Details: xdemorse 3.6.7-1

Git Clone URL: https://aur.archlinux.org/xdemorse.git (read-only, click to copy)
Package Base: xdemorse
Description: An X/GTK+ application - decodes Morse Code signals into text.
Upstream URL: http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html
Licenses: GPL
Submitter: nivardus
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 5
Popularity: 0.003076
First Submitted: 2011-07-13 22:10 (UTC)
Last Updated: 2023-05-09 19:42 (UTC)

Latest Comments

« First ‹ Previous 1 2

not_anonymous commented on 2015-02-04 03:02 (UTC)

I noticed that you might want to add something similar to this in your PKGBUILD: makedepends=('autoconf' 'automake' 'gcc') Here's a patch file to allow this to compile: $ cat diff.autogen.sh --- autogen.sh 2013-12-02 00:01:30.000000000 -0700 +++ autogen.sh 2015-02-03 19:46:28.373924564 -0700 @@ -10 +10 @@ -test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.9 +test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.15 @@ -357,0 +358 @@ + 1.15*) automake_progs="automake-1.15 " ;;

qs9rx commented on 2015-01-27 19:29 (UTC)

Building currently fails because automake 1.15 is somehow not recognised as "automake >= 1.9" by the compilers. Not sure what to do, I hope it will resolve itself. Ideas welcome!

not_anonymous commented on 2015-01-24 19:44 (UTC)

New version out: 2.9

qs9rx commented on 2014-02-10 16:30 (UTC)

Thanks for the flag, I updated it and also fixed some things: I removed the dependencies "atk" "glibc" "cairo" "fontconfig" "freetype2" "pango" as namcap told me they were already satisfied (by GTK I guess). Changed "gtk" to "gtk2". Added "alsa-lib". Also changed the install path to /usr/bin/ instead of /usr/local/bin/

maxkessler commented on 2013-12-14 21:20 (UTC)

There are updated website and download URL's for the source package: http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse-${pkgver}.tar.bz2 The current version is 2.6, but 2.5 is also available. The sha1sum for 2.6 is: 511e94351f75fab03cacad77ab71c5e5a3248b99

nickoe commented on 2013-11-02 00:52 (UTC)

***Error***: You must have automake >= 1.9 installed to build Package. But I have automake 1.14...