-
Hi folks, it's me again, the Fedora packager of frinika.
I wanted to package the new version but I can't seem to find the sources for this jar file anywhere. Could you point me to it?
Also what version of lmappletserver do I have to package?
Thanks!
2009-11-08 05:58:13 UTC in Frinika
-
Hi, just for the record, the x86_64 optimization flags we use in Fedora are:
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
and i586 optimization flags are:
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic
Here you can find the Fedora build...
2009-09-07 16:29:03 UTC in ZynAddSubFX
-
I confirm the error. This stops muse staritng with glibc-2.10 on x86_64. glibc-2.9, on the other hand, doesn't have this problem.
With the attached patch, muse starts with glibc-2.10 on x86_64. But I am not sure either if it is a correct fix.
2009-07-14 20:07:32 UTC in MusE - Linux Music Editor
-
Oops, the previous patch was bad, we have to increase the memory allocated for the string. Here's a better one.
2009-07-14 02:34:44 UTC in DSSI
-
Hi P.J. thanks for the immediate response.
> Not sure what you mean here? The source is in frinika it just started life in a different project I have cut and pasted into frinika.
I think I should have been clearer. Fedora has a very strict policy for not bundling external libraries in its packages. Instead they have to link to these libraries dynamically. There are many reasons for this,
2009-07-01 00:02:22 UTC in Frinika
-
Hi,
We have made good progress in packaging frinika for Fedora in the past couple months.
So far, all the dependencies inside the lib/ directory are packaged one-by-one, and in some cases I even had to package the dependencies of the dependencies of these dependencies...
But we came to the point where we can finally package frinika itself :)
However, I have a few final issues left that...
2009-06-30 19:14:45 UTC in Frinika
-
The following trivial patch eliminates the build failure against automake-1.11.
Out of my curiosity, is this project abandoned? What is its relation to ktabedit?.
2009-06-11 17:39:29 UTC in KGuitar
-
This is a trivial patch that makes jack-dssi-host scan the correct directories in muiltilib systems where the 64bit dssi plugins might be residing in /usr/lib64/dssi or /usr/local/lib64/dssi
Please include this in the next release. Thanks!
2009-05-30 04:12:46 UTC in DSSI
-
I applied this "fix" to the qt3 version. But let me tell you: This only fixes saving a project into a path that contains a whitespace. If the projectname itself contains a whitespace, it fails.
Moreover, importing project files is still completely broken if there is a whitespace in the path and/or the filename.
I wanted to fix the code, but for such simple tasks, the author chose the most...
2009-04-12 07:41:44 UTC in Rosegarden
-
> If you want to send me the extracted code then I can put it into our SVN.
eespjl,
I sent you the jmod code I used. I sent it to the email that I see when I click on your username.
By the way, I sent the frinika package (with the small modifications that I explained above) to Fedora review. You can track its status here:
https://bugzilla.redhat.com/show_bug.cgi?id=492203
But...
2009-04-05 04:19:54 UTC in Frinika