Bug 1003569
Summary: | SFML included non-free fonts. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | mejiko <private> |
Component: | SFML | Assignee: | Julian Sikorski <belegdol> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | Hans de Goede <hdegoede> |
Priority: | unspecified | ||
Version: | 19 | CC: | belegdol, bugs.michael, dewachter.jonathan, hdegoede, madsen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | compat-SFML16-1.6-4.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-11-24 03:57:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 182235, 997679 |
Description
mejiko
2013-09-02 11:48:21 UTC
Blocking FE-Legal, This is license problem. Very interesting:
> -Do not pass the font files without this textfile!
The included font is v1.2 (2008), which was published with the same restrictions file, which is missing in SFML.
[...]
$ cd SFML-2.0
$ grep -i Sansation * -R
Binary file examples/pong/resources/sansation.ttf matches
examples/pong/Pong.cpp: if (!font.loadFromFile("resources/sansation.ttf"))
examples/shader/Shader.cpp: if (!font.loadFromFile("resources/sansation.ttf"))
Binary file examples/shader/resources/sansation.ttf matches
examples/opengl/OpenGL.cpp: if (!font.loadFromFile("resources/sansation.ttf"))
Binary file examples/opengl/resources/sansation.ttf matches
examples/cocoa/CMakeLists.txt: ${SRCROOT}/resources/sansation.ttf
examples/cocoa/CocoaAppDelegate.mm: if (!font.loadFromFile(resPath + "/sansation.ttf")) {
Binary file examples/cocoa/resources/sansation.ttf matches
Binary file tools/xcode/templates/SFML/SFML CLT.xctemplate/sansation.ttf matches
tools/xcode/templates/SFML/SFML CLT.xctemplate/main.cpp: if (!font.loadFromFile("sansation.ttf")) {
tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist: <string>sansation.ttf</string>
tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist: <key>sansation.ttf</key>
tools/xcode/templates/SFML/SFML CLT.xctemplate/TemplateInfo.plist: <string>sansation.ttf</string>
Binary file tools/xcode/templates/SFML/SFML App.xctemplate/sansation.ttf matches
tools/xcode/templates/SFML/SFML App.xctemplate/main.cpp: if (!font.loadFromFile(resourcePath() + "sansation.ttf")) {
tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist: <string>sansation.ttf</string>
tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist: <key>sansation.ttf</key>
tools/xcode/templates/SFML/SFML App.xctemplate/TemplateInfo.plist: <string>sansation.ttf</string>
I best suggests that replace non-free font to free font. (but not tested) E.g GNU Freefont, libration font, etc... If removing this font, There code is not work. (I think) Thanks. Reference: https://fedorahosted.org/liberation-fonts/ https://www.gnu.org/software/freefont/ SFML-2.0-6 is on its way to the repositories, this version includes a cleaned up source tarbal with the offending font files removed. compat-SFML16-1.6-4.fc20, SFML-2.0-6.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/FEDORA-2013-21621/SFML-2.0-6.fc20,compat-SFML16-1.6-4.fc20 Package compat-SFML16-1.6-4.fc20, SFML-2.0-6.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing compat-SFML16-1.6-4.fc20 SFML-2.0-6.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-21621/SFML-2.0-6.fc20,compat-SFML16-1.6-4.fc20 then log in and leave karma (feedback). compat-SFML16-1.6-4.fc20, SFML-2.0-6.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |