mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add vdpauinfo
This commit is contained in:
parent
3db3d42fe2
commit
f6901a8123
16
packages/sysutils/vdpauinfo/build
Executable file
16
packages/sysutils/vdpauinfo/build
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build libvdpau
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
# --libdir=$LIB_PREFIX/lib
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$STRIP $1
|
8
packages/sysutils/vdpauinfo/install
Executable file
8
packages/sysutils/vdpauinfo/install
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install libvdpau
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/$1 $INSTALL/usr/bin
|
1
packages/sysutils/vdpauinfo/url
Normal file
1
packages/sysutils/vdpauinfo/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-0.0.6.tar.gz
|
Loading…
x
Reference in New Issue
Block a user