Browse Source

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
stable/0.2
Christian Wiese 14 years ago
parent
commit
9ef438a153
  1. 11
      audio/ardour/ardour.desc
  2. 27
      audio/ardour/no_gtk1_path.patch

11
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 <ardour-dev@lists.ardour.org>
[M] The OpenSDE Community <list@opensde.org>
[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/

27
audio/ardour/no_gtk1_path.patch

@ -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.
Loading…
Cancel
Save