Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
Date: Tue, 24 Jun 2014 22:35:59
Message-Id: 1403649267.5a0e75e3b313707dc6456d1ea60675525f90bf40.sping@gentoo
1 commit: 5a0e75e3b313707dc6456d1ea60675525f90bf40
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Tue Jun 24 22:15:15 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 24 22:34:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5a0e75e3
7
8 www-plugins/freshplayerplugin: 9999
9
10 ---
11 .../freshplayerplugin-9999.ebuild | 48 ++++++++++++++++++++++
12 www-plugins/freshplayerplugin/metadata.xml | 8 ++++
13 2 files changed, 56 insertions(+)
14
15 diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
16 new file mode 100644
17 index 0000000..918ef86
18 --- /dev/null
19 +++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
20 @@ -0,0 +1,48 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI="5"
26 +
27 +inherit git-2 cmake-utils
28 +
29 +DESCRIPTION="Chromium Flash wrapper for Mozilla Firefox"
30 +HOMEPAGE="https://github.com/i-rinat/freshplayerplugin"
31 +SRC_URI=""
32 +EGIT_REPO_URI="https://github.com/i-rinat/${PN}.git"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +DEPEND="
40 + dev-libs/glib
41 + dev-libs/libconfig
42 + dev-libs/libevent[threads]
43 + dev-libs/uriparser
44 + media-libs/alsa-lib
45 + media-libs/freetype
46 + media-libs/mesa[egl,gles2]
47 + x11-libs/cairo
48 + x11-libs/gtk+:2
49 + x11-libs/libX11
50 + x11-libs/libXinerama
51 + x11-libs/pango
52 + "
53 +RDEPEND="${DEPEND}
54 + || (
55 + www-plugins/chrome-binary-plugins[flash]
56 + www-client/google-chrome
57 + www-client/google-chrome-beta
58 + www-client/google-chrome-unstable
59 + )
60 + "
61 +
62 +src_install() {
63 + insinto /etc
64 + newins data/freshwrapper.conf.example freshwrapper.conf
65 +
66 + insinto /usr/lib/nsbrowser/plugins/
67 + doins "${BUILD_DIR}"/libfreshwrapper.so
68 +}
69
70 diff --git a/www-plugins/freshplayerplugin/metadata.xml b/www-plugins/freshplayerplugin/metadata.xml
71 new file mode 100644
72 index 0000000..16bcc9f
73 --- /dev/null
74 +++ b/www-plugins/freshplayerplugin/metadata.xml
75 @@ -0,0 +1,8 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 + <maintainer>
80 + <email>sping@g.o</email>
81 + <name>Sebastian Pipping</name>
82 + </maintainer>
83 +</pkgmetadata>