[SCM] VLC media player packaging branch, lucid, created. debian/1.0.3-1ubuntu2-1-g0e3a4c5

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Nov 21 21:17:23 UTC 2009


The branch, lucid has been created
        at  0e3a4c5a9964dae7b8e42a57e4c334ea6b670bc9 (commit)

- Shortlog ------------------------------------------------------------
commit 0e3a4c5a9964dae7b8e42a57e4c334ea6b670bc9
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Nov 21 22:16:57 2009 +0100

    start new upload

commit c51b188acf1d2bb90cd051ed6eef88846565d096
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Nov 21 22:12:08 2009 +0100

    finalize changelog

commit 39d094c4ee543c8d4db7433456d3b54bd99e777b
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Nov 21 21:21:51 2009 +0100

    enable and install the fb module on Linux systems. Closes: #556228
    
    thanks to Miroslav Georgiev <mgeorgiev at spnet.net> for reporting this
    bug.

commit eebd4b3b1fdb574389b7f2f247ef48cec2279ae8
Author: Whoopie <whoopie79 at gmx.net>
Date:   Sat Nov 21 21:10:13 2009 +0100

    enable CDDB in the CDDA module (LP: #439131) and enable globalhotkeys module (LP: #439077)

commit f2492b3eb6c04b8cb8eeaf8f9f241593e3c8d9f5
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Nov 15 19:00:04 2009 +0100

    don't crash when cairo-dock is running. LP: #416294
    
    Explanation from Rémi Denis-Courmont
    
    For whatever reason, when Cairo-Dock is started Qt4-X11 starts using the
    ARGB X11 visual, instead of normal RGB. I don't know why, but I assume
    it's the intended behaviour. Indeed, all Qt4 widgets work fine that way.
    
    VLC breaks because it tries to use a VLC Qt4 plugin video widget
    directly through X11 (instead of libQt4). There, VLC (1.0 and older)
    makes an incorrect assumption. It expects that the X11 visual of the Qt4
    widget is the same as the visual of the root X11 window. That causes an
    unexpected error in the X11 protocol. Then, Xlib calls the default error
    handler, which aborts the VLC process.
    
    Correct mt if I'm wrong. But I believe that the Qt4 API does not provide
    a way to request a RGB visual instead of ARGB explicitly. So the any
    application using QWidget::winId has to be ready to handle ARGB
    visuals. VLC clearly fails here. From the wiki, I infer that Skype has
    the same bug. For non-Qt4 apps like mplayer, I guess it's a similar
    problem, though the choice or ARGB is not coming from Qt4-X11.
    
    On the other hand, with an ARGB visual, I am afraid there is no way to
    use XVideo anymore. At least neither of my XVideo adaptors list the ARGB
    visual as supported. This means, even if the bug is fixed or worked
    around in VLC, we cannot use the video overlay anymore, so rendering
    will be a lot more CPU-demanding.
    
    So in a sense, the proper solution would be for Qt4 to provide a way to
    disable ARGB for some specific widgets. But to me, this would look more
    like a new feature than a bug from libQt4.

commit d28d9629b4ea1fb96b476016d85ad4281dcbf81d
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Nov 21 20:57:55 2009 +0100

    prepare new upload

commit 7fc9e3e2662e355748be567f1e7416ec8de21dd5
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Nov 12 15:35:15 2009 +0100

    update debian/changelog

commit f975e54d21d7bbfed29dedc1e76bb2fd91454d58
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Nov 12 15:35:38 2009 +0100

    change branch defaults to lucid

commit 31129d27bd7f0ab139a45340106e0386bdc84254
Merge: 77c81742467aec7e9a8344cc18422b284cb73b8c 1b2a1e029374b7a9e557a3465a8a893e9ebc6927
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Nov 12 15:28:05 2009 +0100

    Merge branch 'sid' into lucid

-----------------------------------------------------------------------

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list