File pdfpc.spec of Package pdfpc
#
# spec file for package pdfpc
#
# 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/
#
Name: pdfpc
Version: 4.5.0
Release: 0
Summary: GTK-based presentation application
License: GPL-3.0-or-later
URL: https://pdfpc.github.io/
Source: pdfpc-%{version}.tar.gz
BuildRequires: cmake-full
BuildRequires: gstreamer-devel
BuildRequires: gstreamermm-devel
BuildRequires: gtk3-devel
BuildRequires: json-glib-devel
BuildRequires: libgee-devel
BuildRequires: libmarkdown-devel
BuildRequires: libpoppler-devel
BuildRequires: libpoppler-glib-devel
BuildRequires: vala-devel
BuildRequires: webkit2gtk3-devel
BuildRequires: webkit2gtk3-soup2-devel
%description
pdfpc is a GTK-based presentation application which uses Keynote-like
multi-monitor output to provide meta information to the speaker during the
presentation. It is able to show a normal presentation window on one screen,
while showing a more sophisticated overview on the other one, providing
information like an image of the next slide, time remaining till the end of the
presentation, etc. The input files processed by pdfpc are PDF documents, which
can be created by most of the present-day presentation software.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%license LICENSE.txt
%doc CHANGELOG.rst FAQ.rst README.rst
%{_bindir}/pdfpc
%config(noreplace) /etc/pdfpcrc
%{_mandir}/*/*
%{_datadir}/pixmaps/pdfpc
%changelog