Hello community,

here is the log from the commit of package libvdpau-va-gl for openSUSE:Factory 
checked in at 2014-04-09 13:14:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvdpau-va-gl (Old)
 and      /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvdpau-va-gl"

Changes:
--------
New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new/libvdpau-va-gl.changes       
2014-04-09 13:14:30.000000000 +0200
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Sat Apr  5 13:12:38 UTC 2014 - tittiatc...@gmail.com
+
+- Correct the usage of cmake and use make install to install 
+  the libraries
+
+-------------------------------------------------------------------
+Sat Apr  5 09:22:59 UTC 2014 - sor.ale...@meowr.ru
+
+- Remove _service and upload tarball locally.
+
+-------------------------------------------------------------------
+Fri Apr  4 16:08:12 UTC 2014 - sor.ale...@meowr.ru
+
+- Fixes for /etc/profile.d/
+
+-------------------------------------------------------------------
+Wed Apr  2 21:09:54 UTC 2014 - p.drou...@gmail.com
+
+- Does not Provides/Obsoletes libvdpau-va-gl as the package never
+  exist
+- Remove useless %files section
+- The profile script do not need to get executable bits;
+
+-------------------------------------------------------------------
+Wed Apr  2 16:52:14 UTC 2014 - sor.ale...@meowr.ru
+
+- Initial package.

New:
----
  libvdpau-va-gl-0.3.4.tar.gz
  libvdpau-va-gl.changes
  libvdpau-va-gl.spec

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

Other differences:
------------------
++++++ libvdpau-va-gl.spec ++++++
#
# spec file for package libvdpau-va-gl
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define _libname libvdpau_va_gl
%define _sover 1

Name:           libvdpau-va-gl
Version:        0.3.4
Release:        0
License:        LGPL-3.0+
Summary:        VDPAU driver with OpenGL/VAAPI backend
Url:            https://github.com/i-rinat/libvdpau-va-gl
Group:          System/Libraries
Source:         %{name}-%{version}.tar.gz

BuildRequires:  pkg-config
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libswscale)
BuildRequires:  pkgconfig(libva-glx)
BuildRequires:  pkgconfig(vdpau)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)

%description
Many applications can use VDPAU to accelerate portions of the video
decoding process and video post-processing to the GPU video hardware.
Unfortunately, there is no such library for many graphic chipsets. Some
applications also support VA-API but many of them, including
Adobe Flash Player, don't.
This library proposes a generic VDPAU library. It uses OpenGL under the
hood to accelerate drawing and scaling and VA-API (if available) to
accelerate video decoding.

%package -n %{_libname}%{_sover}
Summary:        VDPAU driver with OpenGL/VAAPI backend
Group:          System/Libraries

%description -n %{_libname}%{_sover}
Many applications can use VDPAU to accelerate portions of the video
decoding process and video post-processing to the GPU video hardware.
Unfortunately, there is no such library for many graphic chipsets. Some
applications also support VA-API but many of them, including
Adobe Flash Player, don't.
This library proposes a generic VDPAU library. It uses OpenGL under the
hood to accelerate drawing and scaling and VA-API (if available) to
accelerate video decoding.

%prep
%setup -q

%build
cmake . \
  -DCMAKE_INSTALL_PREFIX=/usr        \
  -DCMAKE_BUILD_TYPE=release         \
  -DCMAKE_C_FLAGS='%{optflags}'      \
%ifarch x86_64 aarch64 ppc64 ppc64p7 ppc64le
  -DLIB_SUFFIX=64                    \
%endif
  -DCMAKE_CXX_FLAGS='%{optflags}'
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
cat > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh << EOF
export VDPAU_DRIVER='va_gl'
EOF
cat > %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh << EOF
setenv VDPAU_DRIVER 'va_gl'
EOF

%files -n %{_libname}%{_sover}
%defattr(-,root,root)
%doc ChangeLog COPYING README.md
%ghost %{_sysconfdir}/profile.d/%{name}.*sh
%{_libdir}/vdpau/

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

Reply via email to