summaryrefslogtreecommitdiff
path: root/media-video/smplayer/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /media-video/smplayer/files
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'media-video/smplayer/files')
-rw-r--r--media-video/smplayer/files/smplayer-19.5.0-mpv-0.30.0.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-video/smplayer/files/smplayer-19.5.0-mpv-0.30.0.patch b/media-video/smplayer/files/smplayer-19.5.0-mpv-0.30.0.patch
deleted file mode 100644
index fd2bdc8ed9cd..000000000000
--- a/media-video/smplayer/files/smplayer-19.5.0-mpv-0.30.0.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: smplayer/src/mpvprocess.cpp
-===================================================================
---- smplayer/src/mpvprocess.cpp (revision 9231)
-+++ smplayer/src/mpvprocess.cpp (revision 9232)
-@@ -122,7 +122,7 @@
-
- void MPVProcess::initializeRX() {
- #ifdef CUSTOM_STATUS
-- rx_av.setPattern("^STATUS: ([0-9\\.-]+) / ([0-9\\.-]+) P: (yes|no) B: (yes|no) I: (yes|no) VB: ([0-9\\.-]+) AB: ([0-9\\.-]+)");
-+ rx_av.setPattern("STATUS: ([0-9\\.-]+) / ([0-9\\.-]+) P: (yes|no) B: (yes|no) I: (yes|no) VB: ([0-9\\.-]+) AB: ([0-9\\.-]+)");
- #else
- rx_av.setPattern("^(\\((.*)\\) |)(AV|V|A): ([0-9]+):([0-9]+):([0-9]+) / ([0-9]+):([0-9]+):([0-9]+)"); //AV: 00:02:15 / 00:09:56
- #endif
-@@ -197,7 +197,7 @@
- static double last_sec = -1;
-
- // Parse A: V: line
-- //qDebug("MPVProcess::parseLine: %s", line.toUtf8().data());
-+ //qDebug() << "MPVProcess::parseLine:" << line;
- if (rx_av.indexIn(line) > -1) {
- #ifdef CUSTOM_STATUS
- double sec = rx_av.cap(1).toDouble();