summarylogtreecommitdiffstats
path: root/archlinux-phonon.patch
diff options
context:
space:
mode:
authorlarryhaja2016-03-30 13:36:21 -0700
committerlarryhaja2016-03-30 13:36:21 -0700
commit57b44375a8d983960b8efdf6cae35b20dcf28cea (patch)
tree6ce480d72712c0d283684b3769cc6253a9a925f7 /archlinux-phonon.patch
downloadaur-57b44375a8d983960b8efdf6cae35b20dcf28cea.tar.gz
initial commit
Diffstat (limited to 'archlinux-phonon.patch')
-rw-r--r--archlinux-phonon.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/archlinux-phonon.patch b/archlinux-phonon.patch
new file mode 100644
index 000000000000..94e1bc0e019b
--- /dev/null
+++ b/archlinux-phonon.patch
@@ -0,0 +1,12 @@
+diff -Naur texstudio2.6.6.orig/PDFDocument.h texstudio2.6.6/PDFDocument.h
+--- texstudio2.6.6.orig/PDFDocument.h 2013-11-02 22:23:51.000000000 +0000
++++ texstudio2.6.6/PDFDocument.h 2014-01-05 06:44:39.803435721 +0000
+@@ -91,7 +91,7 @@
+ };
+
+ #ifdef PHONON
+-#include <Phonon/VideoPlayer>
++#include <phonon/VideoPlayer>
+
+ class PDFMovie: public Phonon::VideoPlayer
+ {