[qmmp-plugins-freeworld] version bump to 1.1.0

Karel Volný kvolny at rpmfusion.org
Fri Jun 24 12:31:16 CEST 2016


commit 026d3bd34fd03aa4c25e920a36f6d1e2afd5c897
Author: Karel Volný <kvolny at redhat.com>
Date:   Fri Jun 24 12:31:14 2016 +0200

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

 .gitignore                  |  1 +
 qmmp-plugins-freeworld.spec | 21 +++++++++++++++++++--
 sources                     |  2 +-
 3 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6774b61..87fcf8d 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.1.0.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index a01a244..bc6cc60 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.1.0
 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 \
@@ -82,12 +86,20 @@ sed -i \
 	-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 \
+	-D USE_TWO_PANEL_DIALOG:BOOL=FALSE \
 \
 	-D CMAKE_INSTALL_PREFIX=/usr \
 	-D LIB_DIR=%{_lib} \
@@ -172,6 +184,11 @@ fi
 
 
 %changelog
+* Fri Jun 24 2016 Karel Volný <kvolny at redhat.com> 1.1.0-1
+- version bump to 1.1.0
+- 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..f08f27e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1d99916a58a6b3afec03e237d68ee1f  qmmp-0.9.6.tar.bz2
+dc9db01a0f38ff33158dda35410f16b2  qmmp-1.1.0.tar.bz2


More information about the rpmfusion-commits mailing list