[arch-dev-public] kmplayer 0.10.0 in [testing]
kmplayer depends on gtk2 for its npplayer - because my i86_64 machine is on testing, i built it against testing and put it there. (i686 follows tomorrow) please anybody in charge of gtk2 update move kmplayer to [extra] together with gtk2 rebuild-group. by the way: who ever moved xorg out of testing seemed to have forgoten to remove the pkgs from it after putting them to extra: http://archlinux.org/packages/search/?q=libx11 : 13579 Extra x11-libs libx11 1.1.3-1 X11 client-side library 2007-09-16 13230 Testing x11-libs libx11 1.1.3-4 X11 client-side library 2007-09-05 thanx + greetings, Damir ---------- Message transmis ---------- Betreff: [arch-commits] CVS update of extra/multimedia/kmplayer (PKGBUILD) Datum: Monday 08 October 2007 Von: Damir Perisa <damir@archlinux.org> An: arch-commits@archlinux.org Date: Sunday, October 7, 2007 @ 21:17:32 Author: damir Path: /home/cvs-extra/extra/multimedia/kmplayer Modified: PKGBUILD (1.28 -> 1.29) upgpkg: kmplayer 0.10.0-1 ----------+ PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) Index: extra/multimedia/kmplayer/PKGBUILD diff -u extra/multimedia/kmplayer/PKGBUILD:1.28 extra/multimedia/kmplayer/PKGBUILD:1.29 --- extra/multimedia/kmplayer/PKGBUILD:1.28 Sat Apr 7 08:22:33 2007 +++ extra/multimedia/kmplayer/PKGBUILD Sun Oct 7 21:17:32 2007 @@ -1,20 +1,27 @@ -# $Id: PKGBUILD,v 1.28 2007/04/07 12:22:33 damir Exp $ +# $Id: PKGBUILD,v 1.29 2007/10/08 01:17:32 damir Exp $ # Maintainer: damir <damir@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> + pkgname=kmplayer -pkgver=0.9.4.a -origver=0.9.4a +pkgver=0.10.0 +origver=0.10.0 force=y pkgrel=1 pkgdesc="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE" arch=("i686" "x86_64") +license=('GPL2') url="http://kmplayer.kde.org" -depends=('libx11' 'libxv' 'cairo' 'kdelibs>=3.5.6' 'gstreamer0.10-base' 'xine-lib') +depends=('libx11' 'libxv' 'cairo' 'kdelibs>=3.5.7' 'gstreamer0.10-base' 'xine-lib' 'dbus-glib' 'dbus-qt3' 'gtk2') +# gtk2 and dbus-glib is needed only by opt/kde/bin/knpplayer so it probably may be also made optional if needed source=($url/pkgs/$pkgname-$origver.tar.bz2) build() { export MAKEFLAGS="-j1" cd $startdir/src/$pkgname-$origver + + # fix include path of some headers (0.10.0): + sed -i "s|\"prtypes.h\"|<nspr/prtypes.h>|g" src/moz-sdk/jni_md.h src/moz-sdk/jri_md.h src/moz-sdk/npapi.h || return 1 + ./configure --prefix=/opt/kde make || return 1 make prefix=$startdir/pkg/opt/kde install @@ -22,3 +29,4 @@ rm -f ${startdir}/pkg/opt/kde/share/mimelnk/application/x-mplayer2.desktop } +md5sums=('8e8d3df2cdebc4c08fd6f8ab6bf1bda4') _______________________________________________ arch-commits mailing list arch-commits@archlinux.org http://archlinux.org/mailman/listinfo/arch-commits ------------------------------------------------------- -- .·´¯`·.¸.·´¯`·.¸¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸¸.·´ ° ° ° ° ° ° ><((((º> ° ° ° ° ° <º)))>< <º)))><
warning! kmplayer 0.10.0 triggers X to segfault on startup under certain conditions i have not yet figured out why. Oct 8 03:35:47 Apollon X[15070]: segfault at 00000000000001b8 rip 000000000053d443 rsp 00007fff9967cdc0 error 4 opened bug here: http://bugs.archlinux.org/task/8250 - D Monday 08 October 2007, Damir Perisa wrote: | kmplayer depends on gtk2 for its npplayer - because my i86_64 | machine is on testing, i built it against testing and put it | there. (i686 follows tomorrow) | please anybody in charge of gtk2 update move kmplayer to [extra] | together with gtk2 rebuild-group. | | by the way: | who ever moved xorg out of testing seemed to have forgoten to | remove the pkgs from it after putting them to extra: | | http://archlinux.org/packages/search/?q=libx11 : | | 13579 Extra x11-libs libx11 1.1.3-1 X11 client-side library | 2007-09-16 | 13230 Testing x11-libs libx11 1.1.3-4 X11 client-side library | 2007-09-05 | | thanx + greetings, | Damir | | ---------- Message transmis ---------- | | Betreff: [arch-commits] CVS update of extra/multimedia/kmplayer | (PKGBUILD) | Datum: Monday 08 October 2007 | Von: Damir Perisa <damir@archlinux.org> | An: arch-commits@archlinux.org | | Date: Sunday, October 7, 2007 @ 21:17:32 | Author: damir | Path: /home/cvs-extra/extra/multimedia/kmplayer | | Modified: PKGBUILD (1.28 -> 1.29) | | upgpkg: kmplayer 0.10.0-1 | | | ----------+ | PKGBUILD | 16 ++++++++++++---- | 1 file changed, 12 insertions(+), 4 deletions(-) | | | Index: extra/multimedia/kmplayer/PKGBUILD | diff -u extra/multimedia/kmplayer/PKGBUILD:1.28 | extra/multimedia/kmplayer/PKGBUILD:1.29 | --- extra/multimedia/kmplayer/PKGBUILD:1.28 Sat Apr 7 08:22:33 | 2007 +++ extra/multimedia/kmplayer/PKGBUILD Sun Oct 7 21:17:32 | 2007 @@ -1,20 +1,27 @@ | -# $Id: PKGBUILD,v 1.28 2007/04/07 12:22:33 damir Exp $ | +# $Id: PKGBUILD,v 1.29 2007/10/08 01:17:32 damir Exp $ | # Maintainer: damir <damir@archlinux.org> | # Contributor: Damir Perisa <damir.perisa@bluewin.ch> | + | pkgname=kmplayer | -pkgver=0.9.4.a | -origver=0.9.4a | +pkgver=0.10.0 | +origver=0.10.0 | force=y | pkgrel=1 | pkgdesc="Video player plugin for Konqueror and basic | MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE" | arch=("i686" "x86_64") | +license=('GPL2') | url="http://kmplayer.kde.org" | -depends=('libx11' 'libxv' 'cairo' 'kdelibs>=3.5.6' | 'gstreamer0.10-base' 'xine-lib') +depends=('libx11' 'libxv' | 'cairo' 'kdelibs>=3.5.7' 'gstreamer0.10-base' 'xine-lib' | 'dbus-glib' 'dbus-qt3' 'gtk2') +# gtk2 and dbus-glib is needed | only by opt/kde/bin/knpplayer so it probably may be also made | optional if needed | source=($url/pkgs/$pkgname-$origver.tar.bz2) | | build() { | export MAKEFLAGS="-j1" | cd $startdir/src/$pkgname-$origver | + | + # fix include path of some headers (0.10.0): | + sed -i "s|\"prtypes.h\"|<nspr/prtypes.h>|g" | src/moz-sdk/jni_md.h src/moz-sdk/jri_md.h src/moz-sdk/npapi.h || | return 1 | + | ./configure --prefix=/opt/kde | make || return 1 | make prefix=$startdir/pkg/opt/kde install | @@ -22,3 +29,4 @@ | rm -f | ${startdir}/pkg/opt/kde/share/mimelnk/application/x-mplayer2.deskt |op } | | +md5sums=('8e8d3df2cdebc4c08fd6f8ab6bf1bda4') | | _______________________________________________ | arch-commits mailing list | arch-commits@archlinux.org | http://archlinux.org/mailman/listinfo/arch-commits | | ------------------------------------------------------- -- .·´¯`·.¸.·´¯`·.¸¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸¸.·´ ° ° ° ° ° ° ><((((º> ° ° ° ° ° <º)))>< <º)))><
Am Montag, 8. Oktober 2007 03:39:42 schrieb Damir Perisa:
warning! kmplayer 0.10.0 triggers X to segfault on startup under certain conditions i have not yet figured out why.
Oct 8 03:35:47 Apollon X[15070]: segfault at 00000000000001b8 rip 000000000053d443 rsp 00007fff9967cdc0 error 4
opened bug here: http://bugs.archlinux.org/task/8250
Interesting. I have seen a similar segfault when using firefox: http://bugs.archlinux.org/task/8252 -- archlinux.de
Monday 08 October 2007, Pierre Schmitz wrote: | Am Montag, 8. Oktober 2007 03:39:42 schrieb Damir Perisa: | > warning! kmplayer 0.10.0 triggers X to segfault on startup under | > certain conditions i have not yet figured out why. | > | > Oct 8 03:35:47 Apollon X[15070]: segfault at 00000000000001b8 | > rip 000000000053d443 rsp 00007fff9967cdc0 error 4 | > | > opened bug here: | > http://bugs.archlinux.org/task/8250 | | Interesting. I have seen a similar segfault when using firefox: | http://bugs.archlinux.org/task/8252 very interesting. especially, because on the i686 it works without making the xorg server to segfault. btw: i686 version of kmplayer is in testing now as well. it must therefore be a i86_64 xorg 1.4 related segfault. ... or gtk2? is firefox built against gtk2 2.12 or 2.10? linked the two bugs together. - D -- .·´¯`·.¸.·´¯`·.¸¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸¸.·´ ° ° ° ° ° ° ><((((º> ° ° ° ° ° <º)))>< <º)))><
On 10/8/07, Damir Perisa <damir.perisa@solnet.ch> wrote:
Monday 08 October 2007, Pierre Schmitz wrote: | Am Montag, 8. Oktober 2007 03:39:42 schrieb Damir Perisa: | > warning! kmplayer 0.10.0 triggers X to segfault on startup under | > certain conditions i have not yet figured out why. | > | > Oct 8 03:35:47 Apollon X[15070]: segfault at 00000000000001b8 | > rip 000000000053d443 rsp 00007fff9967cdc0 error 4 | > | > opened bug here: | > http://bugs.archlinux.org/task/8250 | | Interesting. I have seen a similar segfault when using firefox: | http://bugs.archlinux.org/task/8252
very interesting. especially, because on the i686 it works without making the xorg server to segfault. btw: i686 version of kmplayer is in testing now as well.
it must therefore be a i86_64 xorg 1.4 related segfault. ... or gtk2? is firefox built against gtk2 2.12 or 2.10?
linked the two bugs together.
Would it be possible to not fill this list with bug report talk? I thought we had a bug tracker for this, but this is the 4th email thread regarding real specific package issues. Not trying to be an ass here, I just think fragmenting bug discussion all over the place is a bad thing - especially if it needs to be referenced later.
Monday 08 October 2007, Aaron Griffin wrote: | Would it be possible to not fill this list with bug report talk? I | thought we had a bug tracker for this, but this is the 4th email | thread regarding real specific package issues. | | Not trying to be an ass here, I just think fragmenting bug | discussion all over the place is a bad thing - especially if it | needs to be referenced later. i agree. the discussion here is nothing additional to the content of the two bug reports, so it is nothing to refer to it later. it's more an awareness thread for a bug that is not resolved yet and may affect other pkgs and other devs involvement without them knowing. if something additional happens to be discussed on the ML, it shouuld be written down in the bug report. - D -- .·´¯`·.¸.·´¯`·.¸¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸¸.·´ ° ° ° ° ° ° ><((((º> ° ° ° ° ° <º)))>< <º)))><
On 10/8/07, Damir Perisa <damir.perisa@solnet.ch> wrote:
Monday 08 October 2007, Aaron Griffin wrote: | Would it be possible to not fill this list with bug report talk? I | thought we had a bug tracker for this, but this is the 4th email | thread regarding real specific package issues. | | Not trying to be an ass here, I just think fragmenting bug | discussion all over the place is a bad thing - especially if it | needs to be referenced later.
i agree. the discussion here is nothing additional to the content of the two bug reports, so it is nothing to refer to it later. it's more an awareness thread for a bug that is not resolved yet and may affect other pkgs and other devs involvement without them knowing.
Well... there were also three other threads about bugs in one of the KDE media players too... I just chose this thread to pick on.
2007/10/8, Damir Perisa <damir.perisa@solnet.ch>:
kmplayer depends on gtk2 for its npplayer - because my i86_64 machine is on testing, i built it against testing and put it there. (i686 follows tomorrow) please anybody in charge of gtk2 update move kmplayer to [extra] together with gtk2 rebuild-group.
Is gtk2 depedency essential and non-optional? -- Roman Kyrylych (Роман Кирилич)
Monday 08 October 2007, Roman Kyrylych wrote: | 2007/10/8, Damir Perisa <damir.perisa@solnet.ch>: | > kmplayer depends on gtk2 for its npplayer - because my i86_64 | > machine is on testing, i built it against testing and put it | > there. (i686 follows tomorrow) | > please anybody in charge of gtk2 update move kmplayer to [extra] | > together with gtk2 rebuild-group. | | Is gtk2 depedency essential and non-optional? kmplayer is a plugin in konqueror to multimedia things. knpplayer (k netscape plugin player) has now a gtk2 dependency and is quite essential for functionality for this plugin functionallity... so probably it will run kmplayer without gtk2 but will be quite crippled. that's why i decided it is one from now on. as gtk2 is not gnome and do not take too much dependences itself, it is hopefully a good compromise - D -- .·´¯`·.¸.·´¯`·.¸¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸¸.·´ ° ° ° ° ° ° ><((((º> ° ° ° ° ° <º)))>< <º)))><
-----Oorspronkelijk bericht----- Van: arch-dev-public-bounces@archlinux.org [mailto:arch-dev-public- bounces@archlinux.org] Namens Damir Perisa Verzonden: maandag 8 oktober 2007 13:04 Aan: Public mailing list for ArchLinux development Onderwerp: [arch-dev-public] kmplayer 0.10.0 gtk2 dependency
Monday 08 October 2007, Roman Kyrylych wrote: | 2007/10/8, Damir Perisa <damir.perisa@solnet.ch>: | > kmplayer depends on gtk2 for its npplayer - because my i86_64 | > machine is on testing, i built it against testing and put it | > there. (i686 follows tomorrow) | > please anybody in charge of gtk2 update move kmplayer to [extra] | > together with gtk2 rebuild-group. | | Is gtk2 depedency essential and non-optional?
kmplayer is a plugin in konqueror to multimedia things. knpplayer (k netscape plugin player) has now a gtk2 dependency and is quite essential for functionality for this plugin functionallity... so probably it will run kmplayer without gtk2 but will be quite crippled. that's why i decided it is one from now on.
as gtk2 is not gnome and do not take too much dependences itself, it is hopefully a good compromise
But it has a G in the library name, so people who are afraid of having libraries that have any association with GNOME will complain ;)
Monday 08 October 2007, Jan de Groot wrote: | But it has a G in the library name, so people who are afraid of | having libraries that have any association with GNOME will | complain ;) true :) ... but isn't it named GIMP tool kit (gtk) and not Gnome tool kit? anybody afraid of the letter G should associate it with something more positive... like e.g. the G-spot ;) - D -- .·´¯`·.¸.·´¯`·.¸¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸¸.·´ ° ° ° ° ° ° ><((((º> ° ° ° ° ° <º)))>< <º)))><
participants (5)
-
Aaron Griffin
-
Damir Perisa
-
Jan de Groot
-
Pierre Schmitz
-
Roman Kyrylych