Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWisker committed Jun 18, 2023
1 parent fa3d31e commit b9f2f1b
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 11 deletions.
3 changes: 1 addition & 2 deletions aur/cavasik-git/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ pkgbase = cavasik-git
depends = python-cairo
depends = python-gobject
depends = python-pydbus
provides = cavasik
conflicts = cavasik
source = git+https://github.com/TheWisker/Cavasik.git
b2sums = SKIP

pkgname = cavasik
pkgname = cavasik-git
10 changes: 5 additions & 5 deletions aur/cavasik-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Maintainer: TheWisker <TheWisker@protonmail.com>

pkgname=cavasik
pkgname=cavasik-git
pkgbase=cavasik-git
pkgver=v2.0.0
pkgrel=1
pkgdesc='Audio visualizer based on CAVA'
arch=(any)
url=https://github.com/TheWisker/${pkgname^}
url=https://github.com/TheWisker/Cavasik
license=('GPL3')
depends=(cava libadwaita python-cairo python-gobject python-pydbus)
makedepends=(git meson)
checkdepends=(appstream-glib)
optdepends=()
provides=("${pkgname%-git}")
provides=()
conflicts=("${pkgname%-git}")
replaces=()
backup=()
Expand All @@ -27,7 +27,7 @@ pkgver() {
}

build() {
arch-meson ${pkgname^} build
arch-meson Cavasik build
meson compile -C build
}

Expand All @@ -37,5 +37,5 @@ check() {

package() {
DESTDIR="$pkgdir" meson install -C build
install -Dm644 ${pkgname^}/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 Cavasik/LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
}
20 changes: 20 additions & 0 deletions aur/cavasik/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pkgbase = cavasik
pkgdesc = Audio visualizer based on CAVA
pkgver = v2.0.0
pkgrel = 1
url = https://github.com/TheWisker/Cavasik
arch = any
license = GPL3
checkdepends = appstream-glib
makedepends = git
makedepends = meson
depends = cava
depends = libadwaita
depends = python-gobject
depends = python-cairo
depends = python-pydbus
conflicts = cavasik-git
source = git+https://github.com/TheWisker/Cavasik#tag=v2.0.0
b2sums = SKIP

pkgname = cavasik
8 changes: 4 additions & 4 deletions aur/cavasik/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=cavasik
pkgbase=cavasik
pkgver=v2.0
pkgver=v2.0.0
pkgrel=1
pkgdesc='Audio visualizer based on CAVA'
arch=(any)
Expand All @@ -12,7 +12,7 @@ depends=(cava libadwaita python-gobject python-cairo python-pydbus)
makedepends=(git meson)
checkdepends=(appstream-glib)
optdepends=()
provides=("${pkgname}")
provides=()
conflicts=("${pkgname}-git")
replaces=()
backup=()
Expand All @@ -23,7 +23,7 @@ source=("git+$url#tag=$pkgver")
b2sums=('SKIP')

build() {
arch-meson $pkgname build
arch-meson ${pkgname^} build
meson compile -C build
}

Expand All @@ -33,5 +33,5 @@ check() {

package() {
DESTDIR="$pkgdir" meson install -C build
install -Dm644 ${pkgname%-git}/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 ${pkgname^}/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}
19 changes: 19 additions & 0 deletions lang/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,22 @@ Thank you for being willing to sacrifice your time to help this project grow!
</a>
</div>
<h4 align="center">TheWisker</h4>

This is the first release of **Cavasik** a fork of **Cavalier**.

The visualizer features:

- Five **normal** drawing modes!
- Two **circle** drawing modes!
- Three **mirror** drawing modes!
- Four drawing **directions**!
- Customizable **LibAdwaita** interface!
- Set a single color or up to a 10 color linear gradient for **background** and **foreground**!
- Select different **foreground** colors for the mirrored images in **mirror** mode!
- Set up a **color animation** that changes the colors gradually in a loop!
- Configure *smoothing*, *noise reduction* and a few other **CAVA** settings!
- Change **background** and **foreground** colors through a **DBus interface**!

We hope you like the new release!

**Full Changelog**: https://github.com/TheWisker/Cavasik/commits/v2.0.0

0 comments on commit b9f2f1b

Please sign in to comment.