No-op; fix GPL address and use the explicit-program-name version.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 3854d29a09984034b6a457ec40d48a383e13a1df..72af64085c86b901273ea812b11a776ae98e31b5 100644 (file)
--- a/cscript
+++ b/cscript
@@ -207,7 +207,7 @@ def make_spec(filename, version, target):
     if target.distro == 'centos' and target.version == '5':
         prefix = 'BUILDROOT/usr'
     else:
-        prefix = '%%{buildroot}/usr'
+        prefix = '%{buildroot}/usr'
 
     print('CXXFLAGS="-I%s/include" LDFLAGS="-L%s/lib" ./waf configure --prefix=%s --install-prefix=/usr %s' %
           (target.directory, target.directory, prefix, configure_options(target)), file=f)
@@ -236,8 +236,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', 'cd922b8', ffmpeg_options),
-            ('libdcp', '4e6b78d'),
-            ('libsub', 'b082fb6'))
+            ('libdcp', 'f028e8a'),
+            ('libsub', '3d8c3bc'))
 
 def configure_options(target):
     opt = ''