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: Mon,  8 Jul 2013 11:06:13 +0000 (UTC)	[thread overview]
Message-ID: <1373281459.b49e9b5de17ff8d1f0020b01297b70ae4a193bb1.sping@gentoo> (raw)

commit:     b49e9b5de17ff8d1f0020b01297b70ae4a193bb1
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Jul  8 11:04:19 2013 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 11:04:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b49e9b5d

27.0.1453.110_p1-r1: Repair flash support, use unpacker eclass

---
 .../chromium-bin-debian-27.0.1453.110_p1-r1.ebuild | 91 ++++++++++++++++++++++
 1 file changed, 91 insertions(+)

diff --git a/www-client/chromium-bin-debian/chromium-bin-debian-27.0.1453.110_p1-r1.ebuild b/www-client/chromium-bin-debian/chromium-bin-debian-27.0.1453.110_p1-r1.ebuild
new file mode 100644
index 0000000..1ba75da
--- /dev/null
+++ b/www-client/chromium-bin-debian/chromium-bin-debian-27.0.1453.110_p1-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+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=""
+
+UDEV_V=198
+
+DEPEND="app-arch/dpkg"
+RDEPEND="
+	app-accessibility/speech-dispatcher
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libevent
+	dev-libs/libgcrypt
+	dev-libs/libxml2
+	dev-libs/libxslt
+	dev-libs/nspr
+	dev-libs/nss
+	gnome-base/gconf
+	gnome-base/libgnome-keyring
+	media-libs/alsa-lib
+	media-libs/flac
+	media-libs/fontconfig
+	media-libs/freetype
+	media-libs/libvpx
+	media-libs/speex
+	>=media-sound/pulseaudio-2.0
+	net-print/cups
+	sys-apps/dbus
+	>=sys-apps/systemd-${UDEV_V}
+	>=sys-devel/gcc-4.6[cxx]
+	>=sys-fs/udev-${UDEV_V}
+	virtual/jpeg
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	x11-libs/libXcomposite
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	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
+	}
+
+	ln -s libudev.so "${D}"/usr/${libdir}/libudev.so.0 || 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}/${MY_PN}-sandbox || die
+}


             reply	other threads:[~2013-07-08 11:06 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 11:06 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-03-26 17:37 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-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=1373281459.b49e9b5de17ff8d1f0020b01297b70ae4a193bb1.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