r46683 - in /trunk/libaudio-flac-decoder-perl/debian: changelog patches/dithering.patch

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Mon Nov 2 22:36:12 UTC 2009


Author: diocles-guest
Date: Mon Nov  2 22:36:06 2009
New Revision: 46683

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46683
Log:
Refresh dithering.patch, and remove trailing whitespace.

Modified:
    trunk/libaudio-flac-decoder-perl/debian/changelog
    trunk/libaudio-flac-decoder-perl/debian/patches/dithering.patch

Modified: trunk/libaudio-flac-decoder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-flac-decoder-perl/debian/changelog?rev=46683&op=diff
==============================================================================
--- trunk/libaudio-flac-decoder-perl/debian/changelog (original)
+++ trunk/libaudio-flac-decoder-perl/debian/changelog Mon Nov  2 22:36:06 2009
@@ -1,7 +1,6 @@
 libaudio-flac-decoder-perl (0.3+dfsg-1) UNRELEASED; urgency=low
 
   TODO:
-  - dithering.patch applies with an offset, please refresh
   - please explain somewhere why/how repacking is done
   - t/pod.t is skipped -> libtest-pod-perl
 

Modified: trunk/libaudio-flac-decoder-perl/debian/patches/dithering.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-flac-decoder-perl/debian/patches/dithering.patch?rev=46683&op=diff
==============================================================================
--- trunk/libaudio-flac-decoder-perl/debian/patches/dithering.patch (original)
+++ trunk/libaudio-flac-decoder-perl/debian/patches/dithering.patch Mon Nov  2 22:36:06 2009
@@ -3,20 +3,22 @@
 Description: Fix broken dithering.
 Bug-Debian: http://bugs.debian.org/501250
 
---- libaudio-flac-decoder-perl-0.2/Decoder.xs	2008-10-06 12:28:02.000000000 +0100
-+++ libaudio-flac-decoder-perl-0.2-dan/Decoder.xs	2008-10-06 12:21:30.000000000 +0100
-@@ -470,11 +470,32 @@
+Index: libaudio-flac-decoder-perl/Decoder.xs
+===================================================================
+--- libaudio-flac-decoder-perl.orig/Decoder.xs	2009-11-01 19:31:59.000000000 +0000
++++ libaudio-flac-decoder-perl/Decoder.xs	2009-11-02 22:33:15.000000000 +0000
+@@ -489,11 +489,32 @@
  			const unsigned n = min(datasource->wide_samples_in_reservoir, SAMPLES_PER_WRITE);
  			const unsigned delta = n * channels;
  			unsigned i;
 -
 +			FLAC__byte *out=datasource->sample_buffer;
-+			/* 
++			/*
  			int bytes = (int)pack_pcm_signed_little_endian(
  				datasource->sample_buffer, datasource->reservoir, n, channels, bps, bps
  			);
 -
-+			bps==bps (trivially) so all the fancy dithering stuff 
++			bps==bps (trivially) so all the fancy dithering stuff
 +			that pack_pcm_signed_little_endian might do will
 +			never get called.  Let's just do it inline
 +			*/




More information about the Pkg-perl-cvs-commits mailing list