mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: traverso-0.49.6
This commit is contained in:
parent
e0854d7488
commit
4e7d199fb1
2 changed files with 36 additions and 0 deletions
11
srcpkgs/traverso/patches/patch-src_core_Sheet.patch
Normal file
11
srcpkgs/traverso/patches/patch-src_core_Sheet.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/core/Sheet.cpp.orig 2019-05-16 08:08:50 UTC
|
||||||
|
+++ src/core/Sheet.cpp
|
||||||
|
@@ -397,7 +397,7 @@ int Sheet::prepare_export(ExportSpecification* spec)
|
||||||
|
m_rendering = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
- spec->startLocation = LONG_LONG_MAX;
|
||||||
|
+ spec->startLocation = LLONG_MAX;
|
||||||
|
spec->endLocation = TimeRef();
|
||||||
|
|
||||||
|
TimeRef endlocation, startlocation;
|
25
srcpkgs/traverso/template
Normal file
25
srcpkgs/traverso/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'traverso'
|
||||||
|
pkgname=traverso
|
||||||
|
version=0.49.6
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DWANT_MP3_ENCODE=ON -DDETECT_HOST_CPU_FEATURES=OFF"
|
||||||
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
||||||
|
makedepends="jack-devel wavpack-devel libvorbis-devel libflac-devel
|
||||||
|
libmad-devel lame-devel fftw-devel qt5-devel lilv-devel libsndfile-devel
|
||||||
|
libsamplerate-devel"
|
||||||
|
depends="hicolor-icon-theme"
|
||||||
|
short_desc="Digital Audio Workstation with an innovative user Interface"
|
||||||
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="http://traverso-daw.org/"
|
||||||
|
distfiles="http://traverso-daw.org/traverso-${version}.tar.gz"
|
||||||
|
checksum=f850b88cbb64529655514b7cfe01c56133e21929374b3e3b90813bc227eac789
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc resources/help.text
|
||||||
|
vinstall resources/traverso.desktop 644 usr/share/applications
|
||||||
|
vinstall resources/x-traverso.xml 644 usr/share/mime/packages
|
||||||
|
vmkdir usr/share/icons/hicolor
|
||||||
|
cp -a resources/freedesktop/icons/* ${DESTDIR}/usr/share/icons/hicolor
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue