Hello community,
here is the log from the commit of package gnome-video-effects for
openSUSE:Factory checked in at 2019-08-16 15:29:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-video-effects (Old)
and /work/SRC/openSUSE:Factory/.gnome-video-effects.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-video-effects"
Fri Aug 16 15:29:25 2019 rev:14 rq:723065 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-video-effects/gnome-video-effects.changes
2018-03-08 10:44:43.948914518 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-video-effects.new.22127/gnome-video-effects.changes
2019-08-16 15:29:26.389982066 +0200
@@ -1,0 +2,8 @@
+Sat Aug 10 09:25:55 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 0.5.0:
+ + Port to meson build system.
+ + Updated translations.
+- Add meson BuildRequires and macros.
+
+-------------------------------------------------------------------
Old:
----
gnome-video-effects-0.4.3.tar.xz
New:
----
gnome-video-effects-0.5.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-video-effects.spec ++++++
--- /var/tmp/diff_new_pack.eSYVEY/_old 2019-08-16 15:29:27.161981842 +0200
+++ /var/tmp/diff_new_pack.eSYVEY/_new 2019-08-16 15:29:27.161981842 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-video-effects
#
-# 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
@@ -12,19 +12,20 @@
# 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/
#
Name: gnome-video-effects
-Version: 0.4.3
+Version: 0.5.0
Release: 0
Summary: Collection of GStreamer effects
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Other
URL: https://wiki.gnome.org/Projects/GnomeVideoEffects
-Source0:
http://download.gnome.org/sources/gnome-video-effects/0.4/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-video-effects/0.5/%{name}-%{version}.tar.xz
BuildRequires: intltool
+BuildRequires: meson
BuildRequires: pkgconfig
BuildArch: noarch
@@ -40,14 +41,14 @@
A collection of GStreamer effects to be used in different GNOME Modules.
%prep
-%setup -q
+%autosetup -p1
%build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
%install
-%make_install
+%meson_install
%files
%license COPYING
++++++ gnome-video-effects-0.4.3.tar.xz -> gnome-video-effects-0.5.0.tar.xz
++++++
++++ 14274 lines of diff (skipped)