From fab4f6966874bd4d4d21f932ff0a852a94be8a71 Mon Sep 17 00:00:00 2001 From: bobbie424242 <> Date: Apr 15 2021 15:16:25 +0000 Subject: Update upplay to version 1.4.10 / rev 2 via SR 885646 https://build.opensuse.org/request/show/885646 by user bobbie424242 + dimstar_suse update to 1.4.10 --- diff --git a/.files b/.files index 985f83f..883a7fa 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 6cead09..c84b4d9 100644 --- a/.rev +++ b/.rev @@ -8,4 +8,13 @@ upplay is a Qt5 UPnP / OpenHome audio Control Point from the same developer than upmpdcli that it can control (among other devices). 851896 + + aa862da4107c0ee418462ea84dc0a044 + 1.4.10 + + dimstar_suse + update to 1.4.10 + + 885646 + diff --git a/browser-back-mouse-button-support.patch b/browser-back-mouse-button-support.patch deleted file mode 100644 index a838180..0000000 --- a/browser-back-mouse-button-support.patch +++ /dev/null @@ -1,62 +0,0 @@ ---- upplay.orig/dirbrowser/cdbrowser.cpp 2020-11-19 17:28:50.000000000 +0100 -+++ upplay/dirbrowser/cdbrowser.cpp 2020-11-30 11:54:15.313447480 +0100 -@@ -105,6 +105,7 @@ - - #ifdef USING_WEBENGINE - connect(this, SIGNAL(loadFinished(bool)), this, SLOT(onLoadFinished(bool))); -+ QApplication::instance()->installEventFilter(this); - #else - connect(this, SIGNAL(linkClicked(const QUrl &)), - this, SLOT(onLinkClicked(const QUrl &))); -@@ -131,6 +132,9 @@ - - CDBrowser::~CDBrowser() - { -+#ifdef USING_WEBENGINE -+ QApplication::instance()->removeEventFilter(this); -+#endif - deleteReaders("~CDBrowser"); - } - -@@ -197,12 +201,16 @@ - - bool CDBrowser::eventFilter(QObject *object, QEvent *event) - { -- switch (event->type()) { -+ if (object->parent() != this) return false; -+ switch (event->type()) { - case QEvent::MouseButtonRelease: - { - const QMouseEvent *mouseEvent(static_cast(event)); - if (mouseEvent) { - m_lastbutton = mouseEvent->button(); -+ if (m_lastbutton == Qt::BackButton) { -+ back(0); -+ } - } - } - break; -@@ -262,6 +270,9 @@ - { - //qDebug() << "CDBrowser::mouseReleaseEvent"; - m_lastbutton = event->button(); -+ if (m_lastbutton == Qt::BackButton) { -+ back(0); -+ } - QWEBVIEW::mouseReleaseEvent(event); - } - -@@ -959,13 +970,6 @@ - " m_initUDN [" << qs2utf8s(m_initUDN) << - "] curpath size " << m_curpath.size() << endl); - --#ifdef USING_WEBENGINE -- if (focusWidget()) { -- focusWidget()->removeEventFilter(this); -- focusWidget()->installEventFilter(this); -- } --#endif -- - deleteReaders("initialPage"); - emit sig_now_in(this, tr("Servers")); - m_searchcaps.clear(); diff --git a/dark-theme-fix.patch b/dark-theme-fix.patch deleted file mode 100644 index da27777..0000000 --- a/dark-theme-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- upplay.orig/GUI/standard.qss 2017-08-01 08:49:30.000000000 +0200 -+++ upplay/GUI/standard.qss 2020-11-26 16:46:39.713289208 +0100 -@@ -1,8 +1,3 @@ --QListView, QTableView { -- background: #FFFFFF; -- alternate-background-color: #DADADA; --} -- - QListView:focus, QTableView:focus { - border: 2px solid #424e72; - } diff --git a/upplay-1.4.10.tar.gz b/upplay-1.4.10.tar.gz new file mode 120000 index 0000000..edf3393 --- /dev/null +++ b/upplay-1.4.10.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeifjsfhukojvpr5rn2w6w7pe3rl3k2d6e7lldjojg4535tqvvxthje \ No newline at end of file diff --git a/upplay-1.4.7.tar.gz b/upplay-1.4.7.tar.gz deleted file mode 120000 index dc995f6..0000000 --- a/upplay-1.4.7.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeihm76vhuz73hfgpieqtizjex5ijkkvaq6cpkq3kheumejlfgv2gue \ No newline at end of file diff --git a/upplay.changes b/upplay.changes index 45ca925..f626b1c 100644 --- a/upplay.changes +++ b/upplay.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Thu Apr 15 12:46:31 UTC 2021 - Michael Pujos + +- update to 1.4.10 + * Make the renderer selection dialog dynamic: it will react to a + renderer appearing on the network + * When the connection with a renderer is lost, try to reconnect + instead of asking the user what to do + * Improve device restart detection and renew subscriptions when needed + * Small fixes in colors in system dark theme + * Small fixes in Webengine version +- removed dark-theme-fix.patch and browser-back-mouse-button-support.patch + now in upstream + +------------------------------------------------------------------- Mon Nov 30 10:59:38 UTC 2020 - Michael Pujos - update to 1.4.7 diff --git a/upplay.spec b/upplay.spec index 23409e7..3de415b 100644 --- a/upplay.spec +++ b/upplay.spec @@ -1,7 +1,7 @@ # # spec file for package upplay # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,12 @@ Name: upplay -Version: 1.4.7 +Version: 1.4.10 Release: 0 Summary: UPnP and OpenHome audio Control Point License: GPL-2.0-or-later URL: https://www.lesbonscomptes.com/upplay/ Source: https://www.lesbonscomptes.com/upplay/downloads/upplay-%{version}.tar.gz -Patch0: dark-theme-fix.patch -Patch1: browser-back-mouse-button-support.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -40,7 +38,7 @@ upplay is a Qt5-based audio Control Point for browsing and playing music managed by your UPnP/DLNA media servers to your UPnP/DLNA/OpenHome players (renderers). %prep -%autosetup -p1 +%setup -q %build %qmake5 'WEBPLATFORM=webengine' QMAKE_POST_LINK='$(STRIP) $(TARGET)'