Bump libdcp for build failures in openjpeg.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Feb 2014 23:01:00 +0000 (23:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Feb 2014 23:01:00 +0000 (23:01 +0000)
cscript
src/wx/about_dialog.cc

diff --git a/cscript b/cscript
index ef9294f9a83d9a248dbd4de20e7e9445261a3be2..e75790e9ebcca91f2e6a8215f9bb15058289d958 100644 (file)
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(debian_version, bits, filename, debug):
 
 def dependencies(target):
     return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
-            ('libdcp', 'f74c462'))
+            ('libdcp', '5839998'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
index 296b6d427a55986baaefaee870a2c74adbb2ed60..d169db9719fd7a82f19e4ee6d1826cba3bdab5bd 100644 (file)
@@ -133,6 +133,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Aldo Midali"));
        supported_by.Add (wxT ("Jeff Boot"));
        supported_by.Add (wxT ("Filip Kovcin"));
+       supported_by.Add (wxT ("Adam Colt"));
        add_section (_("Supported by"), supported_by);
 
        wxArrayString testers;
@@ -161,6 +162,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        testers.Add (wxT ("Bill Lam"));
        testers.Add (wxT ("Pepijn Klijs"));
        testers.Add (wxT ("Will Meadows"));
+       testers.Add (wxT ("Adam Colt"));
        add_section (_("Tested by"), testers);
        
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());