summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-04 20:08:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-04 22:52:17 +0100
commita86372ee4a376b78b779b655d7f1ac80c6a8b69e (patch)
tree57e5c313ed6b0bf616460399cf355d65f97bab4a /media-video/simplescreenrecorder/files
parentmedia-sound/sonic-visualiser Fix QA issue deprecated fdo-mime inherit (diff)
downloadgentoo-a86372ee4a376b78b779b655d7f1ac80c6a8b69e.tar.gz
gentoo-a86372ee4a376b78b779b655d7f1ac80c6a8b69e.tar.bz2
gentoo-a86372ee4a376b78b779b655d7f1ac80c6a8b69e.zip
media-video/simplescreenrecorder: Fix qtbindir, add missing DEPEND
Closes: https://bugs.gentoo.org/624480 Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-video/simplescreenrecorder/files')
-rw-r--r--media-video/simplescreenrecorder/files/simplescreenrecorder-0.3.8-qtbindir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.3.8-qtbindir.patch b/media-video/simplescreenrecorder/files/simplescreenrecorder-0.3.8-qtbindir.patch
new file mode 100644
index 000000000000..6e1cc7d5cc44
--- /dev/null
+++ b/media-video/simplescreenrecorder/files/simplescreenrecorder-0.3.8-qtbindir.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac 2016-11-07 01:21:01.000000000 +0100
++++ b/configure.ac 2017-12-04 19:49:32.993241964 +0100
+@@ -56,7 +56,7 @@
+ AM_COND_IF([WITH_QT5], [
+ PKG_CHECK_MODULES([QT5], [Qt5Core >= 5.1.0 Qt5Gui Qt5Widgets Qt5X11Extras], [
+ QT_PATH1="$( eval $PKG_CONFIG --variable=libdir Qt5Core )/qt5/bin"
+- QT_PATH2="$( eval $PKG_CONFIG --variable=exec_prefix Qt5Core )/bin"
++ QT_PATH2="$( eval $PKG_CONFIG --variable=host_bins Qt5Core )/bin"
+ AC_PATH_PROGS([MOC], [moc-qt5 moc], [moc], [$QT_PATH1:$QT_PATH2])
+ AC_PATH_PROGS([RCC], [rcc-qt5 rcc], [rcc], [$QT_PATH1:$QT_PATH2])
+ AC_PATH_PROGS([UIC], [uic-qt5 uic], [uic], [$QT_PATH1:$QT_PATH2])