[ardour-dev] [PATCH] about copyright, BUILD jackd version

Samuel S Chessman chessman at tux.org
Thu Feb 24 17:57:56 PST 2005


Attached are two trivial patches for current ardour CVS.

about.cc.diff changes the About copyright to Copyright (C) 1999-2005 Paul Davis
to match the startup message.

Diff against latest CVS.  gtk_ardour/about.cc

As an aside, this is the cleanest building ardour I have had the pleasure
to compile.  Ardour's come a long way.

There should be some mention in the BUILD or release notes
that jackd 0.99.0 won't work, jackd 0.99.50 is needed.
Naturally when one builds from CVS there are issues of this sort.

Suggested BUILD patch attached for DOCUMENTATION/BUILD notes the jackd version
required.

Now, back to the music!
Sam

-- 
   Sam Chessman                                         chessman (a) tux.org
    First do what's necessary, then what's possible, finally the impossible.
-------------- next part --------------
--- about.cc.0.577.3	2005-02-24 20:41:39.000000000 -0500
+++ about.cc	2005-02-24 20:41:57.000000000 -0500
@@ -180,7 +180,7 @@
 	drawn = false;
 
 	Gtk::Label* small_label = manage (new Label (_(
-"Copyright (C) 1999-2004 Paul Davis\n"
+"Copyright (C) 1999-2005 Paul Davis\n"
 "Ardour comes with ABSOLUTELY NO WARRANTY\n"
 "This is free software, and you are welcome to redistribute it\n"
 "under certain conditions; see the file COPYING for details.\n")));
-------------- next part --------------
--- BUILD.0.577.3	2005-02-24 20:51:03.000000000 -0500
+++ BUILD	2005-02-24 20:51:44.000000000 -0500
@@ -94,7 +94,7 @@
 
        ALSA 0.9.X (CVS or snapshot release) (http://www.alsa-project.org)
 
-       JACK (http://jackit.sourceforge.net)
+       JACK 0.99.50 (CVS or snapshot release) (http://jackit.sourceforge.net)
 
        libxml2 2.5.X (http://xmlsoft.org/)
 


More information about the Ardour-Dev mailing list