1. 11 Apr, 2022 4 commits
    • Michael Shigorin's avatar
      workstation/smplayer: added pkglist/group · 460e424f
      Michael Shigorin authored
      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.
      460e424f
    • Michael Shigorin's avatar
      basealt.mk: generalize mediaplayers · f485b3d2
      Michael Shigorin authored
      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.
      f485b3d2
    • Michael Shigorin's avatar
      slinux: add xscreensaver on e2k (cf. slinux/xfce-base) · c42c600e
      Michael Shigorin authored
      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.
      c42c600e
    • Michael Shigorin's avatar
      rescue+*: some new packages @!E2K · 74f04dcf
      Michael Shigorin authored
      ...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
      74f04dcf
  2. 08 Apr, 2022 5 commits
  3. 05 Apr, 2022 4 commits
  4. 25 Mar, 2022 22 commits
  5. 05 Mar, 2022 1 commit
  6. 02 Mar, 2022 4 commits
    • Anton Midyukov's avatar
      gear-store-tags · 7479ca23
      Anton Midyukov authored
      7479ca23
    • Anton Midyukov's avatar
      1.4.27-alt1 · 2c4ec262
      Anton Midyukov authored
      - regular.mk: add regular-xfce-install target
      - regular.mk: add use/firmware to regular-builder
      - regular.mk: set KFLAVOUR to un-def for regular-builder on x86_64, aarch64
      - dev: fix links to repositories for ports Sisyphus in generated source lists
      - vmguest: exclude xorg-dri-virtio for armh
      - plymouth: require branding-@BRANDING@-graphics
      - cleanup: add CLEANUP_LIVE_PACKAGES
      - mixin.mk: add polkit-rule-admin-root to mixin/regular-desktop
      - .gitignore: exclude .image.in/files/.empty
      - initrd-propagator: not add empty layer
      - build-vm: fix PATH to tar2fs with future mkimage
      - lib/profile.mk, build-distro: save current commit
      - vmguest: update stage1 modules list
      - stage2: stage1 modules list update
      - live.mk: add language submenu to grub-net-install
      - mixin.mk: control libnss-role is disabled for regular-desktops
      - kernel: exclude bcmwl kernel module, see ALT bug 41620
      - kworkstation: add latest commits from zerg@
      - kworkstation: add stage2 lists
      - all distro: add use/stage2/ata
      2c4ec262
    • Anton Midyukov's avatar
      vmguest: exclude xorg-dri-virtio for armh · a99c6067
      Anton Midyukov authored
      xorg-dri-virtio not available for p10 armh.
      a99c6067
    • Anton Midyukov's avatar