Commits
David B. Evans authored 0e22d1bdbb3
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup waf 1.0 |
6 6 | PortGroup legacysupport 1.0 |
7 7 | |
8 8 | # Please revbump mpv whenever ffmpeg{,-devel} is updated! |
9 9 | github.setup mpv-player mpv 0.29.1 v |
10 - | revision 3 |
10 + | revision 4 |
11 11 | categories multimedia |
12 12 | license GPL-2+ |
13 13 | maintainers {ionic @Ionic} |
14 14 | platforms darwin |
15 15 | |
16 16 | description mpv is a movie player based on MPlayer and mplayer2. |
17 17 | long_description ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \ |
18 18 | VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, \ |
19 19 | NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, \ |
20 20 | supported by many native, XAnim, and Win32 DLL codecs. \ |