From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/
Date: Thu, 13 Oct 2016 19:07:21 +0000 (UTC) [thread overview]
Message-ID: <1476385629.f1a7a1d20d684afb05f07790ee139c9522d900b5.grknight@gentoo> (raw)
commit: f1a7a1d20d684afb05f07790ee139c9522d900b5
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 19:07:09 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 19:07:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a7a1d2
www-plugins/freshplayerplugin: Drop old revision
Package-Manager: portage-2.3.2
.../freshplayerplugin-0.3.5-r1.ebuild | 86 ----------------------
1 file changed, 86 deletions(-)
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
deleted file mode 100644
index 65d9b58..00000000
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-CMAKE_MIN_VERSION="2.8.8"
-
-inherit cmake-utils
-
-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="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
-
-KEYWORDS="amd64"
-
-HWDEC_DEPEND="
- libav? ( media-video/libav:0=[vaapi?,vdpau?] )
- !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
- x11-libs/libva
- x11-libs/libvdpau
-"
-
-COMMON_DEPEND="
- dev-libs/glib:2=
- dev-libs/icu:0=
- dev-libs/libevent:=[threads]
- media-libs/alsa-lib:=
- media-libs/freetype:2=
- media-libs/mesa:=[egl,gles2?]
- x11-libs/cairo:=[X]
- x11-libs/libXcursor:=
- x11-libs/libXrandr:=
- x11-libs/libXrender:=
- x11-libs/libdrm:=
- x11-libs/pango:=[X]
- jack? (
- media-sound/jack-audio-connection-kit
- media-libs/soxr
- )
- pulseaudio? ( media-sound/pulseaudio )
- !gtk3? ( x11-libs/gtk+:2= )
- gtk3? ( x11-libs/gtk+:3= )
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( dev-libs/openssl:0= )
- v4l? ( media-libs/libv4l:0= )
- vaapi? ( ${HWDEC_DEPEND} )
- vdpau? ( ${HWDEC_DEPEND} )
-"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/ragel
- virtual/pkgconfig
- "
-RDEPEND="${COMMON_DEPEND}
- || (
- www-plugins/chrome-binary-plugins[flash]
- www-client/google-chrome
- www-client/google-chrome-beta
- www-client/google-chrome-unstable
- www-plugins/adobe-flash:22
- )
- "
-
-PATCHES=( "${FILESDIR}/0.3.5-cmake.patch" "${FILESDIR}/0.3.4-git-revision.patch" )
-DOCS=( ChangeLog data/freshwrapper.conf.example README.md )
-
-src_configure() {
- mycmakeargs=(
- -DWITH_JACK=$(usex jack)
- -DWITH_PULSEAUDIO=$(usex pulseaudio)
- -DWITH_GTK=$(usex gtk3 3 2)
- -DWITH_GLES2=$(usex gles2)
- -DWITH_LIBV4L2=$(usex v4l)
- -DCMAKE_SKIP_RPATH=1
- )
- if use vaapi || use vdpau ; then
- mycmakeargs+=( -DWITH_HWDEC=1 )
- else
- mycmakeargs+=( -DWITH_HWDEC=0 )
- fi
- cmake-utils_src_configure
-}
next reply other threads:[~2016-10-13 19:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 19:07 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-26 7:44 [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/ Mikle Kolyada
2020-04-03 14:57 Andreas Sturmlechner
2018-05-29 8:28 Mikle Kolyada
2018-05-25 17:35 Pacho Ramos
2018-05-05 19:43 Brian Evans
2017-07-10 0:21 Brian Evans
2016-12-23 10:11 Johannes Huber
2016-11-10 4:13 Brian Evans
2016-10-13 19:07 Brian Evans
2016-10-13 19:07 Brian Evans
2016-10-13 18:14 Brian Evans
2016-09-27 3:22 Brian Evans
2016-03-03 13:42 Brian Evans
2015-12-29 2:56 Brian Evans
2015-12-19 19:07 Brian Evans
2015-10-30 9:18 Agostino Sarubbo
2015-10-12 2:49 Brian Evans
2015-10-08 2:01 Brian Evans
2015-08-22 2:09 Brian Evans
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=1476385629.f1a7a1d20d684afb05f07790ee139c9522d900b5.grknight@gentoo \
--to=grknight@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