summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-02-25 03:02:29 +0100
committerMike Gilbert <floppym@gentoo.org>2019-02-25 16:24:55 -0500
commit6dc56f40692d0aa69e4419805d8b8efd6c7cb7ac (patch)
treee08568dd6a7c8bfe5535e01eaa2b1bcac006f632
parentnet-libs/neon: Fix building with USE="-gnutls pkcs11 ssl" and >=dev-libs/open... (diff)
downloadgentoo-6dc56f40692d0aa69e4419805d8b8efd6c7cb7ac.tar.gz
gentoo-6dc56f40692d0aa69e4419805d8b8efd6c7cb7ac.tar.bz2
gentoo-6dc56f40692d0aa69e4419805d8b8efd6c7cb7ac.zip
media-video/mplayer: Use the same EGIT_REPO_URI for ffmpeg as value used in media-video/ffmpeg.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--media-video/mplayer/mplayer-1.3.0-r5.ebuild4
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-video/mplayer/mplayer-1.3.0-r5.ebuild b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
index b5a27b3c40e1..b7f1b8d3f164 100644
--- a/media-video/mplayer/mplayer-1.3.0-r5.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-EGIT_REPO_URI="git://git.videolan.org/ffmpeg.git"
+EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git"
ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
[[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-2" || SVN_ECLASS=""
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index 248afbd492bc..8d1ad1c2a300 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-EGIT_REPO_URI="https://git.videolan.org/git/ffmpeg.git"
+EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git"
ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
[[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-r3"