IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- lib/profile.mk: install branding-$$(BRANDING)-release always after basesystem
- stage2: use propagator for c% BRANCH also
- install2, live: don't add priority base packages for these stage
- regular-vm.mk: replace blueberry to blueman for desktop regulars
- tar2fs: avoid losetup race (thanks mike@ and glebfm)
- kernel: drop std-pae kernel flavour
- stage2: add more modules to 50-stage2-net
- output errors Step 3 to BUILDLOG and on screen
- pkg.in/lists/Makefile: sort lists before copying
- regular.mk: drop feature robotics
- education: add latest commits from cas@
- education: mark task-edu-* as metapackages
- slinux, workstation: add latest commits from sem@
- education, slinux, workstation: add fixes for e2k from mike@
SMPlayer's base, mplayer, is currently better optimized
to utilize Elbrus SMP capabilities with auto-threading
by bircoph@; the result runs 4K clips below ~400% CPU
thus making it possible to decode two streams at once
(IOW much better than vlc).
The only downside visible to me is smplayer's update nag.
VLC used to suit everyone (32-/64-bit x86) but not anymore;
let's at least refactor the mess it all turned into by now.
The only non-NOP difference obvious to me should be the addition
of a media player to mipsel variant of alt-workstation; a bugfix
to me as I've first spotted the lack of a mediaplayer in e2k one.
sem@ noted that there were come problems observed with
xfce4-screensaver and advised to use xscreensaver
if relevant.
The initial version of the commit added "base+xscreensaver"
pkglist on armh aarch64 mipsel too but I chose to rather
refrain from messing up/with what I can't even test.
...as well as !riscv64...
NB: IIRC the order was important somehow
so I put the meta-arch before the specific one;
*if* this is correct, then the code handling
the list is not completely correct (or at least
this behaviour has to be documented); not ready
to debug those regexes at the moment though.
antohami: It's not, it's been fixed:
https://lists.altlinux.org/pipermail/devel-distro/2021-December/002674.html
There's a race condition (TOCTOU) between losetup --find
and applying the obtained path after additional dd in between;
twice awful as *at least* running both losetups closely would
reduce the window significantly, and reading the manpage
properly back then would eliminate this.
Reported-by: Anton Midyukov <antohami@altlinux.org>
Suggested-by: Gleb F-Malinovskiy <glebfm@altlinux.org>
When building with the propagator feature kernel/net/packet/af_packet.ko
were not added. Because of this, dhcp does not work.
The other also seem to be useful.
metapackages are expanded into a list of its dependencies.
This achieves two goals:
- the installer shows which packages will be installed
together with the metapackage
- after deleting meta package, apt-get autoremove not
will remove its immediate dependencies