mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
gd: build with libvpx.so.5 (from libvpx-1.7.x) (#2584)
Also fix REQUIRES_devel & BUILD_REQUIRES: s/libpng/libpng16/
This commit is contained in:
@@ -4,7 +4,7 @@ by programmers."
|
||||
HOMEPAGE="http://www.libgd.org/"
|
||||
COPYRIGHT="1999-2017 Pierre-Alain Joye"
|
||||
LICENSE="Libgd"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libgd/libgd/releases/download/gd-$portVersion/libgd-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a66111c9b4a04e818e9e2a37d7ae8d4aae0939a100a36b0ffb52c706a09074b5"
|
||||
SOURCE_DIR="libgd-$portVersion"
|
||||
@@ -39,7 +39,7 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
lib:libvpx$secondaryArchSuffix
|
||||
lib:libvpx$secondaryArchSuffix >= 5
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -55,9 +55,9 @@ REQUIRES_devel="
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libvpx$secondaryArchSuffix
|
||||
devel:libvpx$secondaryArchSuffix >= 5
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -68,9 +68,9 @@ BUILD_REQUIRES="
|
||||
devel:libgif$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libvpx$secondaryArchSuffix
|
||||
devel:libvpx$secondaryArchSuffix >= 5
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user