Your message dated Sat, 17 Jun 2006 06:47:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325144: fixed in xine-ui 0.99.4-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xine-ui
Version: 0.99.3-1
Severity: serious
Tags: patch
When building 'xine-ui' in a clean 'unstable' chroot,
I get the following error:
Reading package lists...
Building dependency tree...
E: Build-Depends dependency for xine-ui cannot be satisfied because no
available versions of package aalib1-dev can satisfy version requirements
Please change the Build-Depends from 'aalib1-dev' to 'libaa1-dev'
in debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xine-ui-0.99.3/debian/control ./debian/control
--- ../tmp-orig/xine-ui-0.99.3/debian/control 2005-08-26 11:39:49.000000000
+0000
+++ ./debian/control 2005-08-26 11:39:28.000000000 +0000
@@ -2,7 +2,7 @@
Section: graphics
Priority: optional
Maintainer: Siggi Langauf <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libxine-dev (>= 1-rc8), libpng-dev,
xlibs-dev (>=4.1), aalib1-dev (>> 1.4), libgpmg1-dev (>> 1.19.6),
liblircclient-dev, libcurl-dev, libfreetype6-dev, libreadline-dev
+Build-Depends: debhelper (>> 4.0.0), libxine-dev (>= 1-rc8), libpng-dev,
xlibs-dev (>=4.1), libaa1-dev (>> 1.4), libgpmg1-dev (>> 1.19.6),
liblircclient-dev, libcurl-dev, libfreetype6-dev, libreadline-dev
Standards-Version: 3.2.1
Package: xine-ui
diff -urN ../tmp-orig/xine-ui-0.99.3/src/xitk/mediamark.c ./src/xitk/mediamark.c
--- ../tmp-orig/xine-ui-0.99.3/src/xitk/mediamark.c 2004-12-16
07:14:26.000000000 +0000
+++ ./src/xitk/mediamark.c 2005-08-26 11:39:44.000000000 +0000
@@ -3114,18 +3114,18 @@
}
static void mmkeditor_apply(xitk_widget_t *w, void *data) {
- const char *ident, *mrl, *sub;
+ char *ident, *mrl, *sub;
int start, end, av_offset, spu_offset;
if(mmkeditor->mmk) {
mrl = atoa(xitk_inputtext_get_text(mmkeditor->mrl));
if(mrl && (!strlen(mrl)))
- xine_strdupa((char *) mrl, (*mmkeditor->mmk)->mrl);
+ xine_strdupa(mrl, (*mmkeditor->mmk)->mrl);
ident = atoa(xitk_inputtext_get_text(mmkeditor->ident));
if(ident && (!strlen(ident)))
- xine_strdupa((char *) ident, mrl);
+ xine_strdupa(ident, mrl);
sub = xitk_inputtext_get_text(mmkeditor->sub);
if(sub && (!strlen(sub)))
--- End Message ---
--- Begin Message ---
Source: xine-ui
Source-Version: 0.99.4-2
We believe that the bug you reported is fixed in the latest version of
xine-ui, which is due to be installed in the Debian FTP archive:
xine-ui_0.99.4-2.diff.gz
to pool/main/x/xine-ui/xine-ui_0.99.4-2.diff.gz
xine-ui_0.99.4-2.dsc
to pool/main/x/xine-ui/xine-ui_0.99.4-2.dsc
xine-ui_0.99.4-2_i386.deb
to pool/main/x/xine-ui/xine-ui_0.99.4-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Reinhard Tartler <[EMAIL PROTECTED]> (supplier of updated xine-ui package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 15 Jun 2006 13:28:01 +0200
Source: xine-ui
Binary: xine-ui
Architecture: source i386
Version: 0.99.4-2
Distribution: unstable
Urgency: high
Maintainer: Siggi Langauf <[EMAIL PROTECTED]>
Changed-By: Reinhard Tartler <[EMAIL PROTECTED]>
Description:
xine-ui - the xine video player, user interface
Closes: 228633 244495 257495 265539 278628 288702 300335 301443 306725 313876
314409 320615 320872 321552 324469 325144 327895 328129 346817 347572 369174
369276 372172
Changes:
xine-ui (0.99.4-2) unstable; urgency=high
.
* Urgency high because of security and RC bugs
* Add last missing hunk from CVS-2006-2230. (Closes: #372172)
* rebuild against a newer xine-lib. (Closes: #347572, #369174, #257495)
* use libcurl3-gnutls-dev (Closes: #265539)
* add --enable-vdr-keys to configure script for vdr support.
Thanks to Peter Weber <[EMAIL PROTECTED]>
* more cleanups in 'clean' rule of debian/rules
* Does no longer crash in skin browser on amd64 (Closes: #369276)
* Conformance with menu policy (Closes: #320615)
* Link to xine.desktop in usr/share/applications (Closes: #278628)
* Update desktop file (Closes: #301443)
* late ack'ing NMUs. Thanks contributors!
(Closes: #346817, #228633, #300335, #306725, #313876, #314409,
#321552, #325144, #320872, #324469, #288702, #244495,
#327895, #328129)
Files:
520b673ed62e36d57a2d57f53208ce61 991 graphics optional xine-ui_0.99.4-2.dsc
d429a220cc31df10e1ac9b81b7c5ee84 20796 graphics optional
xine-ui_0.99.4-2.diff.gz
1c0059d01aeba085e91be10ba791fe4d 1629800 graphics optional
xine-ui_0.99.4-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFElAQBr/RnCw96jQERAj31AKCrtPsyqnaYxFhhi+G6BWl13DM8twCfSv70
vPC9DaPAWGw04xtkOHDTgSU=
=Wyrp
-----END PGP SIGNATURE-----
--- End Message ---