public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: www-client/chromium-bin-debian/
Date: Thu, 26 Mar 2015 17:37:05 +0000 (UTC)	[thread overview]
Message-ID: <1427391369.7d721bd0db3b0634ac8eb330f38eb0f3a0c1a88d.sping@gentoo> (raw)

commit:     7d721bd0db3b0634ac8eb330f38eb0f3a0c1a88d
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Mar 26 17:36:09 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:36:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7d721bd0

www-client/chromium-bin-debian: 41.0.2272.76_p2

 .../chromium-bin-debian-41.0.2272.76_p2.ebuild     | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)

diff --git a/www-client/chromium-bin-debian/chromium-bin-debian-41.0.2272.76_p2.ebuild b/www-client/chromium-bin-debian/chromium-bin-debian-41.0.2272.76_p2.ebuild
new file mode 100644
index 0000000..c2628db
--- /dev/null
+++ b/www-client/chromium-bin-debian/chromium-bin-debian-41.0.2272.76_p2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit multilib unpacker
+
+MY_PV=${PV/_p/-}
+MY_PN=${PN%%-bin-debian}
+
+DESCRIPTION="Chromium build from Debian unstable"
+HOMEPAGE="http://packages.debian.org/sid/chromium"
+SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN:0:8}-browser/${PN:0:8}_${MY_PV}_amd64.deb"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="app-arch/dpkg"
+RDEPEND="
+	app-accessibility/speech-dispatcher
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libevent
+	dev-libs/libxml2
+	dev-libs/libxslt
+	dev-libs/nspr
+	dev-libs/nss
+	gnome-base/libgnome-keyring
+	media-libs/alsa-lib
+	media-libs/flac
+	media-libs/fontconfig
+	media-libs/freetype
+	>=media-libs/libjpeg-turbo-1.3.1
+	media-libs/harfbuzz
+	media-libs/libvpx
+	media-libs/speex
+	>=media-sound/pulseaudio-2.0
+	net-libs/libsrtp
+	net-print/cups
+	sys-apps/dbus
+	>=sys-devel/gcc-4.9[cxx]
+	sys-apps/pciutils
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/libXtst
+	x11-libs/pango
+	"
+
+S=${WORKDIR}
+
+QA_PREBUILT="usr/lib*/${MY_PN}/*"
+
+src_install() {
+	mv "${S}"/{usr,etc} "${D}"/ || die
+
+	local libdir=$(get_libdir)
+	[[ "${libdir}" != lib ]] && {
+		mv "${D}"/usr/{lib,"${libdir}"} || die
+	}
+
+	echo sid > "${D}"/etc/debian_version || die
+
+	# Link to Flash (not in RDEPEND)
+	local flash_plugin_dir=/usr/${libdir}/firefox/plugins
+	dodir "${flash_plugin_dir}"
+	ln -s ../../nsbrowser/plugins/libflashplayer.so "${D}"/${flash_plugin_dir}/libflashplayer.so || die
+
+	# Otherwise:
+	# [14345:14345:0708/125539:FATAL:zygote_host_impl_linux.cc(140)]
+	# The SUID sandbox helper binary was found, but is not configured correctly.
+	# Rather than run without sandboxing I'm aborting now. You need to make sure
+	# that /usr/lib/chromium/chromium-sandbox is owned by root and has mode 4755.
+	# Aborted
+	chmod 4755 "${D}"/usr/${libdir}/${MY_PN}/chrome-sandbox || die
+}


             reply	other threads:[~2015-03-26 17:37 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 17:37 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-27 18:58 [gentoo-commits] proj/betagarden:master commit in: www-client/chromium-bin-debian/ Sebastian Pipping
2017-05-12  7:32 Sebastian Pipping
2017-05-12  7:24 Sebastian Pipping
2017-04-02 19:38 Sebastian Pipping
2017-04-02 19:38 Sebastian Pipping
2017-03-11 14:51 Sebastian Pipping
2017-03-05 17:37 Sebastian Pipping
2016-12-25 18:08 Sebastian Pipping
2016-07-22 18:05 Sebastian Pipping
2016-01-30 15:54 Sebastian Pipping
2015-05-17 23:46 Sebastian Pipping
2015-05-17 20:17 Sebastian Pipping
2015-01-20  1:02 Sebastian Pipping
2015-01-14 22:22 Sebastian Pipping
2014-09-25 17:30 Sebastian Pipping
2014-08-20  0:30 Sebastian Pipping
2014-06-15 20:49 Sebastian Pipping
2014-06-09 14:00 Sebastian Pipping
2014-05-24 22:47 Sebastian Pipping
2014-04-02 21:26 Sebastian Pipping
2014-03-25  1:20 Sebastian Pipping
2014-02-14 19:45 Sebastian Pipping
2013-10-06 23:22 Sebastian Pipping
2013-10-06 23:22 Sebastian Pipping
2013-10-01 20:45 Sebastian Pipping
2013-07-22 18:50 Sebastian Pipping
2013-07-08 11:06 Sebastian Pipping
2013-06-21 20:41 Sebastian Pipping
2013-06-02 16:38 Sebastian Pipping
2013-05-12 22:27 Sebastian Pipping
2013-03-17 18:36 Sebastian Pipping
2013-02-24 23:41 Sebastian Pipping
2013-02-10 19:52 Sebastian Pipping
2013-01-26 15:53 Sebastian Pipping
2012-09-22 20:10 Sebastian Pipping
2012-06-27 19:03 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427391369.7d721bd0db3b0634ac8eb330f38eb0f3a0c1a88d.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox