[Lunar-commits] <moonbase> gradio: GTK Radio tuner
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Jan 31 17:08:34 CET 2010
commit 8aa8b2e792b3cbd26f7c57810c0bee70fc1a9689
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Jan 31 17:08:34 2010 +0100
gradio: GTK Radio tuner
---
audio/gradio/BUILD | 9 +++++++++
audio/gradio/DEPENDS | 1 +
audio/gradio/DETAILS | 16 ++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/audio/gradio/BUILD b/audio/gradio/BUILD
new file mode 100644
index 0000000..4e0f2dc
--- /dev/null
+++ b/audio/gradio/BUILD
@@ -0,0 +1,9 @@
+(
+
+ sedit 's@/usr/local@/usr@' Makefile &&
+ sedit 's/NO_STD_COLOR/STD_COLOR/' Makefile &&
+ # Set tuning step to 50kHz for better fine tuning (default USA station spacing is 200kHz, Europe 100kHz)
+ sedit 's/GR_TUNER_STEP_LARGE 200/GR_TUNER_STEP_LARGE 50/' gradio.h &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/gradio/DEPENDS b/audio/gradio/DEPENDS
new file mode 100644
index 0000000..8ed35fc
--- /dev/null
+++ b/audio/gradio/DEPENDS
@@ -0,0 +1 @@
+depends gtk+
diff --git a/audio/gradio/DETAILS b/audio/gradio/DETAILS
new file mode 100644
index 0000000..0507ab7
--- /dev/null
+++ b/audio/gradio/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=gradio
+ VERSION=1.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=ftp://ftp.sai.msu.su/pub/unix/sound/linux/radio
+ SOURCE_URL[1]=$PATCH_URL
+ SOURCE_VFY=sha1:5480d60b74bac810d65e372c1911f52c096cba76
+ WEB_SITE=http://www.linux.org/apps/AppId_4712.html
+ ENTERED=20080419
+ UPDATED=20100127
+ SHORT="GTK GUI Radio"
+cat << EOF
+GRadio is a GTK-based interface to radio cards.
+It is capable of using the device drivers
+in Linux kernels 2.1.106 and higher (including 2.2.x).
+Works OK with kernel 2.6.32.6 in Lunar.
+EOF
More information about the Lunar-commits
mailing list