commit: 329a8cc9c8db2f59faf27eff4a8ca0c0aa505c06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 19:06:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 19:10:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329a8cc9
media-video/baka-mplayer: Add another patch while at it, fixing playlist
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../baka-mplayer/baka-mplayer-2.0.4-r1.ebuild | 1 +
.../baka-mplayer-2.0.4-playlist-regression.patch | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild
b/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild
index 48e647998ee..9162db1864e 100644
--- a/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild
+++ b/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild
@@ -35,6 +35,7 @@ S="${WORKDIR}/Baka-MPlayer-${PV}"
PATCHES=(
"${FILESDIR}/${P}-gcc5.patch"
"${FILESDIR}/${P}-mpv23.patch"
+ "${FILESDIR}/${P}-playlist-regression.patch"
)
src_prepare() {
diff --git
a/media-video/baka-mplayer/files/baka-mplayer-2.0.4-playlist-regression.patch
b/media-video/baka-mplayer/files/baka-mplayer-2.0.4-playlist-regression.patch
new file mode 100644
index 00000000000..a6b361da12f
--- /dev/null
+++
b/media-video/baka-mplayer/files/baka-mplayer-2.0.4-playlist-regression.patch
@@ -0,0 +1,33 @@
+From cb42b7654c07426f36f765d1be7faf5ed3a3e591 Mon Sep 17 00:00:00 2001
+From: godly-devotion <[email protected]>
+Date: Tue, 1 Dec 2015 18:15:32 -0500
+Subject: [PATCH] Fix playlist regression from 01ec5a7
+
+---
+ src/ui/mainwindow.ui | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/ui/mainwindow.ui b/src/ui/mainwindow.ui
+index 2430322c..a1b30779 100644
+--- a/src/ui/mainwindow.ui
++++ b/src/ui/mainwindow.ui
+@@ -121,6 +121,10 @@ QListView {
+ #playlistWidget::item:selected {
+ background: #383838;
+ }
++#playlistWidget:item:selected:active,
++#playlistWidget:item:selected:!active {
++ color: whitesmoke;
++}
+
+ /* QScrollBar */
+
+@@ -1059,7 +1063,7 @@ QSlider::handle:horizontal {
+ <x>0</x>
+ <y>0</y>
+ <width>646</width>
+- <height>24</height>
++ <height>23</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menu_File">