--- multisync-gui-0.92.0/wscript.orig 2008-02-25 01:14:39.000000000 +0100
+++ multisync-gui-0.92.0/wscript 2008-02-25 01:32:46.000000000 +0100
@@ -62,12 +62,12 @@
pkgconf = conf.create_pkgconfig_configurator()
pkgconf.uselib = 'OPENSYNC'
pkgconf.name = 'opensync-1.0'
- pkgconf.version = '0.19'
+ pkgconf.version = '0.22'
pkgconf.variables = "configdir plugindir formatsdir"
if not pkgconf.run():
fatal("you need opensync http://www.opensync.org/ (libopensync0-dev)")
- if not conf.check_pkg('osengine-1.0', vnum='0.19', destvar='OPENSYNCENGINE'):
+ if not conf.check_pkg('osengine-1.0', vnum='0.22', destvar='OPENSYNCENGINE'):
fatal("you need opensync http://www.opensync.org/ (libopensync0-dev)")
if not P.os_develop_mode :