Package: mpeg2dec Version: 0.4.0b-2.1 Severity: normal Tags: patch Hi,
Here's the diff between 0.4.0b-2.1 and 0.4.0b-2.2 for my second NMU. 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 mpeg2dec depends on: ii libaa1 1.4p5-28 ascii art library 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 libglib2.0-0 2.8.0-1 The GLib library of C routines ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library ii libmpeg2-4 0.4.0b-2.1 MPEG1 and MPEG2 video decoder libr ii libncurses5 5.4-9 Shared libraries for terminal hand ii libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer ii libslang2 2.0.4-5 The S-Lang programming library - r ii libsm6 6.8.2.dfsg.1-7 X Window System Session Management ii libsvga1 1:1.4.3-22 console SVGA display libraries ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-7 X Window System miscellaneous exte ii libxt6 6.8.2.dfsg.1-7 X Toolkit Intrinsics ii libxv1 6.8.2.dfsg.1-7 X Window System video extension li ii xlibs 6.8.2.dfsg.1-7 X Window System client libraries m mpeg2dec recommends no packages. -- no debconf information -- Loïc Minier <[EMAIL PROTECTED]> Come, your destiny awaits!
diff -u mpeg2dec-0.4.0b/debian/changelog mpeg2dec-0.4.0b/debian/changelog --- mpeg2dec-0.4.0b/debian/changelog +++ mpeg2dec-0.4.0b/debian/changelog @@ -1,3 +1,14 @@ +mpeg2dec (0.4.0b-2.2) unstable; urgency=high + + * Non-maintainer upload. + * As discussed with upstream, the source was developped with the 3.x series + of gcc and optimized quite specifically for gcc 2.95 and 3.x, trying to + build with gcc 4.0 will probably bring lower performances, and forbids + usage of -O3; hence Build-depend on gcc-3.4 and build with gcc-3.4, should + build on m68k and sparc again. (Closes: #323134) + + -- Loic Minier <[EMAIL PROTECTED]> Sat, 17 Sep 2005 11:17:36 +0200 + mpeg2dec (0.4.0b-2.1) unstable; urgency=high * Non-maintainer upload. diff -u mpeg2dec-0.4.0b/debian/control mpeg2dec-0.4.0b/debian/control --- mpeg2dec-0.4.0b/debian/control +++ mpeg2dec-0.4.0b/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: David I. Lehn <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.5), libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3), autotools-dev +Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.5), libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3), autotools-dev, gcc-3.4 Standards-Version: 3.6.1 Package: libmpeg2-4-dev diff -u mpeg2dec-0.4.0b/debian/rules mpeg2dec-0.4.0b/debian/rules --- mpeg2dec-0.4.0b/debian/rules +++ mpeg2dec-0.4.0b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +CC=gcc-3.4 +export CC + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk