mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package xf86-video-openchrome-ttm:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
698b55cdfa
commit
3e15a969b2
@ -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
|
@ -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
|
@ -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
|
@ -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; }; }
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/xf86-video-openchrome-ttm-20090329.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user