Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38444 - xawtv without scantv?
Summary: xawtv without scantv?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords: InVCS
: 99015 105427 (view as bug list)
Depends on:
Blocks: 88105
  Show dependency tree
 
Reported: 2004-01-16 13:01 UTC by Martin Klaffenboeck
Modified: 2005-09-09 14:57 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2004-01-16 13:01:45 UTC
Hello,

When I install the last version of xawtv, it comes without scantv, but scantv is mentioned in the xawtv manpage.

Whats wrong here?

Martin

Reproducible: Always
Steps to Reproduce:
Comment 1 Sven Lankes 2004-11-01 08:46:37 UTC
You need "zvbi" in your use-flags. 

Scantv needs zvbi to read the channel names from vbi
(at least that is my wild guess).

=> not a bug
Comment 2 Vermyndax 2004-11-06 10:28:13 UTC
Confirmed... same thing happened here.  Enabled +zvbi made xawtv compile scantv.
Comment 3 Octavio Ruiz (Ta^3) 2005-04-05 17:52:42 UTC
Can any body close this bug?
Comment 4 Octavio Ruiz (Ta^3) 2005-05-13 09:10:57 UTC
Its needed to add this:

   use X || use xv || \
        rm -f ${D}/usr/share/man/man1/{pia,propwatch}.1 \
              ${D}/usr/share/{man,man/fr,man/es}/man1/xawtv.1 \
              ${D}/usr/share/{man,man/es}/man1/{rootv,v4lctl,xawtv-remote}.1

   use motif || \
        rm -f ${D}/usr/share/man/man1/{motv,mtt}.1

   use zvbi || \
        rm -f ${D}/usr/share/man/man1/{alevtd,mtt}.1 \
              ${D}/usr/share/{man,man/es}/man1/scantv.1

In order to not install manpages of bins that are not installed due USE flags.

See the lastest attachment of bug #88105


Tip: To see which xawtv man pages have their corresponding bin installed. 

diff -u <(equery files xawtv|grep man1|grep -v es|grep -v fr |grep gz|cut -d/ -f6|cut -d. -f1| sort) <(equery files xawtv |grep \/bin\/|cut -d/ -f4|sort)|grep ^-
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2005-05-29 17:40:25 UTC
Fixed in CVS.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-07-14 08:18:31 UTC
*** Bug 99015 has been marked as a duplicate of this bug. ***
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2005-09-09 14:57:31 UTC
*** Bug 105427 has been marked as a duplicate of this bug. ***