Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:X0F:branches:multimedia
qjackctl-git
PKGBUILD
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PKGBUILD of Package qjackctl-git
pkgname=qjackctl pkgver=1.0.3.3git.ed50ca pkgrel=4.1 pkgdesc="JACK Audio Connection Kit Qt GUI Interface" arch=('x86_64') url="https://qjackctl.sourceforge.io/" license=('GPL2') groups=('pro-audio') makedepends=('cmake' 'gzip' 'dbus-broker-units') depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'mesa' 'alsa-lib' 'jack2' 'portaudio' 'qt6-base' 'qt6-tools' 'qt6-translations' 'qt6-svg') optdepends=('portaudio: Portaudio support') source=("${pkgname}-${pkgver}.tar.gz") sha512sums=('SKIP') build() { cd "${pkgname}-${pkgver}" cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev -B build -S . cmake --build build --parallel 7 } package() { cd "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" cmake --install build install -t "${pkgdir}/usr/share/doc/${pkgname}" \ -vDm 644 {README,LICENSE,TRANSLATORS,ChangeLog} }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor