Commit Graph

106 Commits

Author SHA1 Message Date
Jan Tojnar
46e37708bc ardour_7: Fix build with libxml2 2.12.0 2024-01-07 13:32:06 +01:00
Bart Brouns
2af0ee5b18 ardour: 8.1 -> 8.2 2023-12-23 16:30:56 +01:00
Timothy DeHerrera
95f43cba10
ardour: build with libs from nixpkgs 2023-10-26 14:39:37 -06:00
Timothy DeHerrera
5890b707b2
ardour: 8.0 -> 8.1 2023-10-26 14:39:10 -06:00
Ctem
c3fc9b101d
ardour: make build optimization optional
Unoptimized builds enable debug logging to stdout. This is particularly
useful for Lua DSP script development.
2023-10-13 05:25:54 +00:00
Ctem
c2ed6c1843
ardour: ardour_6 -> ardour_7 (#196841)
This replaces the last stable 6.* release (6.9) with the last stable
7.* release (7.5) as the fail-safe against potential issues with the
latest release (8.0).
2023-10-13 05:25:09 +00:00
Ctem
5091b54380
ardour: 7.5 -> 8.0 2023-10-09 11:24:22 +00:00
Ctem
e79428ac2d
ardour: 7.4 -> 7.5 2023-09-21 08:19:06 +00:00
Anderson Torres
e24107b347 treewide: convert configureFlags to wafConfigureFlags when appropriate 2023-09-06 10:41:28 -03:00
Anderson Torres
f2f9262b92 treewide: waf.hook -> wafHook 2023-09-06 10:41:28 -03:00
Anderson Torres
9f52275e52 treewide: change wafConfigureFlags to configureFlags
Because it makes no sense to treat it differently.
2023-09-01 15:21:21 +00:00
Anderson Torres
04f6ad419b ardour: change wafHook to waf.hook 2023-08-26 13:12:09 +00:00
Anderson Torres
d6f05c5cf5 ardour-6: change wafHook to waf.hook 2023-08-26 13:12:09 +00:00
PowerUser64
010d201115 ardour: set mainProgram in meta 2023-07-04 02:13:41 -07:00
Tamara Schmitz
3b849a57f2
ardour: fix default plugin search paths
Since NixOS has different paths for plugins than what Ardour assumes by
default, we should patch these defaults to be correct on NixOS.

While Ardour does indeed respect environment variables such as VST_PATH,
it only does so if a profile configuration was never created. Using this
patch the correct paths are also picked, when the user clicks the "Reset
to Default" button in the path editor.
2023-06-17 15:12:07 +02:00
Bart Brouns
6ef393f0bc ardour: 7.3 -> 7.4 2023-05-12 14:12:36 +02:00
Bart Brouns
89655fd5f5 ardour: 7.1 -> 7.3 2023-03-08 16:22:02 +01:00
Andrew Morgan
ef527a4a2b
ardour: 6.9 -> 7.1 (#196290) 2022-11-09 20:46:13 +01:00
mitchmindtree
30e9e7bea5 ardour: Enable video support by default
Enables video support in ardour by default.

I do a lot of sound design using ardour and in turn have it enabled in
my configuration. However, seeing as hydra only builds the default
configuration, the build I need is never cached, and I always end up
needing to build ardour from scratch which takes over an hour on my
small laptop. The `videoSupport` flag itself just ensures that xjadeo
and harvid (both required for video support to work in ardour) are
accessible via the PATH.
2021-11-24 15:49:09 +10:00
Pavol Rusnak
2174c7715f
ardour_5: remove package 2021-09-28 01:58:06 +02:00
Bart Brouns
6ffa6c67c9
ardour: 6.7 -> 6.9 (#136694) 2021-09-07 13:28:51 -04:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Bart Brouns
8c9a799bca ardour: 6.5 -> 6.7 2021-05-21 19:14:01 -07:00
Sandro
8fe245607d
Merge pull request #115121 from mitchmindtree/ardour-video
ardour: add a videoSupport option, harvid: init at 0.8.3, xjadeo: init at 0.8.10
2021-03-19 18:28:12 +01:00
Sandro Jäckel
e3b1622d7b
ardour: remove unused input 2021-03-17 22:55:08 +01:00
mitchmindtree
070334a512 ardour: clarify gpl2 license with gpl2Plus 2021-03-11 13:11:21 +01:00
mitchmindtree
e14c97185f ardour: add a videoSupport option
This adds a `bool` option that, when set to `true`, enables video
timeline support for the Ardour DAW. This is commonly useful for
soundtrack composition, sound design for film, etc.

When enabled, `videoSupport` ensures that both `harvid` and `xjadeo` are
available to the `ardour6` exe via the PATH. `harvid` decodes the video
stream in real-time to produce still images (I think for thumbnail
support for the timeline?). `xjadeo` acts as a video monitoring window
that whose playback position is synchronised to the Ardour playhead.

`videoSupport` remains disabled by default, preserving the original
behaviour.

Video support can be added to ardour in your system or home
configuration package list with:

```
(ardour.override { videoSupport = true; })
```
2021-03-11 12:50:50 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bart Brouns
2e703eccc9 ardour: 6.3 -> 6.5 2020-12-12 15:11:33 +01:00
Bart Brouns
9c237eb7ab ardour: 6.2 -> 6.3 2020-11-05 20:34:45 +01:00
Bart Brouns
8dcab1313d ardour: 6.0 -> 6.2 2020-08-01 14:09:57 +02:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Bart Brouns
3a77caa419
ardour: add ardour 6 and make it the default (#89175)
We leave Ardour 5 in, since Ardour 6 has a new latency compensation
algorithm, so your mixes might end up sounding different in the new version.

Co-Authored-By: Pavol Rusnak <pavol@rusnak.io>
2020-05-30 14:17:08 -04:00
Jan Tojnar
cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
ardour: clean up the expression
2020-04-13 20:10:27 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
3f7515cb8c
ardour: clean up the expression
* Remove unneeded dependencies
* Stop vendoring other dependencies (fluidsynth, hidapi, libltc, qm-dsp)
* Fix using incorrect libusb version (libusb package is just a legacy compat layer)
* Move build-time dependencies to nativeBuildInputs
* Install freedesktop files & man page
* Drop libintl replacement that no longer applies
2020-04-07 20:26:24 +02:00
Jan Tojnar
eac0ee6c51
ardour: format with nixpkgs-fmt 2020-04-07 20:26:22 +02:00
Orivej Desh
ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
Orivej Desh
e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Matthew Bauer
a79a8f29bc waf: use wafConfigureFlags for waf flags
This avoids the potential conflict between autoconf flags and the waf
flags. There is some overlap between the two but waf errors when it
doesn’t recognize the flag.
2019-04-09 23:44:37 -04:00
Matthew Bauer
f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Bart Brouns
c06c02175c ardour: 5.11 -> 5.12 2017-10-04 19:08:22 +02:00
zraexy
1f67b17daf ardour: fix desktop file icon path 2017-09-03 10:37:50 -08:00
Samuel Leathers
1f0d6f1190 ardour: fix build with gcc6 2017-08-30 19:33:05 +02:00
Bart Brouns
a6415eb143 ardour: 5.10 -> 5.11 2017-08-16 22:39:39 +02:00
Bart Brouns
6383a54440 Ardour: 5.8 -> 5.10 2017-06-16 14:56:00 +02:00
Bart Brouns
3fc79cb5ac ardour: 5.6 -> 5.8 2017-02-28 16:11:57 +01:00
Bart Brouns
9d37470cae ardour: 5.5 -> 5.6 2017-02-25 21:25:57 +01:00
Robin Gloster
b81d07e6e6
ardour: 5.4 -> 5.5 2017-01-20 03:10:12 +01:00
Robin Gloster
7acadd6f9b
ardour{3,4}: remove due to build failures 2017-01-20 02:52:16 +01:00