mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libpng: Update to 1.6.37
For details see: http://www[dot]libpng[dot]org/pub/png/libpng[dot]html Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
0c30bb30b8
commit
6008ea4e2c
@@ -1,22 +1,24 @@
|
||||
#usr/bin/libpng-config
|
||||
#usr/bin/libpng12-config
|
||||
#usr/include/libpng12
|
||||
#usr/include/libpng12/png.h
|
||||
#usr/include/libpng12/pngconf.h
|
||||
#usr/bin/libpng16-config
|
||||
#usr/bin/png-fix-itxt
|
||||
#usr/bin/pngfix
|
||||
#usr/include/libpng16
|
||||
#usr/include/libpng16/png.h
|
||||
#usr/include/libpng16/pngconf.h
|
||||
#usr/include/libpng16/pnglibconf.h
|
||||
#usr/include/png.h
|
||||
#usr/include/pngconf.h
|
||||
#usr/include/pnglibconf.h
|
||||
#usr/lib/libpng.a
|
||||
#usr/lib/libpng.la
|
||||
usr/lib/libpng.so
|
||||
usr/lib/libpng.so.3
|
||||
usr/lib/libpng.so.3.57.0
|
||||
#usr/lib/libpng12.a
|
||||
#usr/lib/libpng12.la
|
||||
usr/lib/libpng12.so
|
||||
usr/lib/libpng12.so.0
|
||||
usr/lib/libpng12.so.0.57.0
|
||||
#usr/lib/libpng16.a
|
||||
#usr/lib/libpng16.la
|
||||
usr/lib/libpng16.so
|
||||
usr/lib/libpng16.so.16
|
||||
usr/lib/libpng16.so.16.37.0
|
||||
#usr/lib/pkgconfig/libpng.pc
|
||||
#usr/lib/pkgconfig/libpng12.pc
|
||||
#usr/lib/pkgconfig/libpng16.pc
|
||||
#usr/share/man/man3/libpng.3
|
||||
#usr/share/man/man3/libpngpf.3
|
||||
#usr/share/man/man5/png.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.2.57
|
||||
VER = 1.6.37
|
||||
|
||||
THISAPP = libpng-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = dfcda3603e29dcc11870c48f838ef75b
|
||||
$(DL_FILE)_MD5 = 015e8e15db1eecde5f2eb9eb5b6e59e9
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user