[oe-commits] Koen Kooi : fldigi: add 3.20.33

git version control git at git.openembedded.org
Fri Dec 31 12:34:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2378d69c8da90e821eeb23e840efae59fca332a6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2378d69c8da90e821eeb23e840efae59fca332a6

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec 31 13:26:31 2010 +0100

fldigi: add 3.20.33

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/sdr/fldigi_3.20.33.bb |   18 ++++++++++++++++++
 recipes/sdr/sdrshell_svn.bb   |    4 ++--
 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 0000000..6d0520f
--- /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 e5ceb13..b7874ab 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 = ""





More information about the Openembedded-commits mailing list