diff options
Diffstat (limited to 'nonprism/digikam')
-rw-r--r-- | nonprism/digikam/0001-optionally-enable-OpenGL.patch | 12 | ||||
-rw-r--r-- | nonprism/digikam/PKGBUILD | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/nonprism/digikam/0001-optionally-enable-OpenGL.patch b/nonprism/digikam/0001-optionally-enable-OpenGL.patch index 909a44434..f87e8e4a8 100644 --- a/nonprism/digikam/0001-optionally-enable-OpenGL.patch +++ b/nonprism/digikam/0001-optionally-enable-OpenGL.patch @@ -1,4 +1,4 @@ -From 9e291325f5d2568834fd0d590e5e99af129d9518 Mon Sep 17 00:00:00 2001 +From 9b37ca152cbae4b86ce2b93f7b1af58f092d1ccf Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Tue, 5 Jul 2016 18:47:56 -0600 Subject: [PATCH] optionally enable OpenGL @@ -9,18 +9,18 @@ Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org> 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index d3e64b5..1dabead 100644 +index 89e0682..b60d0b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -104,6 +104,7 @@ option(ENABLE_KFILEMETADATASUPPORT "Build digiKam with KDE files indexer suppor +@@ -105,6 +105,7 @@ option(ENABLE_KFILEMETADATASUPPORT "Build digiKam with KDE files indexer suppor option(ENABLE_AKONADICONTACTSUPPORT "Build digiKam with KDE Mail Contacts support (default=OFF)" OFF) - option(ENABLE_MEDIAPLAYER "Build digiKam with QtMultimedia support (default=OFF)" OFF) + option(ENABLE_MEDIAPLAYER "Build digiKam with Media Player support (default=OFF)" OFF) option(ENABLE_DBUS "Build digiKam with DBUS support (default=ON)" ON) +option(ENABLE_OPENGL "Build digiKam with OpenGL support (default=ON)" ON) option(ENABLE_APPSTYLES "Build digiKam with support for changing the widget application style (default=OFF)" OFF) # Mysql support options (experimental): -@@ -286,7 +287,7 @@ else() +@@ -293,7 +294,7 @@ else() endif() # decide if Presentation tool can be built with OpenGL @@ -30,5 +30,5 @@ index d3e64b5..1dabead 100644 elseif() set(HAVE_OPENGL FALSE) -- -2.9.2 +2.10.2 diff --git a/nonprism/digikam/PKGBUILD b/nonprism/digikam/PKGBUILD index a7cd12c0f..c7e06a1c3 100644 --- a/nonprism/digikam/PKGBUILD +++ b/nonprism/digikam/PKGBUILD @@ -27,7 +27,7 @@ source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${_pkgver}.tar.xz" sha256sums=('df9cbf1b8dbfb9235cebc97e77c02fcb1498c5a905c7fd3b9fb42fd7accc6252' '80fbe434d326551f3dc029c5db3ad1b50e87870b03185467aa25a5c03764cc89' '738eb494eefda0ddbc7c4fa2029f7c53db07bad370652dfefd0f126d09d0217f' - '236ab9f10b672706c15f0231ed565434b68cf176328cedbe9740680031c0827f') + 'f6f234f430f02e058e12e48577f9d8441959e84b42f4e50d733706be8b214bf5') prepare() { mkdir -p build |