Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: media-libs/libpng/libpng-1.2.44.ebuild

Issue 5141003: Applying Neon optimization patch to the LIBPNG library. Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media-libs/libpng/files/libpng-1.2.44-neon-optimized.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media-libs/libpng/libpng-1.2.44.ebuild
diff --git a/media-libs/libpng/libpng-1.2.44.ebuild b/media-libs/libpng/libpng-1.2.44.ebuild
index f5b6bf4da9a00223e8ce13860449abdbc7c8dbc4..322a3e2a3e4626ad62c2a1a9f1163626d23b2435 100644
--- a/media-libs/libpng/libpng-1.2.44.ebuild
+++ b/media-libs/libpng/libpng-1.2.44.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.40.ebuild,v 1.10 2010/01/31 16:11:01 armin76 Exp $
-inherit libtool
+inherit libtool eutils
DESCRIPTION="Portable Network Graphics library"
HOMEPAGE="http://www.libpng.org/"
@@ -19,6 +19,11 @@ DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
+ case ${CHOST} in
+ *arm*)
+ epatch "${FILESDIR}"/${PN}-1.2.44-neon-optimized.patch
+ ;;
+ esac
# So we get sane .so versioning on FreeBSD
elibtoolize
}
« no previous file with comments | « media-libs/libpng/files/libpng-1.2.44-neon-optimized.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698