commit 562f1ca87beb43bb1f9159ba1c367995c7c07faf
Author: Mauricio Teixeira <mteixeir(a)redhat.com>
Date: Fri Jan 13 08:48:41 2017 -0500
bz#4411 Add Adobe PPAPI directory to search list (from flash-player-ppapi)
freshplayerplugin-adobe-ppapi.patch | 11 +++++++++++
freshplayerplugin.spec | 11 +++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/freshplayerplugin-adobe-ppapi.patch b/freshplayerplugin-adobe-ppapi.patch
new file mode 100644
index 0000000..a627517
--- /dev/null
+++ b/freshplayerplugin-adobe-ppapi.patch
@@ -0,0 +1,11 @@
+diff -ru freshplayerplugin-0.3.6.orig/src/config_pepperflash.c
freshplayerplugin-0.3.6/src/config_pepperflash.c
+--- freshplayerplugin-0.3.6.orig/src/config_pepperflash.c 2016-10-04 18:44:50.000000000
-0400
++++ freshplayerplugin-0.3.6/src/config_pepperflash.c 2017-01-12 17:39:49.534740489 -0500
+@@ -39,6 +39,7 @@
+ "/usr/lib64/chromium/PepperFlash", // chromium-pepper-flash (Old
Build) (CentOS/Read Hat/Fedora)
+ "/opt/chromium/PepperFlash", // chromium-pepper-flash (New
Build) (CentOS/Read Hat/Fedora)
+ "/usr/lib/pepflashplugin-installer", // pepflashplugin-installer
(Ubuntu)
++ "/usr/lib64/flash-plugin", // flash-player-ppapi (from
Adobe repo)
+ NULL,
+ };
+
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index a45c225..6b931c7 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -1,12 +1,14 @@
Name: freshplayerplugin
Version: 0.3.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PPAPI-host NPAPI-plugin adapter
Group: Applications/Internet
License: MIT
URL:
https://github.com/i-rinat/freshplayerplugin
Source0:
https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{...
+Patch0: freshplayerplugin-adobe-ppapi.patch
+
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: make
@@ -70,6 +72,8 @@ not only Firefox.
#sed -i 's|enable_3d = 1|enable_3d = 0|g' data/freshwrapper.conf.example
#sed -i 's|enable_3d = 1,|enable_3d = 0,|g'
src/config.c
+%patch0 -p1
+
%build
mkdir build
cd build
@@ -89,13 +93,16 @@ install -Dm 0644 data/freshwrapper.conf.example
%{buildroot}/etc/freshwrapper.co
%config(noreplace) %{_sysconfdir}/freshwrapper.conf
%changelog
+* Fri Jan 13 2017 Mauricio Teixeira <mauricio.teixeira(a)gmail.com> - 0.3.6-2
+- bz#4411 Add Adobe PPAPI directory to search list (from flash-player-ppapi)
+
* Fri Oct 07 2016 Mauricio Teixeira <mauricio.teixeira(a)gmail.com> - 0.3.6-1
- Upgrade to 0.3.6
* Wed Aug 31 2016 Sérgio Basto <sergio(a)serjux.com> - 0.3.5-3
- Clean spec, Vascom patches series, rfbz #4192
- Reorder BR to match with unitedrpms
-- Add possibility to disable 3D
+- Add possibility to disable 3D
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.3.5-2
- Rebuilt for ffmpeg-3.1.1