File scribe.spec of Package lgi
#
# spec file for package scribe
#
# Copyright (c) 2023 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: lgi
Version: 306
Release: 0
Summary: C++ library for Wayland compositors
License: GPL-3.0-only
URL: https://github.com/CuarzoSoftware/Louvre
Source: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: python3
BuildRequires: openssl-devel
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libmagic)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(appindicator3-0.1)
BuildRequires: pkgconfig(libssh)
%description
Kooha is a simple screen recorder built with GTK. It allows you to record
your screen and also audio from your microphone or desktop.
%prep
%autosetup
%build
%cmake
%cmake_build
%install
%cmake_install
%files
#doc README.md
%license LICENSE.txt
%changelog