diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-08-12 03:16:26 +1000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-08-12 03:22:51 +1000 |
commit | cda219f45085dc8ac5a79ee24db3181cd8b06754 (patch) | |
tree | 054991477bc4b5619d68f53f766ed872b8d920e5 /multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp | |
parent | math/R: Update to 4.1.1 (diff) |
multimedia/qmmp*-qt5: update to 1.5.1 release+
As PR256043 shown, maintainer (liangtai.s16@gmail.com) have lost any interest
to keep his ports updated.
I'll adopt the ports untill liangtai claims his rights back to keep them fresh.
With hat: ports-secteam
Diffstat (limited to 'multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp')
-rw-r--r-- | multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp b/multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp deleted file mode 100644 index 27104744ab21..000000000000 --- a/multimedia/qmmp-qt5/files/patch-src_qmmpui_detailsdialog.cpp +++ /dev/null @@ -1,13 +0,0 @@ -Fix build with Qt 5.11 -Obtained from: https://sourceforge.net/p/qmmp-dev/code/7986/ - ---- src/qmmpui/detailsdialog.cpp.orig 2018-08-31 05:09:00 UTC -+++ src/qmmpui/detailsdialog.cpp -@@ -24,6 +24,7 @@ - #include <QFileInfo> - #include <QProcess> - #include <QPushButton> -+#include <QStyle> - #include <qmmp/metadatamanager.h> - #include <qmmp/metadatamodel.h> - #include <qmmp/tagmodel.h> |