Re: [packman] MPlayer VDPAU

2009-03-24 Diskussionsfäden Carl Eugen Hoyos
Manfred Tremmel  writes:

> > The only xine implementation I found is here:
> > http://www.jusst.de/vdpau/filedetails.php?repname=xine-vdpau&path=%2F
> >src%2Flibvdpau%2Fvdpau_h264.c It is a nice example of "include all the
> > problems of Nvidia's original implementation". I hope that is not the
> > final version
> 
> The patch from http://www.jusst.de/vdpau/files/xine-lib-1.2/ is, what 
> I've included in my 1.2 build. It's not part of the offical version, 
> maybe there are good reasons for...

Yes, that is the tarred version of the link above.
I just wanted to say "Boy, this is ugly and buggy", but then, the copyright
notices are actually much more interesting, especially given todays discussions
on ffmpeg-devel;-)

Carl Eugen



___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] [PM] songbird 1.1.1-0.pm.2 (openSUSE 11.1/i586)

2009-03-24 Diskussionsfäden Toni
Am Sonntag, 22. März 2009 schrieb Renate Neike:
> Hallo Toni, Hallo packman,
>
> ich bekomme es einfach nicht hin Songbird zum Laufen zu bewegen.
>
> Fehlermeldung beim Starten aus der Shell:
>
> adm...@reni3:~> songbird
> *** buffer overflow detected ***: /usr/lib/songbird-1.1.1/./songbird-bin
> terminated === Backtrace: =
> /lib/libc.so.6(__fortify_fail+0x48)[0xb7e67db8]
> /lib/libc.so.6[0xb7e65dd0]
> /lib/libc.so.6[0xb7e66578]
> /usr/lib/songbird-1.1.1/./songbird-bin[0x8048fe7]
> /lib/libc.so.6(__libc_start_main+0xe5)[0xb7d97705]
> /usr/lib/songbird-1.1.1/./songbird-bin[0x8048ea1]
> === Memory map: 
> 08048000-08053000 r-xp  08:09 382113
> /usr/lib/songbird-1.1.1/songbird-bin 08053000-08054000 r--p a000 08:09
> 382113 /usr/lib/songbird-1.1.1/songbird-bin 08054000-08055000 rw-p
> b000 08:09 382113 /usr/lib/songbird-1.1.1/songbird-bin
> b7c0-b7d0 rw-p b7c0 00:00 0
> b7d0f000-b7d1 rw-p b7d0f000 00:00 0
> b7d1-b7d24000 r-xp  08:09 368089
> /usr/lib/libv4lconvert.so.0 b7d24000-b7d25000 r--p 00013000 08:09 368089   
>  /usr/lib/libv4lconvert.so.0 b7d25000-b7d26000 rw-p 00014000 08:09 368089  
>   /usr/lib/libv4lconvert.so.0 b7d26000-b7d77000 rw-p b7d26000 00:00 0
> ... und weitere solcher Zeilen.
>
> Installiert ist:
>
> rpm -qa | grep songbird
> songbird-1.1.1-0.pm.2
>
> und:
>
> rpm -qa | grep gst
> libgstreamer-0_10-0-0.10.22-42.pm.1
> libgstinterfaces-0_10-0-0.10.22-42.pm.2
> gstreamer-0_10-plugins-bad-0.10.10-42.pm.1
> kaffeine-gstreamer-0.8.7-2.pm.2
> gstreamer-0_10-0.10.22-42.pm.1
> gstreamer-0_10-plugins-base-lang-0.10.22-42.pm.2
> gstreamer-0_10-plugins-ugly-0.10.10-42.pm.2
> gstreamer-0_10-fluendo-mp3-0.10.10-42.pm.1
> gstreamer-0_10-plugins-good-0.10.14-42.pm.1
> gstreamer-0_10-plugins-good-extra-0.10.14-42.pm.1
> gstreamer-0_10-plugins-bad-lang-0.10.10-42.pm.1
> gstreamer-0_10-plugins-base-0.10.22-42.pm.2
> gstreamer-utils-0.10.22-42.pm.1
> gstreamer-0_10-utils-0.10.22-42.pm.1
> gstreamer-0_10-lang-0.10.22-42.pm.1
> gstreamer-0_10-plugins-ugly-lang-0.10.10-42.pm.2
>
> Auch das Starten aus dem Verzeichnis /usr/lib/songbird-1.1.1 direkt bringt
> die Fehlermeldung.
>
> Mein System ist ein openSUSE 11.1 32bit mit KDE 3.5.10
>
> Was kann da schief liegen?

ok, das Problem lag an den neu verwendeten RPM_OPT_FLAGS für den build.
Das bewirkte einen ziemlich üblen Fehler im mozilla-xulrunner Modul von 
songbird, der mit einem Abbruch quittiert wurde.

Ein build/test ohne diese Flags funktionierte problemlos.

Neue songbird Pakete wurden hochgeladen und sollten in den nächsten Stunden 
verfügbar sein.

> Vielen Dank für eure Mühe und Gruß
> Renate



-- 
have fun
Toni

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] [PM] songbird 1.1.1-0.pm.1 (openSUSE 11.1/x86_64)

2009-03-24 Diskussionsfäden Toni
Am Samstag, 14. März 2009 schrieb:
> Hi Toni,
>
> I believe the songbird rpm is messed up. Please see
> http://bugzilla.songbirdnest.com/show_bug.cgi?id=15682 and
> http://getsatisfaction.com/songbird/topics/buffer_overflow_detected_on_star
>tup_of_1_1 for more information. If you can't reproduce this then I'd be
> glad to help you try and debug it.

ok, problem is solved.
I used RPM_OPT_FLAGS to make rpmlint happy and boing ...

FORTIFY_SOURCE aborts the process if realpath() is called with destination
buffer smaller than PATH_MAX (typically of 4096 characters). Mozilla uses
MAXPATHLEN that is by default defined to 1024 bytes.

So I searched for a patch and modified the embedded xulrunner.

New packags are uploaded songbird-1.1.1-0.pm.5 and should be available within 
the next hours.

A big thank goes to a songbird user (Jon) who debugged the beast and pointed 
me into this issue with the PATH_MAX definitions. And as soon the problem was 
known, a soltution could be found :)

> Thanks,
> Nathan



-- 
have fun
Toni

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] MPlayer VDPAU

2009-03-24 Diskussionsfäden Manfred Tremmel
Am Dienstag, 24. März 2009 schrieb Carl Eugen Hoyos:
> Manfred Tremmel  writes:
> > > I contains code that allows video players with vdpau support to
> > > actually use hardware accelerated decoding. AFAIK, (sadly) only
> > > MPlayer currently uses this approach. Since packman's MPlayer
> > > uses static libavcodec (as it should), it does not make much
> > > difference if your ffmpeg binary supports vdpau (for video
> > > players) or not.
> >
> > Maybe others will use it, we have different players using external
> > ffmpeg (libxine, vlc, gstreamer, maybe more).
>
> I hope so.
> vlc will (hopefully), since they are still working on it.
> The only xine implementation I found is here:
> http://www.jusst.de/vdpau/filedetails.php?repname=xine-vdpau&path=%2F
>src%2Flibvdpau%2Fvdpau_h264.c It is a nice example of "include all the
> problems of Nvidia's original implementation". I hope that is not the
> final version

The patch from http://www.jusst.de/vdpau/files/xine-lib-1.2/ is, what 
I've included in my 1.2 build. It's not part of the offical version, 
maybe there are good reasons for...


-- 
Machs gut| http://www.iivs.de/schwinde/buerger/tremmel/

Manfred  | http://packman.links2linux.de/

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


[packman] [PM] libupnp 1.6.5-0.pm.1 (openSUSE 11.1/i586)

2009-03-24 Diskussionsfäden Andrea Florio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i detlef, can you please upgrade that library? (i would like to enable
upnp support in amule)

checking for libupnp version >= 1.6.6... no (version 1.6.5 is not new
enough)

thanks

Andrea
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAknHhPgACgkQvCfyadPodwtxBACgsDduBJIa9+Wbr/FBKz3BcUoJ
VRIAoKxtjb8n+usdgb5mNiuu3WzLRTXg
=M3L3
-END PGP SIGNATURE-

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman