Bug#517692: audacious: problems seeking when paused

2009-04-09 Thread John Lindgren
This last patch has been pulled into upstream revision 3035. http://atheme.org/repositories/browse/audacious-plugins/src/demac John Lindgren -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#517692: audacious: problems seeking when paused

2009-03-23 Thread John Lindgren
Mea culpa, I seem to have generated that last patch against a modified version, so it will be rejected when applied. Here is a correct patch. John --- plugin.0.c 2008-05-23 18:44:19.0 -0400 +++ plugin.c 2009-03-23 21:11:11.0 -0400 @@ -61,7 +61,8 @@ static Tuple *demac_probe_for_tu

Bug#517692: audacious: problems seeking when paused

2009-03-20 Thread John Lindgren
And a patch for the "demac" / .ape / Monkey's Audio plugin, now that I finally found a file to test with. John --- plugin.0.c 2009-03-20 11:43:06.0 -0400 +++ plugin.c 2009-03-20 13:58:58.0 -0400 @@ -61,7 +61,8 @@ static Tuple *demac_probe_for_tuple (gchar *uri, VFSFile *vfd); s

Bug#517692: [Pkg-audacious-maintainers] Bug#517692: audacious: problems seeking when paused

2009-03-06 Thread William Pitcock
These patches have been pulled into audacious2, which is due by the end of the month. William On Thu, 2009-03-05 at 22:44 -0600, john.lindg...@tds.net wrote: > Attached are corrected patches for the following plugins: > >FLACng Audio Plugin >Windows Media Audio (WMA) Plugin > > John > _

Bug#517692: audacious: problems seeking when paused

2009-03-05 Thread john.lindgren
Attached are corrected patches for the following plugins: FLACng Audio Plugin Windows Media Audio (WMA) Plugin John--- plugin.0.c 2008-05-23 18:44:19.0 -0400 +++ plugin.c 2009-03-05 21:29:23.0 -0500 @@ -56,6 +56,7 @@ callback_info* main_info; gboolean plugin_initialized =

Bug#517692: audacious: problems seeking when paused

2009-03-03 Thread john.lindgren
Attached are patches for the following plugins, as well as a corrected one for the MPEG Audio Plugin: FLACng Audio Plugin MP4 Audio Plugin Windows Media Audio (WMA) Plugin John--- plugin.0.c 2008-05-23 18:44:19.0 -0400 +++ plugin.c 2009-03-03 22:20:51.0 -0500 @@ -56,6 +56

Bug#517692: audacious: problems seeking when paused

2009-03-02 Thread john.lindgren
I am attaching five patches, one for audacious and four for audacious-plugins. These patches remove the ugly workaround and update the following plugins to work correctly without it (or with it, for that matter): CD Audio Plugin NG MPEG Audio Plugin Ogg Vorbis Audio Plugin sndfile plug

Bug#517692: audacious: problems seeking when paused

2009-03-01 Thread john.lindgren
playback.c, lines 450-470: -- /* FIXME WORKAROUND...that should work with all plugins * mute the volume, start playback again, do the seek, then pause again * -Patrick Sudowe */ if (ip_data.paused) { restore_pause = TRUE; output_get_volume(&l, &r)

Bug#517692: audacious: problems seeking when paused

2009-03-01 Thread john.lindgren
The MP3 behavior is a regression from 1.2.2-4. In that version, seeking in an MP3 file worked but played snippets of music just as seeking in a vorbis file does now. John -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact l

Bug#517692: audacious: problems seeking when paused

2009-03-01 Thread john.lindgren
Package: audacious Version: 1.5.1-4 Severity: normal Problem 1: (a) Open a vorbis file. (b) Pause it. (c) Drag the playback slider to a different position. I hear a snippet of music played each time I let go of the slider. Problem 2: (a) Open an MP3 file. (b) Pause it. (c) Drag the playback slid