Package: timidity
Version: 2.13.2-6.1
Severity: important
Tags: patch

        Hi,

 I intend to NMU timidity to get past most transitions and get it back
 in shape for testing.  The proposed patch is attached.  I will upload
 the package in ~ 10 days if you don't object to the changes.

 NB: I don't think the flac transition will break anything in the Debian
 packages of timidity, but they might be breaking the win32 port.

   Bye,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages timidity depends on:
ii  libartsc0                 1.4.2-4        aRts sound system C support librar
ii  libasound2                1.0.9-3        ALSA library
ii  libaudio2                 1.7-3          The Network Audio System (NAS). (s
ii  libaudiofile0             0.2.6-6        Open-source version of SGI's audio
ii  libc6                     2.3.5-6        GNU C Library: Shared libraries an
ii  libesd0                   0.2.36-1       Enlightened Sound Daemon - Shared 
ii  libflac7                  1.1.2-3        Free Lossless Audio Codec - runtim
ii  libglib2.0-0              2.8.0-1        The GLib library of C routines
ii  libice6                   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjack0.100.0-0          0.100.0-4      JACK Audio Connection Kit (librari
ii  libncurses5               5.4-9          Shared libraries for terminal hand
ii  libogg0                   1.1.2-1        Ogg Bitstream Library
ii  liboggflac3               1.1.2-3        Free Lossless Audio Codec - runtim
ii  libpng12-0                1.2.8rel-1     PNG library - runtime
ii  libsm6                    6.8.2.dfsg.1-6 X Window System Session Management
ii  libvorbis0a               1.1.0-1        The Vorbis General Audio Compressi
ii  libvorbisenc2             1.1.0-1        The Vorbis General Audio Compressi
ii  libx11-6                  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxaw7                   6.8.2.dfsg.1-6 X Athena widget set library
ii  libxext6                  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxmu6                   6.8.2.dfsg.1-6 X Window System miscellaneous util
ii  libxt6                    6.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibs                     6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g                    1:1.2.3-4      compression library - runtime

Versions of packages timidity recommends:
ii  freepats                      20040611-1 Free patch set for MIDI audio synt

-- no debconf information

-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!
diff -u timidity-2.13.2/debian/changelog timidity-2.13.2/debian/changelog
--- timidity-2.13.2/debian/changelog
+++ timidity-2.13.2/debian/changelog
@@ -1,3 +1,15 @@
+timidity (2.13.2-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove static redeclaration of voices in interface/xaw_i.c:264, fixes
+    FTBFS with GCC 4, taken from Ubuntu's 2.13.2-6ubuntu1. (Closes: #324400)
+  * Use libjack0.100.0-dev build-dep for the jack transition.
+    (Closes: #317227)
+  * Bump flac build-deps for the flac transition. (Closes: #325947)
+  * Switch to a libslang2-dev build-dep for the slang transition.
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Sat,  3 Sep 2005 13:40:48 +0200
+
 timidity (2.13.2-6) unstable; urgency=medium
 
   * Rebuild against libflac 1.1.1-5.  This does NOT fix the whole
diff -u timidity-2.13.2/debian/control timidity-2.13.2/debian/control
--- timidity-2.13.2/debian/control
+++ timidity-2.13.2/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), libasound2-dev, libaudiofile-dev, 
libesd0-dev, libarts1-dev, libjack-dev, libaudio-dev, libvorbis-dev (>= 
1.0.0-3), libspeex-dev (>= 1.0), liboggflac-dev (>= 1.1.1-5), libflac-dev (>= 
1.1.1-5), libncurses-dev, slang1-dev, xlibs-dev, libxaw7-dev, tcl8.4-dev, 
tk8.4-dev, libgtk2.0-dev, autotools-dev
+Build-Depends: debhelper (>= 4), libasound2-dev, libaudiofile-dev, 
libesd0-dev, libarts1-dev, libjack0.100.0-dev, libaudio-dev, libvorbis-dev (>= 
1.0.0-3), libspeex-dev (>= 1.0), liboggflac-dev (>= 1.1.2-1), libflac-dev (>= 
1.1.2-1), libncurses-dev, libslang2-dev, xlibs-dev, libxaw7-dev, tcl8.4-dev, 
tk8.4-dev, libgtk2.0-dev, autotools-dev
 Standards-Version: 3.6.1
 
 Package: timidity
only in patch2:
unchanged:
--- timidity-2.13.2.orig/interface/xaw_i.c
+++ timidity-2.13.2/interface/xaw_i.c
@@ -261,7 +261,7 @@
 String bitmapdir = XAW_BITMAP_DIR;
 Boolean arrangetitle,savelist;
 static char **current_flist = NULL;
-static int voices = 0, last_voice = 0, voices_num_width;
+static int last_voice = 0, voices_num_width;
 static int maxentry_on_a_menu = 0,submenu_n = 0;
 #define OPTIONS_WINDOW 1
 #define FLIST_WINDOW 2

Reply via email to