kwintv.sourceforge.net

kWinTV
About
Download
CVS
ScreenShots
Mailing List

Sourceforge
Uni KL
kwintv.org

KDE
Trolltech
bttv

© 2002 Moritz Wenk
<wenk@swyx.com>

Last update: 2002/07/14

SourceForge.net Logo
Fachbereich Mathematik Uni KL
CMS by www.hardcoding.net
 
kWinTV > CVS
kWinTV CVS repository

kWinTV's source code is available as part of KDE's CVS repository, located in the kdenonbeta package. The HEAD revision has been ported to KDE3 recently whereas the version in the KDE_2_2_BRANCH should be used for KDE2.x. For further instructions on how to set up CVS and get the source code, see the KDE Web Site. Here is a little more on how to get kWinTV for KDE3 (HEAD revision) out of CVS:

  • Set your CVS environment correctly. See the KDE Web Site for details. Here is a short summary:
    Create a .cvsrc file in your $HOME directory and put the following in it:
    cvs -z4 -q
    diff -u3 -p
    update -dP
    checkout -P
    
    Set CVSROOT correctly and do a login:
    export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
    cvs login
    
    (Just press ENTER when prompted for a password)

  • cd into a directory where you would like to put the kWinTV sources.
  • Do a checkout of the following CVS modules:
    cvs checkout kdenonbeta/kwintv
    cvs checkout kdenonbeta/libsearch
    cvs checkout -r KDE_3_0_BRANCH kde-common
    
    Note that you currently have to use the KDE_3_0_BRANCH version of the kde-common module!

  • In addition you should check out the following files:
    cvs checkout kdenonbeta/Makefile.am
    cvs checkout kdenonbeta/Makefile.cvs
    cvs checkout kdenonbeta/config.h.bot
    cvs checkout kdenonbeta/configure.in.in
    
  • Set your KDE environment correctly, for example:
    export KDEDIR=/opt/kde3
    export QTDIR=/opt/qt3
    export KDEHOME=$HOME/.kde3
    export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
    export MANPATH=$QTDIR/doc/man:$MANPATH
    export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
    
  • Change into the kdenonbeta directory:
    cd kdenonbeta
    
  • Create a symbolic link to the admin directory:
    ln -s ../kde-common/admin admin
    
  • Edit the file configure.in.in in the kwintv directory
    Replace all occurrences of KDE_CHECK_LIB with AC_CHECK_LIB
  • Execute the following commands:
    make -f Makefile.cvs
    ./configure
    cd kwintv
    make
    make install
    
  • That's about it. You should now have a freshly built kWinTV 0.8.12 (CVS) in your KDE3 binaries folder (/opt/kde3/bin in the above example).


    Parse Error
    Es bestehen keine Schreibrechte auf das Cacheverzeichnis '/nextcms/logs'.