media-video/mpv: use my own git repo

This commit is contained in:
odrling 2020-03-28 20:53:41 +01:00
parent f87fa6f035
commit c9dbd7a009
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@
<flag name="gamepad">Enable gamepad input support</flag>
<flag name="gbm">Enable Graphics Buffer Manager based EGL video backend</flag>
<flag name="jpeg">Enable support for saving screenshots in JPEG format</flag>
<flag name="libass">Enable OSD (On Screen Display) and subtitles support via <pkg>media-libs/libass</pkg></flag>
<flag name="libmpv">Build mpv shared library</flag>
<flag name="lua">Enable Lua scripting, OSC (On Screen Controller) GUI and <pkg>net-misc/youtube-dl</pkg> hook-script</flag>
<flag name="opengl" restrict="&lt;media-video/mpv-0.28.0">Enable the recommended 'opengl' video output</flag>

View file

@ -18,7 +18,7 @@ if [[ ${PV} != *9999* ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
else
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
EGIT_REPO_URI="https://git.odrling.xyz/mpv-player/mpv.git"
inherit git-r3
DOCS=(); SRC_URI=""
fi