packages: gnome-mplayer/gnome-mplayer.spec - BR: GConf2, GConf2-devel, curl...

Przemyslaw Iskra sparky at pld-linux.org
Wed Nov 25 19:17:20 CET 2009


On Wed, Nov 25, 2009 at 07:06:02PM +0100, Fryderyk Dziarmagowski wrote:
> On Wed, 25 Nov 2009 17:43:38 +0100
> sparky <sparky at pld-linux.org> wrote:
> 
> > Author: sparky                       Date: Wed Nov 25 16:43:38 2009 GMT
> > Module: packages                      Tag: HEAD
> > ---- Log message:
> > - BR: GConf2, GConf2-devel, curl-devel, gnome-power-manager, pulseaudio, which
> 
> What is the idea behind adding tons of wrong BRs?

Unforunatelly those aren't wrong, and fixing configure doesn't really
seem worth it.


FLATVOL=FALSE
if test -x `which pulseaudio`; then
        PAVER=`pulseaudio --version | sed -e 's/pulseaudio 0.9.//'`
        if test $PAVER -gt 14; then
            FLATVOL=TRUE
        fi
fi
AC_SUBST(FLATVOL)

if test -x `which gnome-power-manager`; then
        GPMVER=`gnome-power-manager --version | sed -e 's/Version 2.//' | cut -b1-2`
        if test $GPMVER -ge 26; then
            AC_DEFINE(SM_INHIBIT, 1, [Defined if you are using
gnome-power-manager 2.26 or higher])
        fi
        if test $GPMVER -lt 26; then
            AC_DEFINE(SS_INHIBIT, 1, [Defined if you are using
gnome-power-manager below 2.26 ])
        fi

fi


^- there are which, pulseaudio and gnome-power-manager

curl-devel is required for libmusicbrainz3

And GConf2 is required because build fails without it.



-- 
 ____  Sparky{PI] -- Przemyslaw _  ___  _  _  ........... LANG...Pl..Ca..Es..En
/____) ___  ___  _ _ || Iskra  |  | _ \| |  | : WWW........ppcrcd.pld-linux.org
\____\| -_)'___| ||^'||//\\// <   |  _/| |  | : JID......sparky<at>jabberes.org
(____/||   (_-_|_||  ||\\ ||   |_ |_|  |_| _| : Mail....sparky<at>pld-linux.org


More information about the pld-devel-en mailing list