From 4be206228d187152e44b5ccc566c6689d980ce58 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 29 Apr 2025 14:26:53 +0200 Subject: [PATCH] TheAwesomeResizer: update to v3.4 --- ...aresizer-3.3.recipe => taresizer-3.4.recipe} | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) rename haiku-apps/taresizer/{taresizer-3.3.recipe => taresizer-3.4.recipe} (68%) diff --git a/haiku-apps/taresizer/taresizer-3.3.recipe b/haiku-apps/taresizer/taresizer-3.4.recipe similarity index 68% rename from haiku-apps/taresizer/taresizer-3.3.recipe rename to haiku-apps/taresizer/taresizer-3.4.recipe index 78079a6fd..cda3dc0c8 100644 --- a/haiku-apps/taresizer/taresizer-3.3.recipe +++ b/haiku-apps/taresizer/taresizer-3.4.recipe @@ -1,21 +1,21 @@ SUMMARY="A tool to quickly manipulate images" DESCRIPTION="The Awesome Resizer is a freeware application that allows quick dynamic \ -resizing of any image and much much more. +resizing of any image and much more. It works like this: * Drag'n'drop an image. * Resize the image's window. -* Choose a manipulator, like 'Drunk' and click on 'Apply' a few times. +* Choose an effect, like 'Drunk' and click on 'Apply' a few times. * To save under the chosen file name and format, drag'n'drop the image, \ for example on the Desktop." HOMEPAGE="https://github.com/HaikuArchives/TheAwesomeResizer" -COPYRIGHT="1999-2000 Jonathan Villemure" +COPYRIGHT="1999-2000 Jonathan Villemure +2018-2025 The HaikuArchives Team" LICENSE="MIT" -REVISION="3" -srcGitRev="9fc84791562f75e5d2bc3b2bece0057f0b86e685" -SOURCE_URI="https://github.com/HaikuArchives/TheAwesomeResizer/archive/$srcGitRev.zip" -CHECKSUM_SHA256="cc6abdb9e2a4db2fed515a9368211a3d4e68a01cf5d2621498ae2fb9b70c6c30" -SOURCE_DIR="TheAwesomeResizer-$srcGitRev" +REVISION="1" +SOURCE_URI="https://github.com/HaikuArchives/TheAwesomeResizer/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="5f74721948e8c69d93bcfd70a803927a77a470669d623fd7982c34db0882d06b" +SOURCE_DIR="TheAwesomeResizer-$portVersion" ARCHITECTURES="all" @@ -40,6 +40,7 @@ BUILD() { cd source make $jobArgs OBJ_DIR=objects + make OBJ_DIR=objects bindcatalogs } INSTALL()