[Libva] [PATCH] build: use libva-intel-driver as the package name.

Gwenole Beauchesne gb.devel at gmail.com
Thu Sep 20 02:14:34 PDT 2012


Hi,

I have pushed the following patch to all branches and regenerated
release tarballs, back to 1.0.17 only.

Most OSVs adopted XXX-intel-driver as their shipping packages for the
Intel VA driver, with XXX = { vaapi, libva }. Adopt libva-intel-driver
from now on for upstream packages too.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 NEWS                                       |    2 +-
 README                                     |    4 ++--
 configure.ac                               |    2 +-
 debian.upstream/Makefile.am                |    2 +-
 debian.upstream/changelog.in               |    2 +-
 debian.upstream/control.in                 |    8 ++++----
 debian.upstream/libva-driver-intel.install |    1 -
 debian.upstream/libva-intel-driver.install |    1 +
 8 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 debian.upstream/libva-driver-intel.install
 create mode 100644 debian.upstream/libva-intel-driver.install

diff --git a/NEWS b/NEWS
index 2def1f0..b9524dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libva-driver-intel NEWS -- summary of changes.  2012-08-02
+libva-intel-driver NEWS -- summary of changes.  2012-08-02
 Copyright (C) 2009-2011 Intel Corporation
 
 Version 1.0.18 - 02.Aug.2012
diff --git a/README b/README
index d681d42..88f5f04 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-  libva-driver-intel
+  libva-intel-driver
   VA driver for Intel G45 & HD Graphics family
 
   Copyright (C) 2009-2011 Intel Corporation
@@ -14,7 +14,7 @@ Please read the COPYING file available in this package.
 Overview
 --------
 
-libva-driver-intel is the VA-API implementation for Intel G45 chipsets
+libva-intel-driver is the VA-API implementation for Intel G45 chipsets
 and Intel HD Graphics for Intel Core processor family.
 
 Platform definitions:
diff --git a/configure.ac b/configure.ac
index bdf3916..965d2fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ m4_define([libdrm_version], [2.4.23])
 
 AC_PREREQ([2.57])
 AC_INIT([intel_driver], [intel_driver_version], [haihao.xiang at intel.com],
-        [libva-driver-intel])
+        [libva-intel-driver])
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([1.9 tar-ustar])
 
diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am
index 679dab6..9ef70b6 100644
--- a/debian.upstream/Makefile.am
+++ b/debian.upstream/Makefile.am
@@ -3,7 +3,7 @@ DEBIANFILES = \
 	compat					\
 	control.in				\
 	copyright				\
-	libva-driver-intel.install		\
+	libva-intel-driver.install		\
 	rules					\
 	$(NULL)
 
diff --git a/debian.upstream/changelog.in b/debian.upstream/changelog.in
index 70310b5..dff4a96 100644
--- a/debian.upstream/changelog.in
+++ b/debian.upstream/changelog.in
@@ -1,4 +1,4 @@
-libva-driver-intel (@PACKAGE_VERSION at -1) unstable; urgency=low
+libva-intel-driver (@PACKAGE_VERSION at -1) unstable; urgency=low
 
   * Autogenerated package, see NEWS file for ChangeLog.
 
diff --git a/debian.upstream/control.in b/debian.upstream/control.in
index 88ee928..08b1029 100644
--- a/debian.upstream/control.in
+++ b/debian.upstream/control.in
@@ -1,4 +1,4 @@
-Source: libva-driver-intel
+Source: libva-intel-driver
 Section: libs
 Priority: optional
 Maintainer: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5),
 	       libva-dev (>= @LIBVA_PACKAGE_VERSION@)
 Standards-Version: 3.7.2
 
-Package: libva-driver-intel
+Package: libva-intel-driver
 Section: libs
 Architecture: any
 Depends: libva1 (>= @LIBVA_PACKAGE_VERSION@),
@@ -17,10 +17,10 @@ Description: VA driver for Intel G45 & HD Graphics family
  Video decode & encode driver for Intel G45 chipsets and Intel HD
  Graphics for Intel Core processor family.
 
-Package: libva-driver-intel-dbg
+Package: libva-intel-driver-dbg
 Section: libdevel
 Architecture: any
-Depends: libva-driver-intel (= ${Source-Version})
+Depends: libva-intel-driver (= ${Source-Version})
 Description: VA driver for Intel G45 & HD Graphics family (debug symbols)
  Video decode & encode driver for Intel G45 chipsets and Intel HD
  Graphics for Intel Core processor family.
diff --git a/debian.upstream/libva-driver-intel.install b/debian.upstream/libva-driver-intel.install
deleted file mode 100644
index daa01dc..0000000
--- a/debian.upstream/libva-driver-intel.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/dri/*.so
diff --git a/debian.upstream/libva-intel-driver.install b/debian.upstream/libva-intel-driver.install
new file mode 100644
index 0000000..daa01dc
--- /dev/null
+++ b/debian.upstream/libva-intel-driver.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/dri/*.so
-- 
1.7.9.5



More information about the Libva mailing list