2018-02-03 13:56:17 +01:00
|
|
|
#
|
|
|
|
# spec file for package babe
|
|
|
|
#
|
2020-07-19 19:37:44 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2018-02-03 13:56:17 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-07-19 19:37:44 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2018-02-03 13:56:17 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: babe
|
2018-02-04 23:40:23 +01:00
|
|
|
Version: 1.2.1
|
2018-02-03 13:56:17 +01:00
|
|
|
Release: 0
|
2018-02-06 09:19:57 +01:00
|
|
|
Summary: A Qt music player with support for favorites
|
2020-07-19 19:37:44 +02:00
|
|
|
License: GPL-3.0-or-later
|
2018-02-03 13:56:17 +01:00
|
|
|
Group: Productivity/Multimedia/Sound/Players
|
|
|
|
URL: https://babe.kde.org
|
2020-08-27 13:35:47 +02:00
|
|
|
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
2020-07-19 19:37:44 +02:00
|
|
|
# PATCH-FIX-UPSTREAM
|
|
|
|
Patch0: 0001-Always-use-local-CMake-modules-first.patch
|
2018-02-03 13:56:17 +01:00
|
|
|
BuildRequires: libqt5-qtbase-common-devel
|
|
|
|
BuildRequires: libtag-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: cmake(KF5Config) >= 5.24.0
|
|
|
|
BuildRequires: cmake(KF5I18n) >= 5.24.0
|
|
|
|
BuildRequires: cmake(KF5Notifications) >= 5.24.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Multimedia) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Network) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Sql) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.5.0
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.5.0
|
|
|
|
|
|
|
|
%description
|
2018-02-06 09:19:57 +01:00
|
|
|
Babe is a music collection organizer. Playlists can be created for
|
|
|
|
organizing music, and they can be filtered by artist, title, album,
|
|
|
|
genre, date and location. It can link to, and bookmark YouTube music
|
|
|
|
videos into the local collection by using a Chromium extension.
|
2018-02-03 13:56:17 +01:00
|
|
|
|
|
|
|
%prep
|
2020-07-19 19:41:58 +02:00
|
|
|
%autosetup -p1
|
2018-02-03 13:56:17 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
2020-07-19 19:38:19 +02:00
|
|
|
%cmake_build
|
2018-02-03 13:56:17 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%suse_update_desktop_file -r org.kde.babe Qt KDE AudioVideo Audio Player
|
|
|
|
|
|
|
|
%files
|
2020-07-19 19:38:19 +02:00
|
|
|
%license COPYING*
|
|
|
|
%doc README*
|
2018-02-03 13:56:17 +01:00
|
|
|
%{_kf5_bindir}/babe
|
|
|
|
%{_kf5_applicationsdir}/org.kde.babe.desktop
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/babe.*
|
|
|
|
%{_kf5_appstreamdir}/org.kde.babe.appdata.xml
|
|
|
|
|
|
|
|
%changelog
|