[SCM] smplayer/master: Add 06-tryfixplaylist.patch to fix playlist that disappear after leaving full-screen with openbox. (Closes: #799385, #799984)
mati75-guest at users.alioth.debian.org
mati75-guest at users.alioth.debian.org
Tue Oct 6 13:24:47 UTC 2015
The following commit has been merged in the master branch:
commit f8d2691e3599a6373c03f4db924c4c9af6797aa6
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date: Tue Oct 6 15:24:49 2015 +0200
Add 06-tryfixplaylist.patch to fix playlist that disappear after leaving full-screen with openbox. (Closes: #799385, #799984)
diff --git a/debian/changelog b/debian/changelog
index eaa7351..5fd1eac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
smplayer (15.9.0~ds0-1) UNRELEASED; urgency=medium
[ Mateusz Łukasik ]
- * New upstream release. (CLoses: #770357, #798961, #799040, #800533,
+ * New upstream release. (Closes: #770357, #798961, #799040, #800533,
LP: #1390937)
- Build with QT5.
* Bump standards version to 3.9.6. (no changes needed)
@@ -13,6 +13,8 @@ smplayer (15.9.0~ds0-1) UNRELEASED; urgency=medium
- Refresh 02-disable_updates.patch.
- Add 05-add-debian-hardening-flags.patch to using Debian hardening
flags.
+ - Add 06-tryfixplaylist.patch to fix playlist that disappear after
+ leaving full-screen with openbox. (Closes: #799385, #799984)
* debian/rules:
- Remove /usr/share/doc/smplayer/es/gpl.htm
* Update debian/copyright.
diff --git a/debian/patches/06-tryfixplaylist.patch b/debian/patches/06-tryfixplaylist.patch
new file mode 100644
index 0000000..eb70562
--- /dev/null
+++ b/debian/patches/06-tryfixplaylist.patch
@@ -0,0 +1,23 @@
+Description: try to fix playlist hide wuth a hack that always show the playlist if are activated
+Author: PICCORO Lenz McKAY <mckaygerhard at gmail.com>
+Bug-Debian: http://bugs.debian.org/799385
+Bug-Debian: http://bugs.debian.org/799984
+
+Origin: https://sourceforge.net/p/smplayer/patches/62/
+Bug: https://sourceforge.net/p/smplayer/bugs/482/
+Forwarded: not-needed
+
+--- a/src/baseguiplus.cpp
++++ b/src/baseguiplus.cpp
+@@ -427,10 +427,10 @@ void BaseGuiPlus::aboutToExitFullscreen(
+ #endif
+ );
+
++ playlistdock->setFloating( fullscreen_playlist_was_floating );
+ if (fullscreen_playlist_was_visible) {
+ playlistdock->show();
+ }
+- playlistdock->setFloating( fullscreen_playlist_was_floating );
+ ignore_playlist_events = false;
+ #endif
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 957e56a..c077aab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
01-add-mplayer2-detection.patch
-#02-disable_updates.patch
+02-disable_updates.patch
03-not_define_reminder_actions.patch
04_update_desktop_launcher.patch
-#05-add-debian-hardening-flags.patch
+05-add-debian-hardening-flags.patch
+06-tryfixplaylist.patch
--
smplayer packaging
More information about the pkg-multimedia-commits
mailing list