From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1C3113888F for ; Mon, 12 Oct 2015 02:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D07CE0807; Mon, 12 Oct 2015 02:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4375E0807 for ; Mon, 12 Oct 2015 02:49:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 724C933FEB1 for ; Mon, 12 Oct 2015 02:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6823E34 for ; Mon, 12 Oct 2015 02:49:40 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1444618154.db7ad056226b6349ae10f6653f3f9ba4893b00b4.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/freshplayerplugin/freshplayerplugin-0.3.3-r1.ebuild X-VCS-Directories: www-plugins/freshplayerplugin/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: db7ad056226b6349ae10f6653f3f9ba4893b00b4 X-VCS-Branch: master Date: Mon, 12 Oct 2015 02:49:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75709898-eb49-42b7-9088-109e8957de18 X-Archives-Hash: b62669ad995234cfeacd7a5b8f7aa6fe commit: db7ad056226b6349ae10f6653f3f9ba4893b00b4 Author: Brian Evans gentoo org> AuthorDate: Mon Oct 12 02:49:14 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Oct 12 02:49:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7ad056 www-plugins/freshplayerplugin: Add libressl support Package-Manager: portage-2.2.20.1 .../freshplayerplugin-0.3.3-r1.ebuild | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.3-r1.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.3-r1.ebuild new file mode 100644 index 0000000..6f410bd --- /dev/null +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.3-r1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_MIN_VERSION="2.8.8" + +inherit cmake-utils multilib + +LICENSE="MIT" +HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" +DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers" +SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SLOT=0 +IUSE="gtk3 jack libav libressl pulseaudio vaapi vdpau" + +KEYWORDS="~amd64 ~x86" + +HWDEC_DEPEND=" + libav? ( media-video/libav:0=[vaapi?,vdpau?,x264] ) + !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?,x264] ) + x11-libs/libva + x11-libs/libvdpau +" + +CDEPEND=" + dev-libs/glib:2= + dev-libs/libevent:=[threads] + media-libs/alsa-lib:= + media-libs/freetype:2= + media-libs/libv4l:0= + media-libs/mesa:=[egl,gles2] + x11-libs/libXrandr:= + x11-libs/libXrender:= + x11-libs/libdrm:= + x11-libs/pango:=[X] + jack? ( media-sound/jack-audio-connection-kit ) + pulseaudio? ( media-sound/pulseaudio ) + !gtk3? ( x11-libs/gtk+:2= ) + gtk3? ( x11-libs/gtk+:3= ) + libressl? ( dev-libs/libressl:0= ) + !libressl? ( dev-libs/openssl:0= ) + vaapi? ( ${HWDEC_DEPEND} ) + vdpau? ( ${HWDEC_DEPEND} ) +" + +DEPEND="${CDEPEND} + dev-util/ragel + virtual/pkgconfig + " +RDEPEND="${CDEPEND} + || ( + www-plugins/chrome-binary-plugins[flash] + www-client/google-chrome + www-client/google-chrome-beta + www-client/google-chrome-unstable + ) + " + +PATCHES=( "${FILESDIR}/0.2.4-cmake.patch" ) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with jack JACK) + $(cmake-utils_use_with pulseaudio PULSEAUDIO) + -DWITH_GTK=$(usex gtk3 3 2) + -DCMAKE_SKIP_RPATH=1 + ) + if use vaapi || use vdpau ; then + mycmakeargs+=( -DWITH_HWDEC=1 ) + else + mycmakeargs+=( -DWITH_HWDEC=0 ) + fi + cmake-utils_src_configure +} + +src_install() { + dodoc ChangeLog data/freshwrapper.conf.example README.md + exeinto /usr/$(get_libdir)/nsbrowser/plugins + doexe "${BUILD_DIR}/libfreshwrapper-flashplayer.so" +}