summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-27 16:38:39 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-27 16:38:39 +0200
commit044932051563e3667a58259250434963f6738ae7 (patch)
treeb0e2b2976b01662fa4045e1a99730f9d024dca25
parent1627fb801a332869b1c7d884a43d7ec640077c78 (diff)
downloadpackages-044932051563e3667a58259250434963f6738ae7.tar.xz
community/obs-studio: removed Qt5 patch
-rw-r--r--community/obs-studio/PKGBUILD9
-rw-r--r--community/obs-studio/obs-studio-21.1.1-missing-qaction.patch11
2 files changed, 0 insertions, 20 deletions
diff --git a/community/obs-studio/PKGBUILD b/community/obs-studio/PKGBUILD
deleted file mode 100644
index 67cc156f..00000000
--- a/community/obs-studio/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# harmless bug, missing an include for QAction, not seen where I could report this upstream,
-# and I don't understand why this doesn't fail on 64-bit?!
-source+=('obs-studio-21.1.1-missing-qaction.patch')
-md5sums+=('7d0c4cd6e2c3a47595af3961d78f8a4e')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i "$srcdir/obs-studio-21.1.1-missing-qaction.patch"
-}
diff --git a/community/obs-studio/obs-studio-21.1.1-missing-qaction.patch b/community/obs-studio/obs-studio-21.1.1-missing-qaction.patch
deleted file mode 100644
index a0deccc5..00000000
--- a/community/obs-studio/obs-studio-21.1.1-missing-qaction.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -rauN obs-studio-21.1.1/UI/frontend-plugins/frontend-tools/scripts.cpp obs-studio-21.1.1-missing-qaction-patch/UI/frontend-plugins/frontend-tools/scripts.cpp
---- obs-studio-21.1.1/UI/frontend-plugins/frontend-tools/scripts.cpp 2018-03-22 03:16:59.000000000 +0100
-+++ obs-studio-21.1.1-missing-qaction-patch/UI/frontend-plugins/frontend-tools/scripts.cpp 2018-06-27 10:16:33.907952968 +0200
-@@ -12,6 +12,7 @@
- #include <QFont>
- #include <QDialogButtonBox>
- #include <QResizeEvent>
-+#include <QAction>
-
- #include <obs.hpp>
- #include <obs-module.h>