phototonic, bump to 3.1.0 (#13390)

This commit is contained in:
Schrijvers Luc
2025-12-18 08:22:12 +01:00
committed by GitHub
parent 17b92598d8
commit a2153ecfd7
2 changed files with 23 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
From ad56d918ac5f3a486887843485fa9d75be494398 Mon Sep 17 00:00:00 2001
From d6bd6a3ea16c09eb9fad454ede693eaea6005413 Mon Sep 17 00:00:00 2001
From: mazbrili <mazbrili@yahoo.com>
Date: Tue, 30 Oct 2018 02:50:48 +0700
Subject: change project file for haiku specific
diff --git a/phototonic.pro b/phototonic.pro
index 2468af5..c82295f 100644
index 1d71c4d..fc17c29 100644
--- a/phototonic.pro
+++ b/phototonic.pro
@@ -30,6 +30,10 @@ DEPENDPATH += $$MINGWEXIVPATH/include
@@ -13,11 +13,12 @@ index 2468af5..c82295f 100644
PRE_TARGETDEPS += $$MINGWEXIVPATH/lib/libexiv2.a $$MINGWEXIVPATH/lib/libexpat.a $$MINGWEXIVPATH/lib/libz.a
}
+haiku {
+ TARGET = Phototonic
+ LIBS += -lexiv2 -liconv -lexpat -lnetwork -lz -lintl
+ }
+ TARGET = Phototonic
+ LIBS += -lexiv2 -liconv -lexpat -lnetwork -lz -lintl
+ }
else: LIBS += -L/usr/local/lib -lexiv2
QT += widgets
QT += widgets openglwidgets
QMAKE_CXXFLAGS += $$(CXXFLAGS)
--
2.19.0
2.51.0

View File

@@ -7,18 +7,19 @@ DESCRIPTION="Phototonic features:
* Image transformation and color manipulation
* Display image information and metadata
* Does not depend on any desktop environment."
HOMEPAGE="https://github.com/oferkv/phototonic"
COPYRIGHT="2015-2018 Ofer Kashayov
HOMEPAGE="https://github.com/oferkv/phototonic
https://github.com/luebking/phototonic"
COPYRIGHT="2015-2025 Thomas Lübking
2013-2018 Ofer Kashayov
2015-2018 Christopher Roy Bratusek
2015-2018 Krzysztof Pyrkosz
2015-2018 Roman Chistokhodov
2015-2018 Thomas Lübking
2015-2018 Tung Le
2015-2018 Peter Mattern"
LICENSE="GNU GPL v3"
REVISION="2"
SOURCE_URI="https://github.com/oferkv/phototonic/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="a8b2dbc81750efabb65a4732b1704641afd4a4f772ef9c90817871ca2a52f5ef"
REVISION="1"
SOURCE_URI="https://github.com/luebking/phototonic/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="034f6a100b7e4d3755e2d7320bf4685bc1d8e9a84f18737e143b61b29ff57aa3"
SOURCE_FILENAME="phototonic-$portVersion.tar.gz"
PATCHES="phototonic-$portVersion.patchset"
ADDITIONAL_FILES="phototonic.rdef.in"
@@ -43,9 +44,9 @@ REQUIRES="
lib:libGL$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
lib:libQt6Core$secondaryArchSuffix
lib:libQt6Gui$secondaryArchSuffix
lib:libQt6Widgets$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -56,20 +57,20 @@ BUILD_REQUIRES="
devel:libGL$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5Widgets$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix
devel:libQt6Gui$secondaryArchSuffix
devel:libQt6Widgets$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:qmake$secondaryArchSuffix >= 5
cmd:qmake6$secondaryArchSuffix
"
BUILD()
{
qmake
qmake6
make $jobArgs
}