Commit 8115a11e authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: use vlc as default mediaplayer for all arches except e2k

parent 3a65549d
...@@ -4,13 +4,9 @@ distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\ ...@@ -4,13 +4,9 @@ distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
3rdparty kvm clamav cloud-clients freecad \ 3rdparty kvm clamav cloud-clients freecad \
gtk-dictionary smartcard voip-clients) gtk-dictionary smartcard voip-clients)
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifneq (,$(filter-out e2k%,$(ARCH)))
distro/alt-workstation: mediaplayer = workstation/vlc distro/alt-workstation: mediaplayer = workstation/vlc
endif else
ifeq (,$(filter-out aarch64 riscv64,$(ARCH)))
distro/alt-workstation: mediaplayer = workstation/celluloid
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/alt-workstation: mediaplayer = workstation/smplayer distro/alt-workstation: mediaplayer = workstation/smplayer
endif endif
...@@ -93,7 +89,6 @@ endif ...@@ -93,7 +89,6 @@ endif
ifeq (,$(filter-out aarch64,$(ARCH))) ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-workstation-rpi: vm/.alt-workstation use/arm-rpi4/full vm/alt-workstation-rpi: vm/.alt-workstation use/arm-rpi4/full
@$(call add,THE_LISTS,workstation/celluloid)
@$(call set,THE_BROWSER,chromium) @$(call set,THE_BROWSER,chromium)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment