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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 1999-2010 Gentoo Foundation 1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.40.ebuild,v 1.10 2010/01/31 16:11:01 armin76 Exp $ 3 # $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.40.ebuild,v 1.10 2010/01/31 16:11:01 armin76 Exp $
4 4
5 inherit libtool 5 inherit libtool eutils
6 6
7 DESCRIPTION="Portable Network Graphics library" 7 DESCRIPTION="Portable Network Graphics library"
8 HOMEPAGE="http://www.libpng.org/" 8 HOMEPAGE="http://www.libpng.org/"
9 SRC_URI="mirror://sourceforge/libpng/${P}.tar.bz2" 9 SRC_URI="mirror://sourceforge/libpng/${P}.tar.bz2"
10 10
11 LICENSE="as-is" 11 LICENSE="as-is"
12 SLOT="1.2" 12 SLOT="1.2"
13 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~spar c-fbsd ~x86-fbsd" 13 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~spar c-fbsd ~x86-fbsd"
14 IUSE="" 14 IUSE=""
15 15
16 RDEPEND="sys-libs/zlib" 16 RDEPEND="sys-libs/zlib"
17 DEPEND="${RDEPEND}" 17 DEPEND="${RDEPEND}"
18 18
19 src_unpack() { 19 src_unpack() {
20 unpack ${A} 20 unpack ${A}
21 cd "${S}" 21 cd "${S}"
22 case ${CHOST} in
23 *arm*)
24 epatch "${FILESDIR}"/${PN}-1.2.44-neon-optimized.patch
25 ;;
26 esac
22 # So we get sane .so versioning on FreeBSD 27 # So we get sane .so versioning on FreeBSD
23 elibtoolize 28 elibtoolize
24 } 29 }
25 30
26 src_install() { 31 src_install() {
27 emake DESTDIR="${D}" install || die 32 emake DESTDIR="${D}" install || die
28 dodoc ANNOUNCE CHANGES KNOWNBUG README TODO Y2KINFO 33 dodoc ANNOUNCE CHANGES KNOWNBUG README TODO Y2KINFO
29 } 34 }
OLDNEW
« 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