[SCM] libva/master: Force upgrade of vlc to avoid errors while loading libva, Closes: #603612

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jan 8 12:06:28 UTC 2011


The following commit has been merged in the master branch:
commit 3564a10c8cf6627c64e818fbf993de24d06ae425
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jan 8 13:06:04 2011 +0100

    Force upgrade of vlc to avoid errors while loading libva, Closes: #603612
    
    The issue is that the symbol vaDisplayIsValid moved from libva-X11.so to
    libva.so. vlc's libavcodec_plugin.so in squeeze, however, is only linked
    against libva-x11.so. This means that upgrading vlc will should solve
    this problem.

diff --git a/debian/control b/debian/control
index bceef19..7ad1a86 100644
--- a/debian/control
+++ b/debian/control
@@ -46,6 +46,7 @@ Description: Video Acceleration (VA) API for Linux -- development files
 Package: libva1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: vlc-nox (<< 1.1.5-3)
 Description: Video Acceleration (VA) API for Linux -- runtime
  Video Acceleration API (VA API) is a library ("libVA") and API specification
  which enables and provides access to graphics hardware (GPU) acceleration for

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list