웹킷(Webkit) 소스판 Nightly Build 리비전이 40000으로 진입했습니다!
Linux/Journal / 2009/01/17 18:00
Congratulation!
그 기념으로 r40000의 소스를 빌드할 수 있는 이빌드를 이곳에도 붙여넣습니다.
젠투 공식 Portage 트리에는 아직도 리비전 37894 소스가 최신이군요. 슬픕니다.
최근 리비전에서는 티스토리에서 사진 올리는 것도 무리없이 잘 되는데....
이 웹킷과 같이 쓸 수 있는 웹브라우져로는 Midori를 추천합니다. 개발버전이지만 비교적 안정적입니다.
# Copyright 1999-2008 Gentoo Foundation# Distributed under the terms of the GNU General Public License v2
# Filename(파일명) : webkit-gtk-0_p
inherit autotools
MY_P="WebKit-r${PV/0\_p}"DESCRIPTION="Open source web browser engine"HOMEPAGE="http://www.webkit.org/"SRC_URI="http://builds.nightly.webkit.org/files/trunk/src/${MY_P}.tar.bz2"
LICENSE="LGPL-2 LGPL-2.1 BSD"SLOT="0"KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"IUSE="coverage debug video pango soup sqlite svg xslt"EPATCH_OPTS="-R -p0"
RDEPEND=">=x11-libs/gtk+-2.8>=dev-libs/icu-3.8.1-r1>=net-misc/curl-7.15media-libs/jpegmedia-libs/libpngdev-libs/libxml2sqlite? ( >=dev-db/sqlite-3 )video? (>=media-libs/gst-plugins-base-0.10>=gnome-base/gnome-vfs-2.0)soup? ( >=net-libs/libsoup-2.23.1 )xslt? ( dev-libs/libxslt )pango? ( x11-libs/pango )"
DEPEND="${RDEPEND}dev-util/gperfdev-util/pkgconfigvirtual/perl-Text-Balanced"
S="${WORKDIR}/${MY_P}"
src_unpack() {unpack ${A}cd "${S}"eautoreconf}
src_compile() {# It doesn't compile on alpha without this LDFLAGSuse alpha && append-ldflags "-Wl,--no-relax"
local myconfuse pango && myconf="${myconf} --with-font-backend=pango"use soup && myconf="${myconf} --with-http-backend=soup"
econf \$(use_enable sqlite database) \$(use_enable sqlite icon-database) \$(use_enable sqlite dom-storage) \$(use_enable sqlite offline-web-applications) \$(use_enable video) \$(use_enable svg) \$(use_enable debug) \$(use_enable xslt) \$(use_enable coverage) \${myconf} \|| die "configure failed"
emake || die "emake failed"}
src_install() {emake DESTDIR="${D}" install || die "Install failed"}
'Linux > Journal' 카테고리의 다른 글
| 일반 유저가 리눅스를 강제리붓시켜버린다면? (0) | 2009/03/21 |
|---|---|
| 웹킷(Webkit) 소스판 Nightly Build 리비전이 40000으로 진입했습니다! (0) | 2009/01/17 |
| Webkit(GTK+) revision 39524로 Acid3 통과하는 영상 (0) | 2009/01/01 |
| Webkit에 푹 빠진 nidev, 이건 다 구글 크롬 탓입니다. (0) | 2008/12/26 |
| 플래시 네 이놈..... (6) | 2008/12/13 |
| sshd를 잠시 열었더니... (2) | 2008/12/07 |

webkit-gtk-0_p40000.ebuild.bz2