42 Commits

Author SHA1 Message Date
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
e0ab3cb58e Use posix timers in mpv. OpenBSD doesn't define _POSIX_TIMERS because we are
missing some of the required clocks, but we do have enough for mpv's use,
so we can patch the check to succeed.

ok tb@, no response from czarkoff@ (maintainer)
2018-06-25 16:43:01 +00:00
ajacoutot
300d15d554 Enable some ports and adjust for atomic ops on arm.
from Brad
2018-01-20 11:42:59 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
sthen
085adfa485 aarch64 has atomic ops; from Brad 2017-08-10 10:25:15 +00:00
schwarze
4d2fe8507f mandoc handles reStructuredText output now, drop USE_GROFF and bump 2017-06-13 20:30:26 +00:00
czarkoff
9527a90da9 Update mpv to 0.22.0
Per suggestion by jca@ libsmbclient support is disabled.
2016-11-25 15:02:43 +00:00
czarkoff
1513b1e1f0 update to mpv 0.21.0
Two patches that are added in this commit are already upstreamed, so they
should be removed with next update.
2016-10-20 17:28:52 +00:00
naddy
2594c2979f replace libiconv module 2016-09-13 16:12:14 +00:00
czarkoff
b56afe7b56 update to mpv-0.20.0 2016-09-04 17:29:28 +00:00
czarkoff
c904331bba update to mpv-0.19.0 2016-08-16 14:08:40 +00:00
czarkoff
70e8b4e303 update to mpv-0.18.1 2016-08-08 15:05:17 +00:00
landry
af68cdf4f7 Mark BROKEN on powerpc: atomics detection fails 2016-08-06 06:47:46 +00:00
czarkoff
6f98f73212 update to mpv-0.18.0
unrelated changes:

 - X11BASE is hooked up explicitly, so that several tests in waf don't fail
 - WRKBUILD is set to subdirectory of WRKSRC, so that mpv does not get relinked
   during "make install"
2016-07-10 15:27:55 +00:00
czarkoff
47e80c3bc0 re-enable encoding
from Josh Grosse
2016-05-04 09:13:10 +00:00
czarkoff
f4e3208728 update to mpv-0.17.0 from brad@ 2016-04-27 11:39:04 +00:00
czarkoff
baf8d9e155 update to mpv-0.16.0
ok sthen@
2016-03-05 12:52:11 +00:00
czarkoff
d42f69d440 unbreak mpv on i386
tested by kili@, ok sthen@
2016-02-07 21:30:00 +00:00
czarkoff
b1a830691f update to mpv-0.15.0
changes:

 - old-configure is gone, so use waf
 - instead of patching cd/dvd device names, use sed
 - explicitly disable dependencies we don't have but may get in future

ok, tweaks and testing bentley@, jasper@ and sthen@
2016-02-04 09:23:20 +00:00
czarkoff
edae0d4458 update to mpv 0.14.0
Original patch from brad@

OK feinerer@, sthen@
2016-01-12 09:09:57 +00:00
feinerer
1283b5d7d0 Use libv4l
OK ajacoutot@
2016-01-08 18:47:01 +00:00
ajacoutot
98d5aa5ec9 Enable mpv on mips64 now that it has atomic ops.
from Brad, ok jasper@
2015-12-28 08:25:52 +00:00
czarkoff
306dc01156 update mpv to 0.13.0
Patch from brad@
2015-11-22 18:33:04 +00:00
bentley
172c4f73ab Backport an upstream fix for (some?) radeondrm hardware.
ok czarkoff@ (maintainer)
2015-10-02 07:34:14 +00:00
czarkoff
f3295e2340 Update to mpv 0.11.0
From brad@, ok ajacoutot@
2015-09-26 04:02:31 +00:00
bentley
d1d83eab1c mpv's build assumes that mpv is in PATH during fake; make sure it's so.
Reported by naddy@, fix from brad, ok czarkoff@
2015-09-11 14:46:29 +00:00
bentley
551225accd Update to mpv-0.10.0.
from brad. ok ajacoutot@
2015-09-10 10:43:06 +00:00
jca
4b1d388711 Move samba4 to samba, and tweak the ports tree to use it.
ok ajacoutot@

Upcoming commits will add additional tweaks.

Many thanks to Vadim Zhukov (who did most of the work), Ian McWilliam
(co-maintainer), Stuart Henderson who provided lots of support and
feedback, Antoine Jacoutot who patiently dealt with my broken diffs,
and more generally all the people involved.  Most of the recent work was
done during p2k15 and c2k15.
2015-08-25 11:04:38 +00:00
ajacoutot
26d19511f8 Build mpv on a few more archs.
Lightly tested on i386, macppc and sparc64.

from brad
2015-05-30 07:27:40 +00:00
ajacoutot
8e5af2deae Update to mpv-0.9.2.
from brad
ok bentley@ czarkoff@ (maintainer)
2015-05-24 10:30:55 +00:00
ajacoutot
cdeb006f7d Enable libbluray support.
from brad
ok czarkoff@ (maintainer)
2015-05-23 07:58:40 +00:00
czarkoff
67f337652e update to 0.9.1
OK bentley@, brad@, sthen@.
2015-05-06 06:51:03 +00:00
ajacoutot
1aa76cceb2 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:13:02 +00:00
czarkoff
1c2382d6f8 Update to mpv 0.8.3
OK bentley@, sthen@
2015-03-27 06:11:27 +00:00
czarkoff
4674ac91ee update to 0.8.2, from Henrik Friedrichsen, ok bentley@ 2015-03-17 09:00:56 +00:00
brad
c1cd550c43 Use the correct default devices for CDROM / DVD playback on OpenBSD; copied
over from MPlayer.

ok sthen@
2015-02-17 01:27:11 +00:00
sthen
66e4f58fc5 update to mpv 0.7.3, from Dmitrij D. Czarkoff, ok bentley@ 2015-02-13 13:49:45 +00:00
bentley
0d61766fde Set MAINTAINER to Dmitrij D. Czarkoff, by request. 2015-01-12 06:31:04 +00:00
sthen
bc8df42936 don't build on i386 (wants 64-bit atomic ops) 2015-01-11 23:52:08 +00:00
bentley
c797be6a15 Don't pick up libcaca if it's installed.
Problem pointed out by Fabian Raetz.
2015-01-11 19:44:53 +00:00
bentley
c058309854 Import mpv-0.7.2.
mpv is a fork of mplayer2 and MPlayer.  Its option parser was improved
to behave more like other CLI programs, and many option names and
semantics were reworked to make them more intuitive and memorable.
Instead of default GUI it provides a small controller interface that is
triggered by mouse movement.  OpenGL video output is capable of many
features loved by videophiles, such as video scaling with popular high
quality algorithms, color management, and more, as well as of hardware
decoding using VDPAU and VAAPI.

From Dmitrij D. Czarkoff. ok sthen@
2015-01-11 08:21:39 +00:00