mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
vdpauinfo: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6ae0dd6332
commit
04962a0743
@ -2,13 +2,9 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
||||
make
|
||||
|
||||
$STRIP $1
|
||||
|
14
packages/multimedia/vdpauinfo/meta
Normal file
14
packages/multimedia/vdpauinfo/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="vdpauinfo"
|
||||
PKG_VERSION="0.0.6"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://freedesktop.org/wiki/Software/VDPAU"
|
||||
PKG_URL="http://people.freedesktop.org/~aplattner/vdpau/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="debug"
|
||||
PKG_SHORTDESC="vdpauinfo: a tool to show vdpau infos "
|
||||
PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-0.0.6.tar.gz
|
Loading…
x
Reference in New Issue
Block a user