summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-04-28 16:03:57 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-04-28 16:03:57 +0000
commitfcf99a8dd16b87d85fe57d5c1522bc99edcc925f (patch)
treebc74eff497d8f2f474622ad6cf27872406fa48e2
parentnet/onedrive: upgrade 1.1.3 -> 2.3.3 (diff)
graphics/kphotoalbum: update to 5.5
Announcement: https://www.kphotoalbum.org/news/?item=0098#item0098
Notes
Notes: svn path=/head/; revision=500321
-rw-r--r--graphics/kphotoalbum/Makefile12
-rw-r--r--graphics/kphotoalbum/distinfo6
-rw-r--r--graphics/kphotoalbum/files/patch-gentoo_7b7f662
3 files changed, 9 insertions, 71 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile
index e24df5cbb598..45296203f398 100644
--- a/graphics/kphotoalbum/Makefile
+++ b/graphics/kphotoalbum/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= kphotoalbum
-DISTVERSION= 5.4.2
-PORTREVISION= 3
+DISTVERSION= 5.5
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
DIST_SUBDIR= KDE
@@ -11,18 +10,19 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Image viewer and organizer for KDE
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
+ libexpat.so:textproc/expat2 \
libKF5KDcraw.so:graphics/libkdcraw \
libKF5KGeoMap.so:astro/libkgeomap \
libKF5Kipi.so:graphics/libkipi
-USES= cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 shebangfix \
- tar:xz
+USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \
+ pkgconfig qt:5 shebangfix tar:xz
USE_KDE= archive auth codecs completion config \
configwidgets coreaddons ecm i18n \
iconthemes jobwidgets kio marble service \
sonnet textwidgets widgetsaddons xmlgui
-USE_QT= core dbus gui network phonon4 sql webkit \
- widgets xml \
+USE_QT= concurrent core dbus declarative gui location network phonon4 \
+ printsupport sql webchannel webengine widgets xml \
buildtools_build qmake_build
SHEBANG_FILES= scripts/open-raw.pl scripts/kpa-backup.sh
diff --git a/graphics/kphotoalbum/distinfo b/graphics/kphotoalbum/distinfo
index eb56c49986a5..68c794a3ba6b 100644
--- a/graphics/kphotoalbum/distinfo
+++ b/graphics/kphotoalbum/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550691902
-SHA256 (KDE/kphotoalbum-5.4.2.tar.xz) = d0f6d4ad33a5c381d9d7d3a69e5fb137c70c37123bf800272b3e1aef77d6cd10
-SIZE (KDE/kphotoalbum-5.4.2.tar.xz) = 11807452
+TIMESTAMP = 1556465234
+SHA256 (KDE/kphotoalbum-5.5.tar.xz) = b5c343fbf5cb754b56f107a3326bb11eecb4ad13718a43659d0c27d5fab26df6
+SIZE (KDE/kphotoalbum-5.5.tar.xz) = 11661532
diff --git a/graphics/kphotoalbum/files/patch-gentoo_7b7f6 b/graphics/kphotoalbum/files/patch-gentoo_7b7f6
deleted file mode 100644
index 35ffc4dbc9e9..000000000000
--- a/graphics/kphotoalbum/files/patch-gentoo_7b7f6
+++ /dev/null
@@ -1,62 +0,0 @@
-From 41c7da0531c8a1eb7046345c2b991e7a5d1e6657 Mon Sep 17 00:00:00 2001
-From: Johannes Zarl-Zierl <johannes@zarl-zierl.at>
-Date: Sun, 30 Dec 2018 23:36:24 +0100
-Subject: Use Exiv2 0.27 if available.
-
-Beginning with version 0.27, Exiv2 ships with cmake package config
-files.
----
- CMakeLists.txt | 12 +++++++++++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3012f7a..5dcc29c 100644
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -44,7 +44,17 @@ if(JPEG_FOUND)
- include_directories(${JPEG_INCLUDE_DIR})
- endif()
-
--find_package(Exiv2 REQUIRED)
-+### 2018-12-30 jzarl
-+# When Exiv2 0.26 can be deprecated, FindExiv2.cmake should be removed
-+# and only find_package(exiv2) should be used
-+find_package(exiv2 CONFIG QUIET)
-+if(exiv2_FOUND)
-+ # search againg with REQUIRED, so that the feature summary correctly shows exiv as required dependency
-+ find_package(exiv2 CONFIG REQUIRED)
-+ set(EXIV2_LIBRARIES exiv2lib)
-+else()
-+ find_package(Exiv2 REQUIRED)
-+endif()
-
- find_package(KF5Kipi 5.1.0)
- set_package_properties(KF5Kipi
---
-cgit v1.1
-From cf4f7645b3c94246a1fcf664f1c865a93ae2b684 Mon Sep 17 00:00:00 2001
-From: Johannes Zarl-Zierl <johannes@zarl-zierl.at>
-Date: Sun, 30 Dec 2018 23:43:14 +0100
-Subject: Fix compilation with exiv2 0.27
-
----
- Exif/Info.cpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Exif/Info.cpp b/Exif/Info.cpp
-index be4c88f..9545360 100644
---- Exif/Info.cpp
-+++ Exif/Info.cpp
-@@ -28,7 +28,8 @@
- #include <QFile>
-
- #include <exiv2/image.hpp>
--#include <exiv2/exif.hpp>
-+#include <exiv2/exv_conf.h>
-+#include <exiv2/version.hpp>
-
- using namespace Exif;
-
---
-cgit v1.1
-