Hide Forgot
Created attachment 1131209 [details] The spec file TuxGuitar 1.3.1 has been released. Please update the tuxguitar package. I have made a spec file to package this version of tuxguitar.
Created attachment 1131210 [details] The starting script
Created attachment 1131211 [details] The desktop script
Hi, Thanks for the reminder. This package was updated about a month ago in rawhide and a few weeks ago in F23. Do your scripts provide improvements over the existing scripts?
Maybe the only thing valuable in my script is the maven build command line: I set gcc flags for the fluidsynth, jack and alsa plugin. mvn clean package -Dnative-modules=true -Dtuxguitar-alsa.jni.cflags="-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -O2 -fPIC" -Dtuxguitar-jack.jni.cflags="-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -O2 -fPIC" -Dtuxguitar-fluidsynth.jni.cflags="-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -O2 -fPIC" -Dtuxguitar-oss.jni.cflags="-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -O2 -fPIC" Why did you set the audio default plugin to alsa and not pulseaudio ?
Thanks. The build in koji uses Fedora's %optflags, not just for x86_64, but for all supported architectures: http://koji.fedoraproject.org/koji/buildinfo?buildID=734618 Despite all the efforts, the pulseaudio is not being taken as a first class citizen by all pro-audio people that I know. Since this package is aimed at audio enthusiasts alsa was made the primary choice. Are you subscribed to the fedora-music-list?