CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/extras-buildpkgs/90-libvdpau-sunxi.conf
Views: 3959
1
# libvdpau-sunxi
2
# depends on libcedrus
3
# depends on libvdpau
4
# dev branch depends on libcsptr-dev
5
local package_name="libvdpau-sunxi"
6
local package_repo="https://github.com/linux-sunxi/libvdpau-sunxi.git"
7
local package_ref="branch:master"
8
local package_upstream_version="0.5.1"
9
local package_builddeps="libpixman-1-dev pkg-config"
10
local package_install_target="libvdpau-sunxi1"
11
local package_component="${release}-desktop"
12
13
package_checkbuild()
14
{
15
# we don't support running kernels < 3.13 on Stretch or Bionic
16
[[ $release != xenial && $release != stretch && $release != bionic && $release != buster && $release != disco && $release != focal && $release != bullseye && $release != bookworm ]]
17
}
18
19
package_checkinstall()
20
{
21
[[ $LINUXFAMILY == sun*i && $RELEASE != stretch && $RELEASE != bionic && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
22
}
23
24