Jason Tackaberry wrote:
> Author: tack
> Date: Fri Dec 29 17:08:47 2006
> New Revision: 2306
> 
> Modified:
>    trunk/imlib2/setup.py
> 
> Log:
> Increase version requirements (matches wiki).
> 
> 
> Modified: trunk/imlib2/setup.py
> ==============================================================================
> --- trunk/imlib2/setup.py     (original)
> +++ trunk/imlib2/setup.py     Fri Dec 29 17:08:47 2006
> @@ -43,8 +43,8 @@
>                       config='src/config.h')
>  
>  
> -if not imlib2so.check_library('imlib2', '1.1.1'):
> -    print 'Imlib2 >= 1.1.1 not found'
> +if not imlib2so.check_library('imlib2', '1.2.1'):
> +    print 'Imlib2 >= 1.2.1 not found'
>      print 'Download from http://enlightenment.freedesktop.org/'
>      sys.exit(1)

IIRC there are some AMD64 bugs in 1.2.1, 1.3.0 sorted them out. Wouldn't
1.3.0 be a better minimum requirement?

Duncan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to