[vlc-commits] [Git][videolan/vlc][master] 3 commits: contrib: breakpad: use videolan contrib URL
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Tue Feb 28 13:00:18 UTC 2023
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
1cf16546 by Johannes Kauffmann at 2023-02-28T12:00:39+00:00
contrib: breakpad: use videolan contrib URL
- - - - -
3eedba28 by Johannes Kauffmann at 2023-02-28T12:00:39+00:00
contrib: add videolan git URL variable
- - - - -
cc3a2e81 by Johannes Kauffmann at 2023-02-28T12:00:39+00:00
contrib: use videolan git URL variable
This switches the FFmpeg URL from http to https, and switches the
x262 URL from git to https. No changes for nvcodec.
- - - - -
5 changed files:
- contrib/src/breakpad/rules.mak
- contrib/src/ffmpeg/rules.mak
- contrib/src/main.mak
- contrib/src/nvcodec/rules.mak
- contrib/src/x262/rules.mak
Changes:
=====================================
contrib/src/breakpad/rules.mak
=====================================
@@ -2,7 +2,7 @@
# This is the VideoLAN fork of Breakpad, not Google Breakpad!
BREAKPAD_VERSION := 0.1.3
-BREAKPAD_URL := http://download.videolan.org/pub/contrib/breakpad/breakpad-$(BREAKPAD_VERSION).tar.gz
+BREAKPAD_URL := $(CONTRIB_VIDEOLAN)/breakpad/breakpad-$(BREAKPAD_VERSION).tar.gz
ifdef HAVE_MACOSX
PKGS += breakpad
=====================================
contrib/src/ffmpeg/rules.mak
=====================================
@@ -6,7 +6,7 @@ FFMPEG_REVISION := 3
FFMPEG_VERSION := $(FFMPEG_MAJVERSION).$(FFMPEG_REVISION)
FFMPEG_BRANCH=release/$(FFMPEG_MAJVERSION)
FFMPEG_URL := https://ffmpeg.org/releases/ffmpeg-$(FFMPEG_VERSION).tar.xz
-FFMPEG_GITURL := http://git.videolan.org/git/ffmpeg.git
+FFMPEG_GITURL := $(VIDEOLAN_GIT)/ffmpeg.git
FFMPEG_LAVC_MIN := 57.37.100
FFMPEG_BASENAME := $(subst .,_,$(subst \,_,$(subst /,_,$(FFMPEG_HASH))))
=====================================
contrib/src/main.mak
=====================================
@@ -24,6 +24,7 @@ GNU ?= http://ftp.gnu.org/gnu
SF := https://downloads.sourceforge.net/project
VIDEOLAN := http://downloads.videolan.org/pub/videolan
CONTRIB_VIDEOLAN := http://downloads.videolan.org/pub/contrib
+VIDEOLAN_GIT := https://git.videolan.org/git
GITHUB := https://github.com
GOOGLE_CODE := https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com
QT := https://download.qt.io/official_releases/qt
=====================================
contrib/src/nvcodec/rules.mak
=====================================
@@ -1,5 +1,5 @@
NVCODEC_HASH := 84483da70d903239d4536763fde8c7e6c4e80784
-NVCODEC_GITURL := https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
+NVCODEC_GITURL := $(VIDEOLAN_GIT)/ffmpeg/nv-codec-headers.git
ifndef HAVE_DARWIN_OS
PKGS += nvcodec
=====================================
contrib/src/x262/rules.mak
=====================================
@@ -1,6 +1,6 @@
# x262
-X262_GITURL := git://git.videolan.org/x262.git
+X262_GITURL := $(VIDEOLAN_GIT)/x262.git
X262_HASH := bb887aa4c0a4da955524aa220b62998c3b50504e
# ifdef BUILD_ENCODERS
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/105babe317e94d75b9c3da96322211bdcc776a5d...cc3a2e818a8551f10895e057d273bb742b2b03b3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/105babe317e94d75b9c3da96322211bdcc776a5d...cc3a2e818a8551f10895e057d273bb742b2b03b3
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list