aports/community/odio-edit/APKBUILD

45 lines
1 KiB
Text

# Contributor: Sodface <sod@sodface.com>
# Maintainer: Sodface <sod@sodface.com>
pkgname=odio-edit
pkgver=25.5.1
pkgrel=0
pkgdesc="Lightweight audio wave editor"
url="https://tari.in/www/software/odio-edit/"
arch="all"
license="GPL-3.0-or-later"
subpackages="$pkgname-lang"
depends="
dconf
gst-libav
gst-plugins-bad
gst-plugins-good
gst-plugins-ugly
"
makedepends="
cmake
cmake-extras
gettext-dev
gst-plugins-base-dev
gtk+3.0-dev
intltool
libodiosacd-dev
samurai
"
options="!check" # no test suite
source="$pkgname-$pkgver.tar.gz::https://github.com/tari01/odio-edit/archive/refs/tags/$pkgver.tar.gz"
build() {
# FIXME intltool_merge_translations doesn't work with ninja backend
cmake -B build -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
8c02d5f7e5831eb0eb50b08fee568bdaa5f546aac1aaa3723cd81633e5b877f6cda727c2ec784ea7b0d8c8c9d5d04b1b523a26bb097151bc197e5a9e5b4fc953 odio-edit-25.5.1.tar.gz
"