mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/pngquant: 2.5.2 bump, fix DESCRIPTION
Also add myself as maintainer. Package-Manager: portage-2.2.26 Gentoo-Bug: 568194 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -4,3 +4,4 @@ DIST pngquant-2.0.2-src.tar.bz2 45160 SHA256 e1988b18cab1efb889224ac1d640510f094
|
||||
DIST pngquant-2.1.0-src.tar.bz2 46435 SHA256 ef41138ff320495c785155eb9f774ae6e1d41978b3e490854e6a8c46c0b032e2 SHA512 277c8fdb07e3eb2fa3643787b2442fc35f17b955e90a5e496aacd87c791ea2ae9fd0c9734cccf5bdc8bc7bc633ea42d6ff94dcb410ad0bfce83c619fff8d83df WHIRLPOOL d277027232fc96f37a7e3e3aacfad4f2bf5ec0cbaa46b67dd291d88075c5794918a3d1a24bbb345def79fb2b0669bdcbd6b547099abe6b15aa877ef17edec5c4
|
||||
DIST pngquant-2.2.0-src.tar.bz2 49041 SHA256 7ee202f26270bb0ea8ad6f9a2fc2517ffca2bcded3dfdbd3b99692dcc72e5d11 SHA512 58ab515f1b3a12d95edc597b088f026668be3d022e753ddaf2e9474dd9feaaad9f0362b1b7ad0951ffe27b00fa7940e555372b404a52b79398e06e3c533b584c WHIRLPOOL b3aa2269771e94262badd396766b472d65b310b17c1a733b91059a61194f612f20b9fc9e34bab6015d228d24f1fa7ec5b17327131e2ea5afcbe7787cb0ce316a
|
||||
DIST pngquant-2.3.3-src.tar.bz2 53274 SHA256 522d8d4255dbba7ee7b0edd4cadd387a819eae925f4a0679278c3295430b78d6 SHA512 b772d7d887cb1e52ca4c61fd55aba08f8b1f1b2edf45fcb17411e127cfc7a89afc2f12ef91ad9d690c216ba20cabd6e04fca465622a97f9fd538fb720acd9bba WHIRLPOOL d2eb753723bdbda9649dd3fe4b05333c4d3f2aec4e32f9b19612110c1f99020a7e2d544012205b0caf7aa04b3f3f3ebb1a7844b663606bca9c8f07a3eda3ba2a
|
||||
DIST pngquant-2.5.2-src.tar.bz2 54611 SHA256 5b064596305c6f765a753e96e08224dd71b31c20b72bdaf0f205da16b76a347d SHA512 d542765bc1f7e22fd7199cd4aeb8dc7b82fa87fe05c53ca6b7919522e081c861d419a541909284aa4e5dcfeeedb19729a50150d9139389c1949b3aeaf4933401 WHIRLPOOL 84682a44087a51a5475f1d21e3ce9e58fbb7cee81dc76c3e52cd234a28e80bd56686cc5323dcf8202e3a46fab3ca59278f45efee54dc93277040e742592bb064
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>graphics</herd>
|
||||
<herd>graphics</herd>
|
||||
<herd>proxy-maintainers</herd>
|
||||
<maintainer>
|
||||
<email>alex_y_xu@yahoo.ca</email>
|
||||
<name>Alex Xu</name>
|
||||
<description>Proxied maintainer</description>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs"
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
inherit eutils flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs"
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
inherit eutils flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs"
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs"
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs"
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI="5"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs"
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
|
||||
40
media-gfx/pngquant/pngquant-2.5.2.ebuild
Normal file
40
media-gfx/pngquant/pngquant-2.5.2.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="command-line utility and library for lossy compression of PNG images"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
SRC_URI="http://pngquant.org/${P}-src.tar.bz2"
|
||||
|
||||
LICENSE="HPND rwpng"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug lcms openmp cpu_flags_x86_sse2"
|
||||
|
||||
RDEPEND="media-libs/libpng:0=
|
||||
sys-libs/zlib:=
|
||||
lcms? ( media-libs/lcms:2 )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
tc-export AR CC
|
||||
# Hand rolled configure script, so not all flags are supported.
|
||||
./configure \
|
||||
--prefix="${EPREFIX}/usr" \
|
||||
$(use debug && echo --enable-debug) \
|
||||
$(use_enable cpu_flags_x86_sse2 sse) \
|
||||
$(use openmp && tc-has-openmp && echo --with-openmp) \
|
||||
$(use_with lcms lcms2) \
|
||||
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
doman ${PN}.1
|
||||
dodoc CHANGELOG README.md
|
||||
}
|
||||
Reference in New Issue
Block a user