[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-multimedia
Subject:    Re: Bug#29322: noatun crashes at startup
From:       Martin Vogt <mvogt () rhrk ! uni-kl ! de>
Date:       2001-07-20 8:45:12
[Download RAW message or body]



Hi,


>Everything should (read: might) work if you uninstall 
>kdemultimedia/mpeglib_artsplug and install kdemultimedia/mpg123_artsplugin
>
>There's some buglet in the freebsd linker related to threads, or something, 
>that causes problems.

mpeglib is _not_ build on FreeBSD, because we already know
that there are bugs in the FreeBSD thread support.
So, it should not be installed at all.

Martin

Prove:

kdemultimedia / mpeglib 

configure.in.in :

kde_mpeglib_compiles=no

case "$OS_TYPE" in
dnl  FreeBSD)
dnl    kde_mpeglib_compiles=yes
dnl    ;;
  Linux)
    kde_mpeglib_compiles=yes
    ;;
  AIX)
    kde_mpeglib_compiles=yes
    ;;
  SunOs)
    kde_mpeglib_compiles=yes
    ;;
  *)
    AC_MSG_RESULT([*** We disable mpeglib for this platform ***])
    DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib"  <------------      disabled
    ;;
esac

kdemultimedia / mpeglib_artsplug :

 configure.in.in :

if test x$kde_mpeglib_compiles = xno; then
  AC_MSG_RESULT([** mpeglib disabled we disable artsplug **])
  kde_artsplug_compiles=no;
fi

if test x$kde_artsplug_compiles = xno; then
  AC_MSG_RESULT([** DO NOT COMPILE mpeglib_artsplug **])
  DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib_artsplug"   <--------- disabled
fi


_______________________________________________
Kde-multimedia mailing list
Kde-multimedia@master.kde.org
http://master.kde.org/mailman/listinfo/kde-multimedia

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic