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: 1.2.7.1/Makefile
===================================================================
--- 1.2.7.1/Makefile	(revision 384)
+++ 1.2.7.1/Makefile	(revision 385)
@@ -9,7 +9,12 @@
 COMPONENT_TARGETS += $(HARDWARE_NANOPI_NEO)
 COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP)
 COMPONENT_TARGETS += $(HARDWARE_ORANGE_PL2)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5B)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PI5P)
+COMPONENT_TARGETS += $(HARDWARE_ROCK_5B)
 COMPONENT_TARGETS += $(HARDWARE_WECHIP_TX6)
+COMPONENT_TARGETS += $(HARDWARE_REPKA_PI3)
 COMPONENT_TARGETS += $(HARDWARE_FFRK3288)
 COMPONENT_TARGETS += $(HARDWARE_POIN2)
 COMPONENT_TARGETS += $(HARDWARE_RK3328_CC)
@@ -42,6 +47,7 @@
 COMPONENT_TARGETS += $(HARDWARE_TL2SV2)
 COMPONENT_TARGETS += $(HARDWARE_TL2WK2_LSB)
 COMPONENT_TARGETS += $(HARDWARE_TL2SV2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_VISIONFIVE2)
 COMPONENT_TARGETS += $(HARDWARE_SIFIVE_U740)
 
 
@@ -54,8 +60,6 @@
 
 SOURCE_REQUIRES    = sources/packages/m/alsa/plugins
 
-ENABLE_FFMPEG_SUPPORT = no
-
 REQUIRES           = media/pulseaudio/16.1
 REQUIRES          += media/libavtp/0.2.0
 
@@ -130,11 +134,9 @@
 extra_configure_switches += --with-speex=lib
 extra_configure_switches += --enable-maemo-plugin
 
-ifneq ($(ENABLE_FFMPEG_SUPPORT),yes)
 extra_configure_switches += --disable-libav
 extra_configure_switches += --disable-a52
 extra_configure_switches += --disable-lavrate
-endif
 
 extra_configure_switches += --enable-static=no
 extra_configure_switches += --enable-shared=yes
@@ -173,6 +175,14 @@
 	   done ; \
 	   rm -f 98-maemo.conf ; \
 	 )
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK358X_GLIBC)),)
+	@mv $(ALSA_PLUGINS_PKG)/etc/alsa/conf.d/99-pulseaudio-default.conf.example \
+	    $(ALSA_PLUGINS_PKG)/usr/share/alsa/pulse-alsa.conf
+	@cp -a $(CURDIR)/conf/pulse.conf $(ALSA_PLUGINS_PKG)/usr/share/alsa/alsa.conf.d/99-pulse.conf
+	@( cd $(ALSA_PLUGINS_PKG)/etc/alsa/conf.d ; \
+	   ln -sf ../../../usr/share/alsa/alsa.conf.d/99-pulse.conf . ; \
+	 )
+endif
 	# ======= Install Documentation =======
 	@if [ -d $(ALSA_PLUGINS_PKG)/usr/share/man ]; then \
 	  ( cd $(ALSA_PLUGINS_PKG)/usr/share/man ; \
Index: 1.2.7.1/conf/pulse.conf
===================================================================
--- 1.2.7.1/conf/pulse.conf	(nonexistent)
+++ 1.2.7.1/conf/pulse.conf	(revision 385)
@@ -0,0 +1,18 @@
+
+# PulseAudio alsa plugin configuration file to set the pulseaudio plugin as
+# default output for applications using alsa when pulseaudio is running.
+
+#hook_func.pulse_load_if_running {
+#  lib "libasound_module_conf_pulse.so"
+#  func "conf_pulse_hook_load_if_running"
+#}
+#
+#@hooks [
+#  {
+#    func pulse_load_if_running
+#    files [
+#      "/usr/share/alsa/pulse-alsa.conf"
+#    ]
+#    errors false
+#  }
+#]
Index: 1.2.7.1
===================================================================
--- 1.2.7.1	(revision 384)
+++ 1.2.7.1	(revision 385)

Property changes on: 1.2.7.1
___________________________________________________________________
Modified: svn:ignore
## -30,6 +30,7 ##
 .rk328x-glibc
 .rk33xx-glibc
 .rk339x-glibc
+.rk358x-glibc
 .s8xx-glibc
 .s9xx-glibc
 .x86_64-glibc
Index: 1.2.7.1-ppc32/Makefile
===================================================================
--- 1.2.7.1-ppc32/Makefile	(revision 384)
+++ 1.2.7.1-ppc32/Makefile	(revision 385)
@@ -15,8 +15,6 @@
 
 SOURCE_REQUIRES    = sources/packages/m/alsa/plugins
 
-ENABLE_FFMPEG_SUPPORT = no
-
 REQUIRES           = media/alsa-plugins/1.2.7.1
 REQUIRES          += media/pulseaudio/16.1-ppc32
 REQUIRES          += media/libavtp/0.2.0-ppc32
@@ -90,11 +88,9 @@
 extra_configure_switches += --with-speex=lib
 extra_configure_switches += --enable-maemo-plugin
 
-ifneq ($(ENABLE_FFMPEG_SUPPORT),yes)
 extra_configure_switches += --disable-libav
 extra_configure_switches += --disable-a52
 extra_configure_switches += --disable-lavrate
-endif
 
 extra_configure_switches += --enable-static=no
 extra_configure_switches += --enable-shared=yes
Index: 1.2.7.1-ppc32
===================================================================
--- 1.2.7.1-ppc32	(revision 384)
+++ 1.2.7.1-ppc32	(revision 385)

Property changes on: 1.2.7.1-ppc32
___________________________________________________________________
Modified: svn:ignore
## -30,6 +30,7 ##
 .rk328x-glibc
 .rk33xx-glibc
 .rk339x-glibc
+.rk358x-glibc
 .s8xx-glibc
 .s9xx-glibc
 .x86_64-glibc
Index: 1.2.7.1-x86_32/Makefile
===================================================================
--- 1.2.7.1-x86_32/Makefile	(revision 384)
+++ 1.2.7.1-x86_32/Makefile	(revision 385)
@@ -12,8 +12,6 @@
 
 SOURCE_REQUIRES    = sources/packages/m/alsa/plugins
 
-ENABLE_FFMPEG_SUPPORT = no
-
 REQUIRES           = media/alsa-plugins/1.2.7.1
 REQUIRES          += media/pulseaudio/16.1-x86_32
 REQUIRES          += media/libavtp/0.2.0-x86_32
@@ -87,11 +85,9 @@
 extra_configure_switches += --with-speex=lib
 extra_configure_switches += --enable-maemo-plugin
 
-ifneq ($(ENABLE_FFMPEG_SUPPORT),yes)
 extra_configure_switches += --disable-libav
 extra_configure_switches += --disable-a52
 extra_configure_switches += --disable-lavrate
-endif
 
 extra_configure_switches += --enable-static=no
 extra_configure_switches += --enable-shared=yes
Index: 1.2.7.1-x86_32
===================================================================
--- 1.2.7.1-x86_32	(revision 384)
+++ 1.2.7.1-x86_32	(revision 385)

Property changes on: 1.2.7.1-x86_32
___________________________________________________________________
Modified: svn:ignore
## -30,6 +30,7 ##
 .rk328x-glibc
 .rk33xx-glibc
 .rk339x-glibc
+.rk358x-glibc
 .s8xx-glibc
 .s9xx-glibc
 .x86_64-glibc