From cf4b15d20ff8e7e0ac059a153e997df1dcbdaf6b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 4 Jul 2023 10:06:38 +0200 Subject: [PATCH] povray, fix references for lib:libsdl (#8955) --- media-gfx/povray/povray-3.7.0.10.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/povray/povray-3.7.0.10.recipe b/media-gfx/povray/povray-3.7.0.10.recipe index 352969032..3992523e1 100644 --- a/media-gfx/povray/povray-3.7.0.10.recipe +++ b/media-gfx/povray/povray-3.7.0.10.recipe @@ -8,7 +8,7 @@ Commodore Amiga computers." HOMEPAGE="http://www.povray.org/" COPYRIGHT="1991-2013 Persistence of Vision Raytracer Pty. Ltd." LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/POV-Ray/povray/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="7bee83d9296b98b7956eb94210cf30aa5c1bbeada8ef6b93bb52228bbc83abff" PATCHES="povray-$portVersion.patchset" @@ -36,7 +36,7 @@ REQUIRES=" lib:libOpenEXRUtil_3_0$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libpng16$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix lib:libtiff$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -52,7 +52,7 @@ BUILD_REQUIRES=" devel:libOpenEXRUtil_3_0$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libpng16$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix devel:libtiff$secondaryArchSuffix devel:libz$secondaryArchSuffix "