Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 167)
+++ Makefile	(revision 168)
@@ -602,6 +602,14 @@
 REQUIRES += X11/media/pulseaudio/16.1-x86_32
 endif
 
+REQUIRES += X11/media/alsa-plugins/1.2.7.1
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += X11/media/alsa-plugins/1.2.7.1-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += X11/media/alsa-plugins/1.2.7.1-x86_32
+endif
+
 REQUIRES += X11/libs/sdl/sdl2-image/2.6.3
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += X11/libs/sdl/sdl2-image/2.6.3-ppc32