Hello community,

here is the log from the commit of package webcamoid for openSUSE:Factory 
checked in at 2019-01-24 14:13:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webcamoid (Old)
 and      /work/SRC/openSUSE:Factory/.webcamoid.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webcamoid"

Thu Jan 24 14:13:25 2019 rev:6 rq:667777 version:8.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/webcamoid/webcamoid.changes      2018-07-09 
13:31:33.422464489 +0200
+++ /work/SRC/openSUSE:Factory/.webcamoid.new.28833/webcamoid.changes   
2019-01-24 14:13:25.819361411 +0100
@@ -1,0 +2,28 @@
+Tue Jan 22 10:08:00 UTC 2019 - [email protected]
+
+- Update to version 8.5.0
+  * UI ported to QtQuick Controls 2.
+  * Reworked virtual camera for GNU/Linux, Mac and Windows.
+  * Qt 5.9.0 as minimum requirement.
+  * Faster build and smaller binaries.
+  * Added build info.
+  * Fixed crash and many other bugs in FreeBSD.
+  * Added support for Microsoft Media Foundation capture.
+  * Fixed shadow build.
+  * Added support for FFmpeg 4.0.
+  * Fixed bug when reading/setting webcam controls.
+  * Added support for akvcam, default in-house virtual camera
+    solution for GNU/Linux.
+  * Fixed rendering problems in Mac.
+  * Added support for FreeBSD in deploy scripts.
+  * Fixed many bugs when recording audio and video.
+  * Default recording video bitrate is now 1.5Mbps.
+  * Fixed audio support in Windows.
+  * Removed 'su' and 'sudo' as root method when installing the
+    virtual camera in GNU/Linux.
+  * Removed Syphon support for Mac.
+  * Improved translations.
+
+- Dropped webcamoid-8.1.0-ffmpeg4.patch (no longer necessary)
+
+-------------------------------------------------------------------

Old:
----
  webcamoid-8.1.0-ffmpeg4.patch
  webcamoid-8.1.0.tar.gz

New:
----
  webcamoid-8.5.0.tar.gz

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

Other differences:
------------------
++++++ webcamoid.spec ++++++
--- /var/tmp/diff_new_pack.rzsGWq/_old  2019-01-24 14:13:26.367360779 +0100
+++ /var/tmp/diff_new_pack.rzsGWq/_new  2019-01-24 14:13:26.367360779 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package webcamoid
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:           webcamoid
-Version:        8.1.0
+Version:        8.5.0
 Release:        0
 Summary:        Webcam plasmoid for KDE
 License:        GPL-3.0-or-later
 Group:          System/GUI/KDE
-Url:            https://webcamoid.github.io/
+URL:            https://webcamoid.github.io/
 Source:         
https://github.com/hipersayanX/Webcamoid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM webcamoid-8.1.0-ffmpeg4.patch
-Patch0:         webcamoid-8.1.0-ffmpeg4.patch
 BuildRequires:  bison
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -38,12 +36,13 @@
 BuildRequires:  libqt5-linguist
 BuildRequires:  perl-Text-Markdown
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.6
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.6
-BuildRequires:  pkgconfig(Qt5Qml) >= 5.6
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.6
-BuildRequires:  pkgconfig(Qt5Svg) >= 5.6
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.9
+BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.9
+BuildRequires:  pkgconfig(Qt5Qml) >= 5.9
+BuildRequires:  pkgconfig(Qt5QuickControls2) >= 5.9
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.9
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.9
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.9
 BuildRequires:  pkgconfig(frei0r)
 BuildRequires:  pkgconfig(libavcodec) >= 58.7.100
 BuildRequires:  pkgconfig(libavdevice) >= 57.0.0
@@ -90,10 +89,9 @@
 
 %prep
 %setup -q -n webcamoid-%{version}
-%patch0 -p1
 
 %build
-qmake-qt5 \
+%qmake5 \
     Webcamoid.pro \
     LIBDIR=%{_libdir} \
     USE3DPARTYLIBS=0 \
@@ -108,7 +106,7 @@
 Markdown.pl --html4 README.md > README.html
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 
 %{kf5_post_install}
 
@@ -116,6 +114,9 @@
 
 desktop-file-edit %{buildroot}%{_kf5_applicationsdir}/webcamoid.desktop 
--remove-category=KDE --add-category=Video --add-category=Player
 
+# For some reason this is no longer installed since 8.5.0
+install -Dm0644 StandAlone/share/man/man1/webcamoid.1 
%{buildroot}%{_kf5_mandir}/man1/%{name}.1
+
 rm -rf %{buildroot}%{_datadir}/licenses/
 rm -rf %{buildroot}%{_datadir}/doc/
 
@@ -132,15 +133,15 @@
 %files
 %doc AUTHORS ChangeLog README.html THANKS
 %license COPYING
-%{_bindir}/webcamoid
-%{_kf5_applicationsdir}/webcamoid.desktop
+%{_bindir}/%{name}
+%{_kf5_applicationsdir}/%{name}.desktop
 %{_libdir}/libavkys.so.*
 %{_libdir}/avkys
 %{_libdir}/avkys/*.so
 %{_kf5_qmldir}/AkQml
 %{_kf5_qmldir}/AkQml/libAkQml.so
 %{_kf5_qmldir}/AkQml/qmldir
-%{_kf5_mandir}/man1/webcamoid.1.gz
+%{_kf5_mandir}/man1/%{name}.1%{ext_man}
 %{_kf5_iconsdir}/hicolor
 
 %files devel

++++++ webcamoid-8.1.0.tar.gz -> webcamoid-8.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/webcamoid/webcamoid-8.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.webcamoid.new.28833/webcamoid-8.5.0.tar.gz differ: 
char 12, line 1


Reply via email to