mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 17:50:06 +02:00
libpng: bump version
This commit is contained in:
@@ -10,18 +10,16 @@ COPYRIGHT="
|
||||
1995-1996 Guy Eric Schalnat, Group 42, Inc.
|
||||
"
|
||||
LICENSE="LibPNG"
|
||||
SRC_URI="http://prdownloads.sourceforge.net/libpng/libpng-1.5.12.tar.gz"
|
||||
CHECKSUM_SHA256="aae4c469f5f03e7c180708fc547335ad1e29854bfdda992196e9c39d2447e9f6"
|
||||
REVISION="4"
|
||||
SRC_URI="http://prdownloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ca16b85feea75604d6ee2072486afe3fb52d867b4105e0bc60dbea78b4bc2ee0"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="libpng-1.5.12.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libpng$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
lib:libpng$secondaryArchSuffix = 15.12.0 compat >= 15
|
||||
lib:libpng15$secondaryArchSuffix = 15.12.0 compat >= 15
|
||||
lib:libpng$secondaryArchSuffix = 15.20.0 compat >= 15
|
||||
lib:libpng15$secondaryArchSuffix = 15.20.0 compat >= 15
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
@@ -72,8 +70,8 @@ PROVIDES_devel="
|
||||
libpng${secondaryArchSuffix}_devel = $portVersion compat >= 1.5
|
||||
cmd:libpng_config$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
cmd:libpng15_config$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
devel:libpng$secondaryArchSuffix = 15.12.0 compat >= 15
|
||||
devel:libpng15$secondaryArchSuffix = 15.12.0 compat >= 15
|
||||
devel:libpng$secondaryArchSuffix = 15.20.0 compat >= 15
|
||||
devel:libpng15$secondaryArchSuffix = 15.20.0 compat >= 15
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libpng$secondaryArchSuffix == $portVersion base
|
||||
@@ -1,22 +0,0 @@
|
||||
From ca47ea510b8f381f4cd3f0dbf887faa0b95257ca Mon Sep 17 00:00:00 2001
|
||||
From: Ingo Weinhold <ingo_weinhold@gmx.de>
|
||||
Date: Mon, 10 Jun 2013 23:42:11 +0200
|
||||
Subject: configure.ac: replace obsolete AM_CONFIG_HEADER
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index beeeb81..8f51ada 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -31,7 +31,7 @@ PNGLIB_RELEASE=12
|
||||
dnl End of version number stuff
|
||||
|
||||
AC_CONFIG_SRCDIR([pngget.c])
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
# Checks for programs.
|
||||
AC_LANG([C])
|
||||
--
|
||||
1.7.5
|
||||
|
||||
Reference in New Issue
Block a user