commit xplayer for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2020-09-14 12:26:45

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new.4249 (New)


Package is "xplayer"

Mon Sep 14 12:26:45 2020 rev:23 rq:833869 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2020-02-03 
11:16:28.209940514 +0100
+++ /work/SRC/openSUSE:Factory/.xplayer.new.4249/xplayer.changes
2020-09-14 12:28:57.829122966 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 20:55:44 UTC 2020 - Bjørn Lie 
+
+- Change define bcond_without zeitgeist to becond_with, no longer
+  build zeitgeist support, as it is slated for removal from distro.
+
+---



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.J5noJE/_old  2020-09-14 12:28:58.477123379 +0200
+++ /var/tmp/diff_new_pack.J5noJE/_new  2020-09-14 12:28:58.481123382 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_without zeitgeist
+%bcond_with zeitgeist
 Name:   xplayer
 Version:2.2.1
 Release:0




commit xplayer for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2020-02-03 11:16:04

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new.26092 (New)


Package is "xplayer"

Mon Feb  3 11:16:04 2020 rev:22 rq:769446 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2019-08-13 
13:27:43.765316307 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new.26092/xplayer.changes   
2020-02-03 11:16:28.209940514 +0100
@@ -1,0 +2,14 @@
+Wed Jan 15 16:48:23 UTC 2020 - Bjørn Lie 
+
+- Switch to Python3. Replace python-devel with python3-base
+  BuildRequires and libpeas-loader-python, python-beautifulsoup,
+  python2-httplib2 and python-httplib2 with libpeas-loader-python3
+  Requires and python3-beautifulsoup4 and python3-httplib2
+  Recommends. Add python3-pylint, needed for python support to be
+  actually enabled, and pass export PYTHON=%%{_bindir}/python3.
+  Drop python-gobject, python2-gobject-Gdk,
+  gstreamer-plugin-gstclutter-3_0, python-gobject-Gdk and the
+  conditonals around these. Add python3-gobject-Gdk, it is the only
+  one needed.
+
+---



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.fxhnuf/_old  2020-02-03 11:16:29.401941117 +0100
+++ /var/tmp/diff_new_pack.fxhnuf/_new  2020-02-03 11:16:29.401941117 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xplayer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,9 +23,9 @@
 Summary:Generic media player
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Video/Players
-Url:https://github.com/linuxmint/xplayer
+URL:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM return no value in void function
+# PATCH-FIX-UPSTREAM return no value in void function
 Patch:  xplayer-2.2.1-return-no-value-in-void-function.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
@@ -40,7 +40,8 @@
 BuildRequires:  libtool
 BuildRequires:  lirc-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
+BuildRequires:  python3-base
+BuildRequires:  python3-pylint
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.14.1
@@ -77,7 +78,6 @@
 Requires:   gstreamer-plugins-base
 Requires:   gstreamer-plugins-good
 Requires:   iso-codes
-Requires:   python-gobject
 Requires:   xplayer-plugins
 Recommends: %{name}-lang
 Recommends: %{name}-plugins
@@ -91,15 +91,9 @@
 %else
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
 %endif
-%if 0%{?suse_version} >= 1500
 # Required for cluttersink.
 Requires:   gstreamer-plugin-cluttergst3
-Requires:   python2-gobject-Gdk
-%else
-# Required for cluttersink.
-Requires:   gstreamer-plugin-gstclutter-3_0
-Requires:   python-gobject-Gdk
-%endif
+Requires:   python3-gobject-Gdk
 
 %description
 xplayer is a media player based on GStreamer for the Cinnamon
@@ -110,19 +104,15 @@
 Summary:Plugins for xplayer media player
 Group:  Productivity/Multimedia/Video/Players
 Requires:   %{name} = %{version}
-Requires:   libpeas-loader-python
+Requires:   libpeas-loader-python3
 # Brasero plugin.
 Recommends: brasero
 # BBC iPlayer plugin.
-Recommends: python-beautifulsoup
+Recommends: python3-beautifulsoup4
 # Gromit Annotation plugin.
 Suggests:   gromit
 %glib2_gsettings_schema_requires
-%if 0%{?suse_version} >= 1500
-Recommends: python2-httplib2
-%else
-Recommends: python-httplib2
-%endif
+Recommends: python3-httplib2
 
 %description plugins
 xplayer is a media player based on GStreamer for the Cinnamon
@@ -161,11 +151,11 @@
 %lang_package
 
 %prep
-%setup -q
-%patch -p1
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
+export PYTHON=%{_bindir}/python3
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins/
 %configure \
   --disable-static \




commit xplayer for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2019-08-13 13:27:42

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new.9556 (New)


Package is "xplayer"

Tue Aug 13 13:27:42 2019 rev:21 rq:722994 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2019-07-29 
17:28:55.070246096 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new.9556/xplayer.changes
2019-08-13 13:27:43.765316307 +0200
@@ -1,0 +2,5 @@
+Tue Aug 13 06:50:19 UTC 2019 - Marguerite Su 
+
+- add xplayer-2.2.1-return-no-value-in-void-function.patch
+
+---

New:

  xplayer-2.2.1-return-no-value-in-void-function.patch



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.UikuPB/_old  2019-08-13 13:27:44.213316189 +0200
+++ /var/tmp/diff_new_pack.UikuPB/_new  2019-08-13 13:27:44.213316189 +0200
@@ -25,6 +25,8 @@
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM return no value in void function
+Patch:  xplayer-2.2.1-return-no-value-in-void-function.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -160,6 +162,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -167,7 +170,8 @@
 %configure \
   --disable-static \
   --disable-Werror
-make %{?_smp_mflags} V=1
+#make %{?_smp_mflags} V=1
+make -j1 V=1
 
 %install
 %make_install

++ xplayer-2.2.1-return-no-value-in-void-function.patch ++
Index: xplayer-2.2.1/src/backend/gsd-osd-window.c
===
--- xplayer-2.2.1.orig/src/backend/gsd-osd-window.c
+++ xplayer-2.2.1/src/backend/gsd-osd-window.c
@@ -250,7 +250,7 @@ draw_action_custom (GsdOsdDrawContext  *
 g_free (name);
 if (pixbuf == NULL)
 {
-return FALSE;
+return;
 }
 }
 



commit xplayer for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2019-07-29 17:28:51

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new.4126 (New)


Package is "xplayer"

Mon Jul 29 17:28:51 2019 rev:20 rq:719311 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2019-07-18 
15:19:13.024156946 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new.4126/xplayer.changes
2019-07-29 17:28:55.070246096 +0200
@@ -1,0 +2,6 @@
+Sun Jul 28 04:02:53 UTC 2019 - Marguerite Su 
+
+- Update to version 2.2.1:
+  * Update translations
+
+---

Old:

  xplayer-2.2.0.tar.gz

New:

  xplayer-2.2.1.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.Kp5dW7/_old  2019-07-29 17:28:56.254245658 +0200
+++ /var/tmp/diff_new_pack.Kp5dW7/_new  2019-07-29 17:28:56.258245657 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xplayer
 #
-# 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
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Generic media player
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ xplayer-2.2.0.tar.gz -> xplayer-2.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-2.2.0/configure.ac 
new/xplayer-2.2.1/configure.ac
--- old/xplayer-2.2.0/configure.ac  2019-06-23 14:16:21.0 +0200
+++ new/xplayer-2.2.1/configure.ac  2019-07-10 11:19:37.0 +0200
@@ -2,7 +2,7 @@
 
 m4_define(xplayer_version_major, 2)
 m4_define(xplayer_version_minor, 2)
-m4_define(xplayer_version_micro, 0)
+m4_define(xplayer_version_micro, 1)
 
 # The version of the API exposed to plugins
 m4_define(xplayer_api_version_major, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-2.2.0/debian/changelog 
new/xplayer-2.2.1/debian/changelog
--- old/xplayer-2.2.0/debian/changelog  2019-06-23 14:16:21.0 +0200
+++ new/xplayer-2.2.1/debian/changelog  2019-07-10 11:19:37.0 +0200
@@ -1,3 +1,9 @@
+xplayer (2.2.1) tina; urgency=medium
+
+  * l10n: Update translations
+
+ -- Clement Lefebvre   Wed, 10 Jul 2019 11:19:22 +0200
+
 xplayer (2.2.0) tina; urgency=medium
 
   [ djsutton ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-2.2.0/po/af.po new/xplayer-2.2.1/po/af.po
--- old/xplayer-2.2.0/po/af.po  2019-06-23 14:16:21.0 +0200
+++ new/xplayer-2.2.1/po/af.po  2019-07-10 11:19:37.0 +0200
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2019-06-23 10:21+\n"
-"X-Generator: Launchpad (build 18989)\n"
+"X-Launchpad-Export-Date: 2019-07-10 08:28+\n"
+"X-Generator: Launchpad (build 19007)\n"
 "X-Project-Style: gnome\n"
 "Language: af\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-2.2.0/po/am.po new/xplayer-2.2.1/po/am.po
--- old/xplayer-2.2.0/po/am.po  2019-06-23 14:16:21.0 +0200
+++ new/xplayer-2.2.1/po/am.po  2019-07-10 11:19:37.0 +0200
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Launchpad-Export-Date: 2019-06-23 10:21+\n"
-"X-Generator: Launchpad (build 18989)\n"
+"X-Launchpad-Export-Date: 2019-07-10 08:28+\n"
+"X-Generator: Launchpad (build 19007)\n"
 
 #: ../data/fullscreen.ui.h:1
 msgid "Leave fullscreen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-2.2.0/po/ar.po new/xplayer-2.2.1/po/ar.po
--- old/xplayer-2.2.0/po/ar.po  2019-06-23 14:16:21.0 +0200
+++ new/xplayer-2.2.1/po/ar.po  2019-07-10 11:19:37.0 +0200
@@ -11,8 +11,8 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
 "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
-"X-Launchpad-Export-Date: 2019-06-23 10:21+\n"
-"X-Generator: Launchpad (build 18989)\n"
+"X-Launchpad-Export-Date: 2019-07-10 08:28+\n"
+"X-Generator: Launchpad (build 19007)\n"
 "Language: ar_EG\n"
 
 #: ../data/fullscreen.ui.h:1
diff -urN '--exc

commit xplayer for openSUSE:Factory

2018-09-19 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2018-09-19 14:31:41

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Wed Sep 19 14:31:41 2018 rev:18 rq:636480 version:1.8.3

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2018-06-28 
15:13:27.371588796 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-09-19 
14:33:27.523299680 +0200
@@ -1,0 +2,6 @@
+Mon Sep 10 12:53:21 UTC 2018 - sor.ale...@meowr.ru
+
+- Add xplayer-fix-grilo.patch: Fix start-up issues caused by the
+  Grilo plugin (boo#1106676).
+
+---

New:

  xplayer-fix-grilo.patch



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.aAgsJv/_old  2018-09-19 14:33:27.999299358 +0200
+++ /var/tmp/diff_new_pack.aAgsJv/_new  2018-09-19 14:33:28.003299356 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -25,6 +25,8 @@
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM xplayer-fix-grilo.patch boo#1106676 sor.ale...@meowr.ru 
-- Fix start-up issues caused by the Grilo plugin.
+Patch0: xplayer-fix-grilo.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -90,7 +92,6 @@
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
 %endif
 %if 0%{?suse_version} >= 1500
-BuildRequires:  pkgconfig(grilo-0.3)
 # Required for cluttersink.
 Requires:   gstreamer-plugin-cluttergst3
 Requires:   python2-gobject-Gdk
@@ -161,6 +162,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -205,11 +207,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS ChangeLog NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}*

++ xplayer-fix-grilo.patch ++
--- a/src/plugins/grilo/grilo.ui
+++ b/src/plugins/grilo/grilo.ui
@@ -108,17 +108,6 @@
 0
   
 
-
-  
-True
-True
-  
-  
-True
-True
-1
-  
-
   
   
 False
@@ -131,16 +120,6 @@
 True
 True
 in
-
-  
-True
-True
-gw_search_store_results
-
-  
-
-  
-
   
   
 True
--- a/src/plugins/grilo/xplayer-grilo.c
+++ b/src/plugins/grilo/xplayer-grilo.c
@@ -1189,15 +1189,27 @@ static void
 setup_sidebar_search (XplayerGriloPlugin *self,
   GtkBuilder *builder)
 {
+   GtkWidget *search_combo_box, *search_results_window;
+   GtkStyleContext *search_results_view_style;
+
+   self->priv->search_results_view = gd_main_icon_view_new ();
+   self->priv->search_entry = GTK_WIDGET (xplayer_search_entry_new ());
+
self->priv->search_results_model = GTK_TREE_MODEL 
(gtk_builder_get_object (builder, "gw_search_store_results"));
self->priv->search_sources_list = GTK_WIDGET (gtk_builder_get_object 
(builder, "gw_search_select_source"));
-   self->priv->search_results_view = GTK_WIDGET (gtk_builder_get_object 
(builder, "gw_search_results_view"));
-   self->priv->search_entry =  GTK_WIDGET (gtk_builder_get_object 
(builder, "gw_search_text"));
+   search_combo_box = GTK_WIDGET (gtk_builder_get_object (builder, 
"gw_combo_box"));
+   search_results_window = GTK_WIDGET (gtk_builder_get_object (builder, 
"gw_search_results_window"));
 
-   g_signal_connect (self->priv->search_results_view,
+   gtk_icon_view_set_model (GTK_ICON_VIEW 
(self->priv->search_results_view),
+self->priv->search_results_model);
+   gtk_widget_set_can_focus (self->priv->search_results_view, TRUE);
+
+   search_results_view_style = gtk_widget_get_style_context 
(self->priv->search_results_view);
+   gtk_style_context_add_class (search_results_view_style, "content-view");
+
+   g_signal_connect (GTK_ICON_VIEW (self->priv->search_results_view),
  "item-activated",
- G_CALLBACK (search_activated_cb),
-

commit xplayer for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2018-06-28 15:13:12

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Thu Jun 28 15:13:12 2018 rev:17 rq:619358 version:1.8.3

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2018-05-29 
10:46:57.375983929 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-06-28 
15:13:27.371588796 +0200
@@ -1,0 +2,7 @@
+Tue Jun 26 17:30:24 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.8.3 (changes since 1.8.1):
+  * Fix "Fit window to movie".
+  * Update translations.
+
+---

Old:

  xplayer-1.8.1.tar.gz

New:

  xplayer-1.8.3.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.eM5tkP/_old  2018-06-28 15:13:28.783586208 +0200
+++ /var/tmp/diff_new_pack.eM5tkP/_new  2018-06-28 15:13:28.783586208 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.8.1
+Version:1.8.3
 Release:0
 Summary:Generic media player
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ xplayer-1.8.1.tar.gz -> xplayer-1.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.8.1/configure.ac 
new/xplayer-1.8.3/configure.ac
--- old/xplayer-1.8.1/configure.ac  2018-05-22 13:59:02.0 +0200
+++ new/xplayer-1.8.3/configure.ac  2018-06-26 13:24:34.0 +0200
@@ -2,7 +2,7 @@
 
 m4_define(xplayer_version_major, 1)
 m4_define(xplayer_version_minor, 8)
-m4_define(xplayer_version_micro, 1)
+m4_define(xplayer_version_micro, 3)
 
 # The version of the API exposed to plugins
 m4_define(xplayer_api_version_major, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.8.1/debian/changelog 
new/xplayer-1.8.3/debian/changelog
--- old/xplayer-1.8.1/debian/changelog  2018-05-22 13:59:02.0 +0200
+++ new/xplayer-1.8.3/debian/changelog  2018-06-26 13:24:34.0 +0200
@@ -1,3 +1,15 @@
+xplayer (1.8.3) tara; urgency=medium
+
+  * l10n: Update translations
+
+ -- Clement Lefebvre   Tue, 26 Jun 2018 13:24:17 +0200
+
+xplayer (1.8.2) tara; urgency=medium
+
+  * Fix "Fit window to movie"
+
+ -- Clement Lefebvre   Wed, 20 Jun 2018 00:24:55 +0200
+
 xplayer (1.8.1) tara; urgency=medium
 
   * l10n: Update translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.8.1/po/af.po new/xplayer-1.8.3/po/af.po
--- old/xplayer-1.8.1/po/af.po  2018-05-22 13:59:02.0 +0200
+++ new/xplayer-1.8.3/po/af.po  2018-06-26 13:24:34.0 +0200
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2018-05-22 09:23+\n"
-"X-Generator: Launchpad (build 18658)\n"
+"X-Launchpad-Export-Date: 2018-06-26 10:14+\n"
+"X-Generator: Launchpad (build 18688)\n"
 "X-Project-Style: gnome\n"
 "Language: af\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.8.1/po/am.po new/xplayer-1.8.3/po/am.po
--- old/xplayer-1.8.1/po/am.po  2018-05-22 13:59:02.0 +0200
+++ new/xplayer-1.8.3/po/am.po  2018-06-26 13:24:34.0 +0200
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Launchpad-Export-Date: 2018-05-22 09:23+\n"
-"X-Generator: Launchpad (build 18658)\n"
+"X-Launchpad-Export-Date: 2018-06-26 10:14+\n"
+"X-Generator: Launchpad (build 18688)\n"
 
 #: ../data/fullscreen.ui.h:1
 msgid "Leave fullscreen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.8.1/po/ar.po new/xplayer-1.8.3/po/ar.po
--- old/xplayer-1.8.1/po/ar.po  2018-05-22 13:59:02.0 +0200
+++ new/xplayer-1.8.3/po/ar.po  2018-06-26 13:24:34.0 +0200
@@ -11,8 +11,8 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
 "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
-"X-Launchpad-Export-Date: 2018-05-22 09:23+\n"
-"X-Generator: Launchpad (build 18658)\n"
+"X-Launchpad-Export-Date: 2018-06-26 10:15+\n"
+"X-Generator: Launchpad (build 18688)\n"
 "Language: ar_EG\n"
 
 #: ../data/fullscreen.ui.h:1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.8.1/po/as.po new/xplayer-1.8.3/po/as.po
--- 

commit xplayer for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2018-05-29 10:46:42

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Tue May 29 10:46:42 2018 rev:16 rq:612394 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2018-05-13 
16:05:18.485799888 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-05-29 
10:46:57.375983929 +0200
@@ -1,0 +2,6 @@
+Sat May 26 10:16:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.8.1:
+  * Update translations.
+
+---

Old:

  xplayer-1.8.0.tar.gz

New:

  xplayer-1.8.1.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.0QAoHQ/_old  2018-05-29 10:46:58.203953379 +0200
+++ /var/tmp/diff_new_pack.0QAoHQ/_new  2018-05-29 10:46:58.207953231 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Generic media player
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ xplayer-1.8.0.tar.gz -> xplayer-1.8.1.tar.gz ++
 9459 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2018-05-13 16:05:16

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Sun May 13 16:05:16 2018 rev:15 rq:605805 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2018-03-28 
10:31:15.389315182 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-05-13 
16:05:18.485799888 +0200
@@ -1,0 +2,15 @@
+Thu May  8 20:40:20 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.8.0:
+  * Do not use gnome-common.
+  * Fix the python shebang.
+  * Clean up the auto-generated files.
+  * Fix a compilation error.
+  * Fix "Pause" handler for the MPRIS interface, as well as the
+media key interface. The media-key handler simply hadn't
+implemented it, and the mpris plugin (python) was encountering
+an introspection namespace issue with the pause methods.
+  * rotation plugin: Fix build, remove generated files, and allow
+the build to compile the .vala source.
+
+---

Old:

  xplayer-1.6.1.tar.gz

New:

  xplayer-1.8.0.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.2DUKww/_old  2018-05-13 16:05:19.529761802 +0200
+++ /var/tmp/diff_new_pack.2DUKww/_new  2018-05-13 16:05:19.529761802 +0200
@@ -18,19 +18,24 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.6.1
+Version:1.8.0
 Release:0
 Summary:Generic media player
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  autoconf-archive
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-common
 BuildRequires:  gstreamer-plugins-good >= 0.11.93
 # For gst-inspect tool
 BuildRequires:  gstreamer-utils >= 0.11.93
+BuildRequires:  gtk-doc
+BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  lirc-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
@@ -158,10 +163,11 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 gnome-autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins/
 %configure \
-  --disable-static
+  --disable-static \
+  --disable-Werror
 make %{?_smp_mflags} V=1
 
 %install

++ xplayer-1.6.1.tar.gz -> xplayer-1.8.0.tar.gz ++
 21507 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2018-03-28 10:31:11

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Wed Mar 28 10:31:11 2018 rev:14 rq:591043 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-11-27 
22:16:28.554849220 +0100
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2018-03-28 
10:31:15.389315182 +0200
@@ -1,0 +2,6 @@
+Thu Mar 15 17:02:14 UTC 2018 - sor.ale...@meowr.ru
+
+- Require gstreamer-plugin-cluttergst3 instead of
+  gstreamer-plugin-gstclutter-3_0 on Leap 15.0 or later.
+
+---



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.MwG7iP/_old  2018-03-28 10:31:16.265283679 +0200
+++ /var/tmp/diff_new_pack.MwG7iP/_new  2018-03-28 10:31:16.269283535 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xplayer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 Version:1.6.1
 Release:0
 Summary:Generic media player
-License:GPL-2.0+ AND LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -46,6 +46,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.82
 BuildRequires:  pkgconfig(glib-2.0) >= 2.33.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(grilo-0.3)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 0.11.93
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0) >= 1.0.2
@@ -63,8 +64,6 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xapp)
 BuildRequires:  pkgconfig(xkbfile)
-# Required for cluttersink.
-Requires:   gstreamer-plugin-gstclutter-3_0
 # Needed for scaletempo (boo#810378, boo#809854).
 Requires:   gstreamer-plugins-bad
 # We want a useful set of plugins.
@@ -85,11 +84,15 @@
 %else
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
 %endif
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+%if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig(grilo-0.3)
-Requires:   python-gobject-Gdk
+# Required for cluttersink.
+Requires:   gstreamer-plugin-cluttergst3
+Requires:   python2-gobject-Gdk
 %else
-BuildRequires:  pkgconfig(grilo-0.2)
+# Required for cluttersink.
+Requires:   gstreamer-plugin-gstclutter-3_0
+Requires:   python-gobject-Gdk
 %endif
 
 %description
@@ -106,10 +109,14 @@
 Recommends: brasero
 # BBC iPlayer plugin.
 Recommends: python-beautifulsoup
-Recommends: python-httplib2
 # Gromit Annotation plugin.
 Suggests:   gromit
 %glib2_gsettings_schema_requires
+%if 0%{?suse_version} >= 1500
+Recommends: python2-httplib2
+%else
+Recommends: python-httplib2
+%endif
 
 %description plugins
 xplayer is a media player based on GStreamer for the Cinnamon
@@ -169,7 +176,7 @@
 
 %post
 /sbin/ldconfig
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %desktop_database_post
 %icon_theme_cache_post
 %glib2_gsettings_schema_post
@@ -177,13 +184,13 @@
 
 %postun
 /sbin/ldconfig
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_post
 %endif
 
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %post plugins
 %glib2_gsettings_schema_post
 
@@ -192,7 +199,12 @@
 %endif
 
 %files
-%doc AUTHORS COPYING ChangeLog NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS ChangeLog NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}*
 %{_datadir}/applications/*.desktop




commit xplayer for openSUSE:Factory

2017-11-27 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-11-27 22:16:26

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Mon Nov 27 22:16:26 2017 rev:13 rq:545324 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-11-10 
14:56:43.461538809 +0100
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-11-27 
22:16:28.554849220 +0100
@@ -1,0 +2,6 @@
+Fri Nov 24 20:58:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.6.1:
+  * Update translations.
+
+---

Old:

  xplayer-1.6.0.tar.gz

New:

  xplayer-1.6.1.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.5wPubk/_old  2017-11-27 22:16:29.342820618 +0100
+++ /var/tmp/diff_new_pack.5wPubk/_new  2017-11-27 22:16:29.346820472 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ AND LGPL-2.1+

++ xplayer-1.6.0.tar.gz -> xplayer-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.6.0/configure.ac 
new/xplayer-1.6.1/configure.ac
--- old/xplayer-1.6.0/configure.ac  2017-11-03 22:22:32.0 +0100
+++ new/xplayer-1.6.1/configure.ac  2017-11-23 13:29:26.0 +0100
@@ -2,7 +2,7 @@
 
 m4_define(xplayer_version_major, 1)
 m4_define(xplayer_version_minor, 6)
-m4_define(xplayer_version_micro, 0)
+m4_define(xplayer_version_micro, 1)
 
 # The version of the API exposed to plugins
 m4_define(xplayer_api_version_major, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.6.0/debian/changelog 
new/xplayer-1.6.1/debian/changelog
--- old/xplayer-1.6.0/debian/changelog  2017-11-03 22:22:32.0 +0100
+++ new/xplayer-1.6.1/debian/changelog  2017-11-23 13:29:26.0 +0100
@@ -1,3 +1,9 @@
+xplayer (1.6.1) sylvia; urgency=medium
+
+  * l10n: Update translations
+
+ -- Clement Lefebvre   Thu, 23 Nov 2017 12:29:04 +
+
 xplayer (1.6.0) sylvia; urgency=medium
 
   [ JosephMcc ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.6.0/po/af.po new/xplayer-1.6.1/po/af.po
--- old/xplayer-1.6.0/po/af.po  2017-11-03 22:22:32.0 +0100
+++ new/xplayer-1.6.1/po/af.po  2017-11-23 13:29:26.0 +0100
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2017-11-03 11:44+\n"
-"X-Generator: Launchpad (build 18493)\n"
+"X-Launchpad-Export-Date: 2017-11-23 10:43+\n"
+"X-Generator: Launchpad (build 18509)\n"
 "X-Project-Style: gnome\n"
 "Language: af\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.6.0/po/am.po new/xplayer-1.6.1/po/am.po
--- old/xplayer-1.6.0/po/am.po  2017-11-03 22:22:32.0 +0100
+++ new/xplayer-1.6.1/po/am.po  2017-11-23 13:29:26.0 +0100
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Launchpad-Export-Date: 2017-11-03 11:44+\n"
-"X-Generator: Launchpad (build 18493)\n"
+"X-Launchpad-Export-Date: 2017-11-23 10:43+\n"
+"X-Generator: Launchpad (build 18509)\n"
 
 #: ../data/fullscreen.ui.h:1
 msgid "Leave fullscreen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.6.0/po/ar.po new/xplayer-1.6.1/po/ar.po
--- old/xplayer-1.6.0/po/ar.po  2017-11-03 22:22:32.0 +0100
+++ new/xplayer-1.6.1/po/ar.po  2017-11-23 13:29:26.0 +0100
@@ -21,8 +21,8 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
 "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
-"X-Launchpad-Export-Date: 2017-11-03 11:44+\n"
-"X-Generator: Launchpad (build 18493)\n"
+"X-Launchpad-Export-Date: 2017-11-23 10:43+\n"
+"X-Generator: Launchpad (build 18509)\n"
 "X-Project-Style: gnome\n"
 "Language: ar\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.6.0/po/as.po new/xplayer-1.6.1/po/as.po
--- old/xplayer-1.6.0/po/as.po  2017-11-03 22:22:32.0 +0100
+++ new/xplayer-1.6.1/po/as.po  2017-11-23 13:29:26.0 +0100
@@ -19,8 +19,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Enc

commit xplayer for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-11-10 14:56:25

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Fri Nov 10 14:56:25 2017 rev:12 rq:539326 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-06-29 
15:21:51.871810402 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-11-10 
14:56:43.461538809 +0100
@@ -1,0 +2,14 @@
+Sat Nov  4 10:10:46 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.6.0:
+  * Menubar: Renamed Movie menu to File.
+  * Remove xplayer-mozilla.
+  * Fullscreen: Improve layout.
+  * Fullscreen: Invert button layout.
+  * Fullscreen: Remove top button box and integrate buttons into
+statusbar.
+  * Fullscreen: Increase statusbar border width to make
+GtkVolumeButton pop up visible.
+  * Update translations.
+
+---

Old:

  xplayer-1.4.3.tar.gz

New:

  xplayer-1.6.0.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.sFVN3x/_old  2017-11-10 14:56:44.769491501 +0100
+++ /var/tmp/diff_new_pack.sFVN3x/_new  2017-11-10 14:56:44.769491501 +0100
@@ -18,10 +18,10 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.4.3
+Version:1.6.0
 Release:0
 Summary:Generic media player
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0+ AND LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -75,8 +75,10 @@
 Requires:   xplayer-plugins
 Recommends: %{name}-lang
 Recommends: %{name}-plugins
-Suggests:   %{name}-browser-plugin
 Suggests:   gnome-dvb-daemon
+Obsoletes:  %{name}-browser-plugin < %{version}
+Obsoletes:  %{name}-browser-plugin-gmp < %{version}
+Obsoletes:  %{name}-browser-plugin-vegas < %{version}
 %glib2_gsettings_schema_requires
 %if %{with zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
@@ -131,50 +133,6 @@
 This package includes the Zeitgeist plugin for xplayer.
 %endif
 
-%package browser-plugin
-Summary:Browser Plugin Based on xplayer media player
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name} = %{version}
-Supplements:packageand(%{name}:browser(npapi))
-
-%description browser-plugin
-xplayer is a media player based on GStreamer for the Cinnamon
-desktop and others. It features a playlist, a full-screen mode,
-seek and volume controls, and complete keyboard navigation.
-
-Apart from a movie player, it also includes a Mozilla plugin.
-
-This package does not include the Windows Media (gmp) browser
-plugin, nor the Flash video (vegas) plugin.
-
-%package browser-plugin-gmp
-Summary:Windows Media Browser Plugin Based on xplayer media player
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name} = %{version}
-Requires:   %{name}-browser-plugin = %{version}
-Supplements:packageand(%{name}:browser(npapi))
-
-%description browser-plugin-gmp
-xplayer is a media player based on GStreamer for the Cinnamon
-desktop and others. It features a playlist, a full-screen mode,
-seek and volume controls, and complete keyboard navigation.
-
-This package includes only the Windows Media (gmp) browser plugin.
-
-%package browser-plugin-vegas
-Summary:Flash video Browser Plugin Based on xplayer media player
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name} = %{version}
-Requires:   %{name}-browser-plugin = %{version}
-Enhances:   packageand(%{name}:browser(npapi))
-
-%description browser-plugin-vegas
-xplayer is a media player based on GStreamer for the Cinnamon
-desktop and others. It features a playlist, a full-screen mode,
-seek and volume controls, and complete keyboard navigation.
-
-This package includes only the Flash video (vegas) browser plugin.
-
 %package devel
 Summary:Development files for xplayer media player
 Group:  Development/Libraries/C and C++
@@ -211,24 +169,29 @@
 
 %post
 /sbin/ldconfig
+%if 0%{?suse_version} <= 1320
 %desktop_database_post
 %icon_theme_cache_post
 %glib2_gsettings_schema_post
+%endif
 
 %postun
 /sbin/ldconfig
+%if 0%{?suse_version} <= 1320
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_post
+%endif
 
+%if 0%{?suse_version} <= 1320
 %post plugins
 %glib2_gsettings_schema_post
 
 %postun plugins
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%defattr(-,r

commit xplayer for openSUSE:Factory

2017-06-29 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-06-29 15:21:39

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Thu Jun 29 15:21:39 2017 rev:11 rq:506988 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-05-27 
13:13:04.348399843 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-06-29 
15:21:51.871810402 +0200
@@ -1,0 +2,6 @@
+Wed Jun 28 19:20:44 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.3:
+  * Update translations.
+
+---

Old:

  xplayer-1.4.2.tar.gz

New:

  xplayer-1.4.3.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.3n1ih1/_old  2017-06-29 15:21:53.011649282 +0200
+++ /var/tmp/diff_new_pack.3n1ih1/_new  2017-06-29 15:21:53.015648717 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+

++ xplayer-1.4.2.tar.gz -> xplayer-1.4.3.tar.gz ++
 1979 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-05-27 13:13:01

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Sat May 27 13:13:01 2017 rev:10 rq:498008 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-04-20 
20:55:16.815224861 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-05-27 
13:13:04.348399843 +0200
@@ -1,0 +2,44 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.2:
+  * xplayer-screenshot-plugin: Fix -Werror=format-nonliteral.
+  * xplayer-playlist.c: Fix void-return in a non-void function.
+  * Update translations.
+- Remove xplayer-void-return-no-return.patch: merged upstream.
+
+---
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.1 (changes since 1.2.2):
+  * Add an option to use the dark theme variant (overriding current
+system theme). The default behaviour is to use the dark theme
+unless this new option is disabled (gh#linuxmint#xplayer#38).
+  * Add an option to display or hide subtitles.
+  * Subtitles: Reduce default font size from 20 to 18.
+  * Subtitles: Autoload srt files by default.
+  * Preferences: Reorganize layout for subtitle options.
+  * Revamp language/subtitle selection.
+  * Revamp the OSD.
+  * Subtitles/Languages: Fix showing the track name when it doesn't
+correspond to a known language.
+  * Add the ability to change the playback speed.
+  * OSD: Show track position/length when seeking.
+  * Remove support for visualisations.
+  * Help: Update man page and help.
+  * Focus window when a new file is opened.
+  * ui: Move the seek slider inline with the play controls.
+  * controls: Move the fullscreen button to the right of the seek
+bar.
+  * player-controls: Rearrange and resize the items a bit.
+  * player-controls: Actually show the time/seek label on the new
+controls.
+  * ui: Remove the statusbar.
+  * sidebar: Tweak the styling of the sidebar toolbar a bit.
+  * Fix Previous button sensitivity/role.
+  * Don't show OSD in fullscreen.
+  * l10n: The Update POT file.
+  * Update translations
+- Require on xplayer-plugins.
+- Add xplayer-void-return-no-return.patch.
+
+---

Old:

  xplayer-1.2.2.tar.gz

New:

  xplayer-1.4.2.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.r6ULap/_old  2017-05-27 13:13:05.328261310 +0200
+++ /var/tmp/diff_new_pack.r6ULap/_new  2017-05-27 13:13:05.332260745 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.2.2
+Version:1.4.2
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+
@@ -72,23 +72,22 @@
 Requires:   gstreamer-plugins-good
 Requires:   iso-codes
 Requires:   python-gobject
+Requires:   xplayer-plugins
 Recommends: %{name}-lang
 Recommends: %{name}-plugins
 Suggests:   %{name}-browser-plugin
 Suggests:   gnome-dvb-daemon
 %glib2_gsettings_schema_requires
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
-BuildRequires:  pkgconfig(grilo-0.3)
-%else
-BuildRequires:  pkgconfig(grilo-0.2)
-%endif
 %if %{with zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 %else
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
 %endif
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+BuildRequires:  pkgconfig(grilo-0.3)
 Requires:   python-gobject-Gdk
+%else
+BuildRequires:  pkgconfig(grilo-0.2)
 %endif
 
 %description

++ xplayer-1.2.2.tar.gz -> xplayer-1.4.2.tar.gz ++
 95984 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-04-20 20:55:15

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Thu Apr 20 20:55:15 2017 rev:9 rq:487887 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-01-10 
10:43:08.486233899 +0100
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-04-20 
20:55:16.815224861 +0200
@@ -1,0 +2,5 @@
+Thu Apr  6 15:24:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Use Gtk3 clutter-gst unconditionally.
+
+---



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.G3XZIT/_old  2017-04-20 20:55:18.019054623 +0200
+++ /var/tmp/diff_new_pack.G3XZIT/_new  2017-04-20 20:55:18.023054058 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xplayer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -41,6 +41,7 @@
 BuildRequires:  pkgconfig(%{name}-plparser)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.10.0
+BuildRequires:  pkgconfig(clutter-gst-3.0) >= 2.99.2
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.0.2
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.82
 BuildRequires:  pkgconfig(glib-2.0) >= 2.33.0
@@ -62,6 +63,8 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xapp)
 BuildRequires:  pkgconfig(xkbfile)
+# Required for cluttersink.
+Requires:   gstreamer-plugin-gstclutter-3_0
 # Needed for scaletempo (boo#810378, boo#809854).
 Requires:   gstreamer-plugins-bad
 # We want a useful set of plugins.
@@ -79,15 +82,6 @@
 %else
 BuildRequires:  pkgconfig(grilo-0.2)
 %endif
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
-BuildRequires:  pkgconfig(clutter-gst-3.0) >= 2.99.2
-# Required for cluttersink.
-Requires:   gstreamer-plugin-gstclutter-3_0
-%else
-BuildRequires:  pkgconfig(clutter-gst-2.0) >= 1.5.5
-# Required for cluttersink.
-Requires:   gstreamer-plugin-gstclutter
-%endif
 %if %{with zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 %else




commit xplayer for openSUSE:Factory

2016-11-15 Thread h_root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2016-11-15 17:59:21

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2016-07-30 
00:26:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2016-11-15 
17:59:22.0 +0100
@@ -1,0 +2,26 @@
+Thu Nov 10 09:32:16 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.2.1:
+  * Fix detection of valac.
+  * Fix warnings.
+  * Update translations.
+
+---
+Tue Nov  8 13:01:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.2.0:
+  * Convert most of the icons to symbolics.
+  * Don't show sidebar by default.
+  * Fullscreen: Add a screen blanking button.
+  * Fix missing seek bar in fullscreen mode.
+  * Enable rotation and opensubtitles plugins by default.
+  * Explicity use python 2.
+  * thumbnailer: Add support for rotated thumbnails.
+  * backend: Automatically rotate mobile phone videos.
+  * backend: Remove use of obsolete clutter function.
+  * Change name from Videos to Media Player.
+  * backend: Don't warn when rotation is unset.
+  * dbus: Show media name when no metadata is available.
+  * Enable dbus plugin by default.
+
+---

Old:

  xplayer-1.0.7.tar.gz

New:

  xplayer-1.2.1.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.snmh5r/_old  2016-11-15 17:59:23.0 +0100
+++ /var/tmp/diff_new_pack.snmh5r/_new  2016-11-15 17:59:23.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.0.7
+Version:1.2.1
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+
@@ -33,8 +33,7 @@
 BuildRequires:  gstreamer-utils >= 0.11.93
 BuildRequires:  lirc-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python3-devel
-BuildRequires:  python3-pylint
+BuildRequires:  python-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.14.1
@@ -45,12 +44,13 @@
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.0.2
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.82
 BuildRequires:  pkgconfig(glib-2.0) >= 2.33.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 0.11.93
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0) >= 1.0.2
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.93
 BuildRequires:  pkgconfig(gstreamer-tag-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libepc-ui-1.0) > 0.4.0
@@ -60,12 +60,14 @@
 BuildRequires:  pkgconfig(shared-mime-info)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xapp)
 # Needed for scaletempo (boo#810378, boo#809854).
 Requires:   gstreamer-plugins-bad
 # We want a useful set of plugins.
 Requires:   gstreamer-plugins-base
 Requires:   gstreamer-plugins-good
 Requires:   iso-codes
+Requires:   python-gobject
 Recommends: %{name}-lang
 Recommends: %{name}-plugins
 Suggests:   %{name}-browser-plugin
@@ -76,7 +78,7 @@
 %else
 BuildRequires:  pkgconfig(grilo-0.2)
 %endif
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  pkgconfig(clutter-gst-3.0) >= 2.99.2
 # Required for cluttersink.
 Requires:   gstreamer-plugin-gstclutter-3_0
@@ -90,6 +92,9 @@
 %else
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
 %endif
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+Requires:   python-gobject-Gdk
+%endif
 
 %description
 xplayer is a media player based on GStreamer for the Cinnamon
@@ -198,7 +203,7 @@
 export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins/
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ xplayer-1.0.7.tar.gz -> xplayer-1.2.1.tar.gz ++
 41169 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2016-07-29 Thread h_root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2016-07-30 00:26:20

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2016-07-01 
09:59:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2016-07-30 
00:26:28.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 23 23:04:47 UTC 2016 - dims...@opensuse.org
+
+- Also use grilo-0.3 on openSUSE Leap 42.2+.
+
+---



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.fvDhoh/_old  2016-07-30 00:26:29.0 +0200
+++ /var/tmp/diff_new_pack.fvDhoh/_new  2016-07-30 00:26:29.0 +0200
@@ -71,7 +71,7 @@
 Suggests:   %{name}-browser-plugin
 Suggests:   gnome-dvb-daemon
 %glib2_gsettings_schema_requires
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
 BuildRequires:  pkgconfig(grilo-0.3)
 %else
 BuildRequires:  pkgconfig(grilo-0.2)




commit xplayer for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2016-07-01 09:59:36

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2016-06-23 
13:37:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2016-07-01 
09:59:40.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 27 20:21:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.7:
+  * Fix screensaver inhibit on audio playback.
+  * Update translations.
+
+---

Old:

  xplayer-1.0.6.tar.gz

New:

  xplayer-1.0.7.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.rUBkCL/_old  2016-07-01 09:59:41.0 +0200
+++ /var/tmp/diff_new_pack.rUBkCL/_new  2016-07-01 09:59:41.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+

++ xplayer-1.0.6.tar.gz -> xplayer-1.0.7.tar.gz ++
 1718 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2016-06-23 13:37:17

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2016-06-07 
23:46:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2016-06-23 
13:37:26.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 22 12:01:32 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.6:
+  * Recolour the xplayer-view-sidebar-symbolic.svg for it to use
+standard symbolic icon colouring.
+  * Add missing credits to the Totem developers in the AUTHORS file.
+  * Show application name in about dialog.
+
+---

Old:

  xplayer-1.0.5.tar.gz

New:

  xplayer-1.0.6.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.Qiu4A0/_old  2016-06-23 13:37:27.0 +0200
+++ /var/tmp/diff_new_pack.Qiu4A0/_new  2016-06-23 13:37:27.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+
@@ -32,7 +32,7 @@
 # For gst-inspect tool
 BuildRequires:  gstreamer-utils >= 0.11.93
 BuildRequires:  lirc-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  python3-pylint
 BuildRequires:  translation-update-upstream

++ xplayer-1.0.5.tar.gz -> xplayer-1.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.0.5/AUTHORS new/xplayer-1.0.6/AUTHORS
--- old/xplayer-1.0.5/AUTHORS   2016-05-24 15:35:06.0 +0200
+++ new/xplayer-1.0.6/AUTHORS   2016-06-20 12:42:37.0 +0200
@@ -1 +1,12 @@
+Xplayer is based on Totem 3.10.
+
+Totem:
+--
+
+Bastien Nocera 
+Julien Moutte  (GStreamer backend)
+https://wiki.gnome.org/Apps/Videos
+
+Xplayer:
+
 https://github.com/linuxmint/xplayer/graphs/contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.0.5/configure.ac 
new/xplayer-1.0.6/configure.ac
--- old/xplayer-1.0.5/configure.ac  2016-05-24 15:35:06.0 +0200
+++ new/xplayer-1.0.6/configure.ac  2016-06-20 12:42:37.0 +0200
@@ -2,7 +2,7 @@
 
 m4_define(xplayer_version_major, 1)
 m4_define(xplayer_version_minor, 0)
-m4_define(xplayer_version_micro, 5)
+m4_define(xplayer_version_micro, 6)
 
 # The version of the API exposed to plugins
 m4_define(xplayer_api_version_major, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xplayer-1.0.5/data/icons/scalable/xplayer-view-sidebar-symbolic.svg 
new/xplayer-1.0.6/data/icons/scalable/xplayer-view-sidebar-symbolic.svg
--- old/xplayer-1.0.5/data/icons/scalable/xplayer-view-sidebar-symbolic.svg 
2016-05-24 15:35:06.0 +0200
+++ new/xplayer-1.0.6/data/icons/scalable/xplayer-view-sidebar-symbolic.svg 
2016-06-20 12:42:37.0 +0200
@@ -13,8 +13,8 @@
height="16px"
id="svg2827"
version="1.1"
-   inkscape:version="0.48.0 r9654"
-   sodipodi:docname="view-sidebar-symbolic.svg">
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="xplayer-view-sidebar-symbolic.svg">
   
 
+ inkscape:window-width="914"
+ inkscape:window-height="482"
+ inkscape:window-x="466"
+ inkscape:window-y="388"
+ inkscape:window-maximized="0">
 
@@ -65,22 +65,22 @@
  inkscape:label="Layer 1"
  inkscape:groupmode="layer">
 
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.0.5/debian/changelog 
new/xplayer-1.0.6/debian/changelog
--- old/xplayer-1.0.5/debian/changelog  2016-05-24 15:35:06.0 +0200
+++ new/xplayer-1.0.6/debian/changelog  2016-06-20 12:42:37.0 +0200
@@ -1,3 +1,14 @@
+xplayer (1.0.6) sarah; urgency=medium
+
+  [ JosephMcc ]
+  * Recolor the xplayer-view-sidebar-symbolic.svg so it uses the standard 
symbolic icon coloring
+
+  [ Clement Lefebvre ]
+  * Added missing credits to the Totem developers in the AUTHORS file
+  * Show application name in about dialog
+
+ -- Clement Lefebvre   Mon, 20 Jun 2016 11:41:57 +0100
+
 xplayer (1.0.5) sarah; urgency=medium
 
   * Updated translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xplayer-1.0.5/src/xplayer-menu.c 
new/xplayer-1.0.6/src/xplayer-menu.c
--- old/xplayer-1.0.5/src/xplayer-menu.c2016-05-24 15:35:06.0 
+020

commit xplayer for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2016-06-07 23:46:44

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2016-04-30 
23:31:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2016-06-07 
23:46:45.0 +0200
@@ -1,0 +2,12 @@
+Tue May 24 16:25:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.5:
+  * Update translations.
+
+---
+Tue May 17 11:12:23 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.4:
+  * Add missing libpeas-loader-python requirement for D-Bus plugin.
+
+---

Old:

  xplayer-1.0.3.tar.gz

New:

  xplayer-1.0.5.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.T4xSTA/_old  2016-06-07 23:46:46.0 +0200
+++ /var/tmp/diff_new_pack.T4xSTA/_new  2016-06-07 23:46:46.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define build_zeitgeist_plugin 1
+%bcond_without zeitgeist
 Name:   xplayer
-Version:1.0.3
+Version:1.0.5
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+
@@ -85,7 +85,7 @@
 # Required for cluttersink.
 Requires:   gstreamer-plugin-gstclutter
 %endif
-%if %{build_zeitgeist_plugin}
+%if %{with zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 %else
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
@@ -100,6 +100,7 @@
 Summary:Plugins for xplayer media player
 Group:  Productivity/Multimedia/Video/Players
 Requires:   %{name} = %{version}
+Requires:   libpeas-loader-python
 # Brasero plugin.
 Recommends: brasero
 # BBC iPlayer plugin.
@@ -116,7 +117,7 @@
 
 This package includes plugins for xplayer, to add advanced features.
 
-%if %{build_zeitgeist_plugin}
+%if %{with zeitgeist}
 %package plugin-zeitgeist
 Summary:Plugins for xplayer media player -- Zeitgeist Support
 Group:  Productivity/Multimedia/Video/Players
@@ -283,7 +284,7 @@
 %{_datadir}/glib-2.0/schemas/org.x.player.plugins.opensubtitles.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.x.player.plugins.pythonconsole.gschema.xml
 
-%if %{build_zeitgeist_plugin}
+%if %{with zeitgeist}
 %files plugin-zeitgeist
 %defattr(-,root,root)
 %{_libdir}/%{name}/plugins/zeitgeist-dp/

++ xplayer-1.0.3.tar.gz -> xplayer-1.0.5.tar.gz ++
 3318 lines of diff (skipped)




commit xplayer for openSUSE:Factory

2016-04-30 Thread h_root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2016-04-30 23:31:22

Comparing /work/SRC/openSUSE:Factory/xplayer (Old)
 and  /work/SRC/openSUSE:Factory/.xplayer.new (New)


Package is "xplayer"

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2016-02-25 
22:49:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2016-04-30 
23:31:29.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.3:
+  * Improve scroll seeking in shorter videos/music.
+  * Fix not scrolling backwards.
+  * Add support for Grilo 0.3.x.
+  * Update translations.
+- Add dependencies for Python plugins.
+
+---

Old:

  xplayer-1.0.2.tar.gz

New:

  xplayer-1.0.3.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.PvBCuP/_old  2016-04-30 23:31:30.0 +0200
+++ /var/tmp/diff_new_pack.PvBCuP/_new  2016-04-30 23:31:30.0 +0200
@@ -18,7 +18,7 @@
 
 %define build_zeitgeist_plugin 1
 Name:   xplayer
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+
@@ -32,6 +32,9 @@
 # For gst-inspect tool
 BuildRequires:  gstreamer-utils >= 0.11.93
 BuildRequires:  lirc-devel
+BuildRequires:  pkg-config
+BuildRequires:  python3-devel
+BuildRequires:  python3-pylint
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.14.1
@@ -42,7 +45,6 @@
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.0.2
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.82
 BuildRequires:  pkgconfig(glib-2.0) >= 2.33.0
-BuildRequires:  pkgconfig(grilo-0.2) >= 0.1.16
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 0.11.93
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0) >= 1.0.2
@@ -69,6 +71,11 @@
 Suggests:   %{name}-browser-plugin
 Suggests:   gnome-dvb-daemon
 %glib2_gsettings_schema_requires
+%if 0%{?suse_version} > 1320
+BuildRequires:  pkgconfig(grilo-0.3)
+%else
+BuildRequires:  pkgconfig(grilo-0.2)
+%endif
 %if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
 BuildRequires:  pkgconfig(clutter-gst-3.0) >= 2.99.2
 # Required for cluttersink.
@@ -221,7 +228,7 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-, root, root)
+%defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}*
@@ -251,7 +258,7 @@
 %defattr(-,root,root)
 
 %files plugins
-%defattr(-, root, root)
+%defattr(-,root,root)
 # Explicitly list plugins.
 %{_libdir}/%{name}/plugins/apple-trailers/
 %{_libdir}/%{name}/plugins/autoload-subtitles/
@@ -278,12 +285,12 @@
 
 %if %{build_zeitgeist_plugin}
 %files plugin-zeitgeist
-%defattr(-, root, root)
+%defattr(-,root,root)
 %{_libdir}/%{name}/plugins/zeitgeist-dp/
 %endif
 
 %files browser-plugin
-%defattr(-, root, root)
+%defattr(-,root,root)
 %doc browser-plugin/README.browser-plugin
 %{_libexecdir}/%{name}-plugin-viewer
 %{_libdir}/browser-plugins/lib%{name}-cone-plugin*
@@ -291,15 +298,15 @@
 %{_libdir}/browser-plugins/lib%{name}-narrowspace-plugin*
 
 %files browser-plugin-gmp
-%defattr(-, root, root)
+%defattr(-,root,root)
 %{_libdir}/browser-plugins/lib%{name}-gmp-plugin*
 
 %files browser-plugin-vegas
-%defattr(-, root, root)
+%defattr(-,root,root)
 %{_libdir}/browser-plugins/lib%{name}-vegas-plugin*
 
 %files devel
-%defattr(-, root, root)
+%defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc

++ xplayer-1.0.2.tar.gz -> xplayer-1.0.3.tar.gz ++
 263529 lines of diff (skipped)