[SCM] vdpau-video/master: Remove unneeded patches for new upstream version.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 10 19:18:58 UTC 2010


The following commit has been merged in the master branch:
commit 30973a43ea34fb4143d9b382e5d68d97c99308a2
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri Sep 10 14:14:47 2010 -0400

    Remove unneeded patches for new upstream version.

diff --git a/debian/patches/autoreconf_-fi.patch b/debian/patches/autoreconf_-fi.patch
deleted file mode 100644
index d2e321c..0000000
--- a/debian/patches/autoreconf_-fi.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
diff --git a/debian/patches/series b/debian/patches/series
index b8f71da..cafd205 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-vaDriverInit-func-fix.patch
-autoreconf_-fi.patch
+# Nothing to patch
diff --git a/debian/patches/vaDriverInit-func-fix.patch b/debian/patches/vaDriverInit-func-fix.patch
deleted file mode 100644
index d268ae3..0000000
--- a/debian/patches/vaDriverInit-func-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 packaging



More information about the pkg-multimedia-commits mailing list