Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (732aa5264b35f64281e5dba49dd923a5d78e9989)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (732aa5264b35f64281e5dba49dd923a5d78e9989)
  • Date: Tue, 22 Jan 2019 13:45:00 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

gnome2-apps/gwc/BUILD | 1 +
gnome2-apps/gwc/CONFIGURE | 2 ++
gnome2-apps/gwc/DEPENDS | 24 +++++++++++-------------
gnome2-apps/gwc/DETAILS | 20 +++++++++++---------
gnome2-apps/gwc/HISTORY | 6 ++++++
gnome2-apps/gwc/PRE_BUILD | 6 ------
gnome2-apps/gwc/datadir.patch | 12 ------------
7 files changed, 31 insertions(+), 40 deletions(-)

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 &&

optional_depends alsa-lib \
"--enable-alsa" \
"--disable-alsa" \
"for ALSA output support" &&

-optional_depends libvorbis \
- "--enable-ogg" \
- "--disable-ogg" \
- "for Ogg file reading support" &&
-
-optional_depends mpg123 \
- "--enable-mp3" \
- "--disable-mp3" \
- "for mp3 file reading support" &&
-
optional_depends pulseaudio \
"--enable-pa" \
"--disable-pa" \
- "Enable Pulse audio support?"
+ "Enable Pulse audio support?"
diff --git a/gnome2-apps/gwc/DETAILS b/gnome2-apps/gwc/DETAILS
index db1d6ea..5de8750 100755
--- a/gnome2-apps/gwc/DETAILS
+++ b/gnome2-apps/gwc/DETAILS
@@ -1,15 +1,17 @@
SPELL=gwc
- VERSION=0.21-19
- SOURCE=$SPELL-$VERSION.tgz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/project/gwc/gwc2/0.21-19/gwc-0.21-19.tgz
-
SOURCE_HASH=sha512:554d08db59b027a2d7fdb5edb01c46c25346c4d2a2165b3679d4a88cc46b3460ed8ac22548389d00b641796f4b0e774f989a633b6384f539bb5b81919ab45fcf
+ XSPELL=gtk-wave-cleaner
+ VERSION=0.22-01
+ SOURCE=$XSPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$XSPELL-$VERSION"
+ SOURCE_URL[0]=http://downloads.sourceforge.net/project/gwc/gwc2/$(echo
$VERSION | cut -f 1 -d -)/$SOURCE
+
SOURCE_HASH=sha512:960233d60b81e86be647d33e09f221ebb2ce9068fab9eb1338fbf83519f9f825e94ee6bb969ffdab4ca44fd6e4c8ab8aef2888234901717dc960535fdb0f7ade
LICENSE[0]=GPL
WEB_SITE=http://gwc.sourceforge.net/
ENTERED=20041006
- KEYWORDS="gnome2"
- SHORT="Gnome application to remove noise from WAV files"
+ KEYWORDS="audio"
+ SHORT="Gtk+2 application to remove noise from WAV files"
cat << EOF
-application to remove noise (hiss, pops and clicks)
-from audio files in WAV format (must be 16 bit, stereo).
+The Gtk Wave Cleaner is an application to remove noise (hiss, pops and
clicks)
+from audio files supported by libsndfile. It used to be called GNOME Wave
Cleaner
+before. The current name of the binary is gtk-wave-cleaner (formerly gwc).
EOF
diff --git a/gnome2-apps/gwc/HISTORY b/gnome2-apps/gwc/HISTORY
index 870e521..25a851f 100644
--- a/gnome2-apps/gwc/HISTORY
+++ b/gnome2-apps/gwc/HISTORY
@@ -1,3 +1,9 @@
+2019-01-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: new version 0.22 without GNOME dependency,
+ only gtk+2
+ * CONFIGURE: single or double precision fftw
+ * PRE_BUILD, datadir.patch: apparently obsolete
+
2013-02-18 Robin Cook <rcook AT wyrms.net>
* DEPENDS: corrected commented out libgnomeui depends

diff --git a/gnome2-apps/gwc/PRE_BUILD b/gnome2-apps/gwc/PRE_BUILD
deleted file mode 100755
index 323e4b0..0000000
--- a/gnome2-apps/gwc/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/datadir.patch" &&
-
-sed -i "s:-O6:${CFLAGS}:" Makefile.in meschach/makefile.in
diff --git a/gnome2-apps/gwc/datadir.patch b/gnome2-apps/gwc/datadir.patch
deleted file mode 100644
index 1660d6e..0000000
--- a/gnome2-apps/gwc/datadir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig 2010-09-17 03:28:16.000000000 +0400
-+++ Makefile.in 2011-02-11 06:36:51.703656490 +0300
-@@ -2,8 +2,8 @@
- exec_prefix = @exec_prefix@
-
- BINDIR = @bindir@
--DATADIR = @datadir@
- DATAROOTDIR = @datarootdir@
-+DATADIR = ${DATAROOTDIR}
- LIBDIR = @libdir@
- SYSCONFDIR = @sysconfdir@
- APPNAME = gnome_wave_cleaner



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (732aa5264b35f64281e5dba49dd923a5d78e9989), Thomas Orgis, 01/22/2019

Archive powered by MHonArc 2.6.24.

Top of Page