From 9e9f5d53c03d49c5d53d7cf61c4f7a647779241d Mon Sep 17 00:00:00 2001 From: Olivier Laurantin Date: Mon, 11 Dec 2017 23:15:54 +0100 Subject: media-video/ffdiaporama: version bump to 2.2_pre20140701. The ebuild now depends on media-gfx/openclipart instead of downloading a specific version. This also adds the qt5 USE flag. Closes: https://bugs.gentoo.org/613230 Closes: https://github.com/gentoo/gentoo/pull/6526 --- .../files/ffdiaporama-2.2-qt4multimedia.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-video/ffdiaporama/files/ffdiaporama-2.2-qt4multimedia.patch (limited to 'media-video/ffdiaporama/files') diff --git a/media-video/ffdiaporama/files/ffdiaporama-2.2-qt4multimedia.patch b/media-video/ffdiaporama/files/ffdiaporama-2.2-qt4multimedia.patch new file mode 100644 index 000000000000..6dd0367337e2 --- /dev/null +++ b/media-video/ffdiaporama/files/ffdiaporama-2.2-qt4multimedia.patch @@ -0,0 +1,25 @@ +--- ffDiaporama.ori/src/ffDiaporama/ffDiaporama.pro 2014-05-04 10:33:56.000000000 +0200 ++++ ffDiaporama/src/ffDiaporama/ffDiaporama.pro 2016-12-06 00:03:27.392114339 +0100 +@@ -26,19 +26,13 @@ + + greaterThan(QT_MAJOR_VERSION,4) { + # QT5 version +- QT += widgets concurrent help multimedia ++ QT += widgets concurrent help + } else { + # QT4 version +- CONFIG += help mobility +- MOBILITY = multimedia +- +- unix { +- INCLUDEPATH += /usr/include/QtMultimediaKit +- INCLUDEPATH += /usr/include/QtMobility +- } ++ CONFIG += help multimedia + } + +-QT += core gui xml network svg sql ++QT += core gui xml multimedia network svg sql + QMAKE_STRIP = echo + APPFOLDER = ffDiaporama + TARGET = ffDiaporama -- cgit v1.2.3-18-g5258