Date: Mon, 30 Sep 2024 19:04:11 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 89a2abff8715 - main - misc/raspberrypi-userland: Remove expired port Message-ID: <202409301904.48UJ4BrL084475@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=89a2abff8715898ab72c04cfb3fc7c2f4b6c7279 commit 89a2abff8715898ab72c04cfb3fc7c2f4b6c7279 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-09-30 19:03:45 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-09-30 19:04:05 +0000 misc/raspberrypi-userland: Remove expired port 2024-09-30 misc/raspberrypi-userland: Deprecated by the upstream --- MOVED | 1 + misc/Makefile | 1 - misc/raspberrypi-userland/Makefile | 65 ---- misc/raspberrypi-userland/distinfo | 3 - .../files/patch-CMakeLists.txt | 11 - ...applications_android_apps_vidtex_CMakeLists.txt | 10 - ..._applications_linux_apps_dtmerge_CMakeLists.txt | 11 - ...pplications_linux_apps_dtoverlay_CMakeLists.txt | 24 -- ...__applications_linux_apps_gencmd_CMakeLists.txt | 11 - ...lications_linux_apps_hello__pi_Makefile.include | 11 - ...applications_linux_apps_raspicam_CMakeLists.txt | 11 - ...__applications_linux_apps_raspicam_RaspiStill.c | 31 -- ...pplications_linux_apps_raspicam_RaspiStillYUV.c | 31 -- ...st__applications_linux_apps_raspicam_RaspiVid.c | 31 -- ..._applications_linux_apps_raspicam_RaspiVidYUV.c | 31 -- ...st__applications_linux_apps_smem_CMakeLists.txt | 11 - ...pplications_linux_libs_bcm__host_CMakeLists.txt | 11 - ...host__applications_linux_libs_sm_CMakeLists.txt | 11 - .../files/patch-interface_mmal_CMakeLists.txt | 11 - .../files/patch-interface_vcos_CMakeLists.txt | 11 - .../patch-interface_vcos_pthreads_CMakeLists.txt | 11 - ...terface_vmcs__host_linux_vcfiled_CMakeLists.txt | 22 -- .../files/patch-makefiles_cmake_vmcs.cmake | 13 - misc/raspberrypi-userland/pkg-descr | 1 - misc/raspberrypi-userland/pkg-message | 3 - misc/raspberrypi-userland/pkg-plist | 408 --------------------- 26 files changed, 1 insertion(+), 795 deletions(-) diff --git a/MOVED b/MOVED index bd946b4727c3..3851073305cf 100644 --- a/MOVED +++ b/MOVED @@ -3489,3 +3489,4 @@ sysutils/orch|sysutils/porch|2024-09-26|Upstream was renamed security/nextcloud-twofactor_nextcloud_notification||2024-09-27|Removed, bundled with Nextcloud 30 textproc/hs-pandoc32|textproc/hs-pandoc|2024-09-29|the only user changed to textproc/hs-pandoc archivers/librtfcomp||2024-09-30|Remove expired port. Latest version was released in 2013. There is no consumers in the ports tree +misc/raspberrypi-userland||2024-09-30|Has expired: Deprecated by the upstream diff --git a/misc/Makefile b/misc/Makefile index ad49342f685a..5935fdc554d8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -552,7 +552,6 @@ SUBDIR += quary SUBDIR += randomx SUBDIR += raspberrypi-gpioshutdown - SUBDIR += raspberrypi-userland SUBDIR += raspbsd-led SUBDIR += ree SUBDIR += retry diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile deleted file mode 100644 index abce438f0a67..000000000000 --- a/misc/raspberrypi-userland/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -PORTNAME= raspberrypi-userland -PORTVERSION= 20161026 -PORTREVISION= 3 -CATEGORIES= misc - -MAINTAINER= ports@FreeBSD.org -COMMENT= Various libraries for the Raspberry Pi - -LICENSE= BSD3CLAUSE - -DEPRECATED= Deprecated by the upstream -EXPIRATION_DATE=2024-09-30 - -ONLY_FOR_ARCHS= armv6 armv7 - -USES= cmake:noninja pkgconfig shebangfix - -USE_LDCONFIG= ${PREFIX}/share/vc/lib - -USE_GITHUB= yes -GH_ACCOUNT= gonzoua -GH_PROJECT= userland -GH_TAGNAME= e143b48 - -CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX}/share/vc \ - -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake -SHEBANG_FILES= host_applications/linux/apps/dtoverlay/dtoverlay-post \ - host_applications/linux/apps/dtoverlay/dtoverlay-pre - -OPTIONS_DEFINE= EXAMPLES DEBUG -EXAMPLES_DESC= Install test applications source code (hello_pi) -EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2 - -DEBUG_CFLAGS_OFF= -DNDEBUG - -LLD_UNSAFE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}/share/vc|g" \ - ${WRKSRC}/makefiles/cmake/vmcs.cmake \ - ${WRKSRC}/host_applications/linux/apps/hello_pi/Makefile.include - @${REINPLACE_CMD} -e "s|CMAKE_C_COMPILER cc|CMAKE_C_COMPILER ${CC}|g" \ - -e "s|CMAKE_CXX_COMPILER c++|CMAKE_C_COMPILER ${CXX}|g" \ - -e "s|CMAKE_ASM_COMPILER as|CMAKE_C_COMPILER ${CC}|g" \ - ${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake -# patches for hello_pi example - @${REINPLACE_CMD} -e "s|make|gmake|g" \ - ${WRKSRC}/host_applications/linux/apps/hello_pi/rebuild.sh - @${REINPLACE_CMD} -e "s|gcc|cc|g" \ - ${WRKSRC}/host_applications/linux/apps/hello_pi/hello_fft/makefile - @${REINPLACE_CMD} -e "s|linux|sys|g" \ - ${WRKSRC}/host_applications/linux/apps/hello_pi/hello_fft/mailbox.h - @${REINPLACE_CMD} -e "s|LOCALBASE|${LOCALBASE}|g" \ - ${WRKSRC}/host_applications/linux/apps/hello_pi/Makefile.include -.for file in hello_fft/gpu_fft.txt hello_teapot/triangle.c hello_teapot/video.c hello_videocube/video.c - @${REINPLACE_CMD} -e "s|/opt/vc/src|${EXAMPLESDIR}|g" \ - ${WRKSRC}/host_applications/linux/apps/hello_pi/${file} -.endfor - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/host_applications/linux/apps/hello_pi && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/hello_pi) - ${FIND} ${STAGEDIR}${EXAMPLESDIR}/hello_pi \( -name \*.bak -o -name \*.orig \) -delete - -.include <bsd.port.mk> diff --git a/misc/raspberrypi-userland/distinfo b/misc/raspberrypi-userland/distinfo deleted file mode 100644 index 8102950dcda6..000000000000 --- a/misc/raspberrypi-userland/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1477482408 -SHA256 (gonzoua-userland-20161026-e143b48_GH0.tar.gz) = 488fed2e3adcc761cae10288eb7af95d1cda762f4be3562a85c2b22f50631175 -SIZE (gonzoua-userland-20161026-e143b48_GH0.tar.gz) = 32906666 diff --git a/misc/raspberrypi-userland/files/patch-CMakeLists.txt b/misc/raspberrypi-userland/files/patch-CMakeLists.txt deleted file mode 100644 index ac2915a65a75..000000000000 --- a/misc/raspberrypi-userland/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2016-10-30 UTC -+++ CMakeLists.txt -@@ -116,7 +116,7 @@ if(PKG_CONFIG_FOUND) - foreach(PCFILE bcm_host.pc egl.pc glesv2.pc vg.pc brcmegl.pc brcmglesv2.pc brcmvg.pc ) - configure_file("pkgconfig/${PCFILE}.in" "${PCFILE}" @ONLY) - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PCFILE}" -- DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") -+ DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig") - endforeach() - endif() - # Remove cache entry, if one added by command line diff --git a/misc/raspberrypi-userland/files/patch-host__applications_android_apps_vidtex_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_android_apps_vidtex_CMakeLists.txt deleted file mode 100644 index 4268f7696e3a..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_android_apps_vidtex_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- host_applications/android/apps/vidtex/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/android/apps/vidtex/CMakeLists.txt -@@ -1,6 +1,6 @@ - cmake_minimum_required(VERSION 2.8) - --SET(COMPILE_DEFINITIONS -Werror -Wall) -+SET(COMPILE_DEFINITIONS -Wall) - include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/libs/bcm_host/include) - - set (VIDTEX_SOURCES diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_dtmerge_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_dtmerge_CMakeLists.txt deleted file mode 100644 index 9b08f28a1290..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_dtmerge_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/apps/dtmerge/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/apps/dtmerge/CMakeLists.txt -@@ -4,7 +4,7 @@ get_filename_component (VIDEOCORE_ROOT ../../../.. ABS - include (${VIDEOCORE_ROOT}/makefiles/cmake/global_settings.cmake) - - if (NOT WIN32) -- add_definitions(-Wall -Werror) -+ add_definitions(-Wall) - endif () - - include_directories ( diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_dtoverlay_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_dtoverlay_CMakeLists.txt deleted file mode 100644 index 961530447ae0..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_dtoverlay_CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ ---- host_applications/linux/apps/dtoverlay/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/apps/dtoverlay/CMakeLists.txt -@@ -4,7 +4,7 @@ get_filename_component (VIDEOCORE_ROOT ../../../.. ABS - include (${VIDEOCORE_ROOT}/makefiles/cmake/global_settings.cmake) - - if (NOT WIN32) -- add_definitions(-Wall -Werror) -+ add_definitions(-Wall) - endif () - - include_directories ( -@@ -22,12 +22,4 @@ add_custom_command(TARGET dtoverlay POST_BUILD COMMAND - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dtparam DESTINATION bin) - - set(DTOVERLAY_SCRIPTS dtoverlay-pre dtoverlay-post) --foreach(_script ${DTOVERLAY_SCRIPTS}) -- add_custom_command( -- TARGET dtoverlay -- COMMAND ${CMAKE_COMMAND} -- -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${_script} -- ${CMAKE_BINARY_DIR}/../../bin/${_script} -- ) --endforeach() - install(PROGRAMS ${DTOVERLAY_SCRIPTS} DESTINATION bin) diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_gencmd_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_gencmd_CMakeLists.txt deleted file mode 100644 index d997d0dbcc00..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_gencmd_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/apps/gencmd/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/apps/gencmd/CMakeLists.txt -@@ -4,7 +4,7 @@ if (WIN32) - set(VCOS_PLATFORM win32) - else () - set(VCOS_PLATFORM pthreads) -- add_definitions(-Wall -Werror) -+ add_definitions(-Wall) - endif () - - include_directories( ../../../.. diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_hello__pi_Makefile.include b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_hello__pi_Makefile.include deleted file mode 100644 index 5033877efa07..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_hello__pi_Makefile.include +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/apps/hello_pi/Makefile.include.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/apps/hello_pi/Makefile.include -@@ -3,7 +3,7 @@ CFLAGS+=-DSTANDALONE -D__STDC_CONSTANT_MACROS -D__STDC - - LDFLAGS+=-L$(SDKSTAGE)/opt/vc/lib/ -lbrcmGLESv2 -lbrcmEGL -lopenmaxil -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt -lm -L$(SDKSTAGE)/opt/vc/src/hello_pi/libs/ilclient -L$(SDKSTAGE)/opt/vc/src/hello_pi/libs/vgfont - --INCLUDES+=-I$(SDKSTAGE)/opt/vc/include/ -I$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads -I$(SDKSTAGE)/opt/vc/include/interface/vmcs_host/linux -I./ -I$(SDKSTAGE)/opt/vc/src/hello_pi/libs/ilclient -I$(SDKSTAGE)/opt/vc/src/hello_pi/libs/vgfont -+INCLUDES+=-I$(SDKSTAGE)/opt/vc/include/ -I$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads -I$(SDKSTAGE)/opt/vc/include/interface/vmcs_host/linux -I./ -I$(SDKSTAGE)/opt/vc/src/hello_pi/libs/ilclient -I$(SDKSTAGE)/opt/vc/src/hello_pi/libs/vgfont -ILOCALBASE/include/freetype2 - - all: $(BIN) $(LIB) - diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_CMakeLists.txt deleted file mode 100644 index 88dc0a4fe9d5..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/apps/raspicam/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/apps/raspicam/CMakeLists.txt -@@ -1,7 +1,7 @@ - - # raspistill/raspivid/raspiyuv - --SET(COMPILE_DEFINITIONS -Werror) -+SET(COMPILE_DEFINITIONS) - - include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/libs/bcm_host/include) - include_directories(${PROJECT_SOURCE_DIR}/host_applications/linux/apps/raspicam/) diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiStill.c b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiStill.c deleted file mode 100644 index 9e51d83956f4..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiStill.c +++ /dev/null @@ -1,31 +0,0 @@ ---- host_applications/linux/apps/raspicam/RaspiStill.c.orig 2022-06-28 11:46:30 UTC -+++ host_applications/linux/apps/raspicam/RaspiStill.c -@@ -46,9 +46,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D - * We use the RaspiCamControl code to handle the specific camera settings. - */ - --// We use some GNU extensions (asprintf, basename) --#define _GNU_SOURCE -- -+#include <libgen.h> - #include <stdio.h> - #include <stdlib.h> - #include <ctype.h> -@@ -445,7 +443,7 @@ static void dump_status(RASPISTILL_STATE *state) - * @param state Pointer to state structure to assign any discovered parameters to - * @return non-0 if failed for some reason, 0 otherwise - */ --static int parse_cmdline(int argc, const char **argv, RASPISTILL_STATE *state) -+static int parse_cmdline(int argc, char **argv, RASPISTILL_STATE *state) - { - // Parse the command line arguments. - // We are looking for --<something> or -<abbreviation of something> -@@ -1756,7 +1754,7 @@ static void rename_file(RASPISTILL_STATE *state, FILE - /** - * main - */ --int main(int argc, const char **argv) -+int main(int argc, char **argv) - { - // Our main data storage vessel.. - RASPISTILL_STATE state; diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiStillYUV.c b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiStillYUV.c deleted file mode 100644 index 9b30a99e171b..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiStillYUV.c +++ /dev/null @@ -1,31 +0,0 @@ ---- host_applications/linux/apps/raspicam/RaspiStillYUV.c.orig 2022-06-28 11:40:06 UTC -+++ host_applications/linux/apps/raspicam/RaspiStillYUV.c -@@ -46,9 +46,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D - * We use the RaspiPreview code to handle the generic preview - */ - --// We use some GNU extensions (basename) --#define _GNU_SOURCE -- -+#include <libgen.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -287,7 +285,7 @@ static void dump_status(RASPISTILLYUV_STATE *state) - * @param state Pointer to state structure to assign any discovered parameters to - * @return non-0 if failed for some reason, 0 otherwise - */ --static int parse_cmdline(int argc, const char **argv, RASPISTILLYUV_STATE *state) -+static int parse_cmdline(int argc, char **argv, RASPISTILLYUV_STATE *state) - { - // Parse the command line arguments. - // We are looking for --<something> or -<abbreviation of something> -@@ -1186,7 +1184,7 @@ static void rename_file(RASPISTILLYUV_STATE *state, FI - /** - * main - */ --int main(int argc, const char **argv) -+int main(int argc, char **argv) - { - // Our main data storage vessel.. - RASPISTILLYUV_STATE state; diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiVid.c b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiVid.c deleted file mode 100644 index 0314d46ba51b..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiVid.c +++ /dev/null @@ -1,31 +0,0 @@ ---- host_applications/linux/apps/raspicam/RaspiVid.c.orig 2022-06-28 11:41:40 UTC -+++ host_applications/linux/apps/raspicam/RaspiVid.c -@@ -47,9 +47,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D - * We use the RaspiPreview code to handle the (generic) preview window - */ - --// We use some GNU extensions (basename) --#define _GNU_SOURCE -- -+#include <libgen.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -449,7 +447,7 @@ static void dump_status(RASPIVID_STATE *state) - * @param state Pointer to state structure to assign any discovered parameters to - * @return Non-0 if failed for some reason, 0 otherwise - */ --static int parse_cmdline(int argc, const char **argv, RASPIVID_STATE *state) -+static int parse_cmdline(int argc, char **argv, RASPIVID_STATE *state) - { - // Parse the command line arguments. - // We are looking for --<something> or -<abbreviation of something> -@@ -2034,7 +2032,7 @@ static int wait_for_next_change(RASPIVID_STATE *state) - /** - * main - */ --int main(int argc, const char **argv) -+int main(int argc, char **argv) - { - // Our main data storage vessel.. - RASPIVID_STATE state; diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiVidYUV.c b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiVidYUV.c deleted file mode 100644 index 7610e3544076..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_raspicam_RaspiVidYUV.c +++ /dev/null @@ -1,31 +0,0 @@ ---- host_applications/linux/apps/raspicam/RaspiVidYUV.c.orig 2022-06-28 11:42:24 UTC -+++ host_applications/linux/apps/raspicam/RaspiVidYUV.c -@@ -49,9 +49,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D - * We use the RaspiPreview code to handle the generic preview - */ - --// We use some GNU extensions (basename) --#define _GNU_SOURCE -- -+#include <libgen.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -325,7 +323,7 @@ static void dump_status(RASPIVIDYUV_STATE *state) - * @param state Pointer to state structure to assign any discovered parameters to - * @return Non-0 if failed for some reason, 0 otherwise - */ --static int parse_cmdline(int argc, const char **argv, RASPIVIDYUV_STATE *state) -+static int parse_cmdline(int argc, char **argv, RASPIVIDYUV_STATE *state) - { - // Parse the command line arguments. - // We are looking for --<something> or -<abbreviation of something> -@@ -1210,7 +1208,7 @@ static int wait_for_next_change(RASPIVIDYUV_STATE *sta - /** - * main - */ --int main(int argc, const char **argv) -+int main(int argc, char **argv) - { - // Our main data storage vessel.. - RASPIVIDYUV_STATE state; diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_smem_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_smem_CMakeLists.txt deleted file mode 100644 index a0fa0d05b5ea..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_apps_smem_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/apps/smem/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/apps/smem/CMakeLists.txt -@@ -4,7 +4,7 @@ get_filename_component (VIDEOCORE_ROOT ../../../.. ABS - include (${VIDEOCORE_ROOT}/makefiles/cmake/global_settings.cmake) - - if (NOT WIN32) -- add_definitions(-Wall -Werror) -+ add_definitions(-Wall) - endif () - - include_directories ( diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_libs_bcm__host_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_libs_bcm__host_CMakeLists.txt deleted file mode 100644 index f992aef0d31d..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_libs_bcm__host_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/libs/bcm_host/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/libs/bcm_host/CMakeLists.txt -@@ -3,7 +3,7 @@ if (WIN32) - set(VCOS_PLATFORM win32) - else () - set(VCOS_PLATFORM pthreads) -- add_definitions(-Wall -Werror) -+ add_definitions(-Wall) - endif () - - include_directories( ../../../.. diff --git a/misc/raspberrypi-userland/files/patch-host__applications_linux_libs_sm_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-host__applications_linux_libs_sm_CMakeLists.txt deleted file mode 100644 index a09b13655d75..000000000000 --- a/misc/raspberrypi-userland/files/patch-host__applications_linux_libs_sm_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- host_applications/linux/libs/sm/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ host_applications/linux/libs/sm/CMakeLists.txt -@@ -3,7 +3,7 @@ if (WIN32) - set(VCOS_PLATFORM win32) - else () - set(VCOS_PLATFORM pthreads) -- add_definitions(-Wall -Werror -Wno-error=parentheses-equality -Wno-error=enum-conversion) -+ add_definitions(-Wall -Wno-error=parentheses-equality -Wno-error=enum-conversion) - endif () - - include_directories( ../../../.. diff --git a/misc/raspberrypi-userland/files/patch-interface_mmal_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-interface_mmal_CMakeLists.txt deleted file mode 100644 index 956166a2cab2..000000000000 --- a/misc/raspberrypi-userland/files/patch-interface_mmal_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- interface/mmal/CMakeLists.txt.orig 2022-06-28 04:33:47 UTC -+++ interface/mmal/CMakeLists.txt -@@ -3,7 +3,7 @@ if (NOT DEFINED LIBRARY_TYPE) - set(LIBRARY_TYPE SHARED) - endif (NOT DEFINED LIBRARY_TYPE) - --add_definitions(-Wall -Werror -Wno-error=enum-conversion) -+add_definitions(-Wall) - - if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - message(STATUS "${CMAKE_CXX_COMPILER_VERSION}") diff --git a/misc/raspberrypi-userland/files/patch-interface_vcos_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-interface_vcos_CMakeLists.txt deleted file mode 100644 index edb769a4b28c..000000000000 --- a/misc/raspberrypi-userland/files/patch-interface_vcos_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- interface/vcos/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ interface/vcos/CMakeLists.txt -@@ -43,7 +43,7 @@ foreach (header ${HEADERS}) - endforeach () - - if (CMAKE_COMPILER_IS_GNUCC) -- add_definitions (-ggdb -Werror -Wall) -+ add_definitions (-ggdb -Wall) - endif () - - if (CMAKE_COMPILER_2005) diff --git a/misc/raspberrypi-userland/files/patch-interface_vcos_pthreads_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-interface_vcos_pthreads_CMakeLists.txt deleted file mode 100644 index 4ec0d52222de..000000000000 --- a/misc/raspberrypi-userland/files/patch-interface_vcos_pthreads_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- interface/vcos/pthreads/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ interface/vcos/pthreads/CMakeLists.txt -@@ -1,7 +1,7 @@ - # MSVC5 does not fully support C99, enabling declaration-after-statement - # warnings allows a common MSVC5 build error to be detected in Linux builds. - if (CMAKE_COMPILER_IS_GNUCC) -- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wdeclaration-after-statement") -+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wdeclaration-after-statement") - add_definitions (-D_GNU_SOURCE) - endif () - diff --git a/misc/raspberrypi-userland/files/patch-interface_vmcs__host_linux_vcfiled_CMakeLists.txt b/misc/raspberrypi-userland/files/patch-interface_vmcs__host_linux_vcfiled_CMakeLists.txt deleted file mode 100644 index f72540aa381e..000000000000 --- a/misc/raspberrypi-userland/files/patch-interface_vmcs__host_linux_vcfiled_CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -Don't install Linux specific init script. - ---- interface/vmcs_host/linux/vcfiled/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC -+++ interface/vmcs_host/linux/vcfiled/CMakeLists.txt -@@ -1,6 +1,3 @@ -- --add_definitions(-Werror) -- - # vcfiled - serves files to videocore. used for media handlers from - # OpenMAX/IL and loading VLLs. - add_executable(vcfiled vcfiled.c) -@@ -20,8 +17,8 @@ install(TARGETS vcfiled - configure_file (etc/init.d/vcfiled ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled) - - # script to start up vcfiled at start of day --install(PROGRAMS ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled -- DESTINATION /etc/init.d) -+#install(PROGRAMS ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled -+# DESTINATION /etc/init.d) - # install locally to the installation directory too - install(PROGRAMS ${PROJECT_BINARY_DIR}/etc/init.d/vcfiled - DESTINATION ${VMCS_INSTALL_PREFIX}/share/install) diff --git a/misc/raspberrypi-userland/files/patch-makefiles_cmake_vmcs.cmake b/misc/raspberrypi-userland/files/patch-makefiles_cmake_vmcs.cmake deleted file mode 100644 index 7c5da6e1b890..000000000000 --- a/misc/raspberrypi-userland/files/patch-makefiles_cmake_vmcs.cmake +++ /dev/null @@ -1,13 +0,0 @@ ---- makefiles/cmake/vmcs.cmake.orig 2016-10-24 19:59:54 UTC -+++ makefiles/cmake/vmcs.cmake -@@ -57,10 +57,6 @@ configure_file ( - # DESTINATION ${VMCS_INSTALL_PREFIX}/sbin - # PERMISSIONS OWNER_WRITE WORLD_READ) - --# provide hello_pi demos --install(DIRECTORY host_applications/linux/apps/hello_pi -- DESTINATION ${VMCS_INSTALL_PREFIX}/src) -- - # provide header files - #install(DIRECTORY host_applications/linux/libs/bcm_host/include - # DESTINATION ${VMCS_INSTALL_PREFIX}/) diff --git a/misc/raspberrypi-userland/pkg-descr b/misc/raspberrypi-userland/pkg-descr deleted file mode 100644 index 5a29908862b7..000000000000 --- a/misc/raspberrypi-userland/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -ARM side libraries and utilities used on Raspberry Pi. diff --git a/misc/raspberrypi-userland/pkg-message b/misc/raspberrypi-userland/pkg-message deleted file mode 100644 index 94d8c068782e..000000000000 --- a/misc/raspberrypi-userland/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -Don't forget to include the path ${LOCALBASE}/share/vc/lib in the -environment variable LD_LIBRARY_PATH so other ports can use these -libs. diff --git a/misc/raspberrypi-userland/pkg-plist b/misc/raspberrypi-userland/pkg-plist deleted file mode 100644 index db4471c6c79b..000000000000 --- a/misc/raspberrypi-userland/pkg-plist +++ /dev/null @@ -1,408 +0,0 @@ -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/Makefile.include -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_audio/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_audio/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_audio/audio.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_audio/audioplay.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_audio/sinewave.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_dispmanx/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_dispmanx/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_dispmanx/dispmanx.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_encode/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_encode/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_encode/encode.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft_base.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft_shaders.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft_trans.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft_trans.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/gpu_fft_twiddles.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d_bitmap.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_1024k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_128k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_16k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_1k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_2048k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_256.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_256k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_2k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_32k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_4096k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_4k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_512.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_512k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_64k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_8k.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_trans.hex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/mailbox.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/mailbox.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft.qinc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_1k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_2048k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_2048k.qinc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_256.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_256k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_2k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_32k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_4096k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_4k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_512.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_512k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_64k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_8k.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_ex.qinc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_trans.qasm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_font/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_font/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_font/Vera.ttf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_font/main.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_jpeg/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_jpeg/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_jpeg/jpeg.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_jpeg/jpeg.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/cube_texture_and_coords.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/models.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/models.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/teapot.obj.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/triangle.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/triangle.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_teapot/video.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/license.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/main.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/readme.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/tiger.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_tiger/tiger.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/Djenne_128_128.raw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/Gaudi_128_128.raw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/Lucca_128_128.raw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/cube_texture_and_coords.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle/triangle.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle2/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_triangle2/triangle2.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_video/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_video/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_video/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_video/test.h264 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_video/video.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/cube_texture_and_coords.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/triangle.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/triangle.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_videocube/video.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_world/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_world/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_world/world.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/ilclient/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/ilclient/ilclient.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/ilclient/ilclient.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/ilclient/ilcore.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/font.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/graphics.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/graphics_x_private.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/vgfont.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/vgft.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/libs/vgfont/vgft.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/rebuild.sh -share/vc/bin/containers_check_frame_int -share/vc/bin/containers_datagram_receiver -share/vc/bin/containers_datagram_sender -share/vc/bin/containers_dump_pktfile -share/vc/bin/containers_rtp_decoder -share/vc/bin/containers_stream_client -share/vc/bin/containers_stream_server -share/vc/bin/containers_test -share/vc/bin/containers_test_bits -share/vc/bin/containers_test_uri -share/vc/bin/containers_uri_pipe -share/vc/bin/dtmerge -share/vc/bin/dtoverlay -share/vc/bin/dtoverlay-post -share/vc/bin/dtoverlay-pre -share/vc/bin/dtparam -share/vc/bin/mmal_vc_diag -share/vc/bin/raspistill -share/vc/bin/raspivid -share/vc/bin/raspividyuv -share/vc/bin/raspiyuv -share/vc/bin/tvservice -share/vc/bin/vcgencmd -share/vc/bin/vchiq_test -share/vc/bin/vcmailbox -share/vc/bin/vcsmem -share/vc/include/EGL/egl.h -share/vc/include/EGL/eglext.h -share/vc/include/EGL/eglext_android.h -share/vc/include/EGL/eglext_brcm.h -share/vc/include/EGL/eglext_nvidia.h -share/vc/include/EGL/eglplatform.h -share/vc/include/GLES/gl.h -share/vc/include/GLES/glext.h -share/vc/include/GLES/glplatform.h -share/vc/include/GLES2/gl2.h -share/vc/include/GLES2/gl2ext.h -share/vc/include/GLES2/gl2platform.h -share/vc/include/IL/OMX_Audio.h -share/vc/include/IL/OMX_Broadcom.h -share/vc/include/IL/OMX_Component.h -share/vc/include/IL/OMX_Core.h -share/vc/include/IL/OMX_ILCS.h -share/vc/include/IL/OMX_IVCommon.h -share/vc/include/IL/OMX_Image.h -share/vc/include/IL/OMX_Index.h -share/vc/include/IL/OMX_Other.h -share/vc/include/IL/OMX_Types.h -share/vc/include/IL/OMX_Video.h -share/vc/include/KHR/khrplatform.h -share/vc/include/VG/openvg.h -share/vc/include/VG/vgext.h -share/vc/include/VG/vgplatform.h -share/vc/include/VG/vgu.h -share/vc/include/WF/wfc.h -share/vc/include/WF/wfcplatform.h -share/vc/include/bcm_host.h -share/vc/include/interface/mmal/core/mmal_buffer_private.h -share/vc/include/interface/mmal/core/mmal_clock_private.h -share/vc/include/interface/mmal/core/mmal_component_private.h -share/vc/include/interface/mmal/core/mmal_core_private.h -share/vc/include/interface/mmal/core/mmal_events_private.h -share/vc/include/interface/mmal/core/mmal_port_private.h -share/vc/include/interface/mmal/mmal.h -share/vc/include/interface/mmal/mmal_buffer.h -share/vc/include/interface/mmal/mmal_clock.h -share/vc/include/interface/mmal/mmal_common.h -share/vc/include/interface/mmal/mmal_component.h -share/vc/include/interface/mmal/mmal_encodings.h -share/vc/include/interface/mmal/mmal_events.h -share/vc/include/interface/mmal/mmal_format.h -share/vc/include/interface/mmal/mmal_logging.h -share/vc/include/interface/mmal/mmal_metadata.h -share/vc/include/interface/mmal/mmal_parameters.h -share/vc/include/interface/mmal/mmal_parameters_audio.h -share/vc/include/interface/mmal/mmal_parameters_camera.h -share/vc/include/interface/mmal/mmal_parameters_clock.h -share/vc/include/interface/mmal/mmal_parameters_common.h -share/vc/include/interface/mmal/mmal_parameters_video.h -share/vc/include/interface/mmal/mmal_pool.h -share/vc/include/interface/mmal/mmal_port.h -share/vc/include/interface/mmal/mmal_queue.h -share/vc/include/interface/mmal/mmal_types.h -share/vc/include/interface/mmal/util/mmal_component_wrapper.h -share/vc/include/interface/mmal/util/mmal_connection.h -share/vc/include/interface/mmal/util/mmal_default_components.h -share/vc/include/interface/mmal/util/mmal_graph.h -share/vc/include/interface/mmal/util/mmal_il.h -share/vc/include/interface/mmal/util/mmal_list.h -share/vc/include/interface/mmal/util/mmal_param_convert.h -share/vc/include/interface/mmal/util/mmal_util.h -share/vc/include/interface/mmal/util/mmal_util_params.h -share/vc/include/interface/mmal/util/mmal_util_rational.h -share/vc/include/interface/mmal/vc/mmal_vc_api.h -share/vc/include/interface/mmal/vc/mmal_vc_api_drm.h -share/vc/include/interface/mmal/vc/mmal_vc_client_priv.h -share/vc/include/interface/mmal/vc/mmal_vc_msgnames.h -share/vc/include/interface/mmal/vc/mmal_vc_msgs.h -share/vc/include/interface/mmal/vc/mmal_vc_opaque_alloc.h -share/vc/include/interface/mmal/vc/mmal_vc_shm.h -share/vc/include/interface/vchi/common/endian.h -share/vc/include/interface/vchi/connections/connection.h -share/vc/include/interface/vchi/message_drivers/message.h -share/vc/include/interface/vchi/vchi.h -share/vc/include/interface/vchi/vchi_cfg.h -share/vc/include/interface/vchi/vchi_cfg_internal.h -share/vc/include/interface/vchi/vchi_common.h -share/vc/include/interface/vchi/vchi_mh.h -share/vc/include/interface/vchiq_arm/vchiq.h -share/vc/include/interface/vchiq_arm/vchiq_cfg.h -share/vc/include/interface/vchiq_arm/vchiq_if.h -share/vc/include/interface/vchiq_arm/vchiq_ioctl.h -share/vc/include/interface/vchiq_arm/vchiq_test.h -share/vc/include/interface/vchiq_arm/vchiq_test_if.h -share/vc/include/interface/vchiq_arm/vchiq_util.h -share/vc/include/interface/vcos/generic/vcos_common.h -share/vc/include/interface/vcos/generic/vcos_deprecated.h -share/vc/include/interface/vcos/generic/vcos_generic_blockpool.h -share/vc/include/interface/vcos/generic/vcos_generic_event_flags.h -share/vc/include/interface/vcos/generic/vcos_generic_named_sem.h -share/vc/include/interface/vcos/generic/vcos_generic_quickslow_mutex.h -share/vc/include/interface/vcos/generic/vcos_generic_reentrant_mtx.h -share/vc/include/interface/vcos/generic/vcos_generic_tls.h -share/vc/include/interface/vcos/generic/vcos_joinable_thread_from_plain.h -share/vc/include/interface/vcos/generic/vcos_latch_from_sem.h -share/vc/include/interface/vcos/generic/vcos_mem_from_malloc.h -share/vc/include/interface/vcos/generic/vcos_mutexes_are_reentrant.h -share/vc/include/interface/vcos/generic/vcos_thread_reaper.h -share/vc/include/interface/vcos/pthreads/vcos_futex_mutex.h -share/vc/include/interface/vcos/pthreads/vcos_platform.h -share/vc/include/interface/vcos/pthreads/vcos_platform_types.h -share/vc/include/interface/vcos/user_nodefs.h -share/vc/include/interface/vcos/vcos.h -share/vc/include/interface/vcos/vcos_assert.h -share/vc/include/interface/vcos/vcos_atomic_flags.h -share/vc/include/interface/vcos/vcos_attr.h -share/vc/include/interface/vcos/vcos_blockpool.h -share/vc/include/interface/vcos/vcos_build_info.h -share/vc/include/interface/vcos/vcos_cfg.h -share/vc/include/interface/vcos/vcos_cmd.h -share/vc/include/interface/vcos/vcos_ctype.h -share/vc/include/interface/vcos/vcos_dlfcn.h -share/vc/include/interface/vcos/vcos_event.h -share/vc/include/interface/vcos/vcos_event_flags.h -share/vc/include/interface/vcos/vcos_init.h -share/vc/include/interface/vcos/vcos_inttypes.h -share/vc/include/interface/vcos/vcos_isr.h -share/vc/include/interface/vcos/vcos_legacy_isr.h -share/vc/include/interface/vcos/vcos_logging.h -share/vc/include/interface/vcos/vcos_logging_control.h -share/vc/include/interface/vcos/vcos_lowlevel_thread.h -share/vc/include/interface/vcos/vcos_mem.h -share/vc/include/interface/vcos/vcos_mempool.h -share/vc/include/interface/vcos/vcos_msgqueue.h -share/vc/include/interface/vcos/vcos_mutex.h -share/vc/include/interface/vcos/vcos_named_semaphore.h -share/vc/include/interface/vcos/vcos_once.h -share/vc/include/interface/vcos/vcos_queue.h -share/vc/include/interface/vcos/vcos_quickslow_mutex.h -share/vc/include/interface/vcos/vcos_reentrant_mutex.h -share/vc/include/interface/vcos/vcos_semaphore.h -share/vc/include/interface/vcos/vcos_stdbool.h -share/vc/include/interface/vcos/vcos_stdint.h -share/vc/include/interface/vcos/vcos_string.h -share/vc/include/interface/vcos/vcos_thread.h -share/vc/include/interface/vcos/vcos_thread_attr.h -share/vc/include/interface/vcos/vcos_timer.h -share/vc/include/interface/vcos/vcos_tls.h -share/vc/include/interface/vcos/vcos_types.h -share/vc/include/interface/vctypes/vc_display_types.h -share/vc/include/interface/vctypes/vc_image_types.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Audio.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Broadcom.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Component.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Core.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_ILCS.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_IVCommon.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Image.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Index.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Other.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Types.h -share/vc/include/interface/vmcs_host/khronos/IL/OMX_Video.h -share/vc/include/interface/vmcs_host/linux/vcfiled/vcfiled_check.h -share/vc/include/interface/vmcs_host/linux/vchost_config.h -share/vc/include/interface/vmcs_host/vc_cec.h -share/vc/include/interface/vmcs_host/vc_cecservice.h -share/vc/include/interface/vmcs_host/vc_cecservice_defs.h -share/vc/include/interface/vmcs_host/vc_cma.h -share/vc/include/interface/vmcs_host/vc_dispmanx.h -share/vc/include/interface/vmcs_host/vc_dispmanx_types.h -share/vc/include/interface/vmcs_host/vc_dispservice_defs.h -share/vc/include/interface/vmcs_host/vc_dispservice_x_defs.h -share/vc/include/interface/vmcs_host/vc_fileservice_defs.h -share/vc/include/interface/vmcs_host/vc_gencmd_defs.h -share/vc/include/interface/vmcs_host/vc_hdmi.h -share/vc/include/interface/vmcs_host/vc_hdmi_property.h -share/vc/include/interface/vmcs_host/vc_ilcs_defs.h -share/vc/include/interface/vmcs_host/vc_imageconv_defs.h -share/vc/include/interface/vmcs_host/vc_sdtv.h -share/vc/include/interface/vmcs_host/vc_service_common.h -share/vc/include/interface/vmcs_host/vc_tvservice.h -share/vc/include/interface/vmcs_host/vc_tvservice_defs.h -share/vc/include/interface/vmcs_host/vc_vchi_audioserv_defs.h -share/vc/include/interface/vmcs_host/vc_vchi_bufman.h -share/vc/include/interface/vmcs_host/vc_vchi_bufman_defs.h -share/vc/include/interface/vmcs_host/vc_vchi_dispmanx.h -share/vc/include/interface/vmcs_host/vc_vchi_fileservice_defs.h -share/vc/include/interface/vmcs_host/vc_vchi_filesys.h -share/vc/include/interface/vmcs_host/vc_vchi_gencmd.h -share/vc/include/interface/vmcs_host/vcfilesys.h -share/vc/include/interface/vmcs_host/vcfilesys_defs.h -share/vc/include/interface/vmcs_host/vcgencmd.h -share/vc/include/interface/vmcs_host/vchost.h -share/vc/include/interface/vmcs_host/vchost_platform_config.h -share/vc/include/interface/vmcs_host/vcilcs.h -share/vc/include/interface/vmcs_host/vcilcs_common.h -share/vc/include/vcinclude/common.h -share/vc/include/vcinclude/vc_image_types.h -share/vc/include/vcinclude/vcore.h -share/vc/lib/libEGL.so -share/vc/lib/libEGL_static.a -share/vc/lib/libGLESv2.so -share/vc/lib/libGLESv2_static.a -share/vc/lib/libOpenVG.so -share/vc/lib/libWFC.so -share/vc/lib/libbcm_host.so -share/vc/lib/libbrcmEGL.so -share/vc/lib/libbrcmGLESv2.so -share/vc/lib/libbrcmOpenVG.so -share/vc/lib/libbrcmWFC.so -share/vc/lib/libcontainers.so -share/vc/lib/libdebug_sym.so -share/vc/lib/libdebug_sym_static.a -share/vc/lib/libdtovl.so -share/vc/lib/libkhrn_client.a -share/vc/lib/libkhrn_static.a -share/vc/lib/libmmal.so -share/vc/lib/libmmal_components.so -share/vc/lib/libmmal_core.so -share/vc/lib/libmmal_util.so -share/vc/lib/libmmal_vc_client.so -share/vc/lib/libopenmaxil.so -share/vc/lib/libvcfiled_check.a -share/vc/lib/libvchiq_arm.so -share/vc/lib/libvchostif.a -share/vc/lib/libvcilcs.a -share/vc/lib/libvcos.so -share/vc/lib/libvcsm.so -share/vc/lib/plugins/reader_asf.so -share/vc/lib/plugins/reader_avi.so -share/vc/lib/plugins/reader_binary.so -share/vc/lib/plugins/reader_flv.so -share/vc/lib/plugins/reader_metadata_id3.so -share/vc/lib/plugins/reader_mkv.so -share/vc/lib/plugins/reader_mp4.so -share/vc/lib/plugins/reader_mpga.so -share/vc/lib/plugins/reader_ps.so -share/vc/lib/plugins/reader_qsynth.so -share/vc/lib/plugins/reader_raw_video.so -share/vc/lib/plugins/reader_rcv.so -share/vc/lib/plugins/reader_rtp.so -share/vc/lib/plugins/reader_rtsp.so -share/vc/lib/plugins/reader_rv9.so -share/vc/lib/plugins/reader_simple.so -share/vc/lib/plugins/reader_wav.so -share/vc/lib/plugins/writer_asf.so -share/vc/lib/plugins/writer_avi.so -share/vc/lib/plugins/writer_binary.so *** 15 LINES SKIPPED ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409301904.48UJ4BrL084475>