Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 546992 Details for
Bug 666296
media-gfx/pngcheck: EAPI7, improve ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for media-gfx/pngcheck
pngcheck.patch (text/plain), 905 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2018-09-15 15:31:36 UTC
(
hide
)
Description:
patch for media-gfx/pngcheck
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2018-09-15 15:31:36 UTC
Size:
905 bytes
patch
obsolete
>diff --git a/media-gfx/pngcheck/pngcheck-2.3.0-r1.ebuild b/media-gfx/pngcheck/pngcheck-2.3.0-r1.ebuild >new file mode 100644 >index 00000000000..780e74845b9 >--- /dev/null >+++ b/media-gfx/pngcheck/pngcheck-2.3.0-r1.ebuild >@@ -0,0 +1,29 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+inherit toolchain-funcs >+ >+DESCRIPTION="verifies the integrity of PNG, JNG and MNG files with internal checksums" >+HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html" >+SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz" >+ >+LICENSE="HPND GPL-2+" >+SLOT="0" >+KEYWORDS="~amd64 ~x86" >+ >+RDEPEND="sys-libs/zlib" >+DEPEND="${RDEPEND}" >+ >+src_compile() { >+ emake -f Makefile.unx \ >+ CC="$(tc-getCC)" \ >+ CFLAGS="${LDFLAGS} ${CFLAGS} -DUSE_ZLIB" \ >+ ZLIB="-lz" >+} >+ >+src_install() { >+ dobin png{check,split,-fix-IDAT-windowsize} >+ einstalldocs >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 666296
: 546992