Summary: | multimedia/smplayer-18.10.0_1 -- consistant failure when invoking mplayer | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ronald F. Guilmette <rfg-freebsd> |
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | pi, rgrimes |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Ronald F. Guilmette
2019-06-17 08:02:16 UTC
Just another data point on this issue. Last night I downloaded the lastest (19.5.0) version sources for smplayer, unpacked and built from those sources, and I am pleased to say that I now have a correctly working smplayer on my system. There was only one very tiny glitch in the build proccess. There's a ssubdomain of the main sources tree called "webserver" and it contains a Makefile that uses some GNU gmake specific conditional constructs which the FreeBSD make didn't know how to deal with properly. I wanted a quick & easy solution so I just arranged, only for this build, to have gmake appear in my $PATH as "make" prior to the actual FreeBSD make (/usr/bin/make) and then I was able to both make and install the whole smplayer-19.5.0 source tree with no problems at all. And smplayer-19.5.0 works properly with mplayer-1.3.0.20190329. I know. I checked. Update committted, should fix this problem. A commit references this bug: Author: pi Date: Thu Sep 19 18:19:22 UTC 2019 New revision: 512364 URL: https://svnweb.freebsd.org/changeset/ports/512364 Log: multimedia/smplayer: upgrade 18.10.0 -> 19.5.0 - 18.10.0 failed when invoking mplayer PR: 238648 Reported by: Ronald F. Guilmette <rfg-freebsd@tristatelogic.com> Relnotes: https://www.smplayer.info/forum/viewtopic.php?f=3&t=8889 Changes: head/multimedia/smplayer/Makefile head/multimedia/smplayer/distinfo |