Clementine-audio-player-Mac.../dist/clementine.spec.in

97 lines
3.5 KiB
Plaintext
Raw Normal View History

2010-01-17 23:12:17 +01:00
Name: clementine
Version: @CLEMENTINE_VERSION_RPM_V@
Release: @CLEMENTINE_VERSION_RPM_R@%{?dist}
2010-01-17 23:12:17 +01:00
Summary: A music player and library organiser
Group: Applications/Multimedia
License: GPLv3
URL: http://www.clementine-player.org/
Source0: %{name}-@CLEMENTINE_VERSION_SPARKLE@.tar.xz
2010-01-17 23:12:17 +01:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2010-04-29 20:46:29 +02:00
BuildRequires: desktop-file-utils liblastfm-devel taglib-devel gettext
2015-04-11 22:49:59 +02:00
BuildRequires: qt5-devel boost-devel gcc-c++ glew-devel libgpod-devel
BuildRequires: cmake gstreamer1-devel gstreamer1-plugins-base-devel
BuildRequires: libmtp-devel protobuf-devel protobuf-compiler libcdio-devel
BuildRequires: qjson-devel cryptopp-devel fftw-devel sparsehash-devel
2015-02-06 15:55:07 +01:00
BuildRequires: sqlite-devel pulseaudio-libs-devel libechonest-devel
BuildRequires: libchromaprint-devel
2010-04-29 20:46:29 +02:00
Requires: libgpod protobuf-lite libcdio qjson sqlite
2010-07-25 12:12:47 +02:00
# GStreamer codec dependencies
Requires: gstreamer1-plugins-ugly
%ifarch x86_64
2015-01-15 17:59:17 +01:00
Requires: gstreamer1(decoder-audio/x-vorbis)()(64bit)
Requires: gstreamer1(decoder-audio/x-flac)()(64bit)
Requires: gstreamer1(decoder-audio/x-speex)()(64bit)
Requires: gstreamer1(decoder-audio/x-wav)()(64bit)
%else
2015-01-15 17:59:17 +01:00
Requires: gstreamer1(decoder-audio/x-vorbis)
Requires: gstreamer1(decoder-audio/x-flac)
Requires: gstreamer1(decoder-audio/x-speex)
Requires: gstreamer1(decoder-audio/x-wav)
%endif
2010-01-17 23:12:17 +01:00
%description
Clementine is a modern music player and library organiser.
It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for
searching and playing your music.
Features include:
* Search and play your local music library
2016-02-05 19:29:43 +01:00
* Listen to internet radio from Last.fm, SomaFM, IntergalacticFM, Magnatune,
Jamendo and Icecast
* Create smart playlists and dynamic playlists
* Tabbed playlists, import and export M3U, XSPF, PLS and ASX
* Visualisations from projectM
* Lyrics and artist biographies and photos
* Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
* Edit tags on MP3 and OGG files, organise your music
* Download missing album cover art from Last.fm
* Cross-platform - works on Windows, Mac OS X and Linux
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
* Remote control using a Wii Remote, MPRIS or the command-line
* Copy music to your iPod, iPhone, MTP or mass-storage USB player
* Queue manager
2010-01-17 23:12:17 +01:00
%prep
%setup -q -n %{name}-@CLEMENTINE_VERSION_SPARKLE@
2010-01-17 23:12:17 +01:00
%build
cd bin
%{cmake} .. -DUSE_INSTALL_PREFIX=OFF -DBUNDLE_PROJECTM_PRESETS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
2010-01-17 23:12:17 +01:00
make %{?_smp_mflags}
%install
2010-04-29 20:46:29 +02:00
cd bin
make install DESTDIR=$RPM_BUILD_ROOT
2010-10-24 14:40:35 +02:00
rm -f $RPM_BUILD_ROOT/usr/share/icons/ubuntu-mono-{dark,light}/apps/24/clementine-panel*.png
2010-01-17 23:12:17 +01:00
%clean
cd bin
2010-01-17 23:12:17 +01:00
make clean
%files
%defattr(-,root,root,-)
%doc
%{_bindir}/clementine
2012-01-08 22:04:09 +01:00
%{_bindir}/clementine-tagreader
2014-06-02 11:52:33 +02:00
%{_datadir}/appdata/clementine.appdata.xml
2010-01-17 23:12:17 +01:00
%{_datadir}/applications/clementine.desktop
%{_datadir}/clementine/projectm-presets
%{_datadir}/kde4/services/clementine-itms.protocol
%{_datadir}/kde4/services/clementine-itpc.protocol
%{_datadir}/kde4/services/clementine-feed.protocol
%{_datadir}/kde4/services/clementine-zune.protocol
%{_datadir}/icons/hicolor/64x64/apps/clementine.png
%{_datadir}/icons/hicolor/128x128/apps/clementine.png
%{_datadir}/icons/hicolor/scalable/apps/clementine.svg
2010-01-17 23:12:17 +01:00
%changelog
* @RPM_DATE@ David Sansome <me@davidsansome.com> - @CLEMENTINE_VERSION_RPM_V@
2011-01-03 15:21:10 +01:00
- Version @CLEMENTINE_VERSION_DISPLAY@