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/06-libcedrus.conf
Views: 3959
1
# libcedrus
2
# required for libvdpau-sunxi
3
# may depend on libump
4
local package_name="libcedrus"
5
local package_repo="https://github.com/linux-sunxi/libcedrus.git"
6
local package_ref="branch:master"
7
local package_upstream_version="1.0.1"
8
local package_install_chroot="libcedrus1 libcedrus1-dev"
9
local package_install_target="libcedrus1"
10
local package_component="${release}-desktop"
11
12
package_checkbuild()
13
{
14
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
15
}
16
17
package_checkinstall()
18
{
19
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
20
}
21
22