Package Details: ardour-git 9.0.pre0.r675.ge273ec06bb-1

Git Clone URL: https://aur.archlinux.org/ardour-git.git (read-only, click to copy)
Package Base: ardour-git
Description: Professional-grade digital audio workstation (git version)
Upstream URL: https://ardour.org/
Keywords: dssi ladspa lv2 mastering midi pro-audio production recorder sequencer
Licenses: MIT, CC0-1.0, GPL-3.0-or-later, GPL-2.0-or-later
Groups: pro-audio
Conflicts: ardour
Provides: ardour, ladspa-host, lv2-host, vamp-host, vst-host, vst3-host
Submitter: None
Maintainer: SpotlightKid (dvzrv, aggraef)
Last Packager: SpotlightKid
Votes: 45
Popularity: 0.33
First Submitted: 2013-03-14 23:12 (UTC)
Last Updated: 2025-01-10 18:26 (UTC)

Required by (144)

Sources (3)

Pinned Comments

SpotlightKid commented on 2025-01-10 18:32 (UTC)

As mentioned by @trrg below, this package builds the latest development version, which currently (2025-01-10) is in an unstable pre-release state.

If you want to use this PKGBUILD to build the latest stable version 8.10, you can use the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index ca34170..2caed90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@

 _pkgname=ardour
 pkgname=$_pkgname-git
-pkgver=9.0.pre0.r675.ge273ec06bb
+pkgver=8.10.r0.g0a0848b2d6
 pkgrel=1
 pkgdesc='Professional-grade digital audio workstation (git version)'
 arch=(x86_64)
@@ -92,11 +92,11 @@ provides=(
   vst3-host
 )
 conflicts=($_pkgname)
-source=("$_pkgname::git+https://github.com/Ardour/ardour.git"
+source=("$_pkgname::git+https://github.com/Ardour/ardour.git#tag=8.10"
         "$_pkgname-midi-${pkgver%%.*}.zip::http://stuff.ardour.org/loops/ArdourBundledMedia.zip"
         'ardour-7.x-vendor_qm-dsp.patch')
 noextract=($_pkgname-midi-${pkgver%%.*}.zip)
-sha256sums=('SKIP'
+sha256sums=('ceb4b8e40cf34f676795266f6d659a95a2ddc7bddfbf265c0f59730d9c7ae0b8'
             'a00de00671cdc329b2ca35c2a5c4150af3d6588147f9dca2e3dea752aa2e234c'
             '6393d52d2c084e03ba24f657352a76a58d5e9f530cfeecb87babf8990c902cbc')

Gimmeapill commented on 2017-08-18 10:40 (UTC) (edited on 2018-02-14 11:01 (UTC) by Gimmeapill)

This package will automatically retrieve and build the latest development snapshot of Ardour from git.

It does not need to be updated on every release, so please do not flag out of date unless the build breaks.

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21

smoge commented on 2010-12-15 22:59 (UTC)

./waf doesn't work with python 3. A workaround would be "python2 waf"...

<deleted-account> commented on 2010-12-13 15:24 (UTC)

Ok guys, I think it's better for this package if someone else maintains it, right now I need a stable ardour, so I use ardour2 with stable jack. And I don't have that much time right now. So I orphaned it. Could someone who is capable to maintain it take it? The last thing I tried was to change ./waf to python2 waf, so it is really python2 which is used. I did get the following output Checked out revision 8257. Writing svn revision info to libs/ardour/svn_revision.cc Global Configuration Checking for program gcc or cc : /usr/lib/ccache/bin/gcc Checking for program cpp : /usr/lib/ccache/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok Checking for program g++ or c++ : /usr/lib/ccache/bin/g++ Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for g++ : ok Install prefix : /usr Debuggable build : False Strict compiler flags : False Build documentation : False () Ardour Configuration Version 4.5 of gcc is not ready for use when compiling Ardour with optimization. Please use a different version or re-configure with --debug Aborting..

capoeira commented on 2010-12-13 13:17 (UTC)

@Captain_Sandwich so you didn't managed it?

<deleted-account> commented on 2010-11-05 14:19 (UTC)

Well right now it doesn't build and I have problems (most of it lack of time and knowledge to be honest) getting it to work. I guess it's quite usable, yes.

capoeira commented on 2010-11-05 12:41 (UTC)

is this allready usable?

<deleted-account> commented on 2010-07-08 21:45 (UTC)

Damn, you're right. Thanks for reminding me! What we need here is a current svn snapshot of jack, which isn't jack, but jack2. I'll build the new packages and update it in a few minutes. You can always install jack-audio-connection-kit-svn instead of jack from the repos, should work fine then.

<deleted-account> commented on 2010-07-08 17:02 (UTC)

I can't build this package: I found this at end of the log file: Checking for jack >= 0.118.2 pkg-config --errors-to-stdout --print-errors --atleast-version=0.118.2 jack