Your message dated Thu, 26 Jul 2012 15:52:41 +0000
with message-id <[email protected]>
and subject line Bug#682757: Removed package(s) from unstable
has caused the Debian Bug report #588615,
regarding pornview: configure does not detect Xine correctly
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
588615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: pornview: configure does not detect Xine correctly
Package: pornview
Version: 0.2pre1-11
Severity: normal
Tags: patch
The test for the Xine versions fails with recent versions of xine (due
to version numbers having 4 instead of 3 components) which causes the
application to lack video support. The attached patch fixes the
configure script.
Since I cannot find all the needed m4 files to regenerate the configure
script from configure.in the patch is only against the generated
configure script.
Note that regenerating configure from configure.in should also suffice
since the new xine.m4 file contains the same change.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.34-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pornview depends on:
ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
ii libcairo2 1.8.10-4 The Cairo 2D vector graphics libra
ii libfontconfig1 2.8.0-2.1 generic font configuration library
ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.24.1-1 The GLib library of C routines
ii libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface
ii libpango1.0-0 1.28.1-1 Layout and rendering of internatio
ii libpng12-0 1.2.44-1 PNG library - runtime
ii libx11-6 2:1.3.3-3 X11 client-side library
ii libxext6 2:1.1.1-3 X11 miscellaneous extension librar
ii libxine1 1.1.18.1-4 the xine video/media player librar
ii libxine1-x 1.1.18.1-4 X desktop video output plugins for
ii libxinerama1 2:1.1-3 X11 Xinerama extension library
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
--
-- arthur - [email protected] - http://people.debian.org/~adejong --
--- pornview-0.2pre1.orig/configure
+++ pornview-0.2pre1/configure
@@ -6939,11 +6939,11 @@
XINE_LIBS=`$XINE_CONFIG $xine_config_args --libs`
XINE_ACFLAGS=`$XINE_CONFIG $xine_config_args --acflags`
xine_config_major_version=`$XINE_CONFIG $xine_config_args --version | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
+ sed 's/^\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'`
xine_config_minor_version=`$XINE_CONFIG $xine_config_args --version | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
+ sed 's/^\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`
xine_config_sub_version=`$XINE_CONFIG $xine_config_args --version | \
- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
+ sed 's/^\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3/'`
xine_data_dir=`$XINE_CONFIG $xine_config_args --datadir`
xine_script_dir=`$XINE_CONFIG $xine_config_args --scriptdir`
xine_plugin_dir=`$XINE_CONFIG $xine_config_args --plugindir`
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Version: 0.2pre1-11.1+rm
Dear submitter,
as the package pornview has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/682757
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---