Commit bbf2a904 authored by Casey Strouse's avatar Casey Strouse

Update libpng from 1.6.26-1 to 1.6.28

This is a maintenance release primarily addressing issues with their
cmake build files.

Tested as working on Samung XE50013-K01US (x86_64).
parent 4d757fbd
require 'package' require 'package'
class Libpng < Package class Libpng < Package
version '1.6.26-1' version '1.6.28'
source_url 'http://prdownloads.sourceforge.net/libpng/libpng-1.6.26.tar.gz' source_url 'http://prdownloads.sourceforge.net/libpng/libpng-1.6.28.tar.gz'
source_sha1 '3b2652f89b8fdcb6c29e9ed7642dfcfc0bbcf17e' source_sha1 '004556d65f21baed83755f8e094112711e39ebae'
def self.build def self.build
system "./configure CFLAGS=\" -fPIC\"" system "./configure CFLAGS=\" -fPIC\""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment