Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48955 - xawtv-3.86-r2.ebuild (small bugfix)
Summary: xawtv-3.86-r2.ebuild (small bugfix)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 10:28 UTC by Rudi Lippert
Modified: 2004-08-29 04:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
diff -aur xawtv-3.86-r1.ebuild xawtv-3.86-r2.ebuild (xawtv.patch,382 bytes, patch)
2004-04-25 10:42 UTC, Rudi Lippert
Details | Diff
patch that will be applied by xawtv-3.86-r2.ebuild (alevtd-style-mozilla.diff,307 bytes, patch)
2004-04-25 10:43 UTC, Rudi Lippert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rudi Lippert 2004-04-25 10:28:48 UTC
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 =====
Comment 1 Rudi Lippert 2004-04-25 10:42:25 UTC
Created attachment 30023 [details, diff]
diff -aur xawtv-3.86-r1.ebuild xawtv-3.86-r2.ebuild
Comment 2 Rudi Lippert 2004-04-25 10:43:37 UTC
Created attachment 30025 [details, diff]
patch that will be applied by xawtv-3.86-r2.ebuild
Comment 3 Rudi Lippert 2004-04-25 10:44:37 UTC
rendering by konqueror will not be improved by this patch.
btw: sorry about including the patches in the text - it's my first submission
Comment 4 Aaron Peterson 2004-07-26 01:32:32 UTC
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)
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2004-08-29 04:17:33 UTC
in cvs