Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919917 - media-video/smplayer-23.6.0 cannot resume after pause with media-video/mpv-0.37.0
Summary: media-video/smplayer-23.6.0 cannot resume after pause with media-video/mpv-0....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on: 939876 939877
Blocks:
  Show dependency tree
 
Reported: 2023-12-14 22:59 UTC by Laszlo
Modified: 2024-09-20 01:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Pause patch (pause.patch,525 bytes, patch)
2023-12-18 11:45 UTC, Mike Lothian
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo 2023-12-14 22:59:10 UTC
Resuming after pausing does not work properly in smplayer with mpv 0.37.0. It works with mpv version 0.36.0-r1

Tested on KDE with following mpv USE flags: USE="X alsa bluray cdda cli drm dvd egl iconv jpeg lcms libmpv lua nvenc opengl pulseaudio uchardet vaapi vdpau vulkan wayland xv zlib (-aqua) -archive (-coreaudio) -debug -dvb -gamepad -jack -javascript -libcaca (-mmal) -openal -pipewire (-raspberry-pi) -rubberband -sdl (-selinux) -sixel -sndio -test -tools -zimg" LUA_SINGLE_TARGET="(luajit) (-lua5-1)" PYTHON_SINGLE_TARGET="python3_11 -python3_10 (-python3_12)"
Comment 2 Mike Lothian 2023-12-18 11:45:59 UTC
Created attachment 879778 [details, diff]
Pause patch

Thanks for finding those, the attached patch is just what changes between 23.6.0 with those applied
Comment 3 Jared B. 2023-12-27 21:57:22 UTC
Thanks for the patch.  This was driving me crazy.
Comment 4 Alex 2024-01-06 18:44:35 UTC
Thanks a lot for the patch! It was driving me crazy also.
Do I understand correctly that the best way to apply such a patch is https://wiki.gentoo.org/wiki//etc/portage/patches ?
Comment 5 Fab 2024-05-11 13:35:31 UTC
This is fixed in new release. Please bump.

Version 23.12
    * Implemented support for the new Opensubtitles API.
    * Fix play/pause with mpv 0.37.
    * Fix loading playlists with extension m3u8.
    * Fix video jitter/shudder when clicking on timeline bar.
    * Other bug fixes.

https://www.smplayer.info/fr/changes
Comment 6 Fab 2024-05-12 07:18:16 UTC
Workaround without any patch : in the control bar, click on the rewind1 button (-10 seconds), then you can resume your video using the play_or_pause button.
Comment 7 silver_ghost 2024-09-19 23:19:33 UTC
I have the same problem with media-video/smplayer-23.6.0 and media-video/mpv-0.38.0-r1.
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-19 23:36:23 UTC
I'll have a look.
Comment 9 Larry the Git Cow gentoo-dev 2024-09-20 01:07:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25883d8cf7426772b76441b8087c1ed8f821ef3e

commit 25883d8cf7426772b76441b8087c1ed8f821ef3e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-09-20 01:06:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-09-20 01:07:34 +0000

    media-video/smplayer: fix resume w/ mpv-0.37.0
    
    Closes: https://bugs.gentoo.org/919917
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/smplayer-23.6.0-mpv-0.37-resume.patch    |  15 +++
 media-video/smplayer/smplayer-23.6.0-r1.ebuild     | 126 +++++++++++++++++++++
 2 files changed, 141 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa2062e7d84c99a5a35d8f1f07c86c1df2d86b6

commit ffa2062e7d84c99a5a35d8f1f07c86c1df2d86b6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-09-20 01:05:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-09-20 01:07:33 +0000

    media-video/smplayer: add 24.5.0
    
    Closes: https://bugs.gentoo.org/939876
    Bug: https://bugs.gentoo.org/919917
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/smplayer/Manifest               |   1 +
 media-video/smplayer/smplayer-24.5.0.ebuild | 125 ++++++++++++++++++++++++++++
 2 files changed, 126 insertions(+)