pkgsrc-wip/gwc/patches/patch-ai
Quentin Garnier 015886d823 Initial import of Gnome Wave Cleaner, version 0.19.10, into pkgsrc-wip.
XXX Not pkgsrc-ready yet.

Gnome Wave Cleaner is an application to aid in denoising (removing
hiss and clicks) from audio files.  It is primarily intended for
cleaning up recordings from vinyl albums. 

Here is how the author describes gwc: 
 
  WHAT IS IT? 

  It is a result of never wanting to boot to MS windows again.  The
  only reason I had left was because I have this wonderful software to
  record digital audio, and the dehiss and declick using some very
  cool software (COOLEDIT 2000, and Declick by M. Paar), to do the
  audio restoration.

  I checked out some of the ongoing projects in linux, and either they
  crashed a lot or, didn't do what I needed, so I started this effort
  out of selfishness and also as a mechanism to learn the GNOME API
  for GUI programming.  A lot of the code shows the efforts of that
  learning curve, and could certainly be cleaned up, but I am
  personally pleased with the overall design.  The goals are simple --
  denoise, dehiss and amplify audio files in the Microsoft wave
  format, 16 bit only, stereo only, and assuming a sampling rate of
  44,100 hz.
2003-10-16 07:54:11 +00:00

20 lines
425 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2003/10/16 07:54:11 cubidou Exp $
--- matrix.h.orig 2003-08-23 17:53:30.000000000 +0200
+++ matrix.h
@@ -34,6 +34,7 @@
#define MATRIXH
+#if 0
# ifndef __u_char_defined
typedef __u_char u_char;
typedef __u_short u_short;
@@ -44,6 +45,7 @@ typedef __u_quad_t u_quad_t;
typedef __fsid_t fsid_t;
# define __u_char_defined
# endif
+#endif
#include "machine.h"
#include "err.h"