Your message dated Sun, 22 Jan 2012 21:11:44 +0000
with message-id <525b27e8b0%li...@youmustbejoking.demon.co.uk>
and subject line xine-lib-1.2: VDPAU on kfreebsd-*
has caused the Debian Bug report #573793,
regarding xine-lib-1.2: FTBFS on kfreebsd-*: missing vdpau plugin
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 ow...@bugs.debian.org
immediately.)


-- 
573793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xine-lib-1.2
Version: 1.1.90hg+20100309+8d16822f2be7-2
Severity: serious
Tags: patch
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*: it fails at the dh_install
step since the vdpau plugin is missing. Please find attached an updated
debian-changes patch which enables it on kfreebsd (rather than freebsd).

Build logs:
  https://buildd.debian.org/status/package.php?p=xine-lib-1.2&suite=experimental

Thanks for considering.

Mraw,
KiBi.
Origin: upstream, other, *
Description: Applied patches. See Vcs-* headers in debian/control.

--- a/configure
+++ b/configure
@@ -19268,7 +19268,7 @@ $as_echo "#define ARCH_ARM /**/" >>confd
 
     sparc*-*-linux*)
         case "`uname -m`" in
-            sparc)      cpuflags="-mcpu=supersparc -mtune=supersparc" ;;
+            sparc)      cpuflags="-mcpu=ultrasparc -mtune=ultrasparc" ;;
             sparc64)    cpuflags="-mcpu=ultrasparc -mtune=ultrasparc" ;;
         esac
         test x"$enable_vis" != x"no" && has_vis=yes
@@ -22411,6 +22411,11 @@ fi
             default_enable_vidix=yes
             ;;
 
+        kfreebsd*)
+            default_enable_vidix=yes
+            default_enable_vdpau=yes
+            ;;
+
         linux*)
             default_enable_dxr3=yes
             default_enable_fb=yes
--- a/m4/video_out.m4
+++ b/m4/video_out.m4
@@ -46,6 +46,11 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [
             default_enable_vidix=yes
             ;;
 
+        kfreebsd*)
+            default_enable_vidix=yes
+            default_enable_vdpau=yes
+            ;;
+
         linux*)
             default_enable_dxr3=yes
             default_enable_fb=yes

--- End Message ---
--- Begin Message ---
Version: 1.1.90hg+20100309+8d16822f2be7-3

Just noticed that this one should have been closed a while ago...

-- 
|  _  | Darren Salt, using Debian GNU/Linux (and Android)
| ( ) |
|  X  | ASCII Ribbon campaign against HTML e-mail
| / \ | http://www.asciiribbon.org/

I am. Therefore, I think. I think.


--- End Message ---

Reply via email to