Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory checked 
in at 2020-11-19 16:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pitivi (Old)
 and      /work/SRC/openSUSE:Factory/.pitivi.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pitivi"

Thu Nov 19 16:45:49 2020 rev:38 rq:849383 version:2020.09.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pitivi/pitivi.changes    2020-03-30 
23:04:41.264220415 +0200
+++ /work/SRC/openSUSE:Factory/.pitivi.new.5913/pitivi.changes  2020-11-23 
10:40:25.341999885 +0100
@@ -1,0 +2,67 @@
+Sat Nov 14 19:33:26 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Replace pkgconfig(gst-transcoder-1.0) with
+  pkgconfig(gstreamer-transcoder-1.0) BuildRequires.
+
+-------------------------------------------------------------------
+Tue Oct 27 09:23:25 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2020.09.2:
+  + timeline: Fix update_clips_asset.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Oct 24 17:56:41 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- Bump requires for GST and GES to the version required for pitivi.
+
+-------------------------------------------------------------------
+Thu Oct 15 13:15:16 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2020.09.1:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Oct  6 08:03:57 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2020.09:
+  + A plugin system allows extending the Pitivi functionality
+    medium-term, targeted for teams of editors.
+  + A developer console plugin allows interacting with the project
+    in a Python console.
+  + Custom UI replaces the automatically generated UI for a handful
+    of effects.
+  + Easy Ken-Burns effect.
+  + The new Greeter perspective replaces the Welcome wizard dialog
+    and allows a slick selection of a recently opened project.
+  + When being resized, the Viewer shows the percent of the actual
+    widget size in relation to the project video size.
+  + The Viewer size snaps at 50% when being resized.
+  + Scaled proxies if optimized media is too much for your machine.
+  + Timeline markers.
+  + Support for nested timelines by importing entire XGES files as
+    a clip.
+  + The Effects Library has been redesigned to allow quick access
+    to effects.
+  + Ability to favorite effects in the Effects Library.
+  + Improved workflow for adding effects.
+  + The refreshed clip effects UI allows working on multiple
+    effects at a time.
+  + Refactored Media Library using same logic for different view
+    modes.
+  + Refactored Render Dialog UI to avoid overwhelming people. Tell
+    us what you think about it.
+  + Restoring the editing state when reopening a project.
+  + Safe areas visualization in the Viewer.
+  + Easy alignment for video clips.
+  + Composition guidelines in the Viewer.
+  + Solid color clips.
+  + Ability to mute or hide an entire layer.
+  + Interactive intro so newcomers get familiar with the names of
+    the UI elements.
+  + The action search is a shortcut to everything possible in the
+    timeline, if you can find it. Press "/".
+  + New keyboard shortcuts for pros.
+- Drop pitivi-Support-python-3.8.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  pitivi-0.999.tar.xz
  pitivi-Support-python-3.8.patch

New:
----
  pitivi-2020.09.2.tar.xz

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

Other differences:
------------------
++++++ pitivi.spec ++++++
--- /var/tmp/diff_new_pack.UB8oUU/_old  2020-11-23 10:40:25.798000339 +0100
+++ /var/tmp/diff_new_pack.UB8oUU/_new  2020-11-23 10:40:25.802000342 +0100
@@ -17,16 +17,14 @@
 
 
 Name:           pitivi
-Version:        0.999
+Version:        2020.09.2
 Release:        0
 Summary:        Video editing software
 License:        LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            http://www.pitivi.org/
-Source0:        
https://download.gnome.org/sources/pitivi/0.999/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/pitivi/2020.09/%{name}-%{version}.tar.xz
 Source1:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM pitivi-Support-python-3.8.patch dims...@opensuse.org -- 
Support python 3.8
-Patch0:         pitivi-Support-python-3.8.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel >= 0.18.0
 BuildRequires:  gobject-introspection >= 1.31.1
@@ -39,19 +37,20 @@
 BuildRequires:  python3-nose
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(gst-transcoder-1.0) >= 1.8.1
 BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.12.2
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.14.1
+BuildRequires:  pkgconfig(gstreamer-transcoder-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0) >= 1.10.2
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 Requires:       gstreamer-transcoder >= 1.8.2
 Requires:       python3-cairo
 Requires:       python3-gobject
-Requires:       python3-gst
+Requires:       python3-gst >= 1.17.90
 Requires:       python3-matplotlib-gtk3
 Requires:       python3-numpy
 # We need a minimal version of the GES-1.0 package, so we have to specify it 
manually
-Requires:       typelib-1_0-GES-1_0 >= 1.4.0
+Requires:       typelib-1_0-GES-1_0 >= 1.17.90
+Requires:       typelib-1_0-Gst-1_0 >= 1.17.90
 # Pitivi can use the Frei0r plugins, and since this enables lots of effects, we
 # really want that by default if possible
 Recommends:     frei0r-plugins
@@ -104,12 +103,9 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/pitivi
 %{_libdir}/pitivi/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.pitivi.Pitivi.appdata.xml
 %{_datadir}/applications/org.pitivi.Pitivi.desktop
-%dir %{_datadir}/icons/hicolor/512x512
-%dir %{_datadir}/icons/hicolor/512x512/apps
 %{_datadir}/icons/hicolor/*/*/*.*
+%{_datadir}/metainfo/org.pitivi.Pitivi.appdata.xml
 %{_datadir}/mime/packages/org.pitivi.Pitivi-mime.xml
 %{_datadir}/pitivi/
 

++++++ pitivi-0.999.tar.xz -> pitivi-2020.09.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/pitivi/pitivi-0.999.tar.xz 
/work/SRC/openSUSE:Factory/.pitivi.new.5913/pitivi-2020.09.2.tar.xz differ: 
char 26, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to