Hello community,

here is the log from the commit of package libopenshot for openSUSE:Factory 
checked in at 2019-08-22 10:50:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenshot (Old)
 and      /work/SRC/openSUSE:Factory/.libopenshot.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenshot"

Thu Aug 22 10:50:32 2019 rev:5 rq:724474 version:0.2.3+333

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenshot/libopenshot.changes  2018-09-25 
15:42:52.545261503 +0200
+++ /work/SRC/openSUSE:Factory/.libopenshot.new.22127/libopenshot.changes       
2019-08-22 10:50:38.641713803 +0200
@@ -1,0 +2,34 @@
+Sun Aug 18 08:31:15 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to current master (devel) branch, fixes build for Factory.
+- Run spec-cleaner, use modern macros.
+- Enable ruby-devel BuildRequires, fixed upstream.
+- Replace ImageMagick-devel with disabled pkgconfig(Magick++)
+  BuildRequires, it's not detected either way.
+
+-------------------------------------------------------------------
+Fri May  3 08:08:51 UTC 2019 - Adrian Schröter <[email protected]>
+
+- update to version 0.2.3
+  * Bumping version to 0.2.3 (SO 17)
+  * Integration of resvg SVG library (optional during build) (#185)
+  * Improved Keyframe Performance (#197)
+  * MP3 Special Handling & Missing Frame Refactor (#196)
+  * Fix default sizes on readers without MAX_WIDTH and MAX_HEIGHT settings 
(#188)
+  * Adding new settings class to be used for changing realtime settings used 
by libopenshot, such as scaling mode for preview vs final render, or hardware 
decode, etc... (#183)
+  * Integrate Constant Rate Factor (CRF) for FFmpegWriter (#186)
+  * Improving cache performance by preventing the cache from getting behind 
the currently displaying frame # (#179)
+  * Set video bit rate to 0 if an invalid bit rate detected (which happens 
when using crf) (#191)
+  * Invalid SetMaxSize Logic and Invalid CRF q settings in FFmpegWriter (#198)
+  * Refactor FFmpegWriter Open() and PrepareStreams() methods, so that 
SetOption() can be called between them. (#193)
+  * Some polishing for the cmake ReSVG discovery (#187)
+  * Adding condition before calling av_frame_free (in AV_FREE_FRAME macro) 
(#184)
+  * tests/CMakeLists: Use same dependencies as src/ (#163)
+  * Remove Eclipse files and add to gitignore (#178)
+  * Fixing Scale Mode (None) in previews (#182)
+  * Exclude git tags from kicking off GitLab builds (for libopenshot)
+  * Update readme to use markdown and update copyright to 2019 (#94)
+  * Update README and INSTALL files (including build instructions) (#194)
+  * Add git log file with commits up to the previous release (#192)
+
+-------------------------------------------------------------------

Old:
----
  libopenshot-0.2.2.obscpio

New:
----
  libopenshot-0.2.3+333.obscpio

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

Other differences:
------------------
++++++ libopenshot.spec ++++++
--- /var/tmp/diff_new_pack.WOC8GV/_old  2019-08-22 10:50:39.441713695 +0200
+++ /var/tmp/diff_new_pack.WOC8GV/_new  2019-08-22 10:50:39.441713695 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenshot
 #
-# 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
@@ -16,36 +16,26 @@
 #
 
 
-%define sover 16
+%define sover 17
+
 Name:           libopenshot
-Version:        0.2.2
+Version:        0.2.3+333
 Release:        0
 Summary:        The core library for the OpenShot video editor
 License:        LGPL-3.0-or-later
 Group:          Productivity/Multimedia/Other
-Url:            http://openshot.org/
+URL:            https://openshot.org/
 Source0:        libopenshot-%{version}.tar.xz
-BuildRequires:  ImageMagick-devel
+
 BuildRequires:  cmake
 BuildRequires:  cppzmq-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libopenshot-audio-devel
+BuildRequires:  libopenshot-audio-devel >= 0.1.8
 BuildRequires:  pkgconfig
+BuildRequires:  ruby-devel
 BuildRequires:  swig
-#still broken
+# Disabled as cmake does not detect it
 #BuildRequires:  pkgconfig(Magick++)
-#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)
@@ -53,9 +43,14 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(UnitTest++)
 BuildRequires:  pkgconfig(jsoncpp)
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavdevice)
+BuildRequires:  pkgconfig(libavfilter)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavresample)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(python3)
-# currently broken at compile time
-#BuildRequires:  ruby-devel
 
 %description
 A library for video editing, composition, animation, and playback,
@@ -105,7 +100,7 @@
 This package provides the Python bindings for the OpenShot library.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 # operators of base classes are not supposed to be used here, we can ignore it 
therefore.
@@ -115,10 +110,10 @@
 %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}
+       -DFFMPEG_INCLUDE_DIR=%{_includedir}/ffmpeg \
+       -DUSE_SYSTEM_JSONCPP=ON \
+       %{nil}
+%cmake_build
 
 %install
 %cmake_install
@@ -134,8 +129,9 @@
 %files devel
 %{_includedir}/%{name}/
 %{_libdir}/%{name}.so
+%{_libdir}/ruby/vendor_ruby/*/*-linux-gnu/openshot.so
 
 %files -n python3-openshot
-%{python3_sitearch}/*openshot*
+%{_prefix}/lib/python*/site-packages/*openshot*
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.WOC8GV/_old  2019-08-22 10:50:39.465713692 +0200
+++ /var/tmp/diff_new_pack.WOC8GV/_new  2019-08-22 10:50:39.469713692 +0200
@@ -2,8 +2,9 @@
   <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.2</param>
-    <param name="version">0.2.2</param>
+    <param name="revision">develop</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
   </service>
   <service mode="disabled" name="set_version" />
 

++++++ libopenshot.obsinfo ++++++
--- /var/tmp/diff_new_pack.WOC8GV/_old  2019-08-22 10:50:39.489713689 +0200
+++ /var/tmp/diff_new_pack.WOC8GV/_new  2019-08-22 10:50:39.489713689 +0200
@@ -1,5 +1,5 @@
 name: libopenshot
-version: 0.2.2
-mtime: 1537645666
-commit: c90fb9bccef1b92082ef720ad0c3b5a8b0eea363
+version: 0.2.3+333
+mtime: 1566065625
+commit: 857297abdf3b3c4d8067b5f32559d10269b2d7e0
 


Reply via email to