Debian Bug report logs -
#467123
chromium: contains code which is not modifiable
Reported by: Paul Wise <pabs@debian.org>
Date: Sat, 23 Feb 2008 08:15:02 UTC
Severity: serious
Tags: fixed-upstream
Found in version 0.9.12-1
Fixed in version chromium/0.9.13.1-1
Done: Paul Wise <pabs@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to
debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#467123; Package
chromium.
Full text and
rfc822 format available.
Acknowledgement sent to
Paul Wise <pabs@debian.org>:
New Bug report received and forwarded. Copy sent to
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
Full text and
rfc822 format available.
Message #5 received at submit@bugs.debian.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Package: chromium
Version: 0.9.12-1
Severity: serious
Justification: non-free code in main
src/TexFont.cpp and src/TexFont.h contain this:
/* Copyright (c) Mark J. Kilgard, 1997. */
/* This program is freely distributable without licensing fees and is
provided without guarantee or warrantee expressed or implied. This
program is -not- in the public domain. */
This does not allow derived works (a requirement of DFSG 3).
--
bye,
pabs
http://wiki.debian.org/PaulWise
[signature.asc (application/pgp-signature, inline)]
Information forwarded to
debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#467123; Package
chromium.
Full text and
rfc822 format available.
Acknowledgement sent to
Paul Wise <pabs@debian.org>:
Extra info received and forwarded to list. Copy sent to
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
Full text and
rfc822 format available.
Message #10 received at 467123@bugs.debian.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Here is a possible replacement:
http://plib.sourceforge.net/fnt/
plib is in Debian main, so that works.
I'll have a look at switching to it for the next release.
--
bye,
pabs
http://wiki.debian.org/PaulWise
[signature.asc (application/pgp-signature, inline)]
Information forwarded to
debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#467123; Package
chromium.
Full text and
rfc822 format available.
Acknowledgement sent to
Paul Wise <pabs@debian.org>:
Extra info received and forwarded to list. Copy sent to
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
Full text and
rfc822 format available.
Message #15 received at 467123@bugs.debian.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Mark J. Kilgard is very annoyed at Debian and now refuses to talk to
Debian people. As a result I don't think it is a good idea to contact
him about this issue. His comments can be found here:
http://bugs.debian.org/131997
We need to get chromium working with plib and if that doesn't work then
we have to write a libtxf or switch to TTF fonts.
--
bye,
pabs
http://wiki.debian.org/PaulWise
[signature.asc (application/pgp-signature, inline)]
Information forwarded to
debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#467123; Package
chromium.
Full text and
rfc822 format available.
Acknowledgement sent to
Paul Wise <pabs@debian.org>:
Extra info received and forwarded to list. Copy sent to
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
Full text and
rfc822 format available.
Message #20 received at 467123@bugs.debian.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I note you are working on the non-free TexFont.cpp in openuniverse
(#467125). Are you willing to help with the same problem in
chromium (#467123)? I tried to adapt your code but chromium uses some
more functions than openuniverse.
--
bye,
pabs
http://wiki.debian.org/PaulWise
[signature.asc (application/pgp-signature, inline)]
Acknowledgement sent to
"Ying-Chun Liu (PaulLiu)" <grandpaul@gmail.com>:
Extra info received and filed, but not forwarded.
Full text and
rfc822 format available.
Message #25 received at 467123-quiet@bugs.debian.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Paul Wise 提到:
> Hi,
>
> I note you are working on the non-free TexFont.cpp in openuniverse
> (#467125). Are you willing to help with the same problem in
> chromium (#467123)? I tried to adapt your code but chromium uses some
> more functions than openuniverse.
>
Hi,
I'll take a look recently.
Thanks for noticing. :)
I think I have to figure out what those more functions do.
Regards,
Ying-Chun Liu
--
PaulLiu(劉穎駿)
E-mail address: grandpaul@gmail.com
[signature.asc (application/pgp-signature, attachment)]
Information forwarded to
debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#467123; Package
chromium.
Full text and
rfc822 format available.
Acknowledgement sent to
Paul Wise <pabs@debian.org>:
Extra info received and forwarded to list. Copy sent to
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
Full text and
rfc822 format available.
Message #30 received at 467123@bugs.debian.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi all,
I've written a plib wrapper for the parts of TexFont used by chromium,
but unfortunately it doesn't render anything. I've attached the new
versions of TexFont.cpp, TexFont.h and the patch needed to let it build
after replacing the old versions with the new versions.
Also our beloved^Wex-DPL might be willing to switch chromium to using
FTGL and TTF fonts.
<pabs> grrrrr
* pabs hates TexFont with a passion
<pabs> anyone feel like helping with getting rid of the non-free code in
chromium? I have a TexFont-compatible wrapper for the plib fnt stuff,
but it doesn't display anything :(
<sam> what does texfont do?
<pabs> its an old font format by Mark J Kilgard, basically for rendering
using OpenGL textures
<pabs> in chromium it renders the menus, scores, etc
<sam> oh, I'll see if I can replace that code with FTGL
<pabs> cool, would you like upstream svn access?
<sam> that would dangerously move my "I'll see if" towards a "I
will" :-)
<sam> let me first look at the code
<pabs> any help is most welcome, been tooo many years since I looked at
opengl stuff
<pabs> mind if I paste this into the bug report?
<sam> I started 2 months ago :-)
<sam> pabs: please do
<pabs> only catch with FTGL would be somehow converting space.txf to a
ttf font
<sam> it looks like only txfRenderFancyString() can possibly be a
problem
<pabs> chromium doesn't use that AFAICT
<sam> it's likely space.txf was created from a truetype font itself
<sam> also, using another font that's already in Debian will allow for
proper i18n
<pabs> true
--
bye,
pabs
http://wiki.debian.org/PaulWise
[TexFont.cpp (text/x-c++src, attachment)]
[TexFont.h (text/x-chdr, attachment)]
[plib-wrapper-texfont.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded to
debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#467123; Package
chromium.
Full text and
rfc822 format available.
Acknowledgement sent to
Paul Wise <pabs@debian.org>:
Extra info received and forwarded to list. Copy sent to
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
Full text and
rfc822 format available.
Message #35 received at 467123@bugs.debian.org (full text, mbox):
# Automatically generated email from bts, devscripts version 2.10.29
#Fixes for these issues have been committed upstream and will be released soon, tags 385115 + fixed-upstream
tags 459056 + fixed-upstream
tags 467123 + fixed-upstream
tags 461708 + fixed-upstream
Tags added: fixed-upstream
Request was from
Paul Wise <pabs@debian.org>
to
control@bugs.debian.org.
(Wed, 18 Jun 2008 02:27:09 GMT)
Full text and
rfc822 format available.
Reply sent to
Paul Wise <pabs@debian.org>:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
Paul Wise <pabs@debian.org>:
Bug acknowledged by developer.
Full text and
rfc822 format available.
Message #42 received at 467123-close@bugs.debian.org (full text, mbox):
Source: chromium
Source-Version: 0.9.13.1-1
We believe that the bug you reported is fixed in the latest version of
chromium, which is due to be installed in the Debian FTP archive:
chromium-data_0.9.13.1-1_all.deb
to pool/main/c/chromium/chromium-data_0.9.13.1-1_all.deb
chromium_0.9.13.1-1.diff.gz
to pool/main/c/chromium/chromium_0.9.13.1-1.diff.gz
chromium_0.9.13.1-1.dsc
to pool/main/c/chromium/chromium_0.9.13.1-1.dsc
chromium_0.9.13.1-1_i386.deb
to pool/main/c/chromium/chromium_0.9.13.1-1_i386.deb
chromium_0.9.13.1.orig.tar.gz
to pool/main/c/chromium/chromium_0.9.13.1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 467123@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul Wise <pabs@debian.org> (supplier of updated chromium package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 26 Jun 2008 01:08:26 +0800
Source: chromium
Binary: chromium chromium-data
Architecture: source all i386
Version: 0.9.13.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Paul Wise <pabs@debian.org>
Description:
chromium - fast paced, arcade-style, scrolling space shooter
chromium-data - data pack for chromium
Closes: 385115 467123
Changes:
chromium (0.9.13.1-1) unstable; urgency=low
.
* New upstream release
- switched to FTGL and removed non-free TexFont code (Closes: #467123)
- replaced non-free sound and music with free versions (Closes: #385115)
- fix watch file since upstream merged the tarballs
- build the chromium-data package since upstream merged the tarballs
- needs API-stable FTGL 2.1.3 RC5, build-depend on it
- doesn't use libsmpeg-dev, drop from build-depends
- manual page, freedesktop menu, patches merged upstream, drop
- upstream homepage moved to sourceforge, update
- set the debian menu item name to the same as the upstream freedesktop one
- use the same icon in the debian menu as the upstream freedesktop one
- can use fontconfig to find the font, build-depend on that
* Add myself to uploaders
* Add misc:Depends to the package depends
* Drop build-dep on transition package libglu1-xorg-dev
* Respect noopt, parallel=n, crossbuild properly, update config.sub/guess
- update Standards-Version since we are now compliant with 3.8.0
Checksums-Sha1:
6d236614e3b40c5c4315e58ccf5240ded7f01727 1494 chromium_0.9.13.1-1.dsc
d8e4b93ed6da140d67604c7d943f0b9c706afaf0 1493329 chromium_0.9.13.1.orig.tar.gz
0b06626b145cc99b7c245e5eed2a47ecf5246f5d 8247 chromium_0.9.13.1-1.diff.gz
d116cd63eaa307403de6433b903a7ef54699fe62 1215686 chromium-data_0.9.13.1-1_all.deb
86fc36d59de383663cf5c1b4f0b1edd0457ca961 109864 chromium_0.9.13.1-1_i386.deb
Checksums-Sha256:
dc7f7569e60cdb89e7a5835b0bed5b31f7b143a4800d2ea3f8728f84f8d5aec9 1494 chromium_0.9.13.1-1.dsc
4d32a75ac7a3b206cafc5a971100ed2f4bdc1c055cc3a5112104ff0f85eb4e0e 1493329 chromium_0.9.13.1.orig.tar.gz
d1bd7cb896ca89d7bd907798db8fcff25982fa6294677e2f75ab7cf8c3e06f04 8247 chromium_0.9.13.1-1.diff.gz
017f253982560aaec622f9552a52b9895b653bfcb29cd8f826deed3f1b60fff2 1215686 chromium-data_0.9.13.1-1_all.deb
bb1956e42561761b5691841c767f02b1a6c965612ea092a10ab0b2a03d049615 109864 chromium_0.9.13.1-1_i386.deb
Files:
14f5c4fbf2cc30dbde180d6372407edd 1494 games optional chromium_0.9.13.1-1.dsc
127937e8fbeec6fa02bccc3b0ec915d9 1493329 games optional chromium_0.9.13.1.orig.tar.gz
299e752829c10a2875e4c160f5683fb3 8247 games optional chromium_0.9.13.1-1.diff.gz
ffb15add7ebfccb7df7813c808a93ff8 1215686 games optional chromium-data_0.9.13.1-1_all.deb
ac99aa8814199b12920774f7b25bed6f 109864 games optional chromium_0.9.13.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkhifrEACgkQ5Sc9mGvjxCMSqgCeKEnrkcZJSUHWPsxYVmqkLgjD
2BgAn2ZkZwaWIbRvegFgJHOukpd7vttA
=H24p
-----END PGP SIGNATURE-----
Bug archived.
Request was from
Debbugs Internal Request <owner@bugs.debian.org>
to
internal_control@bugs.debian.org.
(Sun, 31 Aug 2008 07:28:39 GMT)
Full text and
rfc822 format available.
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun May 27 16:56:00 2012;
Machine Name:
busoni.debian.org
Debian Bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.