diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-11-13 20:30:20 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-11-13 20:30:20 +0800 |
commit | 1410ef7348f558bc1170c9199846d7397ff259d0 (patch) | |
tree | 2e99cca0a740816bf0c95716f62a4953a23ba81d /misc/raspberrypi-userland | |
parent | 4d4ad85aca0029efbbe5420859aeaa44124e5e5b (diff) | |
download | freebsd-ports-gnome-1410ef7348f558bc1170c9199846d7397ff259d0.tar.gz freebsd-ports-gnome-1410ef7348f558bc1170c9199846d7397ff259d0.tar.zst freebsd-ports-gnome-1410ef7348f558bc1170c9199846d7397ff259d0.zip |
misc/raspberrypi-userland: add missing pkg-plist files; bump PORTREVISION
PR: 204388
Submitted by: mikael.urankar@gmail.com (maintainer)
Diffstat (limited to 'misc/raspberrypi-userland')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 1 | ||||
-rw-r--r-- | misc/raspberrypi-userland/pkg-plist | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 62ce42986e7d..514f1444cd16 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -3,6 +3,7 @@ PORTNAME= raspberrypi-userland PORTVERSION= 20151105 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com diff --git a/misc/raspberrypi-userland/pkg-plist b/misc/raspberrypi-userland/pkg-plist index 8f5fbffe42d7..1a813aaf66a9 100644 --- a/misc/raspberrypi-userland/pkg-plist +++ b/misc/raspberrypi-userland/pkg-plist @@ -12,10 +12,12 @@ bin/containers_uri_pipe bin/mmal_vc_diag bin/raspistill bin/raspivid +bin/raspividyuv bin/raspiyuv bin/tvservice bin/vcgencmd bin/vchiq_test +bin/vcmailbox bin/vcsmem include/EGL/egl.h include/EGL/eglext.h @@ -52,6 +54,7 @@ include/interface/mmal/core/mmal_buffer_private.h include/interface/mmal/core/mmal_clock_private.h include/interface/mmal/core/mmal_component_private.h include/interface/mmal/core/mmal_core_private.h +include/interface/mmal/core/mmal_events_private.h include/interface/mmal/core/mmal_port_private.h include/interface/mmal/mmal.h include/interface/mmal/mmal_buffer.h @@ -284,6 +287,7 @@ sbin/vcfiled %%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_4096k.hex %%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 @@ -303,6 +307,7 @@ sbin/vcfiled %%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_4096k.qasm %%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 |