diff --git a/qmmp-1.3.0.tar.bz2 b/qmmp-1.3.0.tar.bz2 deleted file mode 100644 index 748928a..0000000 --- a/qmmp-1.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4da9884b598ac7157a353178eb022f3d56017df3096b3c367b9ae8e8b5dd2cfe -size 1220426 diff --git a/qmmp-1.3.1.tar.bz2 b/qmmp-1.3.1.tar.bz2 new file mode 100644 index 0000000..12ba755 --- /dev/null +++ b/qmmp-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd2dd430a12e987720d30832e9ead8220ce9fcc9b871d45bed0e4bbe25fbeb6 +size 1221322 diff --git a/qmmp-projectM-qt5.patch b/qmmp-projectM-qt5.patch deleted file mode 100644 index 4b41c82..0000000 --- a/qmmp-projectM-qt5.patch +++ /dev/null @@ -1,52 +0,0 @@ ---- a/src/plugins/Visual/projectm/CMakeLists.txt -+++ b/src/plugins/Visual/projectm/CMakeLists.txt -@@ -9,14 +9,14 @@ link_directories(${CMAKE_CURRENT_BINARY_ - # projectM - MESSAGE(STATUS "Found OpenGL implementation: ${Qt5Gui_OPENGL_IMPLEMENTATION}") - IF(${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL GL) -- pkg_search_module(PROJECTM libprojectM>=2.0.0) -+ pkg_search_module(PROJECTM libprojectM-qt5>=2.0.0) - ADD_DEFINITIONS(${PROJECTM_CFLAGS}) - ELSE(${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL GL) - MESSAGE(WARNING "Unsuppoted OpenGL implementation, projectM disabled") - ENDIF(${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL GL) - - find_file(PROJECTM_CONFIG config.inp -- PATHS "/usr/share/projectM/" "/usr/local/share/projectM/") -+ PATHS "/usr/share/projectM-qt5/" "/usr/local/share/projectM/") - - IF(PROJECTM_CONFIG) - SET(libprojectm_DEFINES PROJECTM_CONFIG=\"${PROJECTM_CONFIG}\") ---- a/src/plugins/Visual/projectm/projectmplugin.cpp -+++ b/src/plugins/Visual/projectm/projectmplugin.cpp -@@ -28,7 +28,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include "projectmwidget.h" ---- a/src/plugins/Visual/projectm/projectmwidget.cpp -+++ b/src/plugins/Visual/projectm/projectmwidget.cpp -@@ -35,7 +35,7 @@ - #include "projectmwidget.h" - - #ifndef PROJECTM_CONFIG --#define PROJECTM_CONFIG "/usr/share/projectM/config.inp" -+#define PROJECTM_CONFIG "/usr/share/projectM-qt5/config.inp" - #endif - - ProjectMWidget::ProjectMWidget(QListWidget *listWidget, QWidget *parent) ---- a/src/plugins/Visual/projectm/projectmwrapper.h -+++ b/src/plugins/Visual/projectm/projectmwrapper.h -@@ -22,7 +22,7 @@ - #define PROJECTMWRAPPER_H - - #include --#include -+#include - - class ProjectMWrapper : public QObject, public projectM - { diff --git a/qmmp.changes b/qmmp.changes index 92e7b52..2b6355a 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Mar 2 16:11:19 UTC 2019 - Luigi Baldoni + +- Update to version 1.3.1 + * added projectM 3.1 support + * added feature to determine plugin prefix via pkgconfig (Chris + Spiegel) + * fixed current track text color in the qsui plugin + * fixed command line processing under Windows + * fixed AAC support + * fixed kwin.sh script (D1mon) + * updated Polish translation (mrerexx) + * updated Portuguese translation (Sérgio Marques) + * updated Finnish translation (Jiri Grönroos) + * updated Russian translation (Alexey Loginov) + +- Dropped qmmp-projectM-qt5.patch + +------------------------------------------------------------------- +Fri Mar 1 15:55:31 UTC 2019 - olaf@aepfle.de + +- Fix filelist for restricted build + ------------------------------------------------------------------- Tue Feb 19 09:36:03 UTC 2019 - Luigi Baldoni diff --git a/qmmp.spec b/qmmp.spec index cb6e01c..d2b8a12 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -21,7 +21,7 @@ %bcond_with faad %bcond_with restricted Name: qmmp -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Qt-based Multimedia Player License: GPL-2.0-or-later @@ -36,8 +36,6 @@ Patch0: %{name}-fix_cdda_version.patch Patch1: %{name}-default-pulse.patch # PATCH-FIX-OPENSUSE qmmp-fix-openmpt.patch -- Fix OpenMPT compatibility. Patch2: %{name}-fix-openmpt.patch -# PATCH-FIX-OPENSUSE qmmp-projectM-qt5.patch -- links to projectM-qt5 -Patch3: %{name}-projectM-qt5.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -67,7 +65,7 @@ BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libgme) BuildRequires: pkgconfig(libmms) BuildRequires: pkgconfig(libmodplug) -BuildRequires: pkgconfig(libprojectM-qt5) +BuildRequires: pkgconfig(libprojectM) >= 3.1.0 BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-simple) BuildRequires: pkgconfig(libsidplayfp) @@ -147,7 +145,6 @@ Development files for libqmmp. %patch0 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build %cmake \ @@ -200,14 +197,14 @@ make %{?_smp_mflags} V=1 %files -n lib%{name}-plugins %{_libdir}/%{name}-%{mver}/ %if %{with restricted} -%exclude %{_libdir}/%{name}/Engines/libmplayer.so +%exclude %{_libdir}/%{name}-%{mver}/Engines/libmplayer.so %endif %if %{with restricted} %files -n lib%{name}-plugin-mplayer -%dir %{_libdir}/%{name}/ -%dir %{_libdir}/%{name}/Engines/ -%{_libdir}/%{name}/Engines/libmplayer.so +%dir %{_libdir}/%{name}-%{mver}/ +%dir %{_libdir}/%{name}-%{mver}/Engines/ +%{_libdir}/%{name}-%{mver}/Engines/libmplayer.so %endif %files -n lib%{name}-devel