Package Details: chowbyod-bin 1.3.0-1

Git Clone URL: https://aur.archlinux.org/chowbyod-bin.git (read-only, click to copy)
Package Base: chowbyod-bin
Description: Build-your-own guitar distortion!
Upstream URL: https://chowdsp.com/
Licenses: GPL3
Groups: lv2-plugins, pro-audio, vst3-plugins, clap-plugins
Submitter: nyxkn
Maintainer: nyxkn
Last Packager: nyxkn
Votes: 5
Popularity: 0.001233
First Submitted: 2022-03-12 21:02 (UTC)
Last Updated: 2024-04-03 14:48 (UTC)

Latest Comments

1 2 Next › Last »

magillos commented on 2023-04-02 17:32 (UTC) (edited on 2023-04-02 17:38 (UTC) by magillos)


pkgbase=BYOD-git
pkgname=byod-git
_pkgname=BYOD
pkgver=1.1.3.r9.g8803bed
pkgrel=1
pkgdesc="BYOD"
arch=('x86_64')
url="https://github.com/Chowdhury-DSP/BYOD"
license=('GPL3')
depends=('libglvnd' 'freetype2' 'alsa-lib')
makedepends=('git' 'cmake' 'alsa-lib' 'jack' 'webkit2gtk')
source=('git+https://github.com/Chowdhury-DSP/BYOD.git')
sha256sums=('SKIP')

pkgver() {
    cd "$srcdir/$_pkgname"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare() {
    cd "$srcdir/$_pkgname"
    git submodule update --init --recursive -j 4
}

build() {
    cd "$srcdir/$_pkgname"
    cmake -Bbuild
    cmake --build build --parallel 4
}

package() {
    provides=('BYOD' 'BYOD-clap' 'BYOD.vst3' 'BYOD.lv2')
    conflicts=('BYOD-git' 'BYOD-clap-git' 'BYOD-vst3-git' 'BYOD-lv2-git')

    cd "$srcdir/$_pkgname/build/BYOD_artefacts"
    install -dm755 "$pkgdir/usr/bin"
    cp -r Standalone/BYOD "$pkgdir/usr/bin"

    install -dm755 "$pkgdir/usr/lib/clap"
    cp -r CLAP/BYOD.clap "$pkgdir/usr/lib/clap"

    install -dm755 "$pkgdir/usr/lib/vst3"
    cp -r VST3/BYOD.vst3 "$pkgdir/usr/lib/vst3"

    install -dm755 "$pkgdir/usr/lib/lv2"
    cp -r LV2/BYOD.lv2 "$pkgdir/usr/lib/lv2"
}

nyxkn commented on 2022-11-22 10:56 (UTC)

Thanks! Switched back to the proper release version.

krassecommits commented on 2022-11-22 06:22 (UTC)

v.1.1.0 is out (https://github.com/Chowdhury-DSP/BYOD/releases/tag/v1.1.0)

nyxkn commented on 2022-11-13 05:25 (UTC)

Thanks for the report! Nightly had changed version number to 1.0.9. Updated accordingly.

ohli commented on 2022-11-07 21:14 (UTC)

url: (22) The requested URL returned error: 404

Somehow, the nightly url is gone.

https://chowdsp.com/nightly_plugins/BYOD-Linux-x64-1.0.2.deb

nyxkn commented on 2022-10-27 12:24 (UTC)

We are pulling the nightly build at the moment. The url/filename always stays the same so it's not possible to know when the build changes. Checksum is bound to get out of sync now and then. This should all be resolved when we get stable 1.0.2, which might happen soon.

aik2 commented on 2022-10-27 11:53 (UTC)

Hi, the downloaded file seems unable to pass the validity check. Did you forget to update the sha256 code?

nyxkn commented on 2022-10-03 12:04 (UTC)

Thanks for bringing that up! Fixed now. It seems like the nightly build has changed to version 1.0.2. Hopefully we'll get to switch to stable when there is an official release.

MischiefTomato commented on 2022-09-17 01:14 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://chowdsp.com/nightly_plugins/BYOD-Linux-x64-1.0.1.deb

nyxkn commented on 2022-04-30 18:57 (UTC)

Hey yes, when the nightly is updated the checksum will change too. I'm not sure when or how often the nightly is updated. The file name stays always the same.

I'm hoping to switch back to the stable releases when a new one is released. Until then we're stuck with the changing nightly!