diff --git a/em8300/.footprint b/em8300/.footprint deleted file mode 100644 index 16a3917c6..000000000 --- a/em8300/.footprint +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root lib/ -drwxr-xr-x root/root lib/firmware/ --rw-r--r-- root/root lib/firmware/em8300.bin -drwxr-xr-x root/root lib/modules/ -drwxr-xr-x root/root lib/modules// -drwxr-xr-x root/root lib/modules//em8300/ --rwxr-xr-x root/root lib/modules//em8300/adv717x.ko --rwxr-xr-x root/root lib/modules//em8300/bt865.ko --rwxr-xr-x root/root lib/modules//em8300/em8300.ko -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/em8300setup -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/linux/ --rw-r--r-- root/root usr/include/linux/em8300.h -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/em8300setup.1.gz -drwxr-xr-x root/root usr/share/ diff --git a/em8300/.md5sum b/em8300/.md5sum deleted file mode 100644 index 4df1bb465..000000000 --- a/em8300/.md5sum +++ /dev/null @@ -1,5 +0,0 @@ -58a6765d469cc507c1e0dff152ce3d30 em8300-0.15.3.tar.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 diff --git a/em8300/Pkgfile b/em8300/Pkgfile deleted file mode 100644 index 1fdb9f788..000000000 --- a/em8300/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# 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.4cvs2 -release=2 -source=(http://download.sourceforge.net/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 - # 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 - cd modules - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share/em8300 $PKG/usr/bin/{autocal,dhc,dxr3view} -# mkdir -p $PKG/etc/udev/rules.d -# install -m 644 em8300-udev.rules $PKG/etc/udev/rules.d/90-em8300.rules -} diff --git a/em8300/README b/em8300/README deleted file mode 100644 index 5a05140c0..000000000 --- a/em8300/README +++ /dev/null @@ -1,29 +0,0 @@ -REQUIREMENTS - -PRE-INSTALL - -POST-INSTALL - - * Run depmod -a - - * You may edit your /etc/modprobe.conf, I use this settings: - -alias em8300-1 off -alias char-major-121 em8300 -install em8300 /sbin/modprobe bt865 && /sbin/modprobe --ignore-install em8300 -options em8300 dicom_fix=0 dicom_control=0 dicom_other_pal=0 - - * Edit /etc/rc.modules to load the modules at boot time. - - * You may also run em8300setup to change the default parameters. - - * If you are using udev, you may want to create - /etc/udev/rules.d/xx-em8300.rules with something like: - -KERNEL=="em8300*", NAME="%k", OWNER="root", GROUP="em8300", MODE="660" - - -PRECAUTION - This port builds em8300 with NTSC by default. - After installing this port you need to rebuild mplayer to - add dxr3 support. diff --git a/em8300/em8300-ntsc.diff b/em8300/em8300-ntsc.diff deleted file mode 100644 index eee9467c1..000000000 --- a/em8300/em8300-ntsc.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- em8300-0.15.3/modules/Makefile.orig 2006-04-09 23:29:04.000000000 -0400 -+++ em8300-0.15.3/modules/Makefile 2006-04-09 23:29:59.000000000 -0400 -@@ -69,7 +69,7 @@ - endif - - EXTRA_CFLAGS := -I$(EM8300_DIR)/include \ -- -DEM8300_VIDEOMODE_DEFAULT=EM8300_VIDEOMODE_PAL \ -+ -DEM8300_VIDEOMODE_DEFAULT=EM8300_VIDEOMODE_NTSC \ - -DEM8300_AUDIOMODE_DEFAULT=EM8300_AUDIOMODE_ANALOG \ - -DEM8300_VERSION=\"$(EM8300_VERSION)\" \ - -DCONFIG_ADV717X_PIXELPORT16BIT -DCONFIG_ADV717X_PIXELPORTPAL \ diff --git a/em8300/em8300_kernel_2.6.17_2.patch.gz b/em8300/em8300_kernel_2.6.17_2.patch.gz deleted file mode 100644 index 5c491f238..000000000 Binary files a/em8300/em8300_kernel_2.6.17_2.patch.gz and /dev/null differ diff --git a/em8300/em8300_ntsc_default.patch.gz b/em8300/em8300_ntsc_default.patch.gz deleted file mode 100644 index ba6a3cd27..000000000 Binary files a/em8300/em8300_ntsc_default.patch.gz and /dev/null differ diff --git a/em8300/em8300_ntsc_pos.patch.gz b/em8300/em8300_ntsc_pos.patch.gz deleted file mode 100644 index 8d10a8963..000000000 Binary files a/em8300/em8300_ntsc_pos.patch.gz and /dev/null differ diff --git a/em8300/em8300_zoom.patch.gz b/em8300/em8300_zoom.patch.gz deleted file mode 100644 index f0f785bfe..000000000 Binary files a/em8300/em8300_zoom.patch.gz and /dev/null differ