New commits:
commit 732aa5264b35f64281e5dba49dd923a5d78e9989
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
gwc: update to 0.22-01 (gtk-wave-cleaner now, no libgnome dep)
diff --git a/gnome2-apps/gwc/BUILD b/gnome2-apps/gwc/BUILD
new file mode 100755
index 0000000..ca63c3d
--- /dev/null
+++ b/gnome2-apps/gwc/BUILD
@@ -0,0 +1 @@
+OPTS="$OPTS $GWC_OPTS" default_build
diff --git a/gnome2-apps/gwc/CONFIGURE b/gnome2-apps/gwc/CONFIGURE
new file mode 100755
index 0000000..5df969d
--- /dev/null
+++ b/gnome2-apps/gwc/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option GWC_OPTS "use single precision fftw?" n \
+ "--enable-single-fftw3" "--disable-single-fftw3"
diff --git a/gnome2-apps/gwc/DEPENDS b/gnome2-apps/gwc/DEPENDS
index 890f193..832a0d6 100755
--- a/gnome2-apps/gwc/DEPENDS
+++ b/gnome2-apps/gwc/DEPENDS
@@ -1,23 +1,21 @@
-depends libgnomeui &&
+depends gtk+2 &&
depends libsndfile &&
-depends fftw &&
+optional_depends xdg-utils \
+ "" "" \
+ "for manual in help menu"
+
+if list_find "$GWC_OPTS" --enable-single-fftw3; then
+ depends -sub SINGLE fftw
+else
+ depends -sub DOUBLE fftw
+fi &&