mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
graphics/fotoxx: update the port to version 22.15.
Reported by: portscout
This commit is contained in:
parent
70216e56a4
commit
802e959354
@ -1,7 +1,7 @@
|
||||
# Created by: Rod Person <rodperson@rodperson.com>
|
||||
|
||||
PORTNAME= fotoxx
|
||||
PORTVERSION= 22.14
|
||||
PORTVERSION= 22.15
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://kornelix.net/downloads/downloads/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1646091373
|
||||
SHA256 (fotoxx-22.14.tar.gz) = 725e560afad719edc1e175d3e0d119f3cdefaaa20ca93549a1318f2b09659de1
|
||||
SIZE (fotoxx-22.14.tar.gz) = 8815290
|
||||
TIMESTAMP = 1648812687
|
||||
SHA256 (fotoxx-22.15.tar.gz) = 9ef0403bab394a509935a2a5ec06242bb4c8a4afce2c08e1f69b25080616386b
|
||||
SIZE (fotoxx-22.15.tar.gz) = 8948263
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- Makefile.orig 2022-01-27 10:17:01 UTC
|
||||
--- Makefile.orig 2022-04-01 11:30:07 UTC
|
||||
+++ Makefile
|
||||
@@ -1,40 +1,12 @@
|
||||
# fotoxx Makefile
|
||||
@ -8,7 +8,7 @@
|
||||
-# export DEBUG=x debug build with address checking
|
||||
|
||||
-
|
||||
-# Try to included fixed champlain-tile.h but none of this works
|
||||
-# Try to fix warning from champlain-tile.h but none of this works
|
||||
-# CXXFLAGS += -D GTimeVal=GDateTime
|
||||
-# MAKEDIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
-# CXXFLAGS += -I $(MAKEDIR)
|
||||
@ -34,7 +34,7 @@
|
||||
PKG_CONFIG ?= pkg-config
|
||||
|
||||
CFLAGS = $(CXXFLAGS) $(CPPFLAGS) -c \
|
||||
`$(PKG_CONFIG) --cflags gtk+-3.0 --libs champlain-gtk-0.12` \
|
||||
`$(PKG_CONFIG) --cflags gtk+-3.0 --libs champlain-gtk-0.12`
|
||||
|
||||
LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` \
|
||||
- -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg \
|
||||
|
@ -75,6 +75,7 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/data/patterns/wet-turquoise.jpg
|
||||
%%DATADIR%%/data/patterns/wood.jpg
|
||||
%%DATADIR%%/data/plugins
|
||||
%%DATADIR%%/data/popup_text
|
||||
%%DATADIR%%/data/slideshow-tone.oga
|
||||
%%DATADIR%%/data/tags_defined
|
||||
%%DATADIR%%/data/userguide
|
||||
@ -105,6 +106,7 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/images/area-rescale2.jpg
|
||||
%%DATADIR%%/images/batch-change-meta.jpg
|
||||
%%DATADIR%%/images/batch-convert.jpg
|
||||
%%DATADIR%%/images/batch-copy-move.jpg
|
||||
%%DATADIR%%/images/batch-delete-trash.jpg
|
||||
%%DATADIR%%/images/batch-geotags.jpg
|
||||
%%DATADIR%%/images/batch-move-meta.jpg
|
||||
@ -157,6 +159,7 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/images/defog2.jpg
|
||||
%%DATADIR%%/images/delete-trash.jpg
|
||||
%%DATADIR%%/images/denoise.jpg
|
||||
%%DATADIR%%/images/devmenu.png
|
||||
%%DATADIR%%/images/dither1.jpg
|
||||
%%DATADIR%%/images/dither2.jpg
|
||||
%%DATADIR%%/images/dither3.jpg
|
||||
@ -208,7 +211,6 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/images/greenball.png
|
||||
%%DATADIR%%/images/grid-lines.jpg
|
||||
%%DATADIR%%/images/help.png
|
||||
%%DATADIR%%/images/hidden.png
|
||||
%%DATADIR%%/images/image-diffs.jpg
|
||||
%%DATADIR%%/images/image-locations.jpg
|
||||
%%DATADIR%%/images/image-management.jpg
|
||||
@ -217,6 +219,7 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/images/index-files2.jpg
|
||||
%%DATADIR%%/images/inside-out1.jpg
|
||||
%%DATADIR%%/images/inside-out2.jpg
|
||||
%%DATADIR%%/images/interpolation.jpg
|
||||
%%DATADIR%%/images/jpeg-quality.jpg
|
||||
%%DATADIR%%/images/list-view.jpg
|
||||
%%DATADIR%%/images/local-retx.jpg
|
||||
@ -297,6 +300,7 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/images/remove-dust2.jpg
|
||||
%%DATADIR%%/images/remove-halo.jpg
|
||||
%%DATADIR%%/images/remove-halo2.jpg
|
||||
%%DATADIR%%/images/rename-folder.jpg
|
||||
%%DATADIR%%/images/rename.jpg
|
||||
%%DATADIR%%/images/repair.png
|
||||
%%DATADIR%%/images/resize.jpg
|
||||
@ -369,6 +373,7 @@ share/applications/fotoxx.desktop
|
||||
%%DATADIR%%/images/unwarp-closeup1.jpg
|
||||
%%DATADIR%%/images/unwarp-closeup2.jpg
|
||||
%%DATADIR%%/images/upright.jpg
|
||||
%%DATADIR%%/images/userguide.jpg
|
||||
%%DATADIR%%/images/versions.jpg
|
||||
%%DATADIR%%/images/view-metadata.jpg
|
||||
%%DATADIR%%/images/vignette.jpg
|
||||
|
Loading…
Reference in New Issue
Block a user