Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:FrontRunner
libvpl
libvpl.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libvpl.spec of Package libvpl
# # spec file for package libvpl # # Copyright (c) 2021 SUSE LLC # # 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 https://bugs.opensuse.org/ # %global sover 2 Name: libvpl %define lname libvpl%{sover} Version: 2021.6.0 Release: 0 Summary: oneAPI Video Processing Library (oneVPL) dispatcher, tools, and examples License: MIT Group: Development/Languages/C and C++ URL: https://github.com/oneapi-src/oneVPL Source0: oneVPL-2021.6.0.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(wayland-client) ExclusiveArch: x86_64 %description The oneAPI Video Processing Library (oneVPL) provides a single video processing API for encode, decode, and video processing that works across a wide range of accelerators. %package -n %lname Summary: oneAPI Video Processing Library (oneVPL) dispatcher Group: System/Libraries %description -n %lname The oneAPI Video Processing Library (oneVPL) provides a single video processing API for encode, decode, and video processing that works across a wide range of accelerators. %package devel Summary: Development files for oneAPI Video Processing Library (oneVPL) dispatcher Group: Development/Languages/C and C++ Requires: %lname = %version %description devel This package contains the development headers and pkgconfig files for the oneAPI Video Processing Library (oneVPL) dispatcher %package samples Summary: Examples for the oneAPI Video Processing Library (oneVPL) dispatcher Group: Development/Languages/C and C++ %description samples This package contains example applications for the oneAPI Video Processing Library (oneVPL) dispatcher. %prep %autosetup -p1 -n oneVPL-%{version} # When not building on Windows using Visual Studio, the Visual # Studio runtimes are not needed to be installed so we can remove # these licenses from being mentioned. On Linux we're using # cmake/make/gcc for building/installation and we don't have any # (need for) MS Visual Studio runtime. (oneapi-src/oneVPL issue#27) # --> https://github.com/oneapi-src/oneVPL/issues/27 rm third-party-programs.txt touch third-party-programs.txt %build mkdir -p build pushd build cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" .. make %{?_smp_mflags} popd %install pushd build %make_install popd rm %{buildroot}%{_datadir}/doc/oneVPL/{license.txt,third-party-programs.txt} %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files %doc README.md third-party-programs.txt %files -n %lname %license LICENSE %{_libdir}/libvpl.so.%{sover} %{_libdir}/libvpl.so.%{sover}.* %files samples %{_bindir}/* %files devel %doc %{_includedir}/vpl/ %{_libdir}/libvpl.so %{_libdir}/pkgconfig/vpl.pc %{_libdir}/cmake/vpl/ %{_datadir}/oneVPL/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor