commit xine-ui for openSUSE:Factory

2023-01-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xine-ui for openSUSE:Factory checked 
in at 2023-01-28 18:45:16

Comparing /work/SRC/openSUSE:Factory/xine-ui (Old)
 and  /work/SRC/openSUSE:Factory/.xine-ui.new.32243 (New)


Package is "xine-ui"

Sat Jan 28 18:45:16 2023 rev:42 rq:1061709 version:0.99.14

Changes:

--- /work/SRC/openSUSE:Factory/xine-ui/xine-ui.changes  2022-12-03 
10:04:17.839460610 +0100
+++ /work/SRC/openSUSE:Factory/.xine-ui.new.32243/xine-ui.changes   
2023-01-28 18:45:24.750638515 +0100
@@ -1,0 +2,21 @@
+Fri Jan 27 09:15:49 UTC 2023 - Wolfgang Bauer 
+
+- Update to 0.99.14
+  * Add Dutch translation.
+  * Add panel mrl display highlight.
+  * Add display flipping support.
+  * Better keyboard support.
+  * Better status OSD.
+  * Better setup, key binding and mediamark editors.
+  * Better filename filter.
+  * Fix build with libcaca.
+  * Fix menu hide.
+  * Fix directory add to playlists.
+  * Many small fixes and optimizations.
+  * Update german translation.
+- Drop Fix-build.patch, included in this release
+- Disable aalib and directfb support as well. As xine-lib is built
+  without them, the corresponding executables (aaxine, fbxine)
+  don't work anyway.
+
+---

Old:

  Fix-build.patch
  xine-ui-0.99.13.tar.xz

New:

  xine-ui-0.99.14.tar.xz



Other differences:
--
++ xine-ui.spec ++
--- /var/tmp/diff_new_pack.jTB7rg/_old  2023-01-28 18:45:26.422648052 +0100
+++ /var/tmp/diff_new_pack.jTB7rg/_new  2023-01-28 18:45:26.466648303 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xine-ui
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
 
 Name:   xine-ui
 %bcond_without distributable
-BuildRequires:  aalib-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  curl-devel
@@ -46,7 +45,7 @@
 Summary:Video player with plugins
 License:GPL-2.0-or-later AND SUSE-Public-Domain
 Group:  Productivity/Multimedia/Video/Players
-Version:0.99.13
+Version:0.99.14
 Release:0
 URL:http://xine.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,8 +62,6 @@
 Patch0: xine-ui-various.diff
 #PATCH_FIX-OPENSUSE xine-ui-desktop.patch davejpla...@gmail.com - remove 
desktop file errors
 Patch1: xine-ui-desktop.patch
-# PATCH-FIX-UPSTREAM
-Patch2: Fix-build.patch
 # *** SUSE only changes
 Patch50:xine-ui-crippled-LOCAL.diff
 Patch60:xine-ui-AUTOMAKE.diff
@@ -85,7 +82,6 @@
 %prep
 echo %{with distributable}
 %setup -q
-%patch2 -p1
 %patch0
 %patch50 -p0
 %patch60
@@ -118,7 +114,9 @@
--enable-vdr-keys \
--with-pic \
--disable-static \
+   --without-aalib \
--without-caca \
+   --without-fb \
--disable-silent-rules
 make %{_smp_mflags} V=1
 
@@ -137,7 +135,8 @@
 #
 %find_lang %{name}
 %find_lang xitk %{name}.lang
-find . -name "xine-bugreport.1*" -print -delete
+# delete aaxine man pages as we don't build it
+find %{buildroot} -name "aaxine.1*" -print -delete
 %fdupes -s %{buildroot}%{_datadir}/xine
 %if 0
 %fdupes -s %{buildroot}%{_mandir}
@@ -158,15 +157,11 @@
 %doc %_mandir/*/man1/xine.1.gz
 %doc %_mandir/*/man1/xine-check.1.gz
 %doc %_mandir/*/man1/xine-remote.1.gz
-%doc %_mandir/*/man1/aaxine*
-%doc %_mandir/man1/aaxine*
 %doc %_mandir/man1/xine.1.gz
 %doc %_mandir/man1/xine-check.1.gz
 %doc %_mandir/man1/xine-remote.1.gz
 %doc %_mandir/*/man1/xine-bugreport.1.gz
 %doc %_mandir/man1/xine-bugreport.1.gz
-%{_bindir}/aaxine
-%{_bindir}/fbxine
 %{_bindir}/xine
 %{_bindir}/xine-check
 %{_bindir}/xine-remote

++ xine-ui-0.99.13.tar.xz -> xine-ui-0.99.14.tar.xz ++
 77841 lines of diff (skipped)


commit xine-ui for openSUSE:Factory

2022-12-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xine-ui for openSUSE:Factory checked 
in at 2022-12-03 10:04:04

Comparing /work/SRC/openSUSE:Factory/xine-ui (Old)
 and  /work/SRC/openSUSE:Factory/.xine-ui.new.1835 (New)


Package is "xine-ui"

Sat Dec  3 10:04:04 2022 rev:41 rq:1039761 version:0.99.13

Changes:

--- /work/SRC/openSUSE:Factory/xine-ui/xine-ui.changes  2021-12-27 
16:07:44.965715458 +0100
+++ /work/SRC/openSUSE:Factory/.xine-ui.new.1835/xine-ui.changes
2022-12-03 10:04:17.839460610 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 07:07:48 UTC 2022 - Dave Plater 
+
+- Disable CACA support to fix build.
+- Don't run fdupes on the man diectory due to link corruption
+
+---



Other differences:
--
++ xine-ui.spec ++
--- /var/tmp/diff_new_pack.tFtAwx/_old  2022-12-03 10:04:18.295463144 +0100
+++ /var/tmp/diff_new_pack.tFtAwx/_new  2022-12-03 10:04:18.299463166 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xine-ui
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/
 #
 
 
@@ -34,7 +34,6 @@
 BuildRequires:  lirc-devel
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(caca)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xft)
@@ -49,7 +48,7 @@
 Group:  Productivity/Multimedia/Video/Players
 Version:0.99.13
 Release:0
-Url:http://xine.sourceforge.net
+URL:http://xine.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   xine:/usr/bin/xine
 Source: 
http://sourceforge.net/projects/xine/files/xine-ui/%{version}/xine-ui-%{version}.tar.xz
@@ -119,6 +118,7 @@
--enable-vdr-keys \
--with-pic \
--disable-static \
+   --without-caca \
--disable-silent-rules
 make %{_smp_mflags} V=1
 
@@ -137,8 +137,11 @@
 #
 %find_lang %{name}
 %find_lang xitk %{name}.lang
-%fdupes -s %{buildroot}%{_mandir}
+find . -name "xine-bugreport.1*" -print -delete
 %fdupes -s %{buildroot}%{_datadir}/xine
+%if 0
+%fdupes -s %{buildroot}%{_mandir}
+%endif
 
 %post
 %mime_database_post
@@ -160,12 +163,14 @@
 %doc %_mandir/man1/xine.1.gz
 %doc %_mandir/man1/xine-check.1.gz
 %doc %_mandir/man1/xine-remote.1.gz
+%doc %_mandir/*/man1/xine-bugreport.1.gz
+%doc %_mandir/man1/xine-bugreport.1.gz
 %{_bindir}/aaxine
 %{_bindir}/fbxine
 %{_bindir}/xine
 %{_bindir}/xine-check
 %{_bindir}/xine-remote
-%{_bindir}/cacaxine
+%{_bindir}/xine-bugreport
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/*
 %dir %{_datadir}/icons/hicolor/*/apps
@@ -190,8 +195,5 @@
 %{_datadir}/pixmaps/*
 %{_datadir}/mime/packages/xine-ui.xml
 %_defaultdocdir/xine-ui
-%doc %_mandir/*/man1/xine-bugreport.1.gz
-%doc %_mandir/man1/xine-bugreport.1.gz
-%{_bindir}/xine-bugreport
 
 %changelog


commit xine-ui for openSUSE:Factory

2021-12-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xine-ui for openSUSE:Factory checked 
in at 2021-12-27 16:07:31

Comparing /work/SRC/openSUSE:Factory/xine-ui (Old)
 and  /work/SRC/openSUSE:Factory/.xine-ui.new.2520 (New)


Package is "xine-ui"

Mon Dec 27 16:07:31 2021 rev:40 rq:942786 version:0.99.13

Changes:

--- /work/SRC/openSUSE:Factory/xine-ui/xine-ui.changes  2020-06-11 
10:05:38.835343989 +0200
+++ /work/SRC/openSUSE:Factory/.xine-ui.new.2520/xine-ui.changes
2021-12-27 16:07:44.965715458 +0100
@@ -1,0 +2,28 @@
+Mon Dec 27 12:33:01 UTC 2021 - wba...@tmo.at
+
+- Update to 0.99.13
+  * Add audio control window.
+  * Add some menu shortcuts.
+  * Add build optimizations.
+  * Better keyboard and mouse wheel support.
+  * Improved key binding editor.
+  * Massive code cleanup.
+  * Massive graphics optimizations.
+  * Drop mrl path length limit.
+  * Add utf8 and clipboard support for text input fields.
+  * Add skin shared pixmap and text position features.
+  * Xinetic skin update.
+  * Many small fixes and optimizations.
+  * Update german translation.
+  * Update french translation.
+  * Build fixes.
+  * Faster build.
+  * Separate xitk and X11 stuff pt 1.
+- Drop no longer necessary patches:
+  * xine-ui-lirc.diff
+  * fix-crashes.patch
+- Rebase xine-ui-crippled-LOCAL.diff
+- Add Fix-build.patch from upstream to fix build failures on arm
+  and ppc
+
+---

Old:

  fix-crashes.patch
  xine-ui-0.99.12.tar.xz
  xine-ui-lirc.diff

New:

  Fix-build.patch
  xine-ui-0.99.13.tar.xz



Other differences:
--
++ xine-ui.spec ++
--- /var/tmp/diff_new_pack.PiE6xE/_old  2021-12-27 16:07:45.749716015 +0100
+++ /var/tmp/diff_new_pack.PiE6xE/_new  2021-12-27 16:07:45.753716018 +0100
@@ -47,7 +47,7 @@
 Summary:Video player with plugins
 License:GPL-2.0-or-later AND SUSE-Public-Domain
 Group:  Productivity/Multimedia/Video/Players
-Version:0.99.12
+Version:0.99.13
 Release:0
 Url:http://xine.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,9 +64,8 @@
 Patch0: xine-ui-various.diff
 #PATCH_FIX-OPENSUSE xine-ui-desktop.patch davejpla...@gmail.com - remove 
desktop file errors
 Patch1: xine-ui-desktop.patch
-Patch2: xine-ui-lirc.diff
 # PATCH-FIX-UPSTREAM
-Patch3: fix-crashes.patch
+Patch2: Fix-build.patch
 # *** SUSE only changes
 Patch50:xine-ui-crippled-LOCAL.diff
 Patch60:xine-ui-AUTOMAKE.diff
@@ -88,9 +87,7 @@
 echo %{with distributable}
 %setup -q
 %patch2 -p1
-%patch3 -p1
 %patch0
-#%%patch22 -p1
 %patch50 -p0
 %patch60
 %patch1
@@ -173,11 +170,14 @@
 %dir %{_datadir}/icons/hicolor/*
 %dir %{_datadir}/icons/hicolor/*/apps
 %{_datadir}/icons/hicolor/*/apps/xine.png
+%{_datadir}/icons/hicolor/scalable/apps/xine.svgz
 %dir %{_datadir}/xine
 %dir %{_datadir}/xine/skins
+%{_datadir}/xine/skins/missing.png
 %{_datadir}/xine/skins/xine-ui_logo.mpg
 %{_datadir}/xine/skins/xine-ui_logo.png
 %{_datadir}/xine/skins/xine-ui_logo-crippled.png
+%{_datadir}/xine/skins/xine_64.png
 %{_datadir}/xine/skins/xine_splash.png
 %{_datadir}/xine/skins/xinetic
 %{_datadir}/xine/skins/CelomaChrome

++ Fix-build.patch ++
# HG changeset patch
# User Torsten Jager 
# Date 1639694590 -3600
#  Thu Dec 16 23:43:10 2021 +0100
# Node ID f9a98e02460348ca23ca2f5c2b39e62c8758b22d
# Parent  e352b6eef94b6441f4afc86f96abe247acc2a60b
Fix build.

diff -r e352b6eef94b -r f9a98e024603 configure.ac
--- a/configure.ac  Sat Dec 11 19:53:57 2021 +0200
+++ b/configure.ac  Thu Dec 16 23:43:10 2021 +0100
@@ -600,8 +600,10 @@
 ])], [have_attr_iaso=yes], [have_attr_iaso=no])
 AC_MSG_RESULT([$have_attr_iaso])
 if test x"$have_attr_iaso" = x"yes" ; then
-AC_DEFINE([ATTR_INLINE_ALL_STRINGOPS],
-[__attribute__ ((__target__ ("inline-all-stringops")))],
+AC_DEFINE([ATTR_INLINE_ALL_STRINGOPS], [__attribute__ ((__target__ 
("inline-all-stringops")))],
+[Define this to a function attribute that inlines string handling 
code])
+else
+AC_DEFINE([ATTR_INLINE_ALL_STRINGOPS], [],
 [Define this to a function attribute that inlines string handling 
code])
 fi
 
diff -r e352b6eef94b -r f9a98e024603 src/common/utils.h
--- a/src/common/utils.hSat Dec 11 19:53:57 2021 +0200
+++ b/src/common/utils.hThu Dec 16 23:43:10 2021 +0100
@@ -21,7 +21,7 @@
 #ifndef _COMMON_UTILS_H
 #define _COMMON_UTILS_H
 
-#ifndef HAVE_CONFIG_H
+#ifndef PACKAGE_NAME
 #error config.h not included
 #endif
 
diff -r e352b6eef94b -r f9a98e024603 src/xitk/network.c
--- a/src/xitk/network.cSat Dec 11 19:53:57 2021