grknight    15/03/11 01:13:44

  Added:                metadata.xml freshplayerplugin-0.2.3.ebuild
                        ChangeLog
  Log:
  Initial commit.  Ebuild written by me with input from bug 511512 and BtbN on 
IRC
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.1                  www-plugins/freshplayerplugin/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/freshplayerplugin/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/freshplayerplugin/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<maintainer>
        <email>[email protected]</email>
        <name>Brian Evans</name>
</maintainer>
</pkgmetadata>



1.1                  
www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: freshplayerplugin-0.2.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild,v
 1.1 2015/03/11 01:13:44 grknight Exp $

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="pulseaudio"

KEYWORDS="~amd64 ~x86"

CDEPEND="
        dev-libs/glib:2=
        dev-libs/libconfig:=
        dev-libs/libevent:=[threads]
        dev-libs/openssl:0=
        media-libs/alsa-lib:=
        media-libs/freetype:2=
        media-libs/mesa:=[egl,gles2]
        x11-libs/gtk+:2=
        x11-libs/libXrandr:=
        x11-libs/libXrender:=
        x11-libs/pango:=[X]
        pulseaudio? ( media-sound/pulseaudio )
"

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}/with-pulseaudio-cmake.patch" )

src_configure() {
        mycmakeargs=( $(cmake-utils_use_with pulseaudio PULSEAUDIO)  )
        cmake-utils_src_configure
}

src_install() {
        dodoc ChangeLog data/freshwrapper.conf.example README.md
        exeinto /usr/$(get_libdir)/nsbrowser/plugins
        doexe "${BUILD_DIR}/libfreshwrapper-pepperflash.so"
}



1.1                  www-plugins/freshplayerplugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/freshplayerplugin/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/freshplayerplugin/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for www-plugins/freshplayerplugin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-plugins/freshplayerplugin/ChangeLog,v 
1.1 2015/03/11 01:13:44 grknight Exp $

*freshplayerplugin-0.2.3 (11 Mar 2015)

  11 Mar 2015; Brian Evans <[email protected]>
  +files/with-pulseaudio-cmake.patch, +freshplayerplugin-0.2.3.ebuild,
  +metadata.xml:
  Initial commit.  Ebuild written by me with input from bug 511512 and BtbN on
  IRC




Reply via email to