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 2 3 4 5 6 7 .. 21 Next › Last »

aggraef commented on 2023-06-13 20:33 (UTC)

@SpotlightKid, the icon links in the package are broken. s/ardour6/ardour7/g in the PKGBUILD will fix it.

SpotlightKid commented on 2022-07-26 22:11 (UTC)

@bertino: I'm sure what other help I can give. Try removing the alrdour checkout and the src dir before running makepkg so you are sure to start with an up-to-date checkout and clean build dir.

bertino commented on 2022-07-26 20:33 (UTC)

@SpotlightKid hm yes I reinstalled lv2, and I do have /usr/include/lv2/core/lv2.h and still have the error, might have miss-typed the first time I wrote the path.

SpotlightKid commented on 2022-07-26 18:23 (UTC)

@bertino: /usr/include/core/lv2.h is not the correct path. You should have /usr/include/lv2 and inside there core and other directories. Try re-installing lv2 maybe?

bertino commented on 2022-07-26 18:16 (UTC)

@SpotlightKid yes, i definitely have lv2 installed, and have the file /usr/include/core/lv2.h

SpotlightKid commented on 2022-07-26 16:41 (UTC) (edited on 2022-07-26 16:42 (UTC) by SpotlightKid)

@bertino: Sorry, I can't reproduce this. Are you sure you have 'lv2' installed? It is listed in makedepends, so makepkg should complain if you haven't, though.

Also, check that you don't have anything weird in your MAKEFLAGS in /etc/makepkg.conf.

bertino commented on 2022-07-26 13:32 (UTC)

Build fails for me with fatal error: lv2.h: No such file or directory. Any idea why?

uhtzmann commented on 2022-01-31 15:25 (UTC)

Package no longer builds easily, because of upstream change:

https://github.com/Ardour/ardour/commit/8bb91099c5b1ce73be0c5c2b53392dba1d5a6fdb#diff-79aeb4da69856b495e73ad925cafb176d7d6c05060ee086a39896e16afb8ce31

The ardour-6.2-vendor_qm-dsp.patch patch cannot be applied as-is, and probably needs to be updated.

Commenting out the patch command in PKGBUILD also stops build (as expected, that's what the patch file was fixing).

Making the patch changes manually and running makepkg --syncdeps --noextract seems to work.

Gimmeapill commented on 2021-11-05 21:40 (UTC)

cwiid can safely be removed from the makedepends array. For some reason it seems to break the build in a clean chroot.

carlosnewmusic commented on 2021-02-08 20:00 (UTC)

/usr/bin/ardour6: línea 71: /usr/lib/ardour6/ardour-6.5.213: No existe el fichero o el directorio