mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'tvdump'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
36a125667e
commit
5f16564c84
@ -9,5 +9,6 @@ $SCRIPTS/install htop # on user request
|
||||
$SCRIPTS/install nano # on user request
|
||||
$SCRIPTS/install wgetpaste
|
||||
$SCRIPTS/install evtest
|
||||
$SCRIPTS/install tvdump
|
||||
$SCRIPTS/install wireless_tools
|
||||
|
||||
|
10
packages/debug/tvdump/build
Executable file
10
packages/debug/tvdump/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libpciaccess
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$CC -Wall -O0 -g -o tvdump tvdump.c -lpciaccess
|
11
packages/debug/tvdump/install
Executable file
11
packages/debug/tvdump/install
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install libpciaccess
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/tvdump $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/tvdump2code.py $INSTALL/usr/bin/tvdump2code
|
||||
chmod +x $INSTALL/usr/bin/tvdump2code
|
1
packages/debug/tvdump/url
Normal file
1
packages/debug/tvdump/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/tvdump-20101025.tar.bz2
|
6
packages/debug/tvdump/url.txt
Normal file
6
packages/debug/tvdump/url.txt
Normal file
@ -0,0 +1,6 @@
|
||||
dump video bios:
|
||||
|
||||
http://nouveau.freedesktop.org/wiki/DumpingVideoBios/
|
||||
|
||||
tvdump:
|
||||
http://cgit.freedesktop.org/~currojerez/tvdump/
|
Loading…
x
Reference in New Issue
Block a user