From 6fe5c1a9ef940372206e37c960f48781aea56f3d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 21:05:12 +0100 Subject: Try to make batch converter install work. --- wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 097474563..331ebce8e 100644 --- a/wscript +++ b/wscript @@ -228,6 +228,11 @@ def build(bld): obj.target = 'dvdomatic.desktop' obj.dict = d + obj = bld(features = 'subst') + obj.source = 'dvdomatic_batch.desktop.in' + obj.target = 'dvdomatic_batch.desktop' + obj.dict = d + bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop') for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) -- cgit v1.2.3 From a94ed2bd9621fe2cd604b0e3d3a7ad2e4dde937a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 21:15:34 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/ChangeLog b/ChangeLog index 570ad9b4d..e5b7c8776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-04 Carl Hetherington + + * Version 0.89beta1 released. + 2013-05-04 Carl Hetherington * Very simple batch converter added (#127). diff --git a/debian/changelog b/debian/changelog index 76e64d1c8..a513b1144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.89beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sat, 04 May 2013 21:15:34 +0100 + dvdomatic (0.88-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 331ebce8e..9e143074c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89pre' +VERSION = '0.89beta1' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 3e0ede02878b417b3714c95cdaca9c25344920b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 21:24:36 +0100 Subject: Bump libdcp version. --- cscript | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/cscript b/cscript index 0111e9638..04161eef3 100644 --- a/cscript +++ b/cscript @@ -8,7 +8,7 @@ def dependencies(target): else: return (('openjpeg-cdist', None), ('ffmpeg-cdist', '488d5d4496af5e3a3b9d31d6b221e8eeada6b77e'), - ('libdcp', 'v0.45')) + ('libdcp', 'v0.49')) def build(env, target): cmd = './waf configure --prefix=%s' % env.work_dir_cscript() diff --git a/wscript b/wscript index 9e143074c..aa27fe344 100644 --- a/wscript +++ b/wscript @@ -55,7 +55,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-O2') if not conf.options.static: - conf.check_cfg(package = 'libdcp', atleast_version = '0.45', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.49', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) conf.check_cfg(package = 'libavformat', args = '--cflags --libs', uselib_store = 'AVFORMAT', mandatory = True) conf.check_cfg(package = 'libavfilter', args = '--cflags --libs', uselib_store = 'AVFILTER', mandatory = True) conf.check_cfg(package = 'libavcodec', args = '--cflags --libs', uselib_store = 'AVCODEC', mandatory = True) -- cgit v1.2.3 From 900a4dbd941845c67f5ac4cd271cf9163cf4cbc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 May 2013 13:10:17 +0100 Subject: Missing install file for batch converter. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index aa27fe344..2a3f86fb1 100644 --- a/wscript +++ b/wscript @@ -233,7 +233,7 @@ def build(bld): obj.target = 'dvdomatic_batch.desktop' obj.dict = d - bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop') + bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop', 'dvdomatic_batch.desktop.in') for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) -- cgit v1.2.3 From 0db03a5d06f72ede633fb7ef32f0a340b2c34fed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 May 2013 13:36:33 +0100 Subject: Fix previous. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2a3f86fb1..68be08909 100644 --- a/wscript +++ b/wscript @@ -233,7 +233,7 @@ def build(bld): obj.target = 'dvdomatic_batch.desktop' obj.dict = d - bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop', 'dvdomatic_batch.desktop.in') + bld.install_files('${PREFIX}/share/applications', ['dvdomatic.desktop', 'dvdomatic_batch.desktop.in']) for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) -- cgit v1.2.3 From b0718baa1118bdc297c664734135c5e9964bf450 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 May 2013 00:59:49 +0100 Subject: Another typo. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 68be08909..5c7ba53d2 100644 --- a/wscript +++ b/wscript @@ -233,7 +233,7 @@ def build(bld): obj.target = 'dvdomatic_batch.desktop' obj.dict = d - bld.install_files('${PREFIX}/share/applications', ['dvdomatic.desktop', 'dvdomatic_batch.desktop.in']) + bld.install_files('${PREFIX}/share/applications', ['dvdomatic.desktop', 'dvdomatic_batch.desktop']) for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) -- cgit v1.2.3 From 42a3da099dc91e3b11746c3c76611fc19a887955 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 May 2013 02:03:25 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/ChangeLog b/ChangeLog index ff10e095f..4e411a750 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-06 Carl Hetherington + + * Version 0.89 released. + 2013-05-04 Carl Hetherington * Version 0.89beta1 released. diff --git a/debian/changelog b/debian/changelog index a513b1144..a10ba5d92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.89-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Mon, 06 May 2013 02:03:25 +0100 + dvdomatic (0.89beta1-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 5c7ba53d2..bcaca02d3 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89beta1' +VERSION = '0.89' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From e089ceff103306f269cbac857b128fc641c6ec3c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 May 2013 02:03:25 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index bcaca02d3..51a2ad04d 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89' +VERSION = '0.90pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3