Package Details: octasine 0.9.0-1

Git Clone URL: https://aur.archlinux.org/octasine.git (read-only, click to copy)
Package Base: octasine
Description: VST2 frequency modulation synthesizer written in Rust
Upstream URL: https://github.com/greatest-ape/OctaSine
Licenses: GPL3
Groups: vst-plugins, pro-audio
Submitter: napcode
Maintainer: napcode
Last Packager: napcode
Votes: 1
Popularity: 0.000000
First Submitted: 2021-07-02 19:47 (UTC)
Last Updated: 2023-09-13 20:04 (UTC)

Latest Comments

napcode commented on 2021-12-28 22:57 (UTC)

No, but that is still better than nothing :) I've reported it upstream and maybe I'll find the time to debug it as well.

codebling commented on 2021-12-28 22:55 (UTC) (edited on 2021-12-28 22:55 (UTC) by codebling)

I am indeed using X11. I see the package has been updated, is it ok on Wayland too?

napcode commented on 2021-12-28 22:40 (UTC)

Thanks for that info. 0.5.4 has issues when running on Wayland but X11 seems to work fine. Hence, I did not upload the change. Are you indeed using X11?

codebling commented on 2021-12-28 21:40 (UTC)

0.5.3 seems broken. 0.5.4 source seems to work fine.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mathias Buhr <napcode@aparatus.de>

 pkgname=octasine
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc='VST2 frequency modulation synthesizer written in Rust'
 arch=('x86_64')
@@ -25,7 +25,7 @@ makedepends=(
 )

 source=(https://github.com/greatest-ape/OctaSine/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('8f1e9d0f06ee5d23e37ad7bd5f39dace4f3f14f571c54bd2749f27d3b7e7edf9')
+sha256sums=('575d99e6fb317b4e7d8c3bdaa6e17804b9938fe392be6033ed538e24e034eed9')

 build() {
   cd OctaSine-${pkgver}

in 0.5.3 I get this error:

==> Starting build()...
    Updating git repository `https://github.com/greatest-ape/baseview.git`
error: failed to resolve patches for `https://github.com/RustAudio/baseview`

Caused by:
  failed to load source for dependency `baseview`

Caused by:
  Unable to update https://github.com/greatest-ape/baseview.git?branch=octasine#780edcee

Caused by:
  object not found - no match for id (780edcee7e214634992523ddb51a5f7d371791ad); class=Odb (9); code=NotFound (-3)
==> ERROR: A failure occurred in build().
    Aborting...