Changeset 4058

Show
Ignore:
Timestamp:
10/14/07 16:39:39 (1 year ago)
Author:
hverkuil
Message:

More 0.10.6 preparations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ivtv/branches/0.10/ChangeLog

    r4057 r4058  
    3737          started. Thanks to Martin Dauskardt for finding this. 
    3838        - Fix MPEG1 resizing. 
     39        - Removed the v4l-cx2341x-init.mpg file as it's now part of the firmware.tar.gz 
     40          package. 
    3941 
    40420.10.5 release 
  • ivtv/branches/0.10/README.v4l-dvb

    r3787 r4058  
    1 The latest video4linux repository is available from www.linuxtv.org. 
    2 If you have other video hardware that is only supported in that repository 
    3 and hasn't yet been included in the kernel, then you need these build 
    4 instructions in order to build both v4l-dvb and ivtv at the same time. 
     1The ivtv-0.10.X driver works fine for kernels >= 2.6.18 and <= 2.6.21. 
     2If you want to use the very latest ivtv driver for any kernel >= 2.6.12 
     3then you have to use the v4l-dvb repository available from www.linuxtv.org. 
    54 
    6 First obtain the v4l-dvb repository. See these instructions: 
     5This repository contains the latest and (usually) greatest v4l and dvb 
     6drivers and will build on any kernel >= 2.6.12. 
    77 
    8 http://www.linuxtv.org/v4lwiki/index.php/How_to_build_from_mercurial 
     8You can either get the repository from here: 
    99 
    10 In order to include ivtv you need one extra step: before building the 
    11 v4l-dvb module (the 'make' step) call 'make ivtv'. This will retrieve 
    12 the ivtv sources from the ivtv subversion trunk repository and merge 
    13 them into the v4l-dvb directory tree. 'make' will now make ivtv in 
    14 addition to all the other v4l-dvb modules. 
     10  http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2 
    1511 
    16 Note that both the v4l-dvb and the ivtv trunk repositories contain 
    17 bleeding edge code, so there are no guarantees that it will always 
    18 work. 
     12or by using mercurial and running: 
     13 
     14  hg clone http://linuxtv.org/hg/v4l-dvb 
     15 
     16You build everything by running 'make' and 'make install'. 
     17It will overwrite all existing v4l-dvb modules of your kernel. 
  • ivtv/branches/0.10/driver/Makefile

    r3432 r4058  
    3333install:: 
    3434        /sbin/depmod -a 
    35         @echo 
    36         @echo "v4l-cx2341x-init.mpg needs copying to the hotplug firmware" 
    37         @echo "directory if needed for PVR350 mpeg initialization" 
    3835 
    3936clean::