em8300: Included zoom and ntsc fix patch

This commit is contained in:
Alan Mizrahi 2007-08-15 18:22:35 -04:00
parent fbf6a2a244
commit 0ef9283038
6 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,5 @@
58a6765d469cc507c1e0dff152ce3d30 em8300-0.15.3.tar.gz
736531b1c02b4a7244bd2dd127023b63 em8300-ntsc.diff
83c6f2bbf1d55e3fcb3db57c07d9c310 em8300_2.6.17_2.patch.gz
a31b4456262d02f3988dab3747fa8092 em8300_kernel_2.6.17_2.patch.gz
f07886e5c4f7cde5301c4813820926f1 em8300_ntsc_default.patch.gz
b39bbd42ff8489e1b79bcc3211cbd4d4 em8300_ntsc_pos.patch.gz
7534e59ca9ddc6188e98df0c31803855 em8300_zoom.patch.gz

View File

@ -1,17 +1,23 @@
# Description: Linux DXR3 and Hollywood+ Driver
# URL: http://dxr3.sf.net
# Description: Linux DXR3 and Hollywood+ Driver
# URL: http://dxr3.sf.net
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=em8300
version=0.15.4cvs1
version=0.15.4cvs2
release=2
source=(http://dl.sourceforge.net/sourceforge/dxr3/$name-0.15.3.tar.gz em8300-ntsc.diff em8300_2.6.17_2.patch.gz)
source=(http://dl.sourceforge.net/sourceforge/dxr3/$name-0.15.3.tar.gz em8300_kernel_2.6.17_2.patch.gz em8300_zoom.patch.gz em8300_ntsc_pos.patch.gz em8300_ntsc_default.patch.gz)
build () {
cd $name-0.15.3
patch -p1 < ../em8300-ntsc.diff
zcat ../em8300_2.6.17_2.patch.gz | patch -p0
# Changes to work with kernel 2.6.17 or superior
zcat ../em8300_kernel_2.6.17_2.patch.gz | patch -p0
# Enables the usage of a zoom factor in /sys/class/em8300/em8300-0/device/zoom
zcat ../em8300_zoom.patch.gz | patch -p0
# Fixes the position for ntsc video signal
zcat ../em8300_ntsc_pos.patch.gz | patch -p0
# Makes ntsc the default (you can change this with em8300setup, but you can comment this)
zcat ../em8300_ntsc_default.patch.gz | patch -p1
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
em8300/em8300_zoom.patch.gz Normal file

Binary file not shown.