[freshplayerplugin] Clean spec, Vascom patches series, rfbz #4192

Sérgio M. Basto sergiomb at rpmfusion.org
Wed Aug 31 21:31:20 CEST 2016


commit fe67354bff17af9fd43a27aafc261ce7bf77844a
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Wed Aug 31 20:14:34 2016 +0100

    Clean spec, Vascom patches series, rfbz #4192
    
    - Reorder BR to match with unitedrpms
    - Add possibility to disable 3D

 freshplayerplugin.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index 447ef7b..d105300 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -66,6 +66,9 @@ not only Firefox.
 
 %prep
 %autosetup
+# Disable 3D (because some intel graphics i915 and others display slow videos)
+#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
 
 %build
 mkdir build
@@ -89,6 +92,7 @@ install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.co
 * Wed Aug 31 2016 Sérgio Basto <sergio at serjux.com> - 0.3.5-3
 - Clean spec, Vascom patches series, rfbz #4192
 - Reorder BR to match with unitedrpms
+- Add possibility to disable 3D 
 
 * Sat Jul 30 2016 Julian Sikorski <belegdol at fedoraproject.org> - 0.3.5-2
 - Rebuilt for ffmpeg-3.1.1


More information about the rpmfusion-commits mailing list