commit MotionBox for openSUSE:Factory

2020-01-17 Thread root
Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2020-01-17 16:05:16

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


Package is "MotionBox"

Fri Jan 17 16:05:16 2020 rev:6 rq:765044 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes  2019-12-07 
15:11:06.415832220 +0100
+++ /work/SRC/openSUSE:Factory/.MotionBox.new.26092/MotionBox.changes   
2020-01-17 16:05:51.772453548 +0100
@@ -1,0 +2,52 @@
+Wed Jan 15 06:04:07 UTC 2020 - Luigi Baldoni 
+
+- Update to version 1.6.0
+  Global:
+  * Rename 'The Video Browser' to 'Video Browser'.
+  C++:
+  * ControllerCore: Add 'updateBackends' and 'resetBackends'
+functions.
+  * ControllerCore: Update 'pathCover' for backends.
+  * ControllerCore: Update the 'deleteBrowse' function.
+  * ControllerCore: Update data format.
+  * ControllerCore: Fix the 'applyTorrentOptions' function.
+  * DataLocal: Update 'torrent cache' to 2000 megabytes by
+default.
+  QML:
+  * Create PageSettingsVideo and PageConsole.
+  * Remove PanelCover.
+  * Add 'bold' style.
+  * Add 'ratio' support.
+  * Fix 'toolTip' icon scaling.
+  * Create 'PageSubtitles(s)'.
+  * Rename 'PanelShare' to 'PanelGet'.
+  * Gui: Check hover in the 'onIdleChanged' event.
+  * Gui: Fix the automatic selection in the 'onDragEnded' event.
+  * Gui: Remove 'keepState' in the 'applyProxy' function.
+  * Gui: Remove the 'openFolder' function.
+  * PanelBrowse: Update to LineEditBoxClear.
+  * PanelBrowse: Update 'scrollBrowse' press event.
+  * PanelSettings: Add 'autoPlay' button.
+  * PanelSettings: Update 'quality' implementation.
+  * PanelSettings: Fix 'buttonRepeat' highlight.
+  * PanelTracks: No longer change 'PanelAdd' selection when
+clicking on 'buttonBrowse'.
+  * BarWindowApplication: Add 'toggleTouch' on ViewDrag.
+  * BarWindowApplication: Update 'pOpenTabPlaylist' function.
+  * List(s): Fix the 'pRestoreScroll' function.
+  * List(s): Fix the 'pDragCheck' function.
+  * PageSettingsMain: Add the 'pApplyScale' function.
+  * PageSettingsVideo: Fix 'elide' behavior.
+
+- Replaced Sky-1.5.0-private_headers.patch,
+  MotionBox-1.5.0-paths.patch, Sky-1.5.0-soname.patch,
+  Sky-1.5.0-use_system_glext.patch and
+  Sky-1.5.0-libtorrent_1_2.patch with
+  MotionBox-1.6.0-private_headers.patch,
+  MotionBox-1.6.0-paths.patch, Sky-1.6.0-soname.patch,
+  Sky-1.6.0-use_system_glext.patch and
+  MotionBox-1.6.0-libtorrent_1_2.patch respectively
+
+- Added MotionBox-1.6.0-use_system_quazip.patch
+
+---

Old:

  MotionBox-1.5.0-paths.patch
  MotionBox-1.5.0.tar.gz
  Sky-1.5.0-libtorrent_1_2.patch
  Sky-1.5.0-private_headers.patch
  Sky-1.5.0-soname.patch
  Sky-1.5.0-use_system_glext.patch
  Sky-1.5.0.tar.gz

New:

  MotionBox-1.6.0-libtorrent_1_2.patch
  MotionBox-1.6.0-paths.patch
  MotionBox-1.6.0-private_headers.patch
  MotionBox-1.6.0-use_system_quazip.patch
  MotionBox-1.6.0.tar.gz
  Sky-1.6.0-soname.patch
  Sky-1.6.0-use_system_glext.patch
  Sky-1.6.0.tar.gz



Other differences:
--
++ MotionBox.spec ++
--- /var/tmp/diff_new_pack.knLxiK/_old  2020-01-17 16:05:54.576454875 +0100
+++ /var/tmp/diff_new_pack.knLxiK/_new  2020-01-17 16:05:54.576454875 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MotionBox
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,23 +17,25 @@
 
 
 Name:   MotionBox
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:Qt based network video browser
 License:GPL-3.0-only
 URL:http://omega.gg/MotionBox
 Source0:
https://github.com/omega-gg/MotionBox/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:
https://github.com/omega-gg/Sky/archive/%{version}.tar.gz#/Sky-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE Sky-1.5.0-private_headers.patch
-Patch0: Sky-1.5.0-private_headers.patch
-# PATCH-FIX-OPENSUSE MotionBox-1.5.0-paths.patch
-Patch1: MotionBox-1.5.0-paths.patch
+# PATCH-FIX-OPENSUSE MotionBox-1.6.0-private_headers.patch
+Patch0: MotionBox-1.6.0-private_headers.patch
+# PATCH-FIX-OPENSUSE MotionBox-1.6.0-paths.patch
+Patch1: MotionBox-1.6.0-paths.patch
 # PATCH-FIX-OPENSUSE SKy-1.5.0-soname.patch
-Patch2: Sky-1.5.0-soname.patch
-# PATCH-FEATURE-OPENSUSE Sky-1.5.0-use_system_glext.patch
-Patch3: Sky-1.5.0-use_system_glext.patch
-# PATCH-FIX-UPSTREAM Sky-1.5.0-libtorrent_1_2.patch aloi...@gmx.com -- do 

commit MotionBox for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2019-12-07 15:10:57

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


Package is "MotionBox"

Sat Dec  7 15:10:57 2019 rev:5 rq:754874 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes  2019-11-06 
13:49:22.447718564 +0100
+++ /work/SRC/openSUSE:Factory/.MotionBox.new.4691/MotionBox.changes
2019-12-07 15:11:06.415832220 +0100
@@ -1,0 +2,5 @@
+Sat Dec  7 09:06:06 UTC 2019 - Luigi Baldoni 
+
+- Add Sky-1.5.0-libtorrent_1_2.patch
+
+---

New:

  Sky-1.5.0-libtorrent_1_2.patch



Other differences:
--
++ MotionBox.spec ++
--- /var/tmp/diff_new_pack.32ig8K/_old  2019-12-07 15:11:06.971832141 +0100
+++ /var/tmp/diff_new_pack.32ig8K/_new  2019-12-07 15:11:06.971832141 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MotionBox
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Patch2: Sky-1.5.0-soname.patch
 # PATCH-FEATURE-OPENSUSE Sky-1.5.0-use_system_glext.patch
 Patch3: Sky-1.5.0-use_system_glext.patch
+# PATCH-FIX-UPSTREAM Sky-1.5.0-libtorrent_1_2.patch aloi...@gmx.com -- do not 
use -std=c++-11 when building sktorrent module
+Patch4: Sky-1.5.0-libtorrent_1_2.patch
 BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  libboost_chrono-devel
 BuildRequires:  libboost_random-devel
@@ -63,6 +65,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 mv Sky-%{version} Sky
 
 %build

++ Sky-1.5.0-libtorrent_1_2.patch ++
Index: MotionBox-1.5.0/Sky-1.5.0/src/SkTorrent/SkTorrent.pro
===
--- MotionBox-1.5.0.orig/Sky-1.5.0/src/SkTorrent/SkTorrent.pro
+++ MotionBox-1.5.0/Sky-1.5.0/src/SkTorrent/SkTorrent.pro
@@ -33,8 +33,6 @@ contains(QT_MAJOR_VERSION, 4) {
 DEFINES += QT_LATEST
 }
 
-QMAKE_CXXFLAGS += -std=c++11
-
 unix:QMAKE_LFLAGS += "-Wl,-rpath,'\$$ORIGIN'"
 
 include(src/controllers/controllers.pri)



commit MotionBox for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2019-11-06 13:49:15

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


Package is "MotionBox"

Wed Nov  6 13:49:15 2019 rev:4 rq:739244 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes  2019-03-24 
15:01:29.687167807 +0100
+++ /work/SRC/openSUSE:Factory/.MotionBox.new.2990/MotionBox.changes
2019-11-06 13:49:22.447718564 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:22:50 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ MotionBox.spec ++
--- /var/tmp/diff_new_pack.z9f1fQ/_old  2019-11-06 13:49:23.263719448 +0100
+++ /var/tmp/diff_new_pack.z9f1fQ/_new  2019-11-06 13:49:23.267719453 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Qt based network video browser
 License:GPL-3.0-only
-Group:  Productivity/Multimedia/Video/Players
 URL:http://omega.gg/MotionBox
 Source0:
https://github.com/omega-gg/MotionBox/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:
https://github.com/omega-gg/Sky/archive/%{version}.tar.gz#/Sky-%{version}.tar.gz




commit MotionBox for openSUSE:Factory

2019-03-24 Thread root
Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2019-03-24 15:01:27

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


Package is "MotionBox"

Sun Mar 24 15:01:27 2019 rev:3 rq:687888 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes  2018-10-12 
13:10:42.523298497 +0200
+++ /work/SRC/openSUSE:Factory/.MotionBox.new.25356/MotionBox.changes   
2019-03-24 15:01:29.687167807 +0100
@@ -1,0 +2,100 @@
+Sat Mar 23 08:47:26 UTC 2019 - Luigi Baldoni 
+
+- Update to version 1.5.0
+  Overview
+  * Add light themes.
+  * Support the 64 bit architecture by default.
+  * Add feeds and tracks history.
+  C++
+  * DataOnline: Update the 'ONLINE_PATH' variable.
+  QML
+  * Create PanelDiscover.
+  * Create ComponentDiscover.
+  * Remove ButtonLogoBorders.
+  Other
+  * Gui: Update track selection when player stops.
+  * Gui: Update tab behavior.
+  * Gui: Update the 'pRestoreMiniA' function.
+  * Gui: Fix 'play(s)' functions.
+  * Gui: Fix the 'openSource' function.
+  * Gui: Remove the 'openFolder' function.
+  * Splash: Update implementation.
+  * BarWindowApplication: Add 'onBefore(s)' functions.
+  * BarWindowApplication: Add 'pRestoreMaximize' function.
+  * BarTop: Add the 'discover' button.
+  * BarTop: Add the 'playlist' property.
+  * PanelApplication: Update page buttons.
+  * PanelSearch: Start the search when you click a backend.
+  * PanelAdd: Fix the 'maximum height' property.
+  * LineEditSearch: Update the 'default text' behavior.
+  * ListFolder: Fix the 'folder' events.
+  Style
+  * Enable 'light' design by default.
+  Changes for Sky kit 1.5.0:
+  Qt
+  * Change QUrl(s) to QString(s) to improve comparisons.
+  SkCore
+  * WControllerFile: Add the 'folderUrl' function.
+  * WControllerFile: Update the 'toLocal, toString' functions.
+  * WControllerFile: Fix the 'file url' functions.
+  * WControllerFile: Fix the 'toLocalFile' function.
+  * WControllerScript: Add 'QJSEngine' implementation.
+  * WRemoteTimeout: Fix the 'timeout' function.
+  SkGui
+  * WControllerPlaylist: Update the 'query' implementation.
+  * WControllerPlaylist: Fix the 'loaded' function.
+  * WControllerPlaylistData: Update the 'applyHtml' function.
+  * WAbstractView: Add the 'on close' function.
+  * WAbstractView: Update the 'task bar' workaround.
+  * WView: Add the 'on close' function.
+  * WView: Fix the 'update flags' function.
+  * WDeclarativeImageBase: Fix the 'set filter' function.
+  * WDeclarativeImageBase: Fix the 'onFilterUpdated' function.
+  * WDeclarativeImage(s): Fix the 'scale' implementation.
+  * WDeclarativeTextSvg: Fix the 'get width' implementation.
+  * WPlaylist: Add the 'move(s)' functions.
+  SkMedia
+  * WBackendVlc: Update the shaders implementation.
+  * WVlcEngine: Add the 'avcodec-fast' option.
+  SkTorrent
+  * Update implementation to the 1.2.0 API.
+  * WHookTorrent: Update the 'skip' behavior for 'avi' files.
+  * WHookTorrent: Fix the 'read' function.
+  * WBackendTorrent: Update the 'sort' implementation.
+  * WTorrentEngine: Update torrent settings.
+  * WTorrentEngine: Add the 'get index' function.
+  * WTorrentEngine: Fix the 'remove' function.
+  * WTorrentEngine: Fix the 'select file ' function.
+  * WTorrentEngine: Fix the 'handle id' variables.
+  SkyComponents
+  * Create ItemWipe(s).
+  * Rename ScrollAreaVertical to ScrollArea.
+  * Rename ScrollBarVertical to ScrollBar.
+  * Rename ContextualComponent to ComponentContextual.
+  * Remove SizeHint.
+  * PanelImage: Add the 'image background' alias.
+  * ScrollBar: Remove buttons.
+  * SliderStream: Update the 'left' button.
+  * TabsBrowser: Add 'onBefore(s)' functions.
+  * WallVideo: Update the 'player back' item.
+  * WallVideo: Update the 'cover' behavior.
+  * ComponentTabBrowser, ComponentWallBookmarkTrack: Update the
+'icon' source and caching.
+  SkyPresentation
+  * BaseLogo: Update to 'flat' design.
+  Style
+  * Add 'night' design.
+  * Add 'light' design.
+  * Enable 'light' design by default.
+
+- Refreshed Sky-1.4.0-private_headers.patch as
+  Sky-1.5.0-private_headers.patch, MotionBox-1.4.0-paths.patch
+  as MotionBox-1.5.0-paths.patch, Sky-1.4.0-soname.patch as
+  Sky-1.5.0-soname.patch and Sky-1.4.0-use_system_glext.patch
+  as Sky-1.5.0-use_system_glext.patch
+
+- Dropped Sky-1.4.0-fix_youtube_extract_source.patch and
+  Sky-1.4.0-fix_youtube_extract_source_2.patch (no longer
+  necessary)
+
+---

Old:

  MotionBox-1.4.0-paths.patch
  MotionBox-1.4.0.tar.gz
  Sky-1.4.0-fix_youtube_extract_source.patch
  Sky-1.4.0-fix_youtube_extract_source_2.patch
  Sky-1.4.0-private_headers.patch
  Sky-1.4.0-soname.patch
  

commit MotionBox for openSUSE:Factory

2018-10-12 Thread root
Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2018-10-12 13:10:42

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


Package is "MotionBox"

Fri Oct 12 13:10:42 2018 rev:2 rq:641251 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes  2018-10-11 
11:55:06.078050291 +0200
+++ /work/SRC/openSUSE:Factory/.MotionBox.new/MotionBox.changes 2018-10-12 
13:10:42.523298497 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 19:17:48 UTC 2018 - Luigi Baldoni 
+
+- Fixed runtime requirements
+
+---



Other differences:
--
++ MotionBox.spec ++
--- /var/tmp/diff_new_pack.NYrAWo/_old  2018-10-12 13:10:42.979297848 +0200
+++ /var/tmp/diff_new_pack.NYrAWo/_new  2018-10-12 13:10:42.983297843 +0200
@@ -55,6 +55,7 @@
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5XmlPatterns)
 BuildRequires:  pkgconfig(libtorrent-rasterbar)
+Requires:   vlc
 ExclusiveArch:  %ix86 x86_64
 
 %description