mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Change jpeg port to install in a location that does not conflict with libjpeg-turbo or mozjpeg. Change all jpeg dependencies to use libjpeg-turbo by default while allowing mozjpeg as a drop-in replacement. Rev bump dependent ports due to differing library version. Fixes: https://trac.macports.org/ticket/38907
34 lines
1.3 KiB
Tcl
34 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libmng
|
|
version 2.0.3
|
|
revision 1
|
|
categories graphics
|
|
platforms darwin
|
|
license zlib
|
|
maintainers nomaintainer
|
|
|
|
description Library for read MNG, an extension to PNG.
|
|
|
|
long_description This library extends PNG support to include Multiple \
|
|
Network Graphics this adds animation capabilities to \
|
|
PNG.
|
|
|
|
homepage http://libmng.sourceforge.net/
|
|
master_sites sourceforge:project/libmng/libmng-devel/${version}
|
|
|
|
checksums rmd160 c978990189bf8fd925b4dbe76c7a0eac0b7e7434 \
|
|
sha256 cf112a1fb02f5b1c0fce5cab11ea8243852c139e669c44014125874b14b7dfaa
|
|
|
|
depends_lib path:include/turbojpeg.h:libjpeg-turbo \
|
|
port:lcms2 \
|
|
port:zlib
|
|
|
|
configure.args --with-jpeg=${prefix} \
|
|
--with-lcms=${prefix} \
|
|
--with-zlib=${prefix}
|
|
|
|
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
|