Search Criteria
Package Details: xdemorse 3.0-1
Git Clone URL: | https://aur.archlinux.org/xdemorse.git (read-only) |
---|---|
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: | |
Submitter: | nivardus |
Maintainer: | not_anonymous |
Last Packager: | not_anonymous |
Votes: | 4 |
Popularity: | 0.000001 |
First Submitted: | 2011-07-13 22:10 |
Last Updated: | 2017-04-03 12:37 |
Dependencies (8)
- alsa-lib (alsa-lib-x205ta)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-patched-filechooser-icon-view)
- hamradio-menus
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-1.14, automake-git, automake-1.11) (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full, imagemagick6) (make)
- intltool (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Latest Comments
not_anonymous commented on 2018-12-20 22:31
I unflagged this package as it IS the last package version that is compatible with gtk2.
I am planning to "script-up" a version for gtk3 VERY shortly. Tnxs for the patience.
not_anonymous commented on 2015-02-18 03:49
New structuring for the PKGBUILD
qs9rx commented on 2015-02-16 20:35
Sorry for the late update! Thanks for the patch :)
not_anonymous commented on 2015-02-04 03:02
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
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
New version out: 2.9
qs9rx commented on 2014-02-10 16:30
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
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
***Error***: You must have automake >= 1.9 installed to build Package.
But I have automake 1.14...