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,11 @@
libvdpau-sunxi (0.5~git.20160309.c2fb693-3~xenial1.0) xenial; urgency=medium
* Remove dev package, fix install.
-- Simon Eisenmann <simon@longsleep.org> Sun, 01 May 2016 21:38:36 +0200
libvdpau-sunxi (0.5~git.20160309.c2fb693-0~xenial1.0) xenial; urgency=low
* package up libvdpau-sunxi.
-- Simon Eisenmann <simon@longsleep.org> Sun, 1 May 2016 21:14:57 +0200

View File

@@ -0,0 +1 @@
9

View File

@@ -0,0 +1,27 @@
Source: libvdpau-sunxi
Section: devel
Priority: optional
Maintainer: Simon Eisenmann <simon@longsleep.org>
Build-Depends:
debhelper (>= 9),
pkg-config,
libcedrus1-dev,
libpixman-1-dev,
libvdpau-dev,
Standards-Version: 3.9.7
Vcs-Git: https://github.com/linux-sunxi/libvdpau-sunxi
Vcs-Browser: https://github.com/linux-sunxi/libvdpau-sunxi
Package: libvdpau-sunxi1
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Enhances: libvdpau1
Provides: vdpau-driver
Multi-Arch: same
Description: VDPAU implementation for sunxi SoCs
It supports decoding of MPEG1 and MPEG2, some limited MPEG4 types,
H.264 and on H3/A64 it also decodes H.265.

View File

@@ -0,0 +1,72 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libcedrus
Source: https://github.com/linux-sunxi/libvdpau-sunxi
Files: *
Copyright: Copyright (c) 2013 Jens Kuske <jenskuske@gmail.com>
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU Lesser General Public
License version 2.1 can be found in the file
`/usr/share/common-licenses/LGPL-2.1'.
Files: kernel-headers/*
Copyright: Copyright (C) 2007-2012 Allwinner Technology Co., Ltd.
License: GPL-2+
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later
version.
.
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more
details.
.
You should have received a copy of the GNU General Public
License along with this package; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
Files: debian/*
Copyright: Copyright 2016 Simon Eisenmann <simon@longsleep.org>
License: GPL-2+
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later
version.
.
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more
details.
.
You should have received a copy of the GNU General Public
License along with this package; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.

View File

@@ -0,0 +1,12 @@
#!/bin/sh
case "$1" in
install)
which udevadm > /dev/null && udevadm trigger --action=add --sysname-match=disp || true
which udevadm > /dev/null && udevadm trigger --action=add --sysname-match=g2d || true
;;
esac
#DEBHELPER#
exit 0

View File

@@ -0,0 +1,2 @@
KERNEL=="disp", MODE="0660", GROUP="video"
KERNEL=="g2d", MODE="0660", GROUP="video"

View File

@@ -0,0 +1 @@
redo-csc-calculations.patch

View File

@@ -0,0 +1 @@
export VDPAU_DRIVER=sunxi

View File

@@ -0,0 +1,13 @@
#!/usr/bin/make -f
PACKAGE = libvdpau-sunxi1
export DEB_CFLAGS_MAINT_APPEND = -Wall -std=gnu99
override_dh_auto_install:
dh_auto_install
install -m0644 -D debian/profile.d/99-vdpau.sh \
debian/libvdpau-sunxi1/etc/profile.d/99-vdpau.sh
%:
dh $@

View File

@@ -0,0 +1 @@
3.0 (quilt)