libva/libva.spec

279 lines
7.3 KiB
RPMSpec
Raw Normal View History

#
# spec file for package libva
#
# Copyright (c) 2015 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} <= 1310
%bcond_with wayland
%else
%bcond_without wayland
%endif
Name: libva
Version: 1.6.2
Release: 0
Summary: Video Acceleration (VA) API for Linux
License: MIT
Group: System/Libraries
Url: http://freedesktop.org/wiki/Software/vaapi
Source0: http://www.freedesktop.org/software/vaapi/releases/libva/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xv)
%if %{with wayland}
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
BuildRequires: pkgconfig(wayland-scanner) >= 1.0.0
%endif
%description
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
%package -n libva1
Summary: Video Acceleration (VA) API for Linux
Group: System/Libraries
Recommends: vaapi-dummy-driver
%description -n libva1
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is the core runtime library
%package -n libva-drm1
Summary: Video Acceleration (VA) API for Linux -- VA/DRM Backend
Group: System/Libraries
Supplements: libva1
%description -n libva-drm1
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is the VA/DRM runtime library
%package -n libva-egl1
Summary: Video Acceleration (VA) API for Linux -- VA/EGL Backend
Group: System/Libraries
Supplements: libva1
%description -n libva-egl1
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is the VA/EGL runtime library
%package -n libva-x11-1
Summary: Video Acceleration (VA) API for Linux -- VA/X11 Backend
Group: System/Libraries
Supplements: libva1
%description -n libva-x11-1
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is the VA/X11 runtime library
%package -n libva-glx1
Summary: Video Acceleration (VA) API for Linux -- VA/GLX Backend
Group: System/Libraries
Supplements: libva1
%description -n libva-glx1
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This is the VA/GLX runtime library
%if %{with wayland}
%package -n libva-wayland1
Summary: Video Acceleration (VA) API for Linux -- Wayland support
Group: System/Libraries
%description -n libva-wayland1
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
%endif
%package devel
Summary: Video Acceleration (VA) API for Linux -- development files
Group: Development/Languages/C and C++
Requires: libva-drm1 = %{version}
Requires: libva-egl1 = %{version}
Requires: libva-glx1 = %{version}
%if %{with wayland}
Requires: libva-wayland1 = %{version}
%endif
Requires: libva-x11-1 = %{version}
Requires: libva1 = %{version}
Requires: pkgconfig(gl)
Requires: pkgconfig(libdrm)
Requires: pkgconfig(x11)
Requires: pkgconfig(xfixes)
%description devel
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.
%package -n vaapi-tools
Summary: Video Acceleration (VA) API for Linux
Group: System/Libraries
%description -n vaapi-tools
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.
%if %{with wayland}
%package -n vaapi-wayland-tools
Summary: Video Acceleration (VA) API for Linux - Wayland support
Group: System/Libraries
%description -n vaapi-wayland-tools
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
%endif
%package -n vaapi-dummy-driver
Summary: Video Acceleration (VA) API for Linux
Group: System/Libraries
%description -n vaapi-dummy-driver
The libva library implements the Video Acceleration (VA) API for Linux.
The library loads a hardware dependendent driver.
This contains the dummy driver.
%prep
%setup -q
%build
[ -d m4 ] || mkdir m4
autoreconf -v --install
%configure --enable-dummy-driver \
--enable-glx \
--enable-egl \
--with-drivers-path=%{_libdir}/dri \
%if %{with wayland}
--enable-wayland
%else
--disable-wayland
%endif
make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot} -name '*.la' -delete -print
%post -n libva1 -p /sbin/ldconfig
%postun -n libva1 -p /sbin/ldconfig
%post -n libva-drm1 -p /sbin/ldconfig
%postun -n libva-drm1 -p /sbin/ldconfig
%post -n libva-egl1 -p /sbin/ldconfig
%postun -n libva-egl1 -p /sbin/ldconfig
%post -n libva-glx1 -p /sbin/ldconfig
%postun -n libva-glx1 -p /sbin/ldconfig
%post -n libva-x11-1 -p /sbin/ldconfig
%postun -n libva-x11-1 -p /sbin/ldconfig
%files -n vaapi-tools
%defattr(-,root,root,-)
%{_bindir}/vainfo
%{_bindir}/avcenc
%{_bindir}/h264encode
%{_bindir}/mpeg2vaenc
%{_bindir}/mpeg2vldemo
%{_bindir}/putsurface
%{_bindir}/loadjpeg
%{_bindir}/jpegenc
%if %{with wayland}
%files -n vaapi-wayland-tools
%defattr(-,root,root)
%{_bindir}/putsurface_wayland
%files -n libva-wayland1
%defattr(-, root, root)
%{_libdir}/libva-wayland.so.*
%endif
%files -n vaapi-dummy-driver
%defattr(-,root,root,-)
%dir %{_libdir}/dri
%{_libdir}/dri/dummy_drv_video.so
%files -n libva1
%defattr(-, root, root)
%{_libdir}/libva.so.*
%{_libdir}/libva-tpi.so.*
%files -n libva-x11-1
%defattr(-, root, root)
%{_libdir}/libva-x11.so.*
%files -n libva-glx1
%defattr(-, root, root)
%{_libdir}/libva-glx.so.*
%files -n libva-egl1
%defattr(-, root, root)
%{_libdir}/libva-egl.so.*
%files -n libva-drm1
%defattr(-, root, root)
%{_libdir}/libva-drm.so.*
%files devel
%defattr(-,root,root,-)
%{_libdir}/libva.so
%{_libdir}/libva-tpi.so
%{_libdir}/libva-x11.so
%{_libdir}/libva-glx.so
%{_libdir}/libva-egl.so
%{_libdir}/libva-drm.so
%if %{with wayland}
%{_libdir}/libva-wayland.so
%endif
%{_includedir}/va
%{_libdir}/pkgconfig/libva*.pc
%changelog