--- vdpau-video-0.6.3.orig/debian/README.source +++ vdpau-video-0.6.3/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt for it's patch system. Please refer to +/usr/share/doc/quilt/README.source for more information. --- vdpau-video-0.6.3.orig/debian/rules +++ vdpau-video-0.6.3/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_install: + dh_testdir + dh_auto_install + rm $(CURDIR)/debian/vdpau-va-driver/usr/lib/dri/*.la --- vdpau-video-0.6.3.orig/debian/compat +++ vdpau-video-0.6.3/debian/compat @@ -0,0 +1 @@ +7 --- vdpau-video-0.6.3.orig/debian/watch +++ vdpau-video-0.6.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ +http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate --- vdpau-video-0.6.3.orig/debian/control +++ vdpau-video-0.6.3/debian/control @@ -0,0 +1,23 @@ +Source: vdpau-video +Section: x11 +Priority: optional +Maintainer: Andres Mejia +Build-Depends: debhelper (>= 7.0.50), + quilt (>= 0.46-7), + pkg-config, + libva-dev, + libvdpau-dev, + libx11-dev, +Standards-Version: 3.8.4 +Homepage: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/ +Vcs-Git: git://git.debian.org/git/pkg-multimedia/vdpau-video.git +Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/vdpau-video.git;a=summary + +Package: vdpau-va-driver +Architecture: any +Provides: nvidia-va-driver, s3g-va-driver, va-driver, vdpau-video +Replaces: vdpau-video +Conflicts: vdpau-video +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: VDPAU-based backend for VA API + This is the VDPAU-based backend driver for use with the VA API library. --- vdpau-video-0.6.3.orig/debian/copyright +++ vdpau-video-0.6.3/debian/copyright @@ -0,0 +1,20 @@ +License: + + Copyright (C) 2009 Splitted-Desktop Systems + + 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 program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL'. --- vdpau-video-0.6.3.orig/debian/changelog +++ vdpau-video-0.6.3/debian/changelog @@ -0,0 +1,10 @@ +vdpau-video (0.6.3-1) unstable; urgency=low + + [ Gwenole Beauchesne ] + * Autogenerated package, see NEWS file for ChangeLog. + + [ Andres Mejia ] + * Redebianize package. + * Prepare package to enter Debian archive. (Closes: #569641) + + -- Andres Mejia Fri, 12 Feb 2010 14:58:28 -0500 --- vdpau-video-0.6.3.orig/debian/patches/vaDriverInit-func-fix.patch +++ vdpau-video-0.6.3/debian/patches/vaDriverInit-func-fix.patch @@ -0,0 +1,13 @@ +Fix vaDriverInit function that will be called by libva. +========================================================================== +--- a/configure.ac ++++ b/configure.ac +@@ -166,7 +166,7 @@ + VA_VERSION=`$PKG_CONFIG --modversion libva` + VA_MAJOR_VERSION=`echo "$VA_VERSION" | cut -d'.' -f1` + VA_MINOR_VERSION=`echo "$VA_VERSION" | cut -d'.' -f2` +-VA_DRIVER_INIT_FUNC="__vaDriverInit_${VA_MAJOR_VERSION}_${VA_MINOR_VERSION}_sds" ++VA_DRIVER_INIT_FUNC="__vaDriverInit_${VA_MAJOR_VERSION}_${VA_MINOR_VERSION}" + if test "$ac_cv_libva_sds_extensions" = "yes"; then + AC_DEFINE_UNQUOTED([VA_DRIVER_INIT_FUNC], [$VA_DRIVER_INIT_FUNC], [Define driver entry-point]) + else --- vdpau-video-0.6.3.orig/debian/patches/autoreconf_-fi.patch +++ vdpau-video-0.6.3/debian/patches/autoreconf_-fi.patch @@ -0,0 +1,13 @@ +Perform autoreconf -fi. +========================================================================== +--- a/configure ++++ b/configure +@@ -12363,7 +12363,7 @@ $as_echo "$ac_cv_libva_sds_extensions" >&6; } + VA_VERSION=`$PKG_CONFIG --modversion libva` + VA_MAJOR_VERSION=`echo "$VA_VERSION" | cut -d'.' -f1` + VA_MINOR_VERSION=`echo "$VA_VERSION" | cut -d'.' -f2` +-VA_DRIVER_INIT_FUNC="__vaDriverInit_${VA_MAJOR_VERSION}_${VA_MINOR_VERSION}_sds" ++VA_DRIVER_INIT_FUNC="__vaDriverInit_${VA_MAJOR_VERSION}_${VA_MINOR_VERSION}" + if test "$ac_cv_libva_sds_extensions" = "yes"; then + + cat >>confdefs.h <<_ACEOF --- vdpau-video-0.6.3.orig/debian/patches/series +++ vdpau-video-0.6.3/debian/patches/series @@ -0,0 +1,2 @@ +vaDriverInit-func-fix.patch +autoreconf_-fi.patch