-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packaging for Fedora / non-free graphics #23
Comments
All the graphics is licensed under Creative Commons BY-NC-SA 4.0, by an agreement with the designer of the FT2 graphics (Magnus/Vogue). I don't have contact with him anymore, so I can't just change the license. I thought it was a permissive license to begin with, but the truth is that I know very little about all the licensing stuff. ft2AboutLogo.bmp and midiLogo.bmp were created by me (though obviously inspired by their original logos), so they can go under the same license as the code (BSD 3-clause). Replacing the graphics is not feasible. |
I updated src/gfxdata/bmp/LICENSE.txt to make it slightly more clear. It's quite annoying that it has multiple licenses, but I think it has to stay this way for now. |
I think the problem that makes this "not open source" is the restriction to not allow commercial use. And it's also quite unclear what this would mean exactly, here. Like, can I not use FT2 then if I sell my music? That's technically commercial use. I will try to find some way to contact him and ask, if you don't object to it. |
If I remember correctly, he stated that it was ok for me to use his graphics as long as it wasn't used commercially (no money involved), and then we later agreed on the CC license. The reason for this is that I was technically infringing copyright by using his copyrighted graphics to begin with, and I wanted to solve that problem. You can contact him if you like, but I can't really give you his contact details. |
Why is replacing the graphics not feasible? With the good specifications, it would be possible to create simple graphics. Even for the font, using a free font to create the font atlas would not be very difficult. Is there something I don't see? |
It's possible, but everything is hardcoded to work with the exact graphics it has... It might require quite a bit of code changing too. The following graphics has to be redone:
Not only is this very time consuming, but it would also take away the authentic feel from the clone. This may sound like defeatism, but I'm trying to be realistic. If all of this sounds feasible to you, then I won't try to demotivate you any further. :) |
I also like the "authentic feel". But I would like ft2-clone in my Linux distribution (not Fedora, Debian, but same problems). I think that something can be done. Here would be my plan:
If I have some time, I will try something. Can you keep this bug open? |
I'll keep this open, but you'll have to implement this in your own fork, I'm not going to include alternative graphics in the FT2 clone. |
No problem, I am totally OK with that, it was my intention. I like the clone as it is, I compile it myself on my machine. But I also understand the issues of Linux distributions and they are different issues that should be solved somewhere else. I want the bug to remain open so that if other package maintainers come here, they can share the effort. And maybe I will share a repository address when I create one (with enough code). |
you are aware it's in debian already, with still the wrong name fasttracker2 in non-free? |
Any progress or updates on that 'I will try something' you were planning to do? |
No progress or updates, sorry. Let me know if you start something. |
Hi!
I recently wanted to add ft2-clone to Fedora, and it was pointed out to me (and I indeed missed that) that ft2-clone includes some non-free graphics unlike pt2-clone:
https://github.com/8bitbubsy/ft2-clone/blob/master/src/gfxdata/bmp/LICENSE.txt
This raises several questions:
Thanks.
The text was updated successfully, but these errors were encountered: