mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update DigiKam to 1.9.0 release
Temporary disable marble support due to API incompatibility Approved by: maintainer (implicit)
This commit is contained in:
parent
a97e02e168
commit
6f10a7c74a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276979
2 changed files with 9 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= digikam
|
PORTNAME= digikam
|
||||||
DISTVERSION= 1.8.0
|
DISTVERSION= 1.9.0
|
||||||
PORTREVISION= 2
|
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= graphics kde
|
CATEGORIES= graphics kde
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
@ -40,7 +39,7 @@ MAN1= digitaglinktree.1 \
|
||||||
|
|
||||||
OPTIONS= GPHOTO2 "Compile with gphoto2 support" on \
|
OPTIONS= GPHOTO2 "Compile with gphoto2 support" on \
|
||||||
LENSFUN "Compile lens auto-correction image editor plugin" off \
|
LENSFUN "Compile lens auto-correction image editor plugin" off \
|
||||||
MARBLE "Geolocation support (requires astro/marble)" off \
|
MARBLE "Geolocation support (requires astro/marble, broken)" off \
|
||||||
PIMLIBS "Address book support" on
|
PIMLIBS "Address book support" on
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
@ -57,13 +56,13 @@ LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun
|
||||||
CMAKE_ARGS+= -DWITH_LensFun:BOOL=OFF
|
CMAKE_ARGS+= -DWITH_LensFun:BOOL=OFF
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_MARBLE)
|
#.if defined(WITH_MARBLE)
|
||||||
LIB_DEPENDS+= marblewidget.11:${PORTSDIR}/astro/marble
|
#LIB_DEPENDS+= marblewidget.11:${PORTSDIR}/astro/marble
|
||||||
PLIST_SUB+= MARBLE=""
|
#PLIST_SUB+= MARBLE=""
|
||||||
.else
|
#.else
|
||||||
CMAKE_ARGS+= -DWITH_MarbleWidget:BOOL=OFF
|
CMAKE_ARGS+= -DWITH_MarbleWidget:BOOL=OFF
|
||||||
PLIST_SUB+= MARBLE="@comment "
|
PLIST_SUB+= MARBLE="@comment "
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
.if defined(WITHOUT_PIMLIBS)
|
.if defined(WITHOUT_PIMLIBS)
|
||||||
CMAKE_ARGS+= -DWITH_KdepimLibs:BOOL=OFF
|
CMAKE_ARGS+= -DWITH_KdepimLibs:BOOL=OFF
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (digikam-1.8.0.tar.bz2) = 210de9d949265e910c65c9ab8b19efab13839f6a2ef761a5915d267ddfe494aa
|
SHA256 (digikam-1.9.0.tar.bz2) = e218bf18971711c5f4ef2cb43f6b5caceeb04f346a60378aee031ef209c87ed5
|
||||||
SIZE (digikam-1.8.0.tar.bz2) = 23376636
|
SIZE (digikam-1.9.0.tar.bz2) = 22866660
|
||||||
|
|
Loading…
Add table
Reference in a new issue