File sphvr.spec of Package sphvr
#
# spec file for package sphvr
#
# Copyright (c) 2024 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/
#
Name: sphvr
Version: 0.0.1
Release: 0
Summary: A spherical media player using Vulkan for rendering
License: MIT
URL: https://gitlab.com/lubosz/sphvr
Source: %{name}-%{version}.tar.zst
BuildRequires: gcc-c++
BuildRequires: glslang-devel
BuildRequires: meson >= 0.45.1
BuildRequires: zstd
BuildRequires: pkgconfig(glm)
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.18
BuildRequires: pkgconfig(gstreamer-vulkan-1.0) >= 1.18
BuildRequires: pkgconfig(gulkan-0.16)
BuildRequires: pkgconfig(gxr-0.16)
BuildRequires: pkgconfig(openxr)
BuildRequires: pkgconfig(shaderc)
%description
A spherical media player using Vulkan for rendering.
%prep
%autosetup -p1
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog