Package Details: tracktion-waveform 13.0.33-1

Git Clone URL: https://aur.archlinux.org/tracktion-waveform.git (read-only, click to copy)
Package Base: tracktion-waveform
Description: Audio and MIDI Workstation (DAW)
Upstream URL: https://www.tracktion.com/
Keywords: audio midi production sequencer vst
Licenses: custom
Conflicts: tracktion-waveform-beta, waveform-bundle
Submitter: napcode
Maintainer: napcode
Last Packager: napcode
Votes: 11
Popularity: 0.000000
First Submitted: 2018-01-06 22:37 (UTC)
Last Updated: 2024-04-20 08:09 (UTC)

Latest Comments

1 2 Next › Last »

IRVNG commented on 2024-04-02 15:38 (UTC)

Waveform 13 just came out

napcode commented on 2022-03-25 19:37 (UTC)

I've added the ARM versions but could not test them! Please let me know if it works. Furthermore, Tracktion does not yet offer ARM builds for the actual pkgver. Don't be confused.

lu15ange7 commented on 2022-03-24 02:13 (UTC) (edited on 2022-03-24 20:38 (UTC) by lu15ange7)

Buddy pls, can you add the others links of others architectures ( I have a rpi4 for work)

Tracktion Waveform

LINUX RPI('armv7l') 
https://cdn.tracktion.com/file/tracktiondownload/waveform/1157/waveform_pi_32bit_v11.5.7.deb

LINUX RPI ('aarch64') 
https://cdn.tracktion.com/file/tracktiondownload/waveform/1157/waveform_pi_64bit_v11.5.7.deb

I would greatly appreciate it if you did that.

ansgoati commented on 2022-03-22 02:15 (UTC)

Waveform 12 is out now!

ruestique commented on 2021-03-21 08:39 (UTC)

to make free version work - you should 'buy' it on website, after that you can unlock it via login/pass as on Traction website

napcode commented on 2020-07-05 20:09 (UTC)

No, the download manager is not part of this package since it is not part of the upstream package. Please feel free to derive a PKGBUILD for the download manager from the waveform AUR pkg if you need it.

Leinatan commented on 2020-07-05 18:41 (UTC)

The download manager doesn't work: it seems it isn't installed, would it be possible to make it work? Absolutely necessary for Waveform Pro! Thanks :)

napcode commented on 2020-04-01 21:27 (UTC)

Thx. Applied.

SpotlightKid commented on 2020-04-01 17:02 (UTC)

Diff for update to latest version 11.0.24:

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2c5205b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+tracktion-waveform-*.pkg.tar.xz
+tracktion-waveform-*.pkg.tar.zst
+waveform*.deb
diff --git a/PKGBUILD b/PKGBUILD
index c19fc43..0adc098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Based on tracktion-6 aur package from boltbuckle <amygdala@cheerful.com>

 pkgname=tracktion-waveform
-pkgver=11.0.22
+pkgver=11.0.24
 pkgrel=1
 pkgdesc="Audio and MIDI Workstation (DAW)"
 arch=('x86_64')
@@ -19,8 +19,8 @@ conflicts=(
     'waveform-bundle'
     'tracktion-waveform-beta'
 )
-source=(https://cdn.tracktion.com/file/tracktiondownload/waveform/11022/waveform_64bit_v11.0.22.deb)
-sha256sums=('fdef12b0c361c85a7414ef6689b5a1cfbbaf0832a8ef4fabc378da85bbf36edc')
+source=("https://cdn.tracktion.com/file/tracktiondownload/waveform/${pkgver//./}/waveform_64bit_v${pkgver}.deb")
+sha256sums=('ec809563f036a1b4a3fe357bef700790c48f334e897474a66287664b803b1825')

 package() {
     tar -x --xz -f data.tar.xz -C "${pkgdir}"