debian/ 0000755 0000000 0000000 00000000000 12161521115 007161 5 ustar debian/source/ 0000775 0000000 0000000 00000000000 12161514117 010467 5 ustar debian/source/format 0000664 0000000 0000000 00000000014 12161514117 011675 0 ustar 3.0 (quilt)
debian/patches/ 0000755 0000000 0000000 00000000000 12161520017 010610 5 ustar debian/patches/03_esd.diff 0000664 0000000 0000000 00000001333 12161520017 012521 0 ustar --- a/src/input.c
+++ b/src/input.c
@@ -67,7 +67,7 @@ int open_datasource(DataSource source)
/* esd rate is rate for each channel */
ring_rate=ESD_DEFAULT_RATE;
update_ring_channels(2); /* since ESD_STEREO is set */
- handle.fd=esd_monitor_stream(ESD_BITS16|ESD_STEREO|ESD_STREAM|ESD_RECORD,ring_rate,"127.0.0.1","eXtace");
+ handle.fd=esd_monitor_stream(ESD_BITS16|ESD_STEREO|ESD_STREAM|ESD_RECORD,ring_rate,NULL,"eXtace");
if (handle.fd > 0)
handle.open = 1;
break;
--- a/configure
+++ b/configure
@@ -20109,7 +20109,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_ESD 1
_ACEOF
- EXTRA_LIBS="`esd-config --libs` $EXTRA_LIBS "
+ EXTRA_LIBS="`esd-config --libs` -lm $EXTRA_LIBS "
fi
PROGRAMS_EXTACE=""
debian/patches/01_hppa.fix.diff 0000664 0000000 0000000 00000000707 12161515300 013464 0 ustar --- a/include/defaults.h
+++ b/include/defaults.h
@@ -17,8 +17,8 @@
#define _DEFAULTS_H_ 1
const float lag_min = 1.00; /* Minimum lag allowed */
-const float noise_floor_min = -160.0;
-const float noise_floor_max = 100.0;
+float noise_floor_min = -160.0;
+float noise_floor_max = 100.0;
const float multiplier_min = 1.0; /* Sensivity max allowed */
const float multiplier_max = 100.0; /* Sensivity max allowed */
const float bar_decay_max = 35.0;
debian/patches/series 0000644 0000000 0000000 00000000061 11751166606 012040 0 ustar 01_hppa.fix.diff
02_desktop-fix.diff
03_esd.diff
debian/patches/02_desktop-fix.diff 0000664 0000000 0000000 00000001011 12161515304 014176 0 ustar --- a/src/extace.desktop
+++ b/src/extace.desktop
@@ -6,13 +6,12 @@ Name[fr]=Extace Waveform
Name[ko]=ÀͽºÅ×À̽º
Name[pt]=Extace
Comment=Audio Waveform Monitor
-Comment[es]Visualización gráfica de ondas sonoras
+Comment[es]=Visualización gráfica de ondas sonoras
Comment[no]=Lydbølgemonitor
Comment[fr]=Visualisation graphique d'ondes sonores
Comment[ko]=¿Àµð¿À ¿þÀÌºê º¸±â
Comment[pt]=Visualização gráfica das ondas sonoras
Exec=extace
Icon=extace.png
-Info=Audio Waveform Monitor
Terminal=0
Type=Application
debian/compat 0000644 0000000 0000000 00000000002 12161514032 010357 0 ustar 9
debian/extace.sgml 0000644 0000000 0000000 00000004314 11751166606 011336 0 ustar Christian">
Marillat">
janvier 13, 2002">
1">
marillat@debian.org">
extace">
Debian GNU/Linux">
GNU">
]>
&dhemail;
&dhfirstname;
&dhsurname;
2001
&dhusername;
&dhdate;
&dhucpackage;
&dhsection;
&dhpackage;
waveform viewer
&dhpackage;
DESCRIPTION
&dhpackage; waveform viewer. It plugs
itself in as a EsounD monitor and samples and displays the output
from the EsounD daemon.
AUTHOR
This manual page was written by &dhusername; &dhemail; for
the &debian; system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation
License, Version 1.1 or any later version published by the Free
Software Foundation; with no Invariant Sections, no Front-Cover
Texts and no Back-Cover Texts.
debian/copyright 0000644 0000000 0000000 00000001032 11751166606 011126 0 ustar This package was debianized by Christian Marillat on
Thu, 15 Jul 1999 19:20:54 +0200.
It was downloaded from http://extace.sourceforge.net/
Upstream Author: Dave J. Andruczyk
Copyright: 1999, 2000, 2001 Dave J. Andruczyk
You should have received a copy of the GNU General Public License with the
Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if
not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
Floor, Boston, MA 02110-1301, USA.
debian/manpages 0000664 0000000 0000000 00000000020 12161520254 010674 0 ustar debian/extace.1
debian/changelog 0000644 0000000 0000000 00000032247 12161520755 011054 0 ustar extace (1.9.9-7) unstable; urgency=low
* Make a proper patch 03_esd instead of doing a patch in the source.
* Add -lm to the linker option (CLoses: #713664).
* Build with autotools_dev
-- Christian Marillat Sun, 23 Jun 2013 09:21:07 +0200
extace (1.9.9-6) unstable; urgency=low
* Use unix domain socket connection instead of TCP connection
(Closes: #517446).
-- Christian Marillat Wed, 04 Mar 2009 14:36:06 +0100
extace (1.9.9-5) unstable; urgency=low
* Change fftw3-dev by libfftw3-dev (new library name) in Build-Depends.
(Closes: #463307)
-- Christian Marillat Mon, 16 Feb 2009 09:10:12 +0100
extace (1.9.9-4) unstable; urgency=low
* Added a missing = in the desktop file (Closes: #486494)
-- Christian Marillat Fri, 04 Jul 2008 09:32:04 +0200
extace (1.9.9-3) unstable; urgency=low
* Remove old dpatch hack in debian/rules and now use quilt (Closes: #484379).
* Build with -Wl,--as-needed
* Move desktop file in the right place.
-- Christian Marillat Thu, 05 Jun 2008 09:37:06 +0200
extace (1.9.9-2) unstable; urgency=low
* Doesn't recommend xmms (Closes: #473834)
-- Christian Marillat Wed, 02 Apr 2008 00:51:14 +0200
extace (1.9.9-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Sun, 03 Feb 2008 09:19:25 +0100
extace (1.9.8-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Fri, 25 Jan 2008 09:00:58 +0100
extace (1.9.7-1) unstable; urgency=low
* New upstream release.
* This version doesn't need imlib1 (Closes: #456122)
-- Christian Marillat Wed, 23 Jan 2008 09:13:27 +0100
extace (1.9.6-1) unstable; urgency=low
* New upstream release.
* Fix debian/watch file (Closes: #450153)
-- Christian Marillat Wed, 07 Nov 2007 09:57:01 +0100
extace (1.9.5-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Fri, 17 Mar 2006 16:42:00 +0100
extace (1.9.4-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Tue, 27 Dec 2005 11:00:37 +0100
extace (1.9.3-2) unstable; urgency=low
* Changes gdk-imlib1-dev build-dependecy to gdk-imlib11-dev (Closes: #333021)
* Update fsf address in copyright file.
-- Christian Marillat Mon, 10 Oct 2005 09:50:52 +0200
extace (1.9.3-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Sun, 10 Jul 2005 11:17:43 +0200
extace (1.9.2-2) unstable; urgency=low
* Fix typo in description (Closes: #299968)
-- Christian Marillat Sat, 19 Mar 2005 14:15:26 +0100
extace (1.9.2-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Thu, 4 Nov 2004 18:55:58 +0100
extace (1.9.0-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Mon, 1 Dec 2003 18:03:59 +0100
extace (1.8.11-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Tue, 19 Aug 2003 10:27:26 +0200
extace (1.8.06-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Sun, 15 Jun 2003 11:36:43 +0200
extace (1.7.8-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Thu, 29 May 2003 22:14:06 +0200
extace (1.7.3-6) unstable; urgency=low
* Patch from lamont to fix build problem with hppa (Closes: #162646)
-- Christian Marillat Sun, 29 Sep 2002 08:56:56 +0200
extace (1.7.3-5) unstable; urgency=low
* Hack configure to pass the rfftw_one test (Closes: #156986)
-- Christian Marillat Sat, 14 Sep 2002 17:54:52 +0200
extace (1.7.3-4) unstable; urgency=low
* Replace gdk-imlib-dev by gdk-imlib1-dev build-dependency
* Update to standards version 3.5.7
-- Christian Marillat Fri, 13 Sep 2002 21:15:45 +0200
extace (1.7.3-3) unstable; urgency=low
* Should build-depends on libasound2-dev
-- Christian Marillat Fri, 16 Aug 2002 21:19:58 +0200
extace (1.7.3-2) unstable; urgency=low
* Really add support for DEB_* options bellow.
* Build against the latest gdk-imlib-dev 1.9.14-7
-- Christian Marillat Fri, 16 Aug 2002 15:29:28 +0200
extace (1.7.3-1) unstable; urgency=low
* New upstream release.
* Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
DEB_BUILD_OPTIONS
* Switch to debhelper V4
-- Christian Marillat Mon, 27 May 2002 15:18:18 +0200
extace (1.6.4-2) unstable; urgency=low
* Update Build-depends to the latest fftw-dev (Closes: #128785)
* Added a manpage.
-- Christian Marillat Sun, 13 Jan 2002 15:09:13 +0100
extace (1.6.4-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Mon, 19 Nov 2001 14:55:25 +0100
extace (1.6.1-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Wed, 12 Sep 2001 11:40:28 +0200
extace (1.6.0-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Wed, 29 Aug 2001 18:50:12 +0200
extace (1.5.1-2) unstable; urgency=low
* Switch to debhelper V3
* run libtoolize and aclocal (Closes: #107882)
-- Christian Marillat Tue, 7 Aug 2001 10:20:53 +0200
extace (1.5.1-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Mon, 4 Jun 2001 10:39:03 +0200
extace (1.5.0-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Fri, 18 May 2001 15:30:10 +0200
extace (1.4.6-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Mon, 22 Jan 2001 17:32:22 +0100
extace (1.4.5-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Tue, 2 Jan 2001 18:52:37 +0100
extace (1.4.4-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Fri, 15 Dec 2000 11:14:08 +0100
extace (1.4.0-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Sat, 2 Dec 2000 15:08:30 +0100
extace (1.3.11-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Sun, 5 Nov 2000 10:39:17 +0100
extace (1.3.10-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Wed, 1 Nov 2000 17:47:44 +0100
extace (1.3.9-1) unstable; urgency=low
* New upstream release.
* Switch to debhelper v2.
-- Christian Marillat Mon, 23 Oct 2000 16:23:55 +0200
extace (1.3.8-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Wed, 27 Sep 2000 20:49:00 +0200
extace (1.3.7-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Sat, 23 Sep 2000 12:54:56 +0200
extace (1.3.6-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Fri, 22 Sep 2000 15:19:13 +0200
extace (1.3.3-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Wed, 6 Sep 2000 10:51:24 +0200
extace (1.3.2-1) unstable; urgency=low
* New upstrem release.
-- Christian Marillat Mon, 28 Aug 2000 10:40:39 +0200
extace (1.3.0-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat Mon, 31 Jul 2000 11:48:49 +0200
extace (1.2.25-2) unstable; urgency=low
* Added debhelper in Build-depends (Closes: #66680)
* New e-mail address.
-- Christian Marillat Sat, 15 Jul 2000 00:10:08 +0200
extace (1.2.25-1) unstable; urgency=low
* New upstream release.
* Build against fftw2 (Closes: #65613)
-- Christian Marillat Thu, 22 Jun 2000 23:40:46 +0200
extace (1.2.23-1) unstable; urgency=low
* New upstream source.
* debian/copyright Updated home page and e-mail address.
-- Christian Marillat Sat, 6 May 2000 14:37:34 +0200
extace (1.2.22-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Sat, 29 Apr 2000 12:47:19 +0200
extace (1.2.21-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Mon, 10 Apr 2000 14:54:23 +0200
extace (1.2.20-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 6 Apr 2000 00:52:20 +0200
extace (1.2.19-1) unstable; urgency=low
* New upstream version.
-- Christian Marillat Sat, 1 Apr 2000 20:33:05 +0200
extace (1.2.18-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Fri, 24 Mar 2000 14:15:03 +0100
extace (1.2.17-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Mon, 14 Feb 2000 16:00:24 +0100
extace (1.2.16-1) frozen unstable; urgency=low
* New upstream source.
* debian/control replace fftw2 by fftw-dev on the Build-depends field
(Closes: #58066)
-- Christian Marillat Mon, 14 Feb 2000 12:52:09 +0100
extace (1.2.15-3) frozen unstable; urgency=low
* debian/control added a Build-depends field.
* Build with the fftw2 libraries (Closes: #57342)
-- Christian Marillat Tue, 8 Feb 2000 16:22:41 +0100
extace (1.2.15-2) frozen unstable; urgency=low
* Build with libesd0 0.2.16-5 close #56191
-- Christian Marillat Thu, 27 Jan 2000 12:49:46 +0100
extace (1.2.15-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Mon, 13 Dec 1999 12:59:02 +0100
extace (1.2.13-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Sun, 28 Nov 1999 12:31:23 +0100
extace (1.2.11-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Fri, 5 Nov 1999 16:28:25 +0100
extace (1.2.9-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 28 Oct 1999 17:49:22 +0200
extace (1.2.6-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Sat, 16 Oct 1999 00:53:37 +0200
extace (1.2.5-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 14 Oct 1999 12:45:38 +0200
extace (1.2.4-2) unstable; urgency=low
* debian/copyright policy 3.0.1 compliance
* removed all unused files (*.ex) in debian
* Added Recommends: xmms
-- Christian Marillat Mon, 11 Oct 1999 14:45:18 +0200
extace (1.2.4-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 7 Oct 1999 19:32:06 +0200
extace (1.2.3-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 7 Oct 1999 13:19:34 +0200
extace (1.2.2-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 23 Sep 1999 01:17:30 +0200
extace (1.2.0-2) unstable; urgency=low
* Moved binary to /usr/X11R6/bin
-- Christian Marillat Sun, 19 Sep 1999 09:53:57 +0200
extace (1.2.0-1) unstable; urgency=low
* New upstream source.
* FHS compliance.
-- Christian Marillat Sat, 11 Sep 1999 19:39:57 +0200
extace (1.1.16-1) unstable; urgency=low
* News upstream source.
-- Christian Marillat Thu, 2 Sep 1999 11:38:36 +0200
extace (1.1.15-2) unstable; urgency=low
* Rebuild with news libraries.
-- Christian Marillat Wed, 1 Sep 1999 20:09:45 +0200
extace (1.1.15-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Fri, 27 Aug 1999 12:19:59 +0200
extace (1.1.14-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Thu, 12 Aug 1999 14:03:19 +0200
extace (1.1.13-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Mon, 9 Aug 1999 22:53:48 +0200
extace (1.1.12-1) unstable; urgency=low
* New uostream source.
-- Christian Marillat Sun, 1 Aug 1999 03:29:13 +0200
extace (1.1.10-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Fri, 23 Jul 1999 23:50:04 +0200
extace (1.1.9-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Tue, 20 Jul 1999 23:25:46 +0200
extace (1.1.7-1) unstable; urgency=low
* New upstream source.
-- Christian Marillat Sat, 17 Jul 1999 17:24:23 +0200
extace (1.1.5-1) unstable; urgency=low
* Initial Release.
-- Christian Marillat Sat, 17 Jul 1999 17:23:36 +0200
Local variables:
mode: debian-changelog
End:
debian/extace.1 0000644 0000000 0000000 00000001716 11751166606 010537 0 ustar .\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "EXTACE" "1" "29 mai 2003" "" ""
.SH NAME
extace \- waveform viewer
.SH SYNOPSIS
\fBextace\fR
.SH "DESCRIPTION"
.PP
\fBextace\fR waveform viewer. It plugs
itself in as a EsounD monitor and samples and displays the output
from the EsounD daemon.
.SH "AUTHOR"
.PP
This manual page was written by Christian Marillat for
the Debian GNU/Linux system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation
License, Version 1.1 or any later version published by the Free
Software Foundation; with no Invariant Sections, no Front-Cover
Texts and no Back-Cover Texts.
debian/control 0000644 0000000 0000000 00000001003 12161521036 010560 0 ustar Source: extace
Section: sound
Priority: optional
Maintainer: Christian Marillat
Homepage: http://extace.sourceforge.net/
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9), libfftw3-dev, libesd0-dev (>= 0.2.16), libgtk2.0-dev, autotools-dev
Package: extace
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: waveform viewer
This is the extace waveform viewer. It plugs itself in as an EsounD monitor
and samples and displays the output from the EsounD daemon.
debian/rules 0000755 0000000 0000000 00000000462 12161521031 010240 0 ustar #!/usr/bin/make -f
%:
dh $@ --with autotools_dev
#install: install-stamp
override_dh_auto_install:
dh_auto_install
dh_installdirs usr/share/applications
mv debian/extace/usr/share/gnome/apps/Multimedia/extace.desktop \
debian/extace/usr/share/applications
rm -rf debian/extace/usr/share/gnome
debian/menu 0000644 0000000 0000000 00000000147 11751166606 010070 0 ustar ?package(extace):needs="X11" section="Applications/Sound" \
title="extace" command="/usr/bin/extace"
debian/docs 0000664 0000000 0000000 00000000024 12161520240 010030 0 ustar README
TODO
AUTHORS
debian/watch 0000644 0000000 0000000 00000000067 11751166606 010233 0 ustar version=3
http://sf.net/extace/extace-([\d.]*).tar.gz