parent
cebdf958b1
commit
2e75396495
|
@ -286,6 +286,7 @@ replaces="
|
||||||
tagainijisho<=1.0.3_1
|
tagainijisho<=1.0.3_1
|
||||||
tlsdate<=0.0.13_16
|
tlsdate<=0.0.13_16
|
||||||
taizen<=0.0.0.20180808_4
|
taizen<=0.0.0.20180808_4
|
||||||
|
traverso<=0.49.6_2
|
||||||
ttyload-git<=20141117_4
|
ttyload-git<=20141117_4
|
||||||
tuxc<=1.1_3
|
tuxc<=1.1_3
|
||||||
urlmatch-git<=20141116_2
|
urlmatch-git<=20141116_2
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
Index: CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- CMakeLists.txt.orig
|
|
||||||
+++ CMakeLists.txt
|
|
||||||
@@ -65,13 +65,7 @@ SET(TRAVERSO_DEFINES -DSTATIC_BUILD)
|
|
||||||
|
|
||||||
#BUILD SETUP
|
|
||||||
#None, Debug, Release, .. or custom ones
|
|
||||||
-IF(WANT_DEBUG)
|
|
||||||
- SET(CMAKE_BUILD_TYPE DEBUG)
|
|
||||||
- SET(WANT_TRAVERSO_DEBUG ON)
|
|
||||||
-ELSE(WANT_DEBUG)
|
|
||||||
- SET(CMAKE_BUILD_TYPE RELEASE)
|
|
||||||
- LIST(APPEND TRAVERSO_DEFINES -DQT_NO_DEBUG)
|
|
||||||
-ENDIF(WANT_DEBUG)
|
|
||||||
+LIST(APPEND TRAVERSO_DEFINES -DQT_NO_DEBUG)
|
|
||||||
|
|
||||||
|
|
||||||
IF(WANT_TRAVERSO_DEBUG)
|
|
||||||
@@ -326,7 +320,7 @@ ${Qt5Xml_INCLUDE_DIRS}
|
|
||||||
${Qt5Xml_INCLUDES}
|
|
||||||
)
|
|
||||||
|
|
||||||
-set(CMAKE_CXX_FLAGS "-fPIC")
|
|
||||||
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
|
||||||
|
|
||||||
#Set up libraries to link with all found packages
|
|
||||||
LINK_LIBRARIES (
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- 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;
|
|
|
@ -1,25 +0,0 @@
|
||||||
# Template file for 'traverso'
|
|
||||||
pkgname=traverso
|
|
||||||
version=0.49.6
|
|
||||||
revision=2
|
|
||||||
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…
Reference in New Issue