Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547726 - www-plugins/freshplayerplugin-0.2.4 version bump
Summary: www-plugins/freshplayerplugin-0.2.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Evans (RETIRED)
URL: https://github.com/i-rinat/freshplaye...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-25 16:53 UTC by nE0sIghT
Modified: 2015-04-27 00:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nE0sIghT 2015-04-25 16:53:25 UTC
--- ../../../gentoo/www-plugins/freshplayerplugin/freshplayerplugin-0.2.3.ebuild2015-03-11 18:48:08.000000000 +0300
+++ ./freshplayerplugin-0.2.4.ebuild	2015-04-25 19:48:54.544697252 +0300
@@ -13,7 +13,7 @@
 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"
+IUSE="jack pulseaudio"
 
 KEYWORDS="~amd64 ~x86"
 
@@ -29,6 +29,7 @@
 	x11-libs/libXrandr:=
 	x11-libs/libXrender:=
 	x11-libs/pango:=[X]
+	jack? ( media-sound/jack )
 	pulseaudio? ( media-sound/pulseaudio )
 "
 
@@ -45,10 +46,11 @@
 	)
 	"
 
-PATCHES=( "${FILESDIR}/with-pulseaudio-cmake.patch" )
-
 src_configure() {
-	mycmakeargs=( $(cmake-utils_use_with pulseaudio PULSEAUDIO)  )
+	mycmakeargs=(
+		$(cmake-utils_use_with jack JACK)
+		$(cmake-utils_use_with pulseaudio PULSEAUDIO)
+	)
 	cmake-utils_src_configure
 }
Comment 1 Brian Evans (RETIRED) gentoo-dev 2015-04-27 00:44:46 UTC
+*freshplayerplugin-0.2.4 (27 Apr 2015)
+
+  27 Apr 2015; Brian Evans <grknight@gentoo.org> +files/0.2.4-cmake.patch,
+  +freshplayerplugin-0.2.4.ebuild, metadata.xml:
+  Version bump wrt but 547726; Thanks to nE0sIghT <ykonotopov@gmail.com> for the
+  notification and the ebuild patch