Gentoo Archives: gentoo-dev

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Last rites: media-tv/tvtime
Date: Wed, 27 Mar 2013 05:11:30
Message-Id: kitv0s$i53$1@ger.gmane.org
In Reply to: Re: [gentoo-dev] Re: Last rites: media-tv/tvtime by Markos Chandras
1 On 25/03/13 21:01, Markos Chandras wrote:
2 > On 25 March 2013 17:12, Nikos Chantziaras <realnc@×××××.com> wrote:
3 >> On 24/03/13 23:12, Markos Chandras wrote:
4 >>>
5 >>> On Mar 24, 2013 8:51 PM, "Nikos Chantziaras" <realnc@×××××.com
6 >>> <mailto:realnc@×××××.com>> wrote:
7 >>> >
8 >>> > In the end it's another program that will end up in my ~/bin directory.
9 >>>
10 >>> Why? Don't you want to work with me and maintain it together? Why keep
11 >>> it working just for you?
12 >>
13 >> I can do that. Though the current ebuild seems to work just fine. There's
14 >> no "alsa" USE flag and it builds with automake 1.13.
15 >>
16 >>
17 >
18 > I don't know what you mean by this: "there is no alsa" use flag
19 > ~$ grep alsa tvtime-1.0.2_p20110131-r3.ebuild
20 >
21 > http://dev.gentoo.org/~a3li/distfiles/${PN}-1.0.2-alsamixer-r1.patch
22 > http://dev.gentoo.org/~a3li/distfiles/${PN}-1.0.2-alsa-r1.patch
23 > http://dev.gentoo.org/~a3li/distfiles/${PN}-1.0.2-alsa-fixes.patch"
24 > IUSE="alsa nls xinerama"
25 > alsa? ( media-libs/alsa-lib )
26 > if use alsa; then
27 > epatch "${DISTDIR}/${PN}-1.0.2-alsa-r1.patch"
28 > epatch "${DISTDIR}/${PN}-1.0.2-alsamixer-r1.patch"
29 > epatch "${DISTDIR}/${PN}-1.0.2-alsa-fixes.patch"
30 >
31 > So there is an "alsa" use flag and it does apply quite a lot of
32 > patches in there. So the open bug is not fixed yet. Could you have a
33 > look?
34
35 Hmm, indeed. I didn't actually read the ebuild before. I did:
36
37 $ equery uses tvtime
38
39 and there's no alsa USE flag. Also, emerging tvtime with the flag
40 enabled and then disabled, results in no changes. The flag is being
41 ignored here?
42
43 Anyway, note that I cannot test whether the patches actually work at
44 runtime or not. My TV card uses an SAA7130 chip with no internal audio
45 cabality. Instead, it has a line-out jack, which I connect to the
46 line-in of my sound card in order to get sound from it.