File parole.spec of Package parole
#
# spec file for package parole
#
# Copyright (c) 2019 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 https://bugs.opensuse.org/
#
Name: parole
Version: 1.0.2
Release: 0
Summary: Media Player for the Xfce Desktop Environment
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Video/Players
Url: https://docs.xfce.org/apps/parole/start
Source0: https://archive.xfce.org/src/apps/parole/1.0/%{name}-%{version}.tar.bz2
# PATCH-FEATURE-UPSTREAM parole-add-uri-scheme-handler-support.patch gber@opensuse.org -- Adds support for URI scheme handlers
Patch1: parole-add-uri-scheme-handler-support.patch
BuildRequires: intltool
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-base-1.0)
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
BuildRequires: pkgconfig(gstreamer-video-1.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libxfce4ui-2)
BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRequires: pkgconfig(libxfconf-0)
BuildRequires: pkgconfig(taglib)
Recommends: %{name}-lang = %{version}
Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good
%description
Parole is a media player based on the GStreamer framework and written
to fit in the Xfce desktop. Parole features playback of local media
files, DVD/CD and live streams. Parole is extensible via plugins; for
a how-to document for writing a Parole plugin, see the Plugins API
documentation and the plugins directory which contains some examples.
%package devel
Summary: Development Files for Parole
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: pkgconfig(glib-2.0)
Requires: pkgconfig(gtk+-3.0)
Requires: pkgconfig(libxfce4util-1.0)
%description devel
This package contains development files for developing plugins for parole.
%lang_package
%prep
%autosetup -p1
%build
# the plugin documentation does not build
%configure
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file -G "Parole Media Player" org.xfce.Parole
%find_lang %{name} %{?no_lang_C}
%files
%doc AUTHORS NEWS README THANKS TODO
%license COPYING
%{_bindir}/parole
%{_datadir}/applications/org.xfce.Parole.desktop
%{_datadir}/icons/hicolor/*/apps/parole*.png
%{_datadir}/icons/hicolor/*/apps/parole*.svg
%{_datadir}/icons/hicolor/scalable/apps/parole.svg
%dir %{_datadir}/appdata
%{_datadir}/appdata/parole.appdata.xml
%{_datadir}/parole/
%{_libdir}/parole-0/
%files lang -f %{name}.lang
%files devel
%{_includedir}/parole/
%changelog