Package Details: tracktion-waveform 13.0.42-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: 12
Popularity: 0.89
First Submitted: 2018-01-06 22:37 (UTC)
Last Updated: 2024-05-03 17:36 (UTC)

Latest Comments

« First ‹ Previous 1 2

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}"

napcode commented on 2020-03-23 21:29 (UTC)

The free version links to the same debian package as this one. The difference seems to be the registration/licensing when you start the application. Give it a try.

fisch02 commented on 2020-03-23 16:04 (UTC)

Can you make a PKGBUILD for Tracktion Waveform Free ? Link: https://www.tracktion.com/products/waveform-free

napcode commented on 2018-09-15 19:55 (UTC)

I've just updated the pkg to 9.3.2. This version crashes the "VideoManager" thread when creating the main window it seems. The beta version seems to work fine. Please use try this if you experience the same problem.

napcode commented on 2018-08-10 07:31 (UTC)

Thanks for the hint. I checked but couldn't find a problem. I am on archlinux as well. Maybe you need to update libcurl-compat?

jhernberg commented on 2018-07-07 13:05 (UTC) (edited on 2018-07-07 13:06 (UTC) by jhernberg)

FWIW, I have to start it like this: LD_PRELOAD=/usr/lib/libcurl.so.3 Waveform9

Otherwise I get this: Waveform9: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by Waveform9)

Maybe a small script to do it would be in order on Archlinux.