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

383 Commits   1 Branch   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 28)
+++ Makefile	(revision 29)
@@ -727,7 +727,24 @@
 #######
 REQUIRES += X11/net/nm-applet/1.30.0
 
+#######
+####### applications:
+#######
 
+REQUIRES += X11/app/ffmpeg/4.4.4
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += X11/app/ffmpeg/4.4.4-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += X11/app/ffmpeg/4.4.4-x86_32
+endif
+
+#######
+####### Desktop applications:
+#######
+REQUIRES += X11/media/audacious-plugins/4.3
+
+
 # ======= __END_OF_REQUIRES__ =======