first commit
This commit is contained in:
22
external/packages/extras-buildpkgs/04-libvdpau.conf
vendored
Executable file
22
external/packages/extras-buildpkgs/04-libvdpau.conf
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
# libvdpau
|
||||
# required for libvdpau-sunxi
|
||||
local package_name="libvdpau"
|
||||
local package_repo="https://anongit.freedesktop.org/git/vdpau/libvdpau.git"
|
||||
local package_ref="branch:master"
|
||||
local package_builddeps="graphviz ghostscript doxygen-latex x11proto-dri2-dev pkg-config libxext-dev libx11-dev dh-autoreconf"
|
||||
local package_upstream_version="1.1.1-10"
|
||||
local package_install_chroot="libvdpau1 libvdpau-dev"
|
||||
local package_install_target="libvdpau1"
|
||||
local package_component="${release}-desktop"
|
||||
|
||||
package_checkbuild()
|
||||
{
|
||||
false
|
||||
# we don't support running kernels < 3.13 on Stretch or Bionic
|
||||
#[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
|
||||
}
|
||||
Reference in New Issue
Block a user