Please sync extace 1.9.9-6 (universe) from Debian unstable (main)

Bug #339567 reported by Nathan Handler
4
Affects Status Importance Assigned to Milestone
extace (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Binary package hint: extace

Debian has a new version which needs to be synced.

This sync makes 2 changes to the package. The first change is to update the Build-Depends to use libfftw3-dev instead of fftw3-dev. This change has already been applied in Ubuntu, and it is the reason that we have had to merge this package in the past. The second change only modifies one line of code:

--- extace-1.9.9.orig/src/input.c
+++ extace-1.9.9/src/input.c
@@ -67,7 +67,7 @@
                        /* 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;

This change has extace use the unix domain socket instead of a TCP connection, which allows it to work properly with esd.

extace (1.9.9-6) unstable; urgency=low

   * Use unix domain socket connection instead of TCP connection
     (Closes: #517446).

 -- Christian Marillat <email address hidden> 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 <email address hidden> Mon, 16 Feb 2009 09:10:12 +0100

Tags: sync
Changed in extace:
assignee: nobody → nhandler
importance: Undecided → Wishlist
status: New → In Progress
Revision history for this message
Nathan Handler (nhandler) wrote :
Revision history for this message
Nathan Handler (nhandler) wrote :

The package also built cleanly in my PPA.

Changed in extace:
assignee: nhandler → nobody
status: In Progress → Confirmed
Revision history for this message
Steve Langasek (vorlon) wrote :

[Updating] extace (1.9.9-4ubuntu1 [Ubuntu] < 1.9.9-6 [Debian])
 * Trying to add extace...
  - <extace_1.9.9-6.dsc: downloading from http://ftp.debian.org/debian/>
  - <extace_1.9.9.orig.tar.gz: already in distro - downloading from librarian>
  - <extace_1.9.9-6.diff.gz: downloading from http://ftp.debian.org/debian/>
I: extace [universe] -> extace_1.9.9-4ubuntu1 [universe].

Changed in extace:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.