debian/0000755000000000000000000000000012255355701007173 5ustar debian/source/0000755000000000000000000000000012255355701010473 5ustar debian/source/format0000644000000000000000000000001412255355701011701 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000216312255355701011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libvdpau-va-gl Upstream-Contact: Rinat Ibragimov Source: https://github.com/i-rinat/libvdpau-va-gl Files: * Copyright: Copyright 2013 Rinat Ibragimov License: LGPL-3 libvdpau-va-gl is free software: you can redistribute it and/or modify it under the terms of version 3 of the GNU Lesser General Public License as published by the Free Software Foundation. . libvdpau-va-gl 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. . On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. Files: debian/* Copyright: Copyright 2013 Vincent Bernat License: LGPL-3 Same license as libvdpau-va-gl. . On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. debian/rules0000755000000000000000000000076412255355701010262 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG %: dh $@ override_dh_auto_test: # Cannot run tests without a X11 server (with VAAPI support) override_dh_makeshlibs: dh_makeshlibs -n override_dh_auto_install: dh_auto_install mkdir -p debian/libvdpau-va-gl1/usr/lib/$(DEB_HOST_MULTIARCH) mv debian/libvdpau-va-gl1/usr/lib/vdpau \ debian/libvdpau-va-gl1/usr/lib/$(DEB_HOST_MULTIARCH)/. debian/README.Debian0000644000000000000000000000107612255355701011240 0ustar libvdpau-va-gl is work-in-progress. While it works fine with Adobe Flash Player, it may cause problems with other VDPAU-enabled software. Therefore, it has not been enabled system-wide by default. You can either enable it by uncommenting the appropriate lines in `/etc/X11/Xsession.d/20vdpau-va-gl` or enable only for some software by setting `VDPAU_DRIVER` environment variable. For example, to enable it in Chromium, start Chromium with the following command line: VDPAU_DRIVER=va_gl chromium -- Vincent Bernat , Sun, 16 Jun 2013 12:34:31 +0200 debian/compat0000644000000000000000000000000212255355701010371 0ustar 9 debian/install0000644000000000000000000000005012255355701010557 0ustar debian/20vdpau-va-gl etc/X11/Xsession.d debian/20vdpau-va-gl0000644000000000000000000000044712255355701011410 0ustar # To enable the use of libvdpau-va-gl as the default VDPAU driver, # uncommont the following lines. See # `/usr/share/doc/libvdpau-va-gl1/README.Debian` for more details. # [ ! -f /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/vdpau/libvdpau_va_gl.so.1 ] || \ # export VDPAU_DRIVER=va_gl debian/watch0000644000000000000000000000023212255355701010221 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libvdpau-va-gl-$1.tar.gz/ \ https://github.com/i-rinat/libvdpau-va-gl/tags .*/v?(\d\S*)\.tar\.gz debian/changelog0000644000000000000000000000200612255355701011043 0ustar libvdpau-va-gl (0.2.1-1) unstable; urgency=low * New upstream version. * Bump Standards-Version. * Ensure we compile with -DNDEBUG as this displays many verbose messages. -- Vincent Bernat Sat, 21 Dec 2013 17:50:56 +0100 libvdpau-va-gl (0.2.0-1) unstable; urgency=low * New upstream version. -- Vincent Bernat Fri, 01 Nov 2013 10:04:40 +0100 libvdpau-va-gl (0.1.0-2) unstable; urgency=low * Add multiarch support. Closes: #719617. -- Vincent Bernat Tue, 13 Aug 2013 18:30:07 +0200 libvdpau-va-gl (0.1.0-1) unstable; urgency=low * New upstream release. + Switch to versioned tarballs as source. * Add a debian/watch file. * Depends on debhelper 8.1.3 to use compatibility level 9. -- Vincent Bernat Fri, 09 Aug 2013 08:29:45 +0200 libvdpau-va-gl (0+git20130616.b36186e2b3-1) unstable; urgency=low * Initial release. Closes: #712035. -- Vincent Bernat Sun, 16 Jun 2013 08:19:46 +0200 debian/control0000644000000000000000000000222612255355701010600 0ustar Source: libvdpau-va-gl Section: libs Priority: optional Maintainer: Vincent Bernat Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), git, cmake, libvdpau-dev, libva-dev, libglib2.0-dev, libswscale-dev, libgl1-mesa-dev, libglu1-mesa-dev Homepage: https://github.com/i-rinat/libvdpau-va-gl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libvdpau-va-gl.git Vcs-Git: git://anonscm.debian.org/collab-maint/libvdpau-va-gl.git Package: libvdpau-va-gl1 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: VDPAU driver with OpenGL/VAAPI backend Many applications can use VDPAU to accelerate portions of the video decoding process and video post-processing to the GPU video hardware. Unfortunately, there is no such library for many graphic chipsets. Some applications also support VA-API but many of them, including Adobe Flash Player, don't. . This library proposes a generic VDPAU library. It uses OpenGL under the hood to accelerate drawing and scaling and VA-API (if available) to accelerate video decoding.