Hello community,

here is the log from the commit of package libopenshot for openSUSE:Factory 
checked in at 2018-09-25 15:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenshot (Old)
 and      /work/SRC/openSUSE:Factory/.libopenshot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenshot"

Tue Sep 25 15:42:50 2018 rev:4 rq:637647 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenshot/libopenshot.changes  2018-07-24 
17:25:54.135569207 +0200
+++ /work/SRC/openSUSE:Factory/.libopenshot.new/libopenshot.changes     
2018-09-25 15:42:52.545261503 +0200
@@ -1,0 +2,18 @@
+Mon Sep 24 09:56:15 UTC 2018 - Adrian Schröter <[email protected]>
+
+- update to version 0.2.2
+  * FFmpeg 3 & 4 support
+  * Fixed crash with masks and transitions
+  * Fixed many bugs around FPS and video length calculation (especially for 
MP3 and streaming WEBM formats)
+  * Protecting samples_per_frame calculation to keep from crashing on 
undetected FPS
+  * OpenMP schedule change (added stability)
+  * Limiting threads for both FFmpeg and OpenMP (attempting to find a good 
balance of parallel performance, while not spawning too many threads). 
Sometimes more is not always better.
+  * Travis CI integration
+  * Fix install paths for headers and effects (Jeff Shillitto - jeffski)
+  * Fix bug with FFmpeg > 3.2 flushing frames (Jeff Shillitto - jeffski)
+  * Adding "reader" property for Mask effect, to allow the user to adjust the 
image or video used by the mask effect.
+  * Fixing bitrate calculation (to be in bytes instead of bits)
+  * Adding in FPS detection for files which don't have valid FPS. In those 
cases (streaming files for example), we iterate through all packets, and 
average the # of frames, duration, bit rate, etc... Not ideal, but a better 
fallback.
+- soname change to 16
+
+-------------------------------------------------------------------

Old:
----
  libopenshot-0.2.0.obscpio

New:
----
  libopenshot-0.2.2.obscpio

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

Other differences:
------------------
++++++ libopenshot.spec ++++++
--- /var/tmp/diff_new_pack.cvHei0/_old  2018-09-25 15:42:53.525260455 +0200
+++ /var/tmp/diff_new_pack.cvHei0/_new  2018-09-25 15:42:53.533260446 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define sover 15
+%define sover 16
 Name:           libopenshot
-Version:        0.2.0
+Version:        0.2.2
 Release:        0
 Summary:        The core library for the OpenShot video editor
 License:        LGPL-3.0-or-later
@@ -34,7 +34,18 @@
 BuildRequires:  swig
 #still broken
 #BuildRequires:  pkgconfig(Magick++)
-BuildRequires:  ffmpeg3-devel
+#BuildRequires:  ffmpeg3-devel
+# required on 15.0:
+#BuildRequires:  ffmpeg-3-libavdevice-devel
+
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavdevice)
+BuildRequires:  pkgconfig(libavfilter)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavresample)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
+
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Multimedia)
@@ -104,6 +115,7 @@
 %cmake \
     -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
     -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
+    -DFFMPEG_INCLUDE_DIR=/usr/include/ffmpeg \
     -DUSE_SYSTEM_JSONCPP=ON
 
 make %{?_smp_mflags}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cvHei0/_old  2018-09-25 15:42:53.569260408 +0200
+++ /var/tmp/diff_new_pack.cvHei0/_new  2018-09-25 15:42:53.573260404 +0200
@@ -2,8 +2,8 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/OpenShot/libopenshot.git</param>
     <param name="scm">git</param>
-    <param name="revision">v0.2.0</param>
-    <param name="version">0.2.0</param>
+    <param name="revision">v0.2.2</param>
+    <param name="version">0.2.2</param>
   </service>
   <service mode="disabled" name="set_version" />
 

++++++ libopenshot-0.2.0.obscpio -> libopenshot-0.2.2.obscpio ++++++
/work/SRC/openSUSE:Factory/libopenshot/libopenshot-0.2.0.obscpio 
/work/SRC/openSUSE:Factory/.libopenshot.new/libopenshot-0.2.2.obscpio differ: 
char 8, line 1

++++++ libopenshot.obsinfo ++++++
--- /var/tmp/diff_new_pack.cvHei0/_old  2018-09-25 15:42:53.605260369 +0200
+++ /var/tmp/diff_new_pack.cvHei0/_new  2018-09-25 15:42:53.605260369 +0200
@@ -1,5 +1,5 @@
 name: libopenshot
-version: 0.2.0
-mtime: 1530302794
-commit: 9972600931211c8db89141cfec207be829b7eb03
+version: 0.2.2
+mtime: 1537645666
+commit: c90fb9bccef1b92082ef720ad0c3b5a8b0eea363
 


Reply via email to