Hi,
I've finally uploaded a non-maintainer upload fixing this issue. Patch
attached.
Cheers,
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Alejandro Sanz - El alma al aire
diff -u xine-lib-1.1.1/debian/changelog xine-lib-1.1.1/debian/changelog
--- xine-lib-1.1.1/debian/changelog
+++ xine-lib-1.1.1/debian/changelog
@@ -1,3 +1,13 @@
+xine-lib (1.1.1-1.1) unstable; urgency=low
+
+ * NMU.
+ * Use external libmad, which fixes crashes on amd64 on apps loading both
+ libxine1 and libmad0. (Closes: #336437)
+ * Pass --with-xv-path=/usr/lib to configure, since otherwise Xv support was
+ lost when compiling against modular X.
+
+ -- Adeodato Simó <[EMAIL PROTECTED]> Sat, 15 Apr 2006 19:34:33 +0200
+
xine-lib (1.1.1-1) unstable; urgency=low
* New upstream release! (Closes: #326936, #353150, #332919)
diff -u xine-lib-1.1.1/debian/control xine-lib-1.1.1/debian/control
--- xine-lib-1.1.1/debian/control
+++ xine-lib-1.1.1/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Siggi Langauf <[EMAIL PROTECTED]>
Uploaders: Philipp Matthias Hahn <[EMAIL PROTECTED]>, Reinhard Tartler <[EMAIL
PROTECTED]>
-Build-Depends: debhelper (>= 4.0.4), libaa1-dev | aalib1-dev (>= 1.4p5-2),
libcaca-dev, libxinerama-dev, libxv-dev, libesd0-dev, zlib1g-dev | libz-dev,
libartsc0-dev (>>1.1.0), liblircclient-dev, libogg-dev, libvorbis-dev,
libtheora-dev, libasound2-dev, libflac-dev (>>1.1.0), libmodplug-dev,
libgnomevfs2-dev, libsmbclient-dev, libspeex-dev, libmng-dev, libpng12-dev |
libpng-dev, libfreetype6-dev, libsdl1.2-dev (>=1.1.5), libvcdinfo-dev
+Build-Depends: debhelper (>= 4.0.4), libaa1-dev | aalib1-dev (>= 1.4p5-2),
libcaca-dev, libxinerama-dev, libxv-dev, libesd0-dev, zlib1g-dev | libz-dev,
libartsc0-dev (>>1.1.0), liblircclient-dev, libogg-dev, libvorbis-dev,
libtheora-dev, libasound2-dev, libflac-dev (>>1.1.0), libmodplug-dev,
libgnomevfs2-dev, libsmbclient-dev, libspeex-dev, libmng-dev, libpng12-dev |
libpng-dev, libfreetype6-dev, libsdl1.2-dev (>=1.1.5), libvcdinfo-dev,
libmad0-dev
Build-Conflicts: libdvdnav-dev
Standards-Version: 3.6.2
diff -u xine-lib-1.1.1/debian/rules xine-lib-1.1.1/debian/rules
--- xine-lib-1.1.1/debian/rules
+++ xine-lib-1.1.1/debian/rules
@@ -54,7 +54,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- ./configure --prefix=/usr --mandir=\$${prefix}/share/man \
+ ./configure --prefix=/usr --mandir=\$${prefix}/share/man
--with-external-libmad --with-xv-path=/usr/lib \
$(DEB_BUILD_GNU_OPTION) CFLAGS="$(CFLAGS)"
touch configure-stamp