Hello community,

here is the log from the commit of package libva for openSUSE:Factory checked 
in at 2012-05-08 11:55:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva (Old)
 and      /work/SRC/openSUSE:Factory/.libva.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva/libva.changes      2012-03-23 
12:06:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libva.new/libva.changes 2012-05-08 
11:55:51.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Apr 13 11:58:15 UTC 2012 - [email protected]
+
+- update intel driver to version 1.0.17
+  Version 1.0.17 - 02.Apr.2012
+  * Add support for IMC1/IMC3 surface formats
+  * Fix rendering of interlaced surfaces
+  * Fix MPEG-2 decoding of interlaced streams (SNB, IVB)
+  * Fix H.264 weighted prediction indicator (SNB)
+  * Fix and simplify calculation of H.264 macroblock bit offset (ILK, SNB, IVB)
+  Version 1.0.16 - 14.Feb.2012
+  * Fix VC-1 bitplane buffer size (SNB, IVB)
+  * Fix VC-1 motion vector modes for Ivy Bridge
+  * Fix MFX_QM_STATE for H.264 flat scaling lists (IVB)
+  * Fix and simplify AVC_REF_IDX_STATE setup (ILK, SNB, IVB)
+  * Fix memory leak of encoder buffers
+  * Fix check for internal VA surface format prior to rendering
+  * Add support for B43 chipset (Alexander Inyukhin)
+
+-------------------------------------------------------------------

Old:
----
  intel-driver-1.0.15.tar.bz2

New:
----
  intel-driver-1.0.17.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libva.spec ++++++
--- /var/tmp/diff_new_pack.Ykxej0/_old  2012-05-08 11:55:52.000000000 +0200
+++ /var/tmp/diff_new_pack.Ykxej0/_new  2012-05-08 11:55:52.000000000 +0200
@@ -14,15 +14,21 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
+%define driver_version 1.0.17
+%define lib_version 1.0.15
+
 Name:           libva
-Version:        1.0.15
+Version:        %{lib_version}
 Release:        0
 Summary:        Video Acceleration (VA) API for Linux
 License:        MIT
 Group:          System/Libraries
 Url:            http://freedesktop.org/wiki/Software/vaapi
-Source0:        
http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2
-Source1:        
http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{version}.tar.bz2
+Source0:        
http://cgit.freedesktop.org/libva/snapshot/%{name}-%{lib_version}.tar.bz2
+Source1:        
http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{driver_version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
@@ -41,50 +47,52 @@
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.
 
-%package -n vaapi-tools
+%package -n libva1
 Summary:        Video Acceleration (VA) API for Linux
 Group:          System/Libraries
 
-%description -n vaapi-tools
+%description -n libva1
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.
 
-This is a set of tools around vaapi livrary.
-
-%package -n vaapi-drivers
-Summary:        Video Acceleration (VA) API for Linux
-Group:          System/Libraries
+%package devel
+Summary:        Video Acceleration (VA) API for Linux -- development files
+Group:          Development/Languages/C and C++
+Requires:       libva1 = %{version}
 
-%description -n vaapi-drivers
+%description devel
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.
 
-This contains the dummy and hardware drivers.
+This package provides the development environment for libva.
 
-%package -n libva1
+%package -n vaapi-tools
 Summary:        Video Acceleration (VA) API for Linux
 Group:          System/Libraries
 
-%description -n libva1
+%description -n vaapi-tools
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.
 
-%package devel
-Summary:        Video Acceleration (VA) API for Linux -- development files
-Group:          Development/Languages/C and C++
-Requires:       libva1 = %{version}
+This is a set of tools around vaapi livrary.
 
-%description devel
+%package -n vaapi-drivers
+Version:        %{driver_version}
+Release:        0
+Summary:        Video Acceleration (VA) API for Linux
+Group:          System/Libraries
+
+%description -n vaapi-drivers
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.
 
-This package provides the development environment for libva.
+This contains the dummy and hardware drivers.
 
 %prep
 %setup -q -n vaapi -c -a 0 -a 1
 
 %build
-pushd libva-%{version}
+pushd libva-%{lib_version}
 autoreconf -v --install
 %configure --enable-dummy-driver \
 %if 0%{?suse_version} >= 01120
@@ -95,18 +103,18 @@
            --with-drivers-path=%{_libdir}/dri
 make %{?_smp_mflags}
 popd
-pushd intel-driver-%{version}
-export 
PKG_CONFIG_PATH="%{_builddir}/vaapi/libva-%{version}/pkgconfig:$PKG_CONFIG_PATH"
+pushd intel-driver-%{driver_version}
+export 
PKG_CONFIG_PATH="%{_builddir}/vaapi/libva-%{lib_version}/pkgconfig:$PKG_CONFIG_PATH"
 autoreconf -v --install
 %configure 
 popd
 
 %install
-pushd libva-%{version}
+pushd libva-%{lib_version}
 %makeinstall
 popd
 find %{buildroot} -name '*.la' -delete -print
-pushd intel-driver-%{version}
+pushd intel-driver-%{driver_version}
 make %{?_smp_mflags} CPPFLAGS="-I%{buildroot}%{_includedir}" \
        LDFLAGS="-L%{buildroot}%{_libdir}"
 %makeinstall

++++++ intel-driver-1.0.15.tar.bz2 -> intel-driver-1.0.17.tar.bz2 ++++++
++++ 3132 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to