* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2014-06-24 22:35 Sebastian Pipping
0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2014-06-24 22:35 UTC (permalink / raw
To: gentoo-commits
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>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2014-06-26 21:22 Sebastian Pipping
0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2014-06-26 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 80a03a1d890f19cba2db308c44b85386ef14fcb7
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Jun 26 21:21:21 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 21:21:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=80a03a1d
www-plugins/freshplayerplugin: Add ewarn call pointing to /etc/freshwrapper.conf
---
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index 918ef86..4a8fd6e 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -42,6 +42,7 @@ RDEPEND="${DEPEND}
src_install() {
insinto /etc
newins data/freshwrapper.conf.example freshwrapper.conf
+ ewarn 'Depending on what branch of Google Chrome you use, the path to libpepflashplayer.so may need editing in /etc/freshwrapper.conf .'
insinto /usr/lib/nsbrowser/plugins/
doins "${BUILD_DIR}"/libfreshwrapper.so
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2014-07-03 19:00 Sebastian Pipping
0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2014-07-03 19:00 UTC (permalink / raw
To: gentoo-commits
commit: a7d6844e0c172fa6bf1204f53de650d2e1e9334c
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Jul 3 18:59:09 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Jul 3 18:59:09 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=a7d6844e
www-plugins/freshplayerplugin: .so filename changed
---
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index 4a8fd6e..0d2e812 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -45,5 +45,5 @@ src_install() {
ewarn 'Depending on what branch of Google Chrome you use, the path to libpepflashplayer.so may need editing in /etc/freshwrapper.conf .'
insinto /usr/lib/nsbrowser/plugins/
- doins "${BUILD_DIR}"/libfreshwrapper.so
+ doins "${BUILD_DIR}"/libfreshwrapper-pepperflash.so
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2015-02-22 18:16 Sebastian Pipping
0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2015-02-22 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 427a7d71f50fb947e2e173d5ce42dc14165ca0f1
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Feb 22 18:13:22 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 18:13:22 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=427a7d71
www-plugins/freshplayerplugin: Add missing dependency
---
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index 0d2e812..bef8ed5 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
dev-libs/libconfig
dev-libs/libevent[threads]
dev-libs/uriparser
+ dev-util/ragel
media-libs/alsa-lib
media-libs/freetype
media-libs/mesa[egl,gles2]
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2015-02-22 18:16 Sebastian Pipping
0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2015-02-22 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 5576e186130f75b174a8a517646defad4707f819
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Feb 22 18:16:20 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 18:16:20 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5576e186
www-plugins/freshplayerplugin: 0.2.3, mask 9999
---
...reshplayerplugin-9999.ebuild => freshplayerplugin-0.2.3.ebuild} | 7 +++----
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
similarity index 87%
copy from www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
copy to www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
index bef8ed5..41774e2 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-inherit git-2 cmake-utils
+inherit 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"
+SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index bef8ed5..312dd0f 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/i-rinat/${PN}.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2015-02-22 18:21 Sebastian Pipping
0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2015-02-22 18:21 UTC (permalink / raw
To: gentoo-commits
commit: d77da1e87796cf1c1ddd2af10a45ad467d6e6f7c
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Feb 22 18:20:07 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 18:21:32 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d77da1e8
www-plugins/freshplayerplugin: Make Ragel build-only dependency
---
www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild | 8 +++++---
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
index 41774e2..493d1b8 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
@@ -15,12 +15,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+COMMON_DEPEND="
dev-libs/glib
dev-libs/libconfig
dev-libs/libevent[threads]
dev-libs/uriparser
- dev-util/ragel
media-libs/alsa-lib
media-libs/freetype
media-libs/mesa[egl,gles2]
@@ -30,7 +29,10 @@ DEPEND="
x11-libs/libXinerama
x11-libs/pango
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-util/ragel
+ "
+RDEPEND="${COMMON_DEPEND}
|| (
www-plugins/chrome-binary-plugins[flash]
www-client/google-chrome
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index 312dd0f..cdbbdb0 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -16,12 +16,11 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-DEPEND="
+COMMON_DEPEND="
dev-libs/glib
dev-libs/libconfig
dev-libs/libevent[threads]
dev-libs/uriparser
- dev-util/ragel
media-libs/alsa-lib
media-libs/freetype
media-libs/mesa[egl,gles2]
@@ -31,7 +30,10 @@ DEPEND="
x11-libs/libXinerama
x11-libs/pango
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-util/ragel
+ "
+RDEPEND="${COMMON_DEPEND}
|| (
www-plugins/chrome-binary-plugins[flash]
www-client/google-chrome
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2015-06-06 9:45 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-06 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 68a6f08e921b4dad3f2999b52dc59694625bad1d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 09:45:10 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 09:45:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=68a6f08e
www-plugins/freshplayerplugin: Add SLOT operators; move to git-r3
Package-Manager: portage-2.2.20
www-plugins/freshplayerplugin/ChangeLog | 4 ++++
www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild | 2 +-
www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 6 +++---
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/www-plugins/freshplayerplugin/ChangeLog b/www-plugins/freshplayerplugin/ChangeLog
index a1fa17c..66ca97d 100644
--- a/www-plugins/freshplayerplugin/ChangeLog
+++ b/www-plugins/freshplayerplugin/ChangeLog
@@ -1,2 +1,6 @@
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> freshplayerplugin-0.2.3.ebuild,
+ freshplayerplugin-9999.ebuild:
+ www-plugins/freshplayerplugin: Add SLOT operators; move to git-r3
+
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
www-plugins/freshplayerplugin: Add github to remote-id in metadata.xml
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
index 493d1b8..3a29fc2 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="
- dev-libs/glib
+ dev-libs/glib:2
dev-libs/libconfig
dev-libs/libevent[threads]
dev-libs/uriparser
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
index cdbbdb0..0b22054 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-inherit git-2 cmake-utils
+inherit git-r3 cmake-utils
DESCRIPTION="Chromium Flash wrapper for Mozilla Firefox"
HOMEPAGE="https://github.com/i-rinat/freshplayerplugin"
@@ -17,7 +17,7 @@ KEYWORDS=""
IUSE=""
COMMON_DEPEND="
- dev-libs/glib
+ dev-libs/glib:2
dev-libs/libconfig
dev-libs/libevent[threads]
dev-libs/uriparser
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
@ 2015-06-06 9:45 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-06-06 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 15db0df9d0cea3af6cbb955127c242297f9ea973
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 09:44:08 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 09:44:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=15db0df9
www-plugins/freshplayerplugin: Add github to remote-id in metadata.xml
Package-Manager: portage-2.2.20
www-plugins/freshplayerplugin/ChangeLog | 2 ++
www-plugins/freshplayerplugin/metadata.xml | 11 +++++++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/www-plugins/freshplayerplugin/ChangeLog b/www-plugins/freshplayerplugin/ChangeLog
new file mode 100644
index 0000000..a1fa17c
--- /dev/null
+++ b/www-plugins/freshplayerplugin/ChangeLog
@@ -0,0 +1,2 @@
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ www-plugins/freshplayerplugin: Add github to remote-id in metadata.xml
diff --git a/www-plugins/freshplayerplugin/metadata.xml b/www-plugins/freshplayerplugin/metadata.xml
index 16bcc9f..fee9489 100644
--- a/www-plugins/freshplayerplugin/metadata.xml
+++ b/www-plugins/freshplayerplugin/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">i-rinat/freshplayerplugin</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-06-06 9:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 19:00 [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2015-06-06 9:45 Justin Lecher
2015-06-06 9:45 Justin Lecher
2015-02-22 18:21 Sebastian Pipping
2015-02-22 18:16 Sebastian Pipping
2015-02-22 18:16 Sebastian Pipping
2014-06-26 21:22 Sebastian Pipping
2014-06-24 22:35 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox