[SCM] brutefir/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 20 12:28:07 UTC 2010


The following commit has been merged in the master branch:
commit b909ca5124c461dd7f638b8622769df958b22361
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 20 14:22:10 2010 +0200

    Refresh patches.

diff --git a/debian/patches/20-debian_patches.patch b/debian/patches/20-debian_patches.patch
index 80cb48c..d3edb5e 100644
--- a/debian/patches/20-debian_patches.patch
+++ b/debian/patches/20-debian_patches.patch
@@ -1,6 +1,11 @@
---- brutefir-1.0f.orig/dai.c
-+++ brutefir-1.0f/dai.c
-@@ -61,7 +61,7 @@
+---
+ bfrun.c |   20 ++++++++++----------
+ dai.c   |    2 +-
+ 2 files changed, 11 insertions(+), 11 deletions(-)
+
+--- brutefir.orig/dai.c
++++ brutefir/dai.c
+@@ -61,7 +61,7 @@ struct subdev {
      struct {
          int iodelay_fill;
          int curbuf;
@@ -9,28 +14,9 @@
      } cb;
  };
  
---- brutefir-1.0f.orig/brutefir.1
-+++ brutefir-1.0f/brutefir.1
-@@ -0,0 +1,16 @@
-+.TH "DeMuDi undocumented package" "1" 
-+.SH "NAME" 
-+brutefir \(em program included in the DeMuDi distribution 
-+.SH "DESCRIPTION" 
-+.PP 
-+This program was packaged by the AGNULA team for the 
-+DeMuDi project (http://www.agnula.org). 
-+.PP 
-+A manual page for this application has not been provided 
-+yet, but you can access the documentation under /usr/share/doc/brutefir/brutefir.html 
-+ 
-+.SH "SEE ALSO" 
-+.PP 
-+info (1), whatis (1), apropos (1), dpkg (8), locate (1), 
-+find (1), updatedb (1), undocumented (2), man (7), missing (7) 
-+.\" created by instant / docbook-to-man, Mon 03 Oct 2005, 08:56 
---- brutefir-1.0f.orig/bfrun.c
-+++ brutefir-1.0f/bfrun.c
-@@ -96,19 +96,19 @@
+--- brutefir.orig/bfrun.c
++++ brutefir/bfrun.c
+@@ -96,20 +96,20 @@ struct debug_filter_process {
  
  
  struct intercomm_area {
@@ -45,12 +31,14 @@
      struct bfoverflow overflow[BF_MAXCHANNELS];
      uint32_t ismuted[2][BF_MAXCHANNELS/32];
 -    int delay[2][BF_MAXCHANNELS];
+-    int subdelay[2][BF_MAXCHANNELS];
 -    int n_pids;
 -    pid_t pids[BF_MAXPROCESSES];
 -    int exit_status;
 -    bool_t full_proc[BF_MAXPROCESSES];
 -    bool_t ignore_rtprio;
 +    volatile int delay[2][BF_MAXCHANNELS];
++    volatile int subdelay[2][BF_MAXCHANNELS];
 +    volatile int n_pids;
 +    volatile pid_t pids[BF_MAXPROCESSES];
 +    volatile int exit_status;

-- 
brutefir packaging



More information about the pkg-multimedia-commits mailing list