commit ac19f23e9870c2fafcb59fcac6a81974c71c772a
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Feb 4 11:52:17 2017 +0100
Update to 0.8.1-0.8gita057928
Add BR libchromaprint-devel
.gitignore | 1 +
miam-player.spec | 13 +++++++++----
remotecontrol.patch | 4 ++--
sources | 2 +-
4 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2583e5..1400d48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/miam-player-8aba652.tar.gz
/miam-player-bc63ae5.tar.gz
+/miam-player-a057928.tar.gz
diff --git a/miam-player.spec b/miam-player.spec
index b0792ac..6f65668 100644
--- a/miam-player.spec
+++ b/miam-player.spec
@@ -1,11 +1,11 @@
-#
https://github.com/MBach/Miam-Player/commit/bc63ae53df9db7fba576a50598099...
-%global commit0 bc63ae53df9db7fba576a505980998de254649e1
+#
https://github.com/MBach/Miam-Player/commit/a057928fa33976084bcc38a283f05...
+%global commit0 a057928fa33976084bcc38a283f05f029037273c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%define _name Miam-Player
Name: miam-player
Version: 0.8.1
-Release: 0.7git%{shortcommit0}%{?dist}
+Release: 0.8git%{shortcommit0}%{?dist}
Summary: A nice music player
License: GPLv3+ and "BSD (3 clause)"
Url:
http://miam-player.org/
@@ -26,6 +26,7 @@ BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: qtsingleapplication-qt5-devel
BuildRequires: pkgconfig(taglib)
BuildRequires: libappstream-glib
+BuildRequires: libchromaprint-devel
Requires: hicolor-icon-theme
%description
@@ -93,7 +94,7 @@ make install INSTALL_ROOT=%{buildroot} INSTALL="install -p"
# As the icon is only in jpg or ico, we need to convert it in png for our desktop file.
for size in 256 64 48 32 16; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps
- convert src/Player/mp.png -resize $size
%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png
+ convert src/player/mp.png -resize $size
%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png
done
desktop-file-install \
@@ -135,6 +136,10 @@ fi
%doc doc/html
%changelog
+* Sat Feb 04 2017 Martin Gansser <martinkg(a)fedoraproject.org> -
0.8.1-0.8gita057928
+- Update to 0.8.1-0.8gita057928
+- Add BR libchromaprint-devel
+
* Wed Dec 28 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.8.1-0.7gitbc63ae5
- Update to 0.8.1-0.7gitbc63ae5
diff --git a/remotecontrol.patch b/remotecontrol.patch
index 9c42c01..849be57 100644
--- a/remotecontrol.patch
+++ b/remotecontrol.patch
@@ -1,5 +1,5 @@
---- src/Player/remotecontrol.cpp.orig 2016-07-24 15:10:43.111756079 +0200
-+++ src/Player/remotecontrol.cpp 2016-07-24 15:11:14.135762950 +0200
+--- src/player/remotecontrol.cpp.orig 2017-02-03 15:10:43.111756079 +0200
++++ src/player/remotecontrol.cpp 2017-02-03 15:11:14.135762950 +0200
@@ -1,3 +1,4 @@
+#include <QtCore/qdatastream.h>
#include "remotecontrol.h"
diff --git a/sources b/sources
index 0a2fd40..b27f99d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eab99210e40f7aa6f51dedb0517f782d miam-player-bc63ae5.tar.gz
+e401698fee61c0d9462e20b668a4da30 miam-player-a057928.tar.gz