hi. this ebuild+patch will fix a problem with alevtd and mozilla. the style sheet used by alevtd is currently not correctly interpreted by mozilla-firefox 0.8 and konqueror 3.2.2. pages are displayed in the standard font (variable width). the patch changes the appropriate line in the css. this should probably be applied to the other versions of xawtv as well. Rudi ====== changes to the ebuild ===== --- /usr/portage/media-tv/xawtv/xawtv-3.86-r1.ebuild 2004-01-11 15:08:38.000000000 +0100 +++ /usr/local/portage/media-tv/xawtv/xawtv-3.86-r2.ebuild 2004-04-25 19:26:38.671669160 +0200 @@ -32,6 +32,13 @@ opengl? ( virtual/opengl ) quicktime? ( virtual/quicktime )" +src_unpack() { + cd ${WORKDIR} + unpack ${PN}_${PV}.tar.gz + cd ${S} + epatch ${FILESDIR}/${PV}/alevtd-style-mozilla.diff +} + src_compile() { local myconf use motif \ ===== end ====== ===== and the patch to the source ===== --- vbistuff/alevt.css.in.orig 2004-04-25 18:44:42.895125328 +0200 +++ vbistuff/alevt.css.in 2004-04-25 18:45:14.098381712 +0200 @@ -6 +6 @@ -pre.vt { font-family: "teletext, monospace"; font-size: 20px; line-height: 20px } +pre.vt { font-family: teletext, monospace; font-size: 20px; line-height: 20px } ===== end =====
Created attachment 30023 [details, diff] diff -aur xawtv-3.86-r1.ebuild xawtv-3.86-r2.ebuild
Created attachment 30025 [details, diff] patch that will be applied by xawtv-3.86-r2.ebuild
rendering by konqueror will not be improved by this patch. btw: sorry about including the patches in the text - it's my first submission
is this still relevant to 3.93? bug 58002 is the new ebuild, which has a patch (also in the text!) (trying to help close a few bugs)
in cvs