[MPlayer-dev-eng] [PATCH] Depend on bio2jack version 0.2

Diego Biurrun diego at biurrun.de
Wed Aug 11 10:30:41 CEST 2004


ismail dönmez writes:
> > And gets them rejected again..
> > 
> > Why use
> > 
> > +        if ( ( test ! `bio2jack-config --version|cut -d"." -f2` -ge "2" ) ) ; then
> > 
> > if
> > 
> > +        if ( ( test ! `bio2jack-config --version` -ge "0.2" ) ) ; then
> > 
> > will do?  Your version will not accept version 1.0 or 1.1 etc.
> > 
> 
> I am rejecting your reject :
> 
> cartman at southpark:~$  test ! `bio2jack-config --version` -ge "0.2"
> -bash: test: 0.2: integer expression expected

You're absolutely right, test can check for 0.2, but as a string, not
a float number.  Please send me your patch again in private, I'll
apply.

Diego




More information about the MPlayer-dev-eng mailing list