[qmmp-plugins-freeworld/f24] version bump to 1.0.6

Karel Volný kvolny at rpmfusion.org
Sat Jul 9 10:09:13 CEST 2016


commit 4ed673a4c97d2fa4feff733edf28d59a79380845
Author: Karel Volný <kvolny at redhat.com>
Date:   Sat Jul 9 10:09:12 2016 +0200

    version bump to 1.0.6
    
    - uses Qt5
    - disabled build of some more plugins present in base qmmp

 .gitignore                  |  1 +
 qmmp-plugins-freeworld.spec | 21 ++++++++++++++++++---
 sources                     |  2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6774b61..5cf9d0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 qmmp-0.8.3.tar.bz2
 qmmp-0.9.5.tar.bz2
 qmmp-0.9.6.tar.bz2
+/qmmp-1.0.6.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index a01a244..8b73d07 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
 Name:		qmmp-plugins-freeworld
-Version:	0.9.6
+Version:	1.0.6
 Release:	1%{?dist}
 Summary:	Plugins for qmmp (Qt-based multimedia player)
 
@@ -16,8 +16,10 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	ffmpeg-devel
 BuildRequires:	enca-devel
 BuildRequires:	faad2-devel
-BuildRequires:	libmad-devel qt-devel >= 4.3
+BuildRequires:	libmad-devel
 BuildRequires:	libmms-devel
+BuildRequires:	qt5-linguist
+BuildRequires:	qt5-qtbase-devel
 BuildRequires:	taglib-devel libcurl-devel
 Requires:	qmmp%{?_isa} = %{version}
 
@@ -57,6 +59,8 @@ sed -i \
 	-D USE_CDA:BOOL=FALSE \
 	-D USE_MIDI:BOOL=FALSE \
 	-D USE_GME:BOOL=FALSE \
+	-D USE_OPUS:BOOL=FALSE \
+	-D USE_SID:BOOL=FALSE \
 \
 	-D USE_ALSA:BOOL=FALSE \
 	-D USE_JACK:BOOL=FALSE \
@@ -81,11 +85,17 @@ sed -i \
 	-D USE_NOTIFIER:BOOL=FALSE \
 	-D USE_LYRICS:BOOL=FALSE \
 	-D USE_HAL:BOOL=FALSE \
-	-D USE_UDISKS:BOOL=FALSE \
+	-D USE_UDISKS2:BOOL=FALSE \
 	-D USE_HOTKEY:BOOL=FALSE \
+	-D USE_GNOMEHOTKEY:BOOL=FALSE \
 	-D USE_FILEOPS:BOOL=FALSE \
 	-D USE_COVER:BOOL=FALSE \
 	-D USE_KDENOTIFY:BOOL=FALSE \
+	-D USE_CONVERTER:BOOL=FALSE \
+	-D USE_RGSCAN:BOOL=FALSE \
+	-D USE_SB:BOOL=FALSE \
+	-D USE_TRACKCHANGE:BOOL=FALSE \
+	-D USE_COPYPASTE:BOOL=FALSE \
 \
 	-D USE_QMMP_DIALOG:BOOL=FALSE \
 \
@@ -172,6 +182,11 @@ fi
 
 
 %changelog
+* Sat Jul 09 2016 Karel Volný <kvolny at redhat.com> 1.0.6-1
+- version bump to 1.0.6
+- uses Qt5
+- disabled build of some more plugins present in base qmmp
+
 * Tue Jan 12 2016 Karel Volný <kvolny at redhat.com> 0.9.6-1
 - version bump
 - updated provides filtering
diff --git a/sources b/sources
index d7b459b..327c9ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1d99916a58a6b3afec03e237d68ee1f  qmmp-0.9.6.tar.bz2
+fd4900cd6a2c5330df452ce6adc4fb06  qmmp-1.0.6.tar.bz2


More information about the rpmfusion-commits mailing list