From 2ac0ea772061d4081be0dfb4ae87adff07d96f1c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 2 Sep 2024 17:29:55 +0200 Subject: [PATCH] gnash, revbump for openssl3 (#11042) --- media-video/gnash/gnash-0.8.11~git.recipe | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/media-video/gnash/gnash-0.8.11~git.recipe b/media-video/gnash/gnash-0.8.11~git.recipe index 5fb8e21e9..2cb6b57fd 100644 --- a/media-video/gnash/gnash-0.8.11~git.recipe +++ b/media-video/gnash/gnash-0.8.11~git.recipe @@ -6,7 +6,7 @@ content, and programs written in ActionScript, an ECMAScript-compatible language HOMEPAGE="http://www.gnu.org/software/gnash/" COPYRIGHT="2005-2019 Free Software Foundation" LICENSE="GNU GPL v3" -REVISION="3" +REVISION="4" srcGitRev="583ccbc1275c7701dc4843ec12142ff86bb305b4" SOURCE_URI="http://git.savannah.gnu.org/cgit/gnash.git/snapshot/gnash-$srcGitRev.tar.gz" CHECKSUM_SHA256="8c0759c1aabd727242be8c5716341f0a7fddf242a40618815831b10cbca707f5" @@ -85,11 +85,12 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + ffmpeg${secondaryArchSuffix}_devel devel:libagg$secondaryArchSuffix - devel:libavcodec$secondaryArchSuffix >= 58 - devel:libboost_program_options$secondaryArchSuffix >= 1.69.0 +# devel:libavcodec$secondaryArchSuffix + devel:libboost_program_options$secondaryArchSuffix >= 1.70.0 devel:libbz2$secondaryArchSuffix - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libcurl$secondaryArchSuffix devel:libexpat$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix @@ -99,7 +100,8 @@ BUILD_REQUIRES=" devel:libjpeg$secondaryArchSuffix devel:libpng16$secondaryArchSuffix devel:libspeex$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 + devel:libssp_nonshared$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -112,6 +114,8 @@ BUILD_PREREQUIRES=" cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix cmd:make + cmd:msgfmt + cmd:msgmerge cmd:pkg_config$secondaryArchSuffix cmd:sed cmd:xargs