Hello community,

here is the log from the commit of package freshplayerplugin for 
openSUSE:Factory checked in at 2016-01-01 19:47:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freshplayerplugin (Old)
 and      /work/SRC/openSUSE:Factory/.freshplayerplugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freshplayerplugin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freshplayerplugin/freshplayerplugin.changes      
2015-11-16 18:51:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freshplayerplugin.new/freshplayerplugin.changes 
2016-01-01 19:49:55.000000000 +0100
@@ -1,0 +2,23 @@
+Sat Dec 26 21:14:56 UTC 2015 - [email protected]
+
+- Use cmake macro
+
+-------------------------------------------------------------------
+Sat Dec 26 18:01:34 UTC 2015 - [email protected]
+
+- Update to 0.3.4:
+  * graphics: add non-XRender fallback paths.
+  * graphics: use ANGLE GLES2 emulation layer by default.
+  * graphics: restore mouse pointer when moved outside.
+  * audio: request reduced latency when capturing via PulseAudio.
+  * input: detect and handle mouse double clicks.
+  * misc: add `make install` rule.
+  * misc: add option to show version in context menu.
+  * misc: call gdb for crash debugging.
+  * misc: stop using -fvisibility directives.
+- Use system libGLESv2.
+- Rebase clean.patch.
+- Remove cmake-install.patch: hardly reasonable now.
+- Remove Chromium Pepper Flash path appending: handled upstream.
+
+-------------------------------------------------------------------

Old:
----
  cmake-install.patch
  freshplayerplugin-0.3.3.tar.gz

New:
----
  freshplayerplugin-0.3.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freshplayerplugin.spec ++++++
--- /var/tmp/diff_new_pack.saq9Ww/_old  2016-01-01 19:49:56.000000000 +0100
+++ /var/tmp/diff_new_pack.saq9Ww/_new  2016-01-01 19:49:56.000000000 +0100
@@ -19,17 +19,15 @@
 %bcond_with restricted
 %bcond_with gtk3
 Name:           freshplayerplugin
-Version:        0.3.3
+Version:        0.3.4
 Release:        0
 Summary:        PPAPI2NPAPI compatibility layer
 License:        MIT
 Group:          Productivity/Networking/Web/Browsers
 Url:            https://github.com/i-rinat/freshplayerplugin
 Source:         
https://github.com/i-rinat/freshplayerplugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE clean.patch boo#937244 [email protected]
+# PATCH-FIX-OPENSUSE clean.patch bsc#937244 [email protected]
 Patch0:         clean.patch
-# PATCH-FIX-OPENSUSE cmake-install.patch [email protected] -- Install options 
to CMakeLists.txt.
-Patch1:         cmake-install.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -91,21 +89,15 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
-# Append chromium-pepperflash to pepperflash_path.
-sed -i 
's|^\(.*\)\.so"|\1\.so:%{_libdir}/chromium/PepperFlash/libpepflashplayer.so"|' 
data/freshwrapper.conf.example
 # Enable hardware accelerated decoding for PMBS.
 %if %{with restricted}
 sed -i 's|^\(enable_hwdec = \)0|\11|' data/freshwrapper.conf.example
 %endif
 
 %build
-mkdir build
-pushd build
-# FIXME: you should use %%cmake macros
-cmake \
-  -DLIB_INSTALL_DIR=%{_libdir} \
+%cmake \
+  -DMOZPLUGIN_INSTALL_DIR=%{_libdir}/browser-plugins \
 %if %{with gtk3}
   -DWITH_GTK=3                 \
 %else
@@ -116,12 +108,13 @@
 %else
   -DWITH_HWDEC=0               \
 %endif
-  ..
+  -DWITH_GLES2=ON
 make %{?_smp_mflags}
-popd
 
 %install
-%make_install -C build
+%cmake_install
+install -Dm 0644 data/freshwrapper.conf.example \
+  %{buildroot}%{_sysconfdir}/freshwrapper.conf
 
 %post
 /sbin/ldconfig

++++++ clean.patch ++++++
++++ 272031 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/freshplayerplugin/clean.patch
++++ and /work/SRC/openSUSE:Factory/.freshplayerplugin.new/clean.patch

++++++ freshplayerplugin-0.3.3.tar.gz -> freshplayerplugin-0.3.4.tar.gz ++++++
++++ 213559 lines of diff (skipped)


Reply via email to