Hello community, here is the log from the commit of package freshplayerplugin for openSUSE:Factory checked in at 2015-07-24 09:58:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-12 22:53:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.freshplayerplugin.new/freshplayerplugin.changes 2015-07-24 09:58:59.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 23 11:32:54 UTC 2015 - [email protected] + +- Update to 0.3.1: + * Add video decoding through VDPAU. + * Bugfixes. + +------------------------------------------------------------------- Old: ---- freshplayerplugin-0.3.0.tar.gz New: ---- freshplayerplugin-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freshplayerplugin.spec ++++++ --- /var/tmp/diff_new_pack.UXHbP4/_old 2015-07-24 09:59:00.000000000 +0200 +++ /var/tmp/diff_new_pack.UXHbP4/_new 2015-07-24 09:59:00.000000000 +0200 @@ -15,22 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%bcond_with restricted -%define use_gtk3 0 -%if 0%{?suse_version} < 1310 -%define use_gtk3 0 -%endif +%bcond_with restricted +%bcond_with gtk3 Name: freshplayerplugin -Version: 0.3.0 +Version: 0.3.1 Release: 0 -License: MIT Summary: PPAPI2NPAPI compatibility layer -Url: https://github.com/i-rinat/freshplayerplugin +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-UPSTREAM add install options to CMakeLists.txt -Patch: cmake-install.patch +# PATCH-FIX-UPSTREAM [email protected] [email protected] -- Install options to CMakeLists.txt +Patch0: cmake-install.patch +# PATCH-FIX-UPSTREAM clean.patch [email protected] -- Fix boo#937244 Patch1: clean.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -42,28 +40,30 @@ BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libconfig) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(libevent_pthreads) +BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(pangoft2) +BuildRequires: pkgconfig(soxr) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(xrender) -BuildRequires: pkgconfig(gtk+-2.0) -%if %{use_gtk3} +Provides: flash-player +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with gtk3} BuildRequires: pkgconfig(gtk+-3.0) %endif %if 0%{?suse_version} > 1140 BuildRequires: pkgconfig(glesv2) %endif -BuildRequires: pkgconfig(libpulse) -BuildRequires: pkgconfig(jack) -BuildRequires: pkgconfig(soxr) %if 0%{with restricted} # Hardware accelerated decoding. BuildRequires: pkgconfig(libavcodec) @@ -82,8 +82,6 @@ BuildRequires: Mesa-libGLESv2-2 BuildRequires: Mesa-libGLESv2-devel %endif -Provides: flash-player -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The main goal of this project is to get PPAPI (Pepper) Flash player @@ -93,23 +91,24 @@ %prep %setup -q -%patch -p1 +%patch0 -p1 %patch1 -p1 -#append chromium-pepperflash to pepperflash_path +# 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 +# Enable hardware accelerated decoding for PMBS. %if %{with restricted} sed -i 's|^\(enable_hwdec = \)0|\11|' data/freshwrapper.conf.example %endif %build mkdir build -cd build -cmake -DLIB_INSTALL_DIR=%{_libdir} \ +pushd build +cmake \ + -DLIB_INSTALL_DIR=%{_libdir} \ -DWITH_NACL=TRUE \ -DWITH_LIBPDF=TRUE \ -%if %{use_gtk3} +%if %{with gtk3} -DWITH_GTK=3 \ %else -DWITH_GTK=2 \ @@ -121,23 +120,23 @@ %endif .. make %{?_smp_mflags} +popd %install -cd build -make install DESTDIR=%{buildroot} %{?_smp_mflags} +%make_install -C build %post /sbin/ldconfig -# tweak for plasma 5 +# A tweak for Plasma 5. if [ ! -f "%{_bindir}/plasmashell" ]; then -sed -i 's|^\(quirk_plasma5_screensaver = \)0|\11|' %{_sysconfdir}/freshwrapper.conf + sed -i 's|^\(quirk_plasma5_screensaver = \)0$|\11|' %{_sysconfdir}/freshwrapper.conf fi %postun -p /sbin/ldconfig %files %defattr(-,root,root) -%doc ChangeLog README.md COPYING LICENSE +%doc ChangeLog COPYING README.md LICENSE %config %{_sysconfdir}/freshwrapper.conf %{_libdir}/browser-plugins/libfreshwrapper-libpdf.so %{_libdir}/browser-plugins/libfreshwrapper-nacl.so ++++++ freshplayerplugin-0.3.0.tar.gz -> freshplayerplugin-0.3.1.tar.gz ++++++ ++++ 1787 lines of diff (skipped)
