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)
@@ -19,7 +19,7 @@
 REQUIRES          += X11/libs/libvdpau/1.5-x86_32
 REQUIRES          += media/jack2/1.9.21-x86_32
 REQUIRES          += libs/gmp/6.2.1-x86_32
-REQUIRES          += net/gnutls/3.7.1-x86_32
+REQUIRES          += net/gnutls/3.8.0-x86_32
 REQUIRES          += libs/libtasn1/4.16.0-x86_32
 REQUIRES          += media/ladspa/1.17-x86_32
 REQUIRES          += media/libass/0.17.0-x86_32
@@ -54,6 +54,7 @@
 REQUIRES          += libs/libwebp/1.2.2-x86_32
 REQUIRES          += media/libx264/0.164.20221217-x86_32
 REQUIRES          += media/x265/3.5-x86_32
+REQUIRES          += media/libomxil-bellagio/0.9.3-x86_32
 REQUIRES          += media/xvidcore/1.3.7-x86_32
 REQUIRES          += libs/libzmq/4.3.4-x86_32
 REQUIRES          += X11/X.org/xcb/libxcb/1.15-x86_32
@@ -196,11 +197,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:
 #
@@ -248,6 +251,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
@@ -281,17 +285,17 @@
 	@rm -rf $(FFMPEG_32_PKG)/usr/share
 	# ======= remove target path from target pkg-config *.pc files =======
 	@( cd $(FFMPEG_32_PKG)/usr/lib$(MULTILIB_X86_32_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_X86_32_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