Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/
Date: Sun, 16 Jul 2017 20:20:01
Message-Id: 1500236350.e6d3e35ca037fdbb85928b09a922bcabbd02863d.chithanh@gentoo
1 commit: e6d3e35ca037fdbb85928b09a922bcabbd02863d
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 16 20:19:10 2017 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 16 20:19:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d3e35c
7
8 www-plugins/lightspark: version bump to 0.8.0
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=625228
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 www-plugins/lightspark/Manifest | 1 +
15 .../{lightspark-9999.ebuild => lightspark-0.8.0.ebuild} | 10 ++++------
16 www-plugins/lightspark/lightspark-9999.ebuild | 3 +--
17 3 files changed, 6 insertions(+), 8 deletions(-)
18
19 diff --git a/www-plugins/lightspark/Manifest b/www-plugins/lightspark/Manifest
20 index 1a091029364..7fa387c7c0f 100644
21 --- a/www-plugins/lightspark/Manifest
22 +++ b/www-plugins/lightspark/Manifest
23 @@ -1 +1,2 @@
24 DIST lightspark-0.7.2_p20160107.tar.gz 1803064 SHA256 83b58db86e466e9a3acc33c7c1bbff284edb3f7fef377a3397ac26ac06cac22f SHA512 937352c8d428579a9ac89a45724db2beb624eba874da59d684e07d9d306305d85937f4b2e692c56750a1b5e6ca485e05d9997409d3bc934fab209124cd471601 WHIRLPOOL 268f2a95758def3fb722daa6580e6c4ff5577eacdc27e82005ce7e0b51d55ae78fbc6ae5c1d839b4b21848a0d2a61b0b023f4741487fc042450a7a20bfee01bb
25 +DIST lightspark-0.8.0.tar.gz 1830071 SHA256 b0612a93bb16c0ab9ea5d516ee312607e14703d26ca917d037bb33e235ed4b25 SHA512 333de501caf5f5ed9c8581cfda5bf1e6e04170c90f1c2f6150c9c2343f9de20e140a041d066f693e406d24fa24e7a5c3464675a583f4a5c104f5214ebee072b9 WHIRLPOOL 4ba1e18a9196823603146ce178914c5778a6eac045b994afbbe388cb945612bb5bab8072a77bfe0b647aeff614f3f4d8b34161c118fe9102745f2ba26c102e00
26
27 diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-0.8.0.ebuild
28 similarity index 93%
29 copy from www-plugins/lightspark/lightspark-9999.ebuild
30 copy to www-plugins/lightspark/lightspark-0.8.0.ebuild
31 index d0de6eda589..d67d565b6b3 100644
32 --- a/www-plugins/lightspark/lightspark-9999.ebuild
33 +++ b/www-plugins/lightspark/lightspark-0.8.0.ebuild
34 @@ -2,16 +2,15 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 -inherit cmake-utils git-r3 nsplugins toolchain-funcs
39 +inherit cmake-utils nsplugins vcs-snapshot toolchain-funcs
40
41 DESCRIPTION="High performance flash player"
42 HOMEPAGE="http://lightspark.github.io/"
43 -SRC_URI=""
44 -EGIT_REPO_URI="https://github.com/lightspark/lightspark"
45 +SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
46
47 LICENSE="LGPL-3"
48 SLOT="0"
49 -KEYWORDS=""
50 +KEYWORDS="~amd64 ~x86"
51 IUSE="cpu_flags_x86_sse2 curl ffmpeg gles libav nsplugin ppapi profile rtmp"
52
53 # Note: code-wise llvm-4.0 is fine but due to CMake bug it can't work:
54 @@ -27,7 +26,6 @@ RDEPEND="app-arch/xz-utils:0=
55 media-libs/libsdl2:0=
56 media-libs/sdl2-mixer:0=
57 >=sys-devel/gcc-4.6.0:*[cxx]
58 - <sys-devel/llvm-4:0=
59 >=sys-devel/llvm-3.4:0=
60 sys-libs/zlib:0=
61 x11-libs/cairo:0=
62 @@ -73,7 +71,7 @@ src_configure() {
63 -DENABLE_PROFILING=$(usex profile)
64 -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
65
66 - -DCOMPILE_PLUGIN=$(usex nsplugin)
67 + -DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
68 -DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
69 # TODO: install /etc/chromium file? block adobe-flash?
70 -DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)
71
72 diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-9999.ebuild
73 index d0de6eda589..435e878ed31 100644
74 --- a/www-plugins/lightspark/lightspark-9999.ebuild
75 +++ b/www-plugins/lightspark/lightspark-9999.ebuild
76 @@ -27,7 +27,6 @@ RDEPEND="app-arch/xz-utils:0=
77 media-libs/libsdl2:0=
78 media-libs/sdl2-mixer:0=
79 >=sys-devel/gcc-4.6.0:*[cxx]
80 - <sys-devel/llvm-4:0=
81 >=sys-devel/llvm-3.4:0=
82 sys-libs/zlib:0=
83 x11-libs/cairo:0=
84 @@ -73,7 +72,7 @@ src_configure() {
85 -DENABLE_PROFILING=$(usex profile)
86 -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
87
88 - -DCOMPILE_PLUGIN=$(usex nsplugin)
89 + -DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
90 -DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
91 # TODO: install /etc/chromium file? block adobe-flash?
92 -DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)