commit: 5a0e75e3b313707dc6456d1ea60675525f90bf40 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Tue Jun 24 22:15:15 2014 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Tue Jun 24 22:34:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5a0e75e3
www-plugins/freshplayerplugin: 9999 --- .../freshplayerplugin-9999.ebuild | 48 ++++++++++++++++++++++ www-plugins/freshplayerplugin/metadata.xml | 8 ++++ 2 files changed, 56 insertions(+) diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild new file mode 100644 index 0000000..918ef86 --- /dev/null +++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit git-2 cmake-utils + +DESCRIPTION="Chromium Flash wrapper for Mozilla Firefox" +HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" +SRC_URI="" +EGIT_REPO_URI="https://github.com/i-rinat/${PN}.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/glib + dev-libs/libconfig + dev-libs/libevent[threads] + dev-libs/uriparser + media-libs/alsa-lib + media-libs/freetype + media-libs/mesa[egl,gles2] + x11-libs/cairo + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libXinerama + x11-libs/pango + " +RDEPEND="${DEPEND} + || ( + www-plugins/chrome-binary-plugins[flash] + www-client/google-chrome + www-client/google-chrome-beta + www-client/google-chrome-unstable + ) + " + +src_install() { + insinto /etc + newins data/freshwrapper.conf.example freshwrapper.conf + + insinto /usr/lib/nsbrowser/plugins/ + doins "${BUILD_DIR}"/libfreshwrapper.so +} diff --git a/www-plugins/freshplayerplugin/metadata.xml b/www-plugins/freshplayerplugin/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/www-plugins/freshplayerplugin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata>
