babe/babe.spec

75 lines
2.6 KiB
RPMSpec
Raw Normal View History

#
# spec file for package babe
#
# Copyright (c) 2018 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 http://bugs.opensuse.org/
#
Name: babe
Version: 1.2
Release: 0
Summary: A tiny Qt music player to keep your favorite songs at hand
License: GPL-3.0+
Group: Productivity/Multimedia/Sound/Players
URL: https://babe.kde.org
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
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
Babe will handle your whole music collection, letting you create custom
playlists to organize your music.
You can also filter your music by artist, title, album, genre, date and
location. Babe let's you babe-mark your favorite YouTube music videos into your
local collection by using the Chromium extension.
Think of Babe as the playlist where all your favorite tracks at the moment are.
And when needed you also have an integrated collection manager.
%prep
%setup -q
%build
%cmake_kf5 -d build
make %{?_smp_mflags}
%install
%kf5_makeinstall -C build
%suse_update_desktop_file -r org.kde.babe Qt KDE AudioVideo Audio Player
%files
%doc COPYING* README*
%{_kf5_bindir}/babe
%{_kf5_applicationsdir}/org.kde.babe.desktop
%{_kf5_iconsdir}/hicolor/*/apps/babe.*
%{_kf5_appstreamdir}/org.kde.babe.appdata.xml
%changelog