diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-05-01 17:20:03 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-05-01 17:20:03 +0000 |
commit | 946855a409059f92c556a7f1d6623ae6b52d1333 (patch) | |
tree | f6de75423c6faaab35127c921d92c63dba31bdc4 /audio/ardour | |
parent | e982cc86df23c6f4f7403d4828cc260d01a1b5c6 (diff) | |
download | ports-946855a409059f92c556a7f1d6623ae6b52d1333.tar.gz ports-946855a409059f92c556a7f1d6623ae6b52d1333.zip |
Notes
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 3 | ||||
-rw-r--r-- | audio/ardour/distinfo | 6 | ||||
-rw-r--r-- | audio/ardour/files/patch-SConstruct | 20 |
3 files changed, 14 insertions, 15 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 6ccde9cbe0a3..86c3a0ece430 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ardour -DISTVERSION= 2.0rc2 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= http://ardour.org/files/releases/ DISTFILES= ardour-${DISTVERSION}.tar.bz2 diff --git a/audio/ardour/distinfo b/audio/ardour/distinfo index f34d77f83300..990e32302918 100644 --- a/audio/ardour/distinfo +++ b/audio/ardour/distinfo @@ -1,6 +1,6 @@ -MD5 (ardour-2.0rc2.tar.bz2) = f7185c879fdf4f0fd976f037994439ce -SHA256 (ardour-2.0rc2.tar.bz2) = 013ea0b49ef3484547798535991cc386291cd90b9fcb9687f3c1b44825e98b40 -SIZE (ardour-2.0rc2.tar.bz2) = 2754814 +MD5 (ardour-2.0.tar.bz2) = fb45ad6df9f2674cfe48b4d8305c3b9e +SHA256 (ardour-2.0.tar.bz2) = 4d2b31f43d00995e98ffe57ef60808d2d219fe696cb26928f3268a43fbc7ccf8 +SIZE (ardour-2.0.tar.bz2) = 2754777 MD5 (vst_sdk2_3.zip) = c91d3be58ad4e9c695d0a90b2198be0d SHA256 (vst_sdk2_3.zip) = 5400e0bbfeef0ab8a67b48899a9e8067db47552f43b30d8d15323ab999523226 SIZE (vst_sdk2_3.zip) = 4147357 diff --git a/audio/ardour/files/patch-SConstruct b/audio/ardour/files/patch-SConstruct index 3434d0f46af7..fdb95c7be1f9 100644 --- a/audio/ardour/files/patch-SConstruct +++ b/audio/ardour/files/patch-SConstruct @@ -1,5 +1,5 @@ ---- SConstruct.orig Fri Mar 16 22:45:44 2007 -+++ SConstruct Fri Mar 30 17:32:20 2007 +--- SConstruct.orig Mon Apr 30 00:19:46 2007 ++++ SConstruct Mon Apr 30 23:51:40 2007 @@ -38,7 +38,7 @@ BoolOption('FPU_OPTIMIZATION', 'Build runtime checked assembler code', 1), BoolOption('LIBLO', 'Compile with support for liblo library', 1), @@ -15,10 +15,10 @@ -if env['VST']: +if False: - sys.stdout.write ("Are you building Ardour for personal use (rather than distribution to others)? [no]: ") - answer = sys.stdin.readline () - answer = answer.rstrip().strip() -@@ -660,13 +660,7 @@ + if os.path.isfile('.personal_use_only'): + print "Enabling VST support. Note that distributing a VST-enabled ardour\nis a violation of several different licences.\nBuild with VST=false if you intend to distribute ardour to others." + else: +@@ -668,13 +668,7 @@ # prepend boiler plate optimization flags # @@ -33,7 +33,7 @@ if env['DEBUG'] == 1: env.Append(CCFLAGS=" ".join (debug_flags)) -@@ -752,6 +746,7 @@ +@@ -761,6 +755,7 @@ if env['LIBLO']: libraries['lo'] = LibraryInfo () prep_libcheck(env, libraries['lo']) @@ -41,7 +41,7 @@ conf = Configure (libraries['lo']) if conf.CheckLib ('lo', 'lo_server_new') == False: -@@ -765,6 +760,7 @@ +@@ -774,6 +769,7 @@ libraries['dmalloc'] = LibraryInfo () prep_libcheck(env, libraries['dmalloc']) @@ -49,7 +49,7 @@ # # look for the threaded version -@@ -796,8 +792,10 @@ +@@ -805,8 +801,10 @@ subst_dict['%MIDITAG%'] = "ardour" subst_dict['%MIDITYPE%'] = "coremidi" else: @@ -62,7 +62,7 @@ env = conf.Finish() -@@ -1064,8 +1062,8 @@ +@@ -1073,8 +1071,8 @@ subst_dict['%JACK_INPUT%'] = "coreaudio:Built-in Audio:in" subst_dict['%JACK_OUTPUT%'] = "coreaudio:Built-in Audio:out" else: |