From 9ef438a1531ceb872009322b4f1704a768b5ebf9 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 15 Mar 2011 00:16:27 +0100 Subject: [PATCH] ardour: Updated (0.99.2 -> 2.8.11) (see note!) Note: Following things still need to be done: - Download URL needs to be updated (mirror?) - Update package description - General testing needed --- audio/ardour/ardour.desc | 11 +++++------ audio/ardour/no_gtk1_path.patch | 27 --------------------------- 2 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 audio/ardour/no_gtk1_path.patch diff --git a/audio/ardour/ardour.desc b/audio/ardour/ardour.desc index 660accc37..004bd6a37 100644 --- a/audio/ardour/ardour.desc +++ b/audio/ardour/ardour.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../ardour/ardour.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -22,15 +22,14 @@ [U] http://ardour.org/ -[A] Artjom Simon +[A] Paul Davis [M] The OpenSDE Community [C] extra/multimedia [L] GPL -[S] Beta -[V] 0.99.2 +[S] Stable +[V] 2.8.11 [P] X -----5---9 182.500 -[D] 3163126849 ardour-0.99.2.tar.bz2 http://ardour.org/releases/ - +[D] 3648260637 ardour-2.8.11.tar.bz2 http://ardour.org/releases/ diff --git a/audio/ardour/no_gtk1_path.patch b/audio/ardour/no_gtk1_path.patch deleted file mode 100644 index 30058a460..000000000 --- a/audio/ardour/no_gtk1_path.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../ardour/no_gtk1_path.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- -diff -Nur ardour-0.99.original/libs/gtkmm/configure.ac ardour-0.99/libs/gtkmm/configure.ac ---- ardour-0.99.original/libs/gtkmm/configure.ac 2005-03-12 21:22:08.000000000 +0200 -+++ ardour-0.99/libs/gtkmm/configure.ac 2005-10-14 22:51:45.000000000 +0300 -@@ -169,7 +169,7 @@ - AC_SUBST(GTK_RELEASE) - - dnl we now require 1.2 gtk+ - 1.1 is not allowed because it doesnt work. --AM_PATH_GTK(1.2.7,,exit) -+dnl AM_PATH_GTK(1.2.7,,exit) - - dnl these gen_h stuffs are here because we want more than one - dnl makefile have access to this variable.