summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 20:16:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 20:21:53 +0200
commit9553d69fd047528c0e8ef00e4c88bb24c30f2b97 (patch)
tree8f83301502e35e6dda604bf8aca7d47e7a03ff7d /media-video
parentmedia-video/ffmpeg: Drop USE celt (diff)
downloadgentoo-9553d69fd047528c0e8ef00e4c88bb24c30f2b97.tar.gz
gentoo-9553d69fd047528c0e8ef00e4c88bb24c30f2b97.tar.bz2
gentoo-9553d69fd047528c0e8ef00e4c88bb24c30f2b97.zip
media-video/ffmpeg: https
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 901950f7df55..a6f55da8a28e 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -24,13 +24,13 @@ fi
inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
-HOMEPAGE="http://ffmpeg.org/"
+HOMEPAGE="https://ffmpeg.org/"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
SRC_URI="mirror://gentoo/${P}.tar.bz2"
else # Release
- SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2"
+ SRC_URI="https://ffmpeg.org/releases/${P/_/-}.tar.bz2"
fi
FFMPEG_REVISION="${PV#*_p}"