mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-27 07:31:44 +03:00
amend! amend! REVERT_ME: Disable mediaconv and use github gstreamer mirrors.
REVERT_ME: Use github / our local gstreamer mirrors. To mitigate the Freedesktop outage: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/407
This commit is contained in:
parent
dcd4f8e7e0
commit
20e95f6be2
@ -75,6 +75,7 @@ ifeq ($(CONTAINER_ENGINE),)
|
||||
endif
|
||||
|
||||
DOCKER_BASE = $(CONTAINER_ENGINE) run --rm -v $(SRC):$(SRC)$(CONTAINER_MOUNT_OPTS) -v $(OBJ):$(OBJ)$(CONTAINER_MOUNT_OPTS) \
|
||||
-v $(SRC)/gitconfig-gstreamer-redirect:/etc/gitconfig \
|
||||
-w $(OBJ) -e MAKEFLAGS \
|
||||
$(DOCKER_OPTS) $(STEAMRT_IMAGE)
|
||||
|
||||
|
2
gitconfig-gstreamer-redirect
Normal file
2
gitconfig-gstreamer-redirect
Normal file
@ -0,0 +1,2 @@
|
||||
[url "https://gitlab.codeweavers.com/gstreamer-mirror/"]
|
||||
insteadOf = https://gitlab.freedesktop.org/gstreamer/
|
@ -7,12 +7,7 @@ define create-rules-cargo
|
||||
$(call create-rules-common,$(1),$(2),$(3))
|
||||
|
||||
ifeq ($(CONTAINER),1)
|
||||
$$(OBJ)/.$(1)-pre-configure:
|
||||
@echo ":: setting freedesktop url override..." >&2
|
||||
git config --global url."https://gitlab.codeweavers.com/gstreamer-mirror/".insteadOf "https://gitlab.freedesktop.org/gstreamer/"
|
||||
touch $$@
|
||||
|
||||
$$(OBJ)/.$(1)-configure$(3): $$(OBJ)/.$(1)-pre-configure
|
||||
$$(OBJ)/.$(1)-configure$(3):
|
||||
@echo ":: configuring $(3)bit $(1)..." >&2
|
||||
touch $$@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user