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 384)
+++ Makefile	(revision 385)
@@ -22,7 +22,7 @@
 REQUIRES          += X11/libs/libvdpau/1.5-ppc32
 REQUIRES          += media/jack2/1.9.21-ppc32
 REQUIRES          += libs/gmp/6.2.1-ppc32
-REQUIRES          += net/gnutls/3.7.1-ppc32
+REQUIRES          += net/gnutls/3.8.0-ppc32
 REQUIRES          += libs/libtasn1/4.16.0-ppc32
 REQUIRES          += media/ladspa/1.17-ppc32
 REQUIRES          += media/libass/0.17.0-ppc32
@@ -57,6 +57,7 @@
 REQUIRES          += libs/libwebp/1.2.2-ppc32
 REQUIRES          += media/libx264/0.164.20221217-ppc32
 REQUIRES          += media/x265/3.5-ppc32
+REQUIRES          += media/libomxil-bellagio/0.9.3-ppc32
 REQUIRES          += media/xvidcore/1.3.7-ppc32
 REQUIRES          += libs/libzmq/4.3.4-ppc32
 REQUIRES          += X11/X.org/xcb/libxcb/1.15-ppc32
@@ -190,11 +191,13 @@
 extra_configure_switches += --enable-version3
 extra_configure_switches += --disable-debug
 extra_configure_switches += --disable-stripping
+
+
 #
 # Component options:
 #
-extra_configure_switches += --enable-avresample
 
+
 #
 # External library support:
 #
@@ -242,6 +245,7 @@
 extra_configure_switches += --enable-libxvid
 extra_configure_switches += --enable-libzmq
 extra_configure_switches += --enable-opengl
+extra_configure_switches += --enable-omx
 
 
 CPPFLAGS += -Wno-deprecated-declarations -Wno-unused-but-set-variable
@@ -278,17 +282,17 @@
 	@rm -rf $(FFMPEG_32_PKG)/usr/share
 	# ======= remove target path from target pkg-config *.pc files =======
 	@( cd $(FFMPEG_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libavcodec.pc libavdevice.pc libavfilter.pc     \
-	                                    libavformat.pc libavresample.pc libavutil.pc    \
-	                                    libpostproc.pc libswresample.pc libswscale.pc ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libavcodec.pc libavdevice.pc libavfilter.pc  \
+	                                    libavformat.pc libavutil.pc libpostproc.pc   \
+	                                    libswresample.pc libswscale.pc             ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(FFMPEG_32_PKG))
 	# ======= tune pkg-config *.pc search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libavcodec.pc libavdevice.pc libavfilter.pc     \
-	                                            libavformat.pc libavresample.pc libavutil.pc    \
-	                                            libpostproc.pc libswresample.pc libswscale.pc ; \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libavcodec.pc libavdevice.pc libavfilter.pc  \
+	                                            libavformat.pc libavutil.pc libpostproc.pc   \
+	                                            libswresample.pc libswscale.pc             ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(FFMPEG_32_PKG) ; \
Index: .
===================================================================
--- .	(revision 384)
+++ .	(revision 385)

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