libva/libva.spec

244 lines
6.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package libva
#
# Copyright (c) 2018 SUSE LINUX 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/
#
#
%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
%bcond_with wayland
%else
%bcond_without wayland
%endif
%define build_gl 0
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%define sover 2
Name: libva
%define _name libva
Version: 2.1.0
Release: 0
Summary: Video Acceleration (VA) API
License: MIT
Group: Development/Libraries/C and C++
Url: http://freedesktop.org/wiki/Software/vaapi
Source0: https://github.com/01org/libva/releases/download/%{version}/%{_name}-%{version}.tar.bz2
Source1: https://github.com/01org/libva/releases/download/%{version}/%{_name}-%{version}.tar.bz2.sha1sum
Source2: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xv)
%if %{build_gl}
BuildRequires: pkgconfig(gl)
%if %{with wayland}
BuildRequires: pkgconfig(wayland-client) >= 1.11.0
BuildRequires: pkgconfig(wayland-scanner) >= 1.11.0
%endif
%endif
%description
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%package -n libva-glx%{sover}
Summary: GLX backend for the Video Acceleration API
Group: System/Libraries
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
Supplements: libva%{sover}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%description -n libva-glx%{sover}
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
This is the VA/GLX runtime library.
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%package -n libva-wayland%{sover}
Summary: Wayland backend for the Video Acceleration API
Group: System/Libraries
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%description -n libva-wayland%{sover}
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
%package devel
Summary: Development files for the Video Acceleration API
Group: Development/Languages/C and C++
%if 0%{?build_gl}
BuildRequires: libva-devel = %{version}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
Requires: libva-glx%{sover} = %{version}
%if %{with wayland}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
Requires: libva-wayland%{sover} = %{version}
%endif
Requires: pkgconfig(gl)
%else
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
Requires: libva%{sover} = %{version}
Requires: libva-drm%{sover} = %{version}
Requires: libva-x11-%{sover} = %{version}
Requires: pkgconfig(libdrm)
Requires: pkgconfig(x11)
Requires: pkgconfig(xfixes)
Recommends: libva-gl-devel
%endif
%description devel
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
%if 0%{?build_gl}
This package provides the development environment for libva gl packages.
%else
This package provides the development environment for libva packages.
%endif
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%package -n libva%{sover}
Summary: Video Acceleration API
Group: System/Libraries
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%description -n libva%{sover}
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
This is the core runtime library.
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%package -n libva-drm%{sover}
Summary: DRM backend for the Video Acceleration API
Group: System/Libraries
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
Supplements: libva%{sover}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%description -n libva-drm%{sover}
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
This is the VA/DRM runtime library.
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%package -n libva-x11-%{sover}
Summary: X11 backend for the Video Acceleration API
Group: System/Libraries
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
Supplements: libva%{sover}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%description -n libva-x11-%{sover}
The libva library implements the Video Acceleration API.
The library loads a hardware dependendent driver.
This is the VA/X11 runtime library.
%prep
%setup -q -n %{_name}-%{version}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
# Add "libva-wayland%%{sover}" to baselibs.conf when enabling wayland build;
# ugly I know ...This is needed since otherwise source validator
#
# osc service run source_validator
#
# fails on sle
%if %{with wayland}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
echo libva-wayland%{sover} >> $RPM_SOURCE_DIR/baselibs.conf
%endif
%build
[ -d m4 ] || mkdir m4
autoreconf -v --install
%configure \
%if %{build_gl}
--enable-glx \
%if %{with wayland}
--enable-wayland \
%else
--disable-wayland \
%endif
%endif
--with-drivers-path=%{_libdir}/dri
make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot} -name '*.la' -delete -print
%if %{build_gl}
# remove all files packaged during without gl mode
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
rm -rf `find %{buildroot}%{_includedir}/va/* | grep -v "glx\|wayland"`
rm -rf `find %{buildroot}%{_libdir}/libva* | grep -v "glx\|wayland"`
rm -rf `find %{buildroot}%{_libdir}/pkgconfig/libva*.pc | grep -v "glx\|wayland"`
%endif
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%post -n libva-glx%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%postun -n libva-glx%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%post -n libva-wayland%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%postun -n libva-wayland%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%post -n libva%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%postun -n libva%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%post -n libva-drm%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%postun -n libva-drm%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%post -n libva-x11-%{sover} -p /sbin/ldconfig
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%postun -n libva-x11-%{sover} -p /sbin/ldconfig
%if %{build_gl}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%files -n libva-glx%{sover}
%{_libdir}/libva-glx.so.%{sover}*
%if %{with wayland}
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%files -n libva-wayland%{sover}
%{_libdir}/libva-wayland.so.%{sover}*
%endif
%files devel
%{_libdir}/libva-glx.so
%{_includedir}/va
%{_libdir}/pkgconfig/libva-glx.pc
%if %{with wayland}
%{_libdir}/pkgconfig/libva-wayland.pc
%{_libdir}/libva-wayland.so
%endif
%else
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%files -n libva%{sover}
%doc COPYING
%{_libdir}/libva.so.*
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%files -n libva-x11-%{sover}
%{_libdir}/libva-x11.so.*
Accepting request 539812 from home:alarrosa:branches:X11:XOrg - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264 * Fix race condition in wayland support * Rename vaMessageCallback to VAMessageCallback * Make logging callbacks library-safe - Note libva 2.0.0 is not compatible with the old version of libva, but for most users, what you need to do is to rebuild your VA-API based application against libva 2.0.0. - The soversion of the generated packages is increased to 2. - Subpackage libva-egl1 is no longer generated since upstream removed support for the libva-egl backend. - The libva2 package no longer includes the libva-tpi library since upstream removed support for the libva-tpi backend. - Update to 2.0.0 * Bump VA-API version to 1.0.0 and libva to 2.0.0 * Add new API for H264 FEI support * Add definition of VA_FOURCC_I420 * Add functions for converting common enums to strings * Deprecate H.264 baseline profile and FMO support * Deprecate packed misc packed header flag * Delete libva-tpi and libva-egl backends OBS-URL: https://build.opensuse.org/request/show/539812 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-09 00:12:10 +01:00
%files -n libva-drm%{sover}
%{_libdir}/libva-drm.so.*
%files devel
%{_libdir}/libva.so
%{_libdir}/libva-x11.so
%{_libdir}/libva-drm.so
%{_includedir}/va
%{_libdir}/pkgconfig/libva-drm.pc
%{_libdir}/pkgconfig/libva-x11.pc
%{_libdir}/pkgconfig/libva.pc
%endif
%changelog