From 3e15a969b28a9256e18c6bbac43500d92e7674fa Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Oct 2009 11:22:49 +0100 Subject: [PATCH] move package xf86-video-openchrome-ttm: - no more need, move to pkg-archive branch --- .../driver/xf86-video-openchrome-ttm/build | 17 ----------- .../config/openchrome.xinf | 30 ------------------- .../driver/xf86-video-openchrome-ttm/install | 14 --------- .../patches/10_crosscompile.diff | 30 ------------------- .../x11/driver/xf86-video-openchrome-ttm/url | 1 - 5 files changed, 92 deletions(-) delete mode 100755 packages/x11/driver/xf86-video-openchrome-ttm/build delete mode 100644 packages/x11/driver/xf86-video-openchrome-ttm/config/openchrome.xinf delete mode 100755 packages/x11/driver/xf86-video-openchrome-ttm/install delete mode 100644 packages/x11/driver/xf86-video-openchrome-ttm/patches/10_crosscompile.diff delete mode 100644 packages/x11/driver/xf86-video-openchrome-ttm/url diff --git a/packages/x11/driver/xf86-video-openchrome-ttm/build b/packages/x11/driver/xf86-video-openchrome-ttm/build deleted file mode 100755 index 470a3f0af3..0000000000 --- a/packages/x11/driver/xf86-video-openchrome-ttm/build +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - --enable-dri \ - --with-xorg-module-dir=$XORG_PATH_MODULES - -make diff --git a/packages/x11/driver/xf86-video-openchrome-ttm/config/openchrome.xinf b/packages/x11/driver/xf86-video-openchrome-ttm/config/openchrome.xinf deleted file mode 100644 index a48d8da78a..0000000000 --- a/packages/x11/driver/xf86-video-openchrome-ttm/config/openchrome.xinf +++ /dev/null @@ -1,30 +0,0 @@ -# NOTE: Comments in openchrome 0.2.1 driver source indicate this device does not -# exist in the wild, so it has been disabled for now. -#alias pcivideo:v00001106d00003022sv*sd*bc*sc*i* openchrome - -# 1106:3108 - K8M800 (PCI_CHIP_VT3204) -alias pcivideo:v00001106d00003108sv*sd*bc*sc*i* openchrome - -# 1106:3118 - PM800/PM880/CN400 (PCI_CHIP_VT3259) -alias pcivideo:v00001106d00003118sv*sd*bc*sc*i* openchrome - -# 1106:3122 - CLE266 (PCI_CHIP_CLE3122) -alias pcivideo:v00001106d00003122sv*sd*bc*sc*i* openchrome - -# 1106:7205 - KM400/KN400 (PCI_CHIP_VT3205) -alias pcivideo:v00001106d00007205sv*sd*bc*sc*i* openchrome - -# 1106:3344 - VM800 (PCI_CHIP_VT3314) -alias pcivideo:v00001106d00003344sv*sd*bc*sc*i* openchrome - -# 1106:3157 - CX700 (PCI_CHIP_VT3324) -alias pcivideo:v00001106d00003157sv*sd*bc*sc*i* openchrome - -# 1106:3343 - P4M890 (PCI_CHIP_VT3327) -alias pcivideo:v00001106d00003343sv*sd*bc*sc*i* openchrome - -# 1106:3230 - K8M890 (PCI_CHIP_VT3336) -alias pcivideo:v00001106d00003230sv*sd*bc*sc*i* openchrome - -# 1106:3371 - P4M900 (PCI_CHIP_VT3364) -alias pcivideo:v00001106d00003371sv*sd*bc*sc*i* openchrome diff --git a/packages/x11/driver/xf86-video-openchrome-ttm/install b/packages/x11/driver/xf86-video-openchrome-ttm/install deleted file mode 100755 index 232990dc80..0000000000 --- a/packages/x11/driver/xf86-video-openchrome-ttm/install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -. config/options - -PKG_DIR=`find $PACKAGES -type d -name $1` - -mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers -cp $PKG_BUILD/src/.libs/*_drv.so $INSTALL/$XORG_PATH_MODULES/drivers - -#mkdir -p $INSTALL/usr/lib -#cp $PKG_BUILD/libxvmc/.libs/*.so* $INSTALL/usr/lib - -mkdir -p $INSTALL/usr/share/hwdata/videoaliases -cp $PKG_DIR/config/openchrome.xinf $INSTALL/usr/share/hwdata/videoaliases diff --git a/packages/x11/driver/xf86-video-openchrome-ttm/patches/10_crosscompile.diff b/packages/x11/driver/xf86-video-openchrome-ttm/patches/10_crosscompile.diff deleted file mode 100644 index 42daef7ad9..0000000000 --- a/packages/x11/driver/xf86-video-openchrome-ttm/patches/10_crosscompile.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur xf86-video-openchrome-20090302/configure xf86-video-openchrome-20090302.patch/configure ---- xf86-video-openchrome-20090302/configure 2009-03-03 01:13:31.000000000 +0100 -+++ xf86-video-openchrome-20090302.patch/configure 2009-03-03 01:59:36.000000000 +0100 -@@ -13330,7 +13330,7 @@ - if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 - else -- test "$cross_compiling" = yes && -+ test "$cross_compiling" = dummy && - { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 - $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } -@@ -13358,7 +13358,7 @@ - if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 - else -- test "$cross_compiling" = yes && -+ test "$cross_compiling" = dummy && - { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 - $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } -@@ -13386,7 +13386,7 @@ - if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 - else -- test "$cross_compiling" = yes && -+ test "$cross_compiling" = dummy && - { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 - $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} - { (exit 1); exit 1; }; } diff --git a/packages/x11/driver/xf86-video-openchrome-ttm/url b/packages/x11/driver/xf86-video-openchrome-ttm/url deleted file mode 100644 index 393d04fd9e..0000000000 --- a/packages/x11/driver/xf86-video-openchrome-ttm/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/xf86-video-openchrome-ttm-20090329.tar.bz2