first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
Source: libcedrus
Section: devel
Priority: optional
Maintainer: Simon Eisenmann <simon@longsleep.org>
Build-Depends:
debhelper (>= 9),
Standards-Version: 3.9.7
Vcs-Git: https://github.com/linux-sunxi/libcedrus
Vcs-Browser: https://github.com/linux-sunxi/libcedrus
Package: libcedrus1
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Low-level acces to video enginge ofr Allwinner sunxi SoCs
The Cedrus library is need for video engine access of Allwinner sunxi
SOCS. The vdpau sunxi driver depends on it.
Package: libcedrus1-dev
Section: libdevel
Architecture: any
Depends:
libcedrus1 (= ${binary:Version}),
${misc:Depends},
Multi-Arch: same
Description: Low-level acces to video enginge ofr Allwinner sunxi SoCs (development files)
The Cedrus library is need for video engine access of Allwinner sunxi
SOCS. This package is needed to build programs which link against libcedrus.