mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
libjpeg_turbo: fix compat string.
This commit is contained in:
@@ -32,7 +32,7 @@ COPYRIGHT="1991-2019 Thomas G. Lane, Guido Vollbeding
|
||||
LICENSE="BSD (3-clause)
|
||||
IJG
|
||||
Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4246de500544d4ee408ee57048aa4aadc6f165fc17f141da87669f20ed3241b7"
|
||||
SOURCE_DIR="libjpeg-turbo-$portVersion"
|
||||
@@ -47,8 +47,8 @@ libturbojpegVersionCompat="$libturbojpegVersion compat >= ${libturbojpegVersion%
|
||||
|
||||
PROVIDES="
|
||||
libjpeg_turbo$secondaryArchSuffix = $portVersion
|
||||
lib:libjpeg$secondaryArchSuffix = $libjpegVersion
|
||||
lib:libturbojpeg$secondaryArchSuffix = $libturbojpegVersion
|
||||
lib:libjpeg$secondaryArchSuffix = $libjpegVersionCompat
|
||||
lib:libturbojpeg$secondaryArchSuffix = $libturbojpegVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -56,8 +56,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libjpeg_turbo${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libjpeg$secondaryArchSuffix = $libjpegVersion
|
||||
devel:libturbojpeg$secondaryArchSuffix = $libturbojpegVersion
|
||||
devel:libjpeg$secondaryArchSuffix = $libjpegVersionCompat
|
||||
devel:libturbojpeg$secondaryArchSuffix = $libturbojpegVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libjpeg_turbo$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user