Your message dated Sun, 04 Nov 2007 12:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448791: fixed in mplayer 1.0~rc2-5
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: mplayer
Severity: important
Version: 1.0~rc2-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

Please find attached patch to fix that.
It also enables runtime cpudetection in debian/rules.

It would also be nice if you can ask upstream
to include changes for configure and stream/tvi_bsdbt848.c.

Thanks in advance

                        Petr
diff -u mplayer-1.0~rc2/debian/rules mplayer-1.0~rc2/debian/rules
--- mplayer-1.0~rc2/debian/rules
+++ mplayer-1.0~rc2/debian/rules
@@ -95,9 +95,11 @@
 endif
 ifeq ($(arch),kfreebsd-i386)
   with_real_and_xanim = true
+  DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
 endif
 ifeq ($(arch),kfreebsd-amd64)
   with_real_and_xanim = true
+  DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
 endif
 ifeq ($(arch),powerpc)
   with_real_and_xanim = true
only in patch2:
unchanged:
--- mplayer-1.0~rc2.orig/stream/tvi_bsdbt848.c
+++ mplayer-1.0~rc2/stream/tvi_bsdbt848.c
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <errno.h>
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/filio.h>
only in patch2:
unchanged:
--- mplayer-1.0~rc2.orig/configure
+++ mplayer-1.0~rc2/configure
@@ -6728,6 +6728,7 @@
             "dev/ic/bt8xx.h" ; do
     cat > $TMPC <<EOF
 #include <sys/types.h>
+#include <sys/ioctl.h>
 #include <$file>
 int main(void) {
  ioctl(0, TVTUNER_GETFREQ, 0);

--- End Message ---
--- Begin Message ---
Source: mplayer
Source-Version: 1.0~rc2-5

We believe that the bug you reported is fixed in the latest version of
mplayer, which is due to be installed in the Debian FTP archive:

mplayer-doc_1.0~rc2-5_all.deb
  to pool/main/m/mplayer/mplayer-doc_1.0~rc2-5_all.deb
mplayer_1.0~rc2-5.diff.gz
  to pool/main/m/mplayer/mplayer_1.0~rc2-5.diff.gz
mplayer_1.0~rc2-5.dsc
  to pool/main/m/mplayer/mplayer_1.0~rc2-5.dsc
mplayer_1.0~rc2-5_i386.deb
  to pool/main/m/mplayer/mplayer_1.0~rc2-5_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.
A Mennucc1 <[EMAIL PROTECTED]> (supplier of updated mplayer 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: Sun, 04 Nov 2007 12:56:38 +0000
Source: mplayer
Binary: mplayer-doc mplayer
Architecture: source i386 all
Version: 1.0~rc2-5
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 <[EMAIL PROTECTED]>
Changed-By: A Mennucc1 <[EMAIL PROTECTED]>
Description: 
 mplayer    - The Movie Player
 mplayer-doc - documentation for MPlayer
Closes: 408071 410424 448791
Changes: 
 mplayer (1.0~rc2-5) unstable; urgency=low
 .
   * patch to play rtsp stream (hack to skip short packets)
     thanks to Stefan Strasser,  Reimar Döffinger  (Closes: #410424).
   * the bug "mplayer segfaults on ogg video" was actually a libtheora bug,
     fixed in 1.0~beta1-1 or above: added dependency.
     Thanks to Pierre Habouzit,  Reimar Döffinger  (Closes: #408071).
   * Fix FTBFS on GNU/kFreeBSD, thanks to Petr Salinger (Closes: #448791).
Files: 
 70a376bffd72cbfb4dac5f32a04d76fe 1281 graphics optional mplayer_1.0~rc2-5.dsc
 c8b964df3b3f14567972bfbd53e7280f 69090 graphics optional 
mplayer_1.0~rc2-5.diff.gz
 3428205a74a4196cf5aa97f121e78c35 2455978 graphics optional 
mplayer-doc_1.0~rc2-5_all.deb
 6e04f0f6fd304439e7b79d72aaac25b5 5047614 graphics optional 
mplayer_1.0~rc2-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLcUo9B/tjjP8QKQRAuDgAJ0SsocTi8tar/7LUAX3KrGhk3KmlwCfU12F
8w6/w8MEkCsAalNAQMmAMq8=
=Vz9D
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to