Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package some first vcvrack plugins #96

Merged
merged 6 commits into from
Jul 23, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions aur/packages
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ stone-phaser
string-machine
swh-plugins.lv2
vcf-lv2
vcvrack-ahornberg
vcvrack-sonusmodular
vcvrack-zetacarinae
ykchorus
17 changes: 17 additions & 0 deletions nvchecker/archlinux-proaudio.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,23 @@ github = "VCVRack/Rack"
use_max_tag = true
prefix = "v"

[vcvrack-ahornberg]
source = "github"
github = "Ahornberg/Ahornberg-VCV-Modules"
use_max_tag = true
prefix = "v"

[vcvrack-sonusmodular]
source = "gitlab"
gitlab = "sonusdept/sonusmodular"
use_max_tag = true

[vcvrack-zetacarinae]
source = "github"
github = "mhampton/ZetaCarinaeModules"
use_max_tag = true
prefix = "v"

[ykchorus]
source = "github"
github = "SpotlightKid/ykchorus"
Expand Down
3 changes: 3 additions & 0 deletions nvchecker/old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"tuxguitar": "1.5.6",
"vcf-lv2": "0.0.2",
"vcvrack": "2.1.2",
"vcvrack-ahornberg": "2.1.6",
"vcvrack-sonusmodular": "2.0.0",
"vcvrack-zetacarinae": "2.0.4",
"ykchorus": "0.2.3"
}
1 change: 1 addition & 0 deletions packages/vcvrack-ahornberg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/fix-gcc-format.patch
40 changes: 40 additions & 0 deletions packages/vcvrack-ahornberg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: Florian Hülsmann <fh@cbix.de>

_slug=Ahornberg
_name=Ahornberg-VCV-Modules
pkgname=vcvrack-ahornberg
pkgver=2.1.6
pkgrel=1
pkgdesc='VCV Rack plugin collection'
arch=(x86_64 aarch64)
url='https://github.com/Ahornberg/Ahornberg-VCV-Modules'
license=(GPL3)
groups=(proaudio vcvrack-plugins)
depends=(vcvrack)
makedepends=(simde zstd)
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ahornberg/$_name/archive/refs/tags/v$pkgver.tar.gz"
"fix-gcc-format.patch::https://github.com/Ahornberg/$_name/pull/20.patch")
sha256sums=('1b7006d7c6bb10c4efc51accf70959384fd512a20a3395104ea181302b79830b'
'd87e4494844a6c432222487157d81510b402e0b2e55ac0608b1640c71790ab19')

prepare() {
cd $_name-$pkgver
# https://github.com/Ahornberg/Ahornberg-VCV-Modules/pull/20
patch -p1 -i ../fix-gcc-format.patch
}

build() {
cd $_name-$pkgver
# vcvrack make flags
export SLUG=$_slug
export VERSION=$pkgver
export RACK_DIR=/usr/share/vcvrack
make dist
SpotlightKid marked this conversation as resolved.
Show resolved Hide resolved
}

package() {
cd $_name-$pkgver
install -d "$pkgdir"/usr/lib/vcvrack/plugins
cp -va dist/$_slug -t "$pkgdir"/usr/lib/vcvrack/plugins
}
32 changes: 32 additions & 0 deletions packages/vcvrack-sonusmodular/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: Florian Hülsmann <fh@cbix.de>

_slug=SonusModular
_name=sonusmodular
pkgname=vcvrack-sonusmodular
pkgver=2.0.0
pkgrel=1
pkgdesc='VCV Rack plugin collection'
arch=(x86_64 aarch64)
url='https://gitlab.com/sonusdept/sonusmodular'
license=(GPL3)
groups=(proaudio vcvrack-plugins)
depends=(vcvrack)
makedepends=(simde zstd)
source=("$pkgname-$pkgver.zip::https://gitlab.com/sonusdept/$_name/-/archive/$pkgver/$_name-$pkgver.zip")
sha256sums=('1168cd4276d70d87ac4843fb3875953ae532f4c356ecd88002ccfbb9ee3d10be')

build() {
cd $_name-$pkgver
# vcvrack make flags
export SLUG=$_slug
export VERSION=$pkgver
export RACK_DIR=/usr/share/vcvrack
make dist
}

package() {
cd $_name-$pkgver
install -d "$pkgdir"/usr/lib/vcvrack/plugins
cp -va dist/$_slug -t "$pkgdir"/usr/lib/vcvrack/plugins
SpotlightKid marked this conversation as resolved.
Show resolved Hide resolved
}
32 changes: 32 additions & 0 deletions packages/vcvrack-zetacarinae/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: Florian Hülsmann <fh@cbix.de>

_slug=ZetaCarinae
_name=ZetaCarinaeModules
pkgname=vcvrack-zetacarinae
pkgver=2.0.4
pkgrel=1
pkgdesc='VCV Rack plugin collection'
arch=(x86_64 aarch64)
url='https://github.com/mhampton/ZetaCarinaeModules'
license=(GPL3)
groups=(proaudio vcvrack-plugins)
depends=(vcvrack)
makedepends=(simde zstd)
source=("$pkgname-$pkgver.tar.gz::https://github.com/mhampton/$_name/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('24e4b92fdccd4fbce41df833daf5c366c9032075ac57e39a5cee52421592ee3b')

build() {
cd $_name-$pkgver
# vcvrack make flags
export SLUG=$_slug
export VERSION=$pkgver
export RACK_DIR=/usr/share/vcvrack
make dist
}

package() {
cd $_name-$pkgver
install -d "$pkgdir"/usr/lib/vcvrack/plugins
cp -va dist/$_slug -t "$pkgdir"/usr/lib/vcvrack/plugins
}