Index of /tvtime/patches
Name Last modified Size Description
Parent Directory -
all.patch 14-Oct-2007 18:46 245K
experimental/ 14-Oct-2007 18:46 -
tvtime-cpuid.patch 14-Oct-2007 18:46 1.2K
tvtime-cxx_qualifier..> 14-Oct-2007 18:46 2.0K
tvtime-debian.patch 14-Oct-2007 18:46 157K
tvtime-l10n-ru_fr.patch 14-Oct-2007 18:46 83K
tvtime-v4l-include.p..> 14-Oct-2007 18:46 277
tvtime-videoinput.patch 14-Oct-2007 18:46 552
tvtime-xinerama.patch 14-Oct-2007 18:46 1.3K
Sun Oct 14 18:22:43 CEST 2007
PATCHES
These patches may be applied in any order if not stated elsewhere.
tvtime-cpuid.patch:
quote (and patch) from libmpeg2 0.4.0:
* cpu_accel.c
Compilation fix (AMD64): %ebx does not need to be saved in PIC mode, since
that register does not hold the GOT pointer.
Compilation fix (AMD64): no need to check for cpuid since it is always
available (AMD64 Architecture Programmer's Manual Volume 3, page 117).
Put back pushl/popl instead of push/pop in x86-only
Fixes some compilation-error on some distributions.
tvtime-cxx_qualifier.patch:
Fixes compilation-error on newer gcc-versions (>= 4.1).
(This is an old known bug but it doesn't get into cvs or a minor release)
See also:
https://sourceforge.net/tracker/index.php?func=detail&aid=1619454&group_id=64301&atid=506987
tvtime-videoinput.patch:
See also:
https://sourceforge.net/tracker/?func=detail&atid=506987&aid=1398391&group_id=64301
tvtime-xinerama.patch:
From Gentoo. This makes it possible to disable xinerama via
configure, sure why not!?
tvtime-v4l-include.patch:
Fixes compilation error on serveal dists, including Debian >= Lenny.
Thanks to Debian for the patch.
I don't know since what kernelversion the specific include is
within #ifdef __KERNEL__, so please report if this breaks.
See also:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427603
tvtime-l10n-fr_ru.patch:
Finished localization for russian and french, thanks to Debian
and all involved people!
See also:
http://packages.debian.org/changelogs/pool/main/t/tvtime/tvtime_1.0.2-0.2/changelog
tvtime-debian.patch:
Updates from Debian for Debian (debconf etc.)
See changelog above.
------------------------------------------------------------------------------
NOT IN THE PATCHED VERSION AKA EXPERIMENTAL:
tvtime-v4l_kheaders.patch
From Gentoo, use kernel headers instead of local copies.
tvtime-alsa_mixer.patch
Adds alsa-mixing capability to tvtime (and does a little lint),
originally by pmhahn (at users.sourceforge.net), Thanks!
I only fixed the volume-range.
ALSA (Line-Out) is tried at first if no command-line option or
option in tvtime.xml is given.
To use ALSA either type: (e.g.)
tvtime --mixer hw:0/Line
or change this in your tvtime.xml:
<option name="MixerDevice" value="hw:0/Line"/>
You also need to rerun bootstrap.sh after applying the patch
See also:
http://sourceforge.net/tracker/index.php?func=detail&aid=1341689&group_id=6430&atid=506989
------------------------------------------------------------------------------
I am planning to put some more patches in here, at first from some distros,
so stay tuned. :)
Andreas (at stapelspeicher.org)