couldn't this package have a "switch" to be able to build it with windows VST support?
Search Criteria
Package Details: ardour-git 9.0.pre0.r675.ge273ec06bb-1
Package Actions
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) |
Dependencies (118)
- alsa-lib
- aubio
- cairo (cairo-gitAUR)
- cairomm
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fftw
- fluidsynth (fluidsynth-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- glibmm
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- libarchive (libarchive-gitAUR)
- libarchive.so (lib32-libarchive, libarchive)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libaubio.so (aubio)
- libcairomm-1.0.so (lib32-cairommAUR, cairomm)
- Show 98 more dependencies...
Required by (144)
- a-sid (requires vst3-host) (optional)
- adt (requires vst3-host) (optional)
- adt (requires lv2-host) (optional)
- aether.lv2 (requires lv2-host) (optional)
- aida-x-git (requires vst3-host)
- aida-x-git (requires vst-host)
- aida-x-git (requires lv2-host)
- airwindows-consolidated-git (requires lv2-host) (optional)
- airwindows-consolidated-git (requires vst3-host) (optional)
- airwindows-lv2 (requires lv2-host) (optional)
- ams-lv2 (requires lv2-host)
- amsynth-git (requires lv2-host) (optional)
- amsynth-git (requires vst-host) (optional)
- avldrums-lv2-git (requires lv2-host)
- bchoppr-git (requires lv2-host) (optional)
- cabbage-bin (requires vst3-host) (optional)
- cabbage-bin (requires vst-host) (optional)
- caps-lv2-git (requires lv2-host) (optional)
- cardinal-data-git (requires vst3-host) (optional)
- cardinal-data-git (requires lv2-host) (optional)
- Show 124 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 21 Next › Last »
capoeira commented on 2015-12-22 10:48 (UTC)
Sfera commented on 2015-10-24 14:19 (UTC)
Adding --cxx11 option to configure (in build() section of PKGBUILD) prevent compilation errors.
eduardomezencio commented on 2015-10-15 03:07 (UTC)
I'm getting lots of errors when compiling, and they seem to be related to c++11 stuff, like this line:
/usr/include/glibmm-2.4/glibmm/refptr.h:111:31: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/glibmm-2.4/glibmm/refptr.h:116:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
I'm not pasting more errors because there are millions, really
SpotlightKid commented on 2015-05-03 19:13 (UTC)
The PR has been integrated, so the patch isn't needed any more.
SpotlightKid commented on 2015-05-01 13:52 (UTC)
I just issued a pull request for the whitespace fix:
https://github.com/Ardour/ardour/pull/112
<deleted-account> commented on 2015-04-30 19:39 (UTC)
rtfreedman: You're right. I originally copied those version requirements from the PKGBUILD in the offical repository.
They are now removed.
SpotlightKid: Thank you! I've uploaded your PKGBUILD.
Do you know if a patch to fix the whitespace issue in wscript has been submitted upstream?
SpotlightKid commented on 2015-04-24 01:00 (UTC)
I've made an updated PKGBUILD:
http://trac.chrisarndt.de/code/browser/projects/aur/ardour-git
* Python 2 isn't needed anymore for building, but some waf scripts have mixed tabs/spaces, which needs to be patched for Python 3.
* Cleaned up dependencies
* Different configure options
rtfreedman commented on 2015-04-22 19:05 (UTC)
libgnomecanvasmm isn't a dependency anymore - but namcap says gtkmm is missing
lilv <= 1.0.0, suil <= 1.0.0 doesn't make sense - there isn't a devel branch anywhere near 1.0.0
Ardour checks for different versions/capabilities: lilv >= 0.14.0 >= 0.16.0 >= 0.19.2 >= 0.21.3
With 0.20.0-1 in the repo and 0.21.3.xxx on AUR, a build might require lilv >= 0.21.3 but ardour doesn't!
And with suil at 0.8.2-1 in the repo, it fulfills ardours minimal requirements: suil >= 0.6.0
AUR builds should be based on core/extra/community and only require a specific version if necessary
SpotlightKid commented on 2015-04-19 01:07 (UTC)
.desktop file needs to be updated. Otherwise it compiles fine with the existing PKGBUILD.
Why do the depends for lilv and suil have the version specifier?
electricprism commented on 2015-04-19 00:44 (UTC)
Ardour 4.0 Released
http://community.ardour.org/node/8725#comment-39602
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:
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.