Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:proaudio
fluidsynth
PKGBUILD
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PKGBUILD of Package fluidsynth
pkgname=fluidsynth pkgver=2.3.6 pkgrel=45.1 pkgdesc="A real-time software synthesizer based on SoundFont 2 specifications" arch=('any') url="http://www.fluidsynth.org/" license=('LGPL2.1') makedepends=('cmake' 'gzip' 'dbus-broker-units' 'ladspa') depends=('gcc-libs' 'glibc' 'alsa-lib' 'glib2' 'jack' 'libsndfile' 'libpulse') provides=('libfluidsynth.so') source=("${pkgname}-${pkgver}.tar.gz") sha512sums=('SKIP') build() { cd "${pkgname}-${pkgver}" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE='None' \ -DLIB_SUFFIX="" \ -Wno-dev \ -B build \ -S . make -C build } package() { cd "${pkgname}-${pkgver}" make -C build DESTDIR=${pkgdir} install install -vDm 644 {AUTHORS,ChangeLog,README.md,LICENSE,THANKS,TODO} \ -t "${pkgdir}/usr/share/doc/${pkgname}/" }
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