public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/
Date: Sun, 16 Jul 2017 20:19:55 +0000 (UTC)	[thread overview]
Message-ID: <1500236350.e6d3e35ca037fdbb85928b09a922bcabbd02863d.chithanh@gentoo> (raw)

commit:     e6d3e35ca037fdbb85928b09a922bcabbd02863d
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 20:19:10 2017 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 20:19:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d3e35c

www-plugins/lightspark: version bump to 0.8.0

Bug: https://bugs.gentoo.org/show_bug.cgi?id=625228

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-plugins/lightspark/Manifest                                |  1 +
 .../{lightspark-9999.ebuild => lightspark-0.8.0.ebuild}        | 10 ++++------
 www-plugins/lightspark/lightspark-9999.ebuild                  |  3 +--
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/www-plugins/lightspark/Manifest b/www-plugins/lightspark/Manifest
index 1a091029364..7fa387c7c0f 100644
--- a/www-plugins/lightspark/Manifest
+++ b/www-plugins/lightspark/Manifest
@@ -1 +1,2 @@
 DIST lightspark-0.7.2_p20160107.tar.gz 1803064 SHA256 83b58db86e466e9a3acc33c7c1bbff284edb3f7fef377a3397ac26ac06cac22f SHA512 937352c8d428579a9ac89a45724db2beb624eba874da59d684e07d9d306305d85937f4b2e692c56750a1b5e6ca485e05d9997409d3bc934fab209124cd471601 WHIRLPOOL 268f2a95758def3fb722daa6580e6c4ff5577eacdc27e82005ce7e0b51d55ae78fbc6ae5c1d839b4b21848a0d2a61b0b023f4741487fc042450a7a20bfee01bb
+DIST lightspark-0.8.0.tar.gz 1830071 SHA256 b0612a93bb16c0ab9ea5d516ee312607e14703d26ca917d037bb33e235ed4b25 SHA512 333de501caf5f5ed9c8581cfda5bf1e6e04170c90f1c2f6150c9c2343f9de20e140a041d066f693e406d24fa24e7a5c3464675a583f4a5c104f5214ebee072b9 WHIRLPOOL 4ba1e18a9196823603146ce178914c5778a6eac045b994afbbe388cb945612bb5bab8072a77bfe0b647aeff614f3f4d8b34161c118fe9102745f2ba26c102e00

diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-0.8.0.ebuild
similarity index 93%
copy from www-plugins/lightspark/lightspark-9999.ebuild
copy to www-plugins/lightspark/lightspark-0.8.0.ebuild
index d0de6eda589..d67d565b6b3 100644
--- a/www-plugins/lightspark/lightspark-9999.ebuild
+++ b/www-plugins/lightspark/lightspark-0.8.0.ebuild
@@ -2,16 +2,15 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils git-r3 nsplugins toolchain-funcs
+inherit cmake-utils nsplugins vcs-snapshot toolchain-funcs
 
 DESCRIPTION="High performance flash player"
 HOMEPAGE="http://lightspark.github.io/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/lightspark/lightspark"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_sse2 curl ffmpeg gles libav nsplugin ppapi profile rtmp"
 
 # Note: code-wise llvm-4.0 is fine but due to CMake bug it can't work:
@@ -27,7 +26,6 @@ RDEPEND="app-arch/xz-utils:0=
 	media-libs/libsdl2:0=
 	media-libs/sdl2-mixer:0=
 	>=sys-devel/gcc-4.6.0:*[cxx]
-	<sys-devel/llvm-4:0=
 	>=sys-devel/llvm-3.4:0=
 	sys-libs/zlib:0=
 	x11-libs/cairo:0=
@@ -73,7 +71,7 @@ src_configure() {
 		-DENABLE_PROFILING=$(usex profile)
 		-DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
 
-		-DCOMPILE_PLUGIN=$(usex nsplugin)
+		-DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
 		-DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
 		# TODO: install /etc/chromium file? block adobe-flash?
 		-DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)

diff --git a/www-plugins/lightspark/lightspark-9999.ebuild b/www-plugins/lightspark/lightspark-9999.ebuild
index d0de6eda589..435e878ed31 100644
--- a/www-plugins/lightspark/lightspark-9999.ebuild
+++ b/www-plugins/lightspark/lightspark-9999.ebuild
@@ -27,7 +27,6 @@ RDEPEND="app-arch/xz-utils:0=
 	media-libs/libsdl2:0=
 	media-libs/sdl2-mixer:0=
 	>=sys-devel/gcc-4.6.0:*[cxx]
-	<sys-devel/llvm-4:0=
 	>=sys-devel/llvm-3.4:0=
 	sys-libs/zlib:0=
 	x11-libs/cairo:0=
@@ -73,7 +72,7 @@ src_configure() {
 		-DENABLE_PROFILING=$(usex profile)
 		-DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
 
-		-DCOMPILE_PLUGIN=$(usex nsplugin)
+		-DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
 		-DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
 		# TODO: install /etc/chromium file? block adobe-flash?
 		-DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)


             reply	other threads:[~2017-07-16 20:20 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-16 20:19 Chí-Thanh Christopher Nguyễn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-23 17:17 [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/ Matt Turner
2023-05-29  6:23 Michał Górny
2023-01-02 14:04 Andreas Sturmlechner
2022-08-30  5:45 Michał Górny
2022-08-30  5:45 Michał Górny
2021-07-03 21:46 Michał Górny
2021-02-08 15:07 Michał Górny
2020-12-26  8:40 Michał Górny
2020-06-08  8:56 Michał Górny
2020-04-26  7:44 Mikle Kolyada
2020-04-03 14:57 Andreas Sturmlechner
2020-01-03 20:40 Michał Górny
2019-12-09 19:20 Michał Górny
2019-12-08 11:11 Michał Górny
2019-12-08 11:11 Michał Górny
2018-09-23 19:08 Michał Górny
2018-09-23 19:08 Michał Górny
2018-09-06 21:22 Michał Górny
2018-08-29  0:41 Chí-Thanh Christopher Nguyễn
2018-04-05 18:51 Michał Górny
2018-04-05 18:51 Michał Górny
2018-04-05 18:51 Michał Górny
2018-04-05 18:51 Michał Górny
2018-04-05 18:51 Michał Górny
2017-06-03  8:27 Michał Górny
2017-03-07 16:35 Michał Górny
2017-01-28 12:14 Michał Górny
2017-01-28 12:01 Michał Górny
2017-01-28 12:01 Michał Górny
2016-01-07 22:10 Michał Górny

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=1500236350.e6d3e35ca037fdbb85928b09a922bcabbd02863d.chithanh@gentoo \
    --to=chithanh@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