aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdr
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-31 13:26:31 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-31 13:32:51 +0100
commit2378d69c8da90e821eeb23e840efae59fca332a6 (patch)
tree1ff53442c4982df88f3b65ca6874b35712667f8d /recipes/sdr
parent1bfb0fcfe4634387bcc51757c45c03a53ab46b21 (diff)
downloadopenembedded-2378d69c8da90e821eeb23e840efae59fca332a6.tar.gz
fldigi: add 3.20.33
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/sdr')
-rw-r--r--recipes/sdr/fldigi_3.20.33.bb18
-rw-r--r--recipes/sdr/sdrshell_svn.bb4
2 files changed, 20 insertions, 2 deletions
diff --git a/recipes/sdr/fldigi_3.20.33.bb b/recipes/sdr/fldigi_3.20.33.bb
new file mode 100644
index 0000000000..6d0520f9b7
--- /dev/null
+++ b/recipes/sdr/fldigi_3.20.33.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Digital modem program for Linux"
+LICENSE = "GPLv2"
+
+DEPENDS = "libsndfile1 portaudio-v19 hamlib jpeg fltk libsamplerate0 pulseaudio"
+
+inherit gettext autotools
+
+SRC_URI = "http://www.w1hkj.com/downloads/fldigi/fldigi-${PV}.tar.gz"
+SRC_URI[md5sum] = "0e8b7707f721eda43a0617ffbe2076cf"
+SRC_URI[sha256sum] = "5442f3cd186b3f0c3338be9fd40f26d73bac9e2feee41bb5c7cc3e4ffe7a215d"
+
+EXTRA_OECONF = " --enable-static --without-jpeg"
+
+do_configure_prepend() {
+ glib-gettextize --force --copy || true
+ cp ${STAGING_DATADIR}/glib-2.0/gettext/mk* ${S}
+}
+
diff --git a/recipes/sdr/sdrshell_svn.bb b/recipes/sdr/sdrshell_svn.bb
index e5ceb13fa6..b7874ab44e 100644
--- a/recipes/sdr/sdrshell_svn.bb
+++ b/recipes/sdr/sdrshell_svn.bb
@@ -5,11 +5,11 @@ DEPENDS = "dttsp"
inherit qmake qt3x11
-SRCREV = "57"
+SRCREV = "114"
PV = "${SRCREV}"
SRC_URI = "svn://sdr-shell.googlecode.com/svn/branches;module=sdr-shell-v2;proto=http \
- file://gcc-43-fix.patch;striplevel=0"
+"
S = "${WORKDIR}/sdr-shell-v2"
PARALLEL_MAKE = ""