From owner-svn-ports-head@freebsd.org Mon Sep 9 17:53:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE7E3D9F75; Mon, 9 Sep 2019 17:53:42 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Rwkt4sTgz4K08; Mon, 9 Sep 2019 17:53:42 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B15319578; Mon, 9 Sep 2019 17:53:42 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x89Hrgkx095440; Mon, 9 Sep 2019 17:53:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89Hrf4v095436; Mon, 9 Sep 2019 17:53:41 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201909091753.x89Hrf4v095436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 9 Sep 2019 17:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511651 - in head/graphics/digikam: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics/digikam: . files X-SVN-Commit-Revision: 511651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 17:53:42 -0000 Author: tcberner Date: Mon Sep 9 17:53:41 2019 New Revision: 511651 URL: https://svnweb.freebsd.org/changeset/ports/511651 Log: graphics/digikam: update to 6.3.0 Added: head/graphics/digikam/files/patch-core_dplugins_generic_tools_mediaserver_CMakeLists.txt (contents, props changed) Modified: head/graphics/digikam/Makefile head/graphics/digikam/distinfo head/graphics/digikam/pkg-plist Modified: head/graphics/digikam/Makefile ============================================================================== --- head/graphics/digikam/Makefile Mon Sep 9 17:15:27 2019 (r511650) +++ head/graphics/digikam/Makefile Mon Sep 9 17:53:41 2019 (r511651) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= digikam -DISTVERSION= 6.2.0 +DISTVERSION= 6.3.0 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} @@ -17,6 +17,7 @@ LIB_DEPENDS= libKF5KGeoMap.so:astro/libkgeomap \ libboost_graph.so:devel/boost-libs \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ + libMagickCore-6.so:graphics/ImageMagick6 \ libgphoto2.so:graphics/libgphoto2 \ libicalss.so:devel/libical \ libjasper.so:graphics/jasper \ Modified: head/graphics/digikam/distinfo ============================================================================== --- head/graphics/digikam/distinfo Mon Sep 9 17:15:27 2019 (r511650) +++ head/graphics/digikam/distinfo Mon Sep 9 17:53:41 2019 (r511651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566159606 -SHA256 (KDE/digikam/6.2.0/digikam-6.2.0.tar.xz) = 28762ea0f03a82e3b2473c0682a358c9b83f5013aec827dd5ab6556a1f29baeb -SIZE (KDE/digikam/6.2.0/digikam-6.2.0.tar.xz) = 339472960 +TIMESTAMP = 1567767452 +SHA256 (KDE/digikam/6.3.0/digikam-6.3.0.tar.xz) = 94dc05e3f9c08b83419010d1689c7b0398d4eced4fef42375249c974622874ba +SIZE (KDE/digikam/6.3.0/digikam-6.3.0.tar.xz) = 335641824 Added: head/graphics/digikam/files/patch-core_dplugins_generic_tools_mediaserver_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/digikam/files/patch-core_dplugins_generic_tools_mediaserver_CMakeLists.txt Mon Sep 9 17:53:41 2019 (r511651) @@ -0,0 +1,10 @@ +--- core/dplugins/generic/tools/mediaserver/CMakeLists.txt.orig 2019-09-09 17:14:58 UTC ++++ core/dplugins/generic/tools/mediaserver/CMakeLists.txt +@@ -166,6 +166,7 @@ add_library(mediaserverbackend STATIC ${libmediaserver + + target_link_libraries(mediaserverbackend + digikamcore ++ Threads::Threads + ) + + # --------------------------------------------------------------------------------------------------- Modified: head/graphics/digikam/pkg-plist ============================================================================== --- head/graphics/digikam/pkg-plist Mon Sep 9 17:15:27 2019 (r511650) +++ head/graphics/digikam/pkg-plist Mon Sep 9 17:53:41 2019 (r511651) @@ -2,29 +2,79 @@ bin/cleanup_digikamdb bin/digikam bin/digitaglinktree bin/showfoto +include/digikam/batchtool.h +include/digikam/bcgcontainer.h +include/digikam/coredbaccess.h +include/digikam/coredbalbuminfo.h +include/digikam/coredbconstants.h +include/digikam/coredbfields.h +include/digikam/coredburl.h +include/digikam/curvescontainer.h +include/digikam/dbengineaction.h +include/digikam/dbengineconfig.h +include/digikam/dbengineconfigsettings.h +include/digikam/dbengineerrorhandler.h +include/digikam/dbengineparameters.h +include/digikam/dcolor.h +include/digikam/dcolorblend.h +include/digikam/dcolorcomposer.h +include/digikam/dcolorpixelaccess.h +include/digikam/digikam_config.h include/digikam/digikam_core_export.h include/digikam/digikam_database_export.h include/digikam/digikam_export.h +include/digikam/digikam_globals.h +include/digikam/dimg.h +include/digikam/dimgbuiltinfilter.h include/digikam/dinfointerface.h include/digikam/ditemslist.h +include/digikam/dmessagebox.h include/digikam/dmetainfoiface.h include/digikam/dplugin.h include/digikam/dpluginaction.h include/digikam/dpluginauthor.h +include/digikam/dpluginbqm.h include/digikam/dplugindialog.h include/digikam/dplugineditor.h include/digikam/dplugingeneric.h +include/digikam/dpluginloader.h include/digikam/dpreviewimage.h include/digikam/dpreviewmanager.h +include/digikam/drawdecoder.h +include/digikam/drawdecodersettings.h +include/digikam/drawdecoding.h +include/digikam/drawinfo.h include/digikam/dsavesettingswidget.h +include/digikam/dshareddata.h include/digikam/dwizarddlg.h include/digikam/dwizardpage.h -lib/cmake/digikam/DigikamCoreConfig-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/digikam/DigikamCoreConfig.cmake -lib/cmake/digikam/DigikamDatabaseConfig-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/digikam/DigikamDatabaseConfig.cmake -lib/cmake/digikam/DigikamGuiConfig-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/digikam/DigikamGuiConfig.cmake +include/digikam/filesaveconflictbox.h +include/digikam/filteraction.h +include/digikam/geocoordinates.h +include/digikam/geoifacetypes.h +include/digikam/gpsdatacontainer.h +include/digikam/gpsitemcontainer.h +include/digikam/historyimageid.h +include/digikam/iccprofile.h +include/digikam/imageiface.h +include/digikam/iofilesettings.h +include/digikam/iteminfo.h +include/digikam/iteminfolist.h +include/digikam/metaengine.h +include/digikam/metaengine_data.h +include/digikam/photoinfocontainer.h +include/digikam/queuesettings.h +include/digikam/rginfo.h +include/digikam/wbcontainer.h +lib/cmake/DigikamCore/DigikamCoreConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DigikamCore/DigikamCoreConfig.cmake +lib/cmake/DigikamCore/DigikamCoreConfigVersion.cmake +lib/cmake/DigikamDatabase/DigikamDatabaseConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DigikamDatabase/DigikamDatabaseConfig.cmake +lib/cmake/DigikamDatabase/DigikamDatabaseConfigVersion.cmake +lib/cmake/DigikamGui/DigikamGuiConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DigikamGui/DigikamGuiConfig.cmake +lib/cmake/DigikamGui/DigikamGuiConfigVersion.cmake lib/libdigikamcore.so lib/libdigikamcore.so.%%SHLIB_VER%% lib/libdigikamdatabase.so @@ -635,6 +685,12 @@ share/kxmlgui5/digikam/importui5.rc share/kxmlgui5/digikam/lighttablewindowui5.rc share/kxmlgui5/digikam/queuemgrwindowui5.rc share/kxmlgui5/showfoto/showfotoui5.rc +share/metainfo/org.kde.digikam.appdata.xml +share/metainfo/org.kde.showfoto.appdata.xml +share/showfoto/data/banner-showfoto.png +share/showfoto/data/logo-showfoto.png +share/showfoto/data/splash-showfoto.png +share/solid/actions/digikam-opencamera.desktop %%NLS%%share/locale/ar/LC_MESSAGES/digikam.mo %%NLS%%share/locale/be/LC_MESSAGES/digikam.mo %%NLS%%share/locale/bg/LC_MESSAGES/digikam.mo @@ -689,9 +745,3 @@ share/kxmlgui5/showfoto/showfotoui5.rc %%NLS%%share/locale/vi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/digikam.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/digikam.mo -share/metainfo/org.kde.digikam.appdata.xml -share/metainfo/org.kde.showfoto.appdata.xml -share/showfoto/data/banner-showfoto.png -share/showfoto/data/logo-showfoto.png -share/showfoto/data/splash-showfoto.png -share/solid/actions/digikam-opencamera.desktop