Hello community,

here is the log from the commit of package libva for openSUSE:Factory checked 
in at 2011-11-22 17:48:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2011-09-23 
02:11:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libva.new/libva.changes 2011-11-22 
17:48:38.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Nov 19 16:03:00 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Wed Nov  9 16:20:42 UTC 2011 - kkhere....@gmail.com
+
+- new version 1.0.15
+  * API: make {Top,Bottom}FieldOrderCnt signed (Yi Wang)
+  * Add auto-generated Debian packaging
+  * Refine VA trace & VA fool utilities
+  * Move i965 driver to a specific repository (vaapi/intel-driver)
+  * Fix DSO link issue in tests
+  * Fix fglrx driver name detection
+  * Fix API vs. DSO vs. package versioning
+- intel-driver has been split from the library, use separate tarball
+- split the drivers into a separate package
+
+-------------------------------------------------------------------

Old:
----
  libva-1.0.14.tar.bz2

New:
----
  intel-driver-1.0.15.tar.bz2
  libva-1.0.15.tar.bz2

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

Other differences:
------------------
++++++ libva.spec ++++++
--- /var/tmp/diff_new_pack.9MCzDL/_old  2011-11-22 17:48:41.000000000 +0100
+++ /var/tmp/diff_new_pack.9MCzDL/_new  2011-11-22 17:48:41.000000000 +0100
@@ -19,15 +19,16 @@
 
 
 Name:           libva
-Version:        1.0.14
+Version:        1.0.15
 Release:        1
 License:        MIT
 Summary:        Video Acceleration (VA) API for Linux
 Url:            http://freedesktop.org/wiki/Software/vaapi
 Group:          System/Libraries
-Source:         
http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libudev-devel pkg-config
+BuildRequires:  libtool libudev-devel pkg-config
 BuildRequires:  xorg-x11-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel
 BuildRequires:  Mesa-devel libdrm-devel
 BuildRequires:  gcc-c++ libstdc++-devel
@@ -39,7 +40,6 @@
 
 %package -n vaapi-tools
 
-
 Summary:        Video Acceleration (VA) API for Linux
 Group:          System/Libraries
 
@@ -49,8 +49,17 @@
 
 This is a set of tools around vaapi livrary.
 
-%package -n libva1
+%package -n vaapi-drivers
+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 contains the dummy and hardware drivers.
+
+%package -n libva1
 
 Summary:        Video Acceleration (VA) API for Linux
 Group:          System/Libraries
@@ -61,7 +70,6 @@
 
 %package devel
 
-
 Summary:        Video Acceleration (VA) API for Linux -- development files
 Group:          Development/Languages/C and C++
 Requires:       libva1 = %{version}
@@ -73,21 +81,35 @@
 This package provides the development environment for libva.
 
 %prep
-%setup -q
+%setup -q -n vaapi -c -a 0 -a 1
 
 %build
+pushd libva-%{version}
 autoreconf -v --install
 %configure --enable-dummy-driver \
 %if 0%{?suse_version} >= 01120
            --enable-dummy-backend \
 %endif
-           --enable-i965-driver \
            --enable-glx \
+           --enable-egl \
            --with-drivers-path=%{_libdir}/dri
 make
+popd
+pushd intel-driver-%{version}
+export 
PKG_CONFIG_PATH="%{_builddir}/vaapi/libva-%{version}/pkgconfig:$PKG_CONFIG_PATH"
+autoreconf -v --install
+%configure 
+popd
 
 %install
+pushd libva-%{version}
 %makeinstall
+popd
+find %{buildroot} -name '*.la' -delete -print
+pushd intel-driver-%{version}
+make CPPFLAGS="-I%{buildroot}%{_includedir}" LDFLAGS="-L%{buildroot}%{_libdir}"
+%makeinstall
+popd
 find %{buildroot} -name '*.la' -delete -print
 
 %clean
@@ -101,28 +123,25 @@
 %defattr(-,root,root,-)
 %{_bindir}/vainfo
 %{_bindir}/avcenc
-%dir %{_libdir}/dri
-%{_libdir}/dri/dummy_drv_video.so
-%{_libdir}/dri/i965_drv_video.so
 %{_bindir}/h264encode
 %{_bindir}/mpeg2vldemo
 %{_bindir}/putsurface
 
+%files -n vaapi-drivers
+%defattr(-,root,root,-)
+%dir %{_libdir}/dri
+%{_libdir}/dri/dummy_drv_video.so
+%{_libdir}/dri/i965_drv_video.so
+
 %files -n libva1
 %defattr(-, root, root)
-%{_libdir}/libva.so.1
-%{_libdir}/libva.so.%{version}
-%{_libdir}/libva-tpi.so.1
-%{_libdir}/libva-tpi.so.%{version}
-%{_libdir}/libva-x11.so.1
-%{_libdir}/libva-x11.so.%{version}
-%{_libdir}/libva-glx.so.1
-%{_libdir}/libva-glx.so.%{version}
-%{_libdir}/libva-egl.so.1
-%{_libdir}/libva-egl.so.%{version}
+%{_libdir}/libva.so.*
+%{_libdir}/libva-tpi.so.*
+%{_libdir}/libva-x11.so.*
+%{_libdir}/libva-glx.so.*
+%{_libdir}/libva-egl.so.*
 %if 0%{?suse_version} >= 01120
-%{_libdir}/libva-dummy.so.1
-%{_libdir}/libva-dummy.so.%{version}
+%{_libdir}/libva-dummy.so.*
 %endif
 
 %files devel

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.9MCzDL/_old  2011-11-22 17:48:41.000000000 +0100
+++ /var/tmp/diff_new_pack.9MCzDL/_new  2011-11-22 17:48:41.000000000 +0100
@@ -2,4 +2,4 @@
 libva-devel
  requires -libva-<targettype>
  requires "libva1-<targettype> = <version>"
-vaapi-tools
+vaapi-drivers

++++++ libva-1.0.14.tar.bz2 -> libva-1.0.15.tar.bz2 ++++++
++++ 87806 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to