aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-06 13:47:44 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-06 13:47:44 +0000
commit99d295244510b111ae932fb889f29789a507663b (patch)
treea54a0d4c21a55b701459147a17eb41f52d10eb52 /multimedia
parent1fc0867d51adceeb7e775e098ec22587091252af (diff)
downloadports-99d295244510b111ae932fb889f29789a507663b.tar.gz
ports-99d295244510b111ae932fb889f29789a507663b.zip
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/mjpg-streamer/Makefile39
-rw-r--r--multimedia/mjpg-streamer/distinfo3
-rw-r--r--multimedia/mjpg-streamer/files/mjpg_streamer.in28
-rw-r--r--multimedia/mjpg-streamer/files/patch-mjpg__streamer.h10
-rw-r--r--multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_Makefile15
-rw-r--r--multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_input__testpicture.c11
-rw-r--r--multimedia/mjpg-streamer/files/patch-plugins_output__http_httpd.c23
-rw-r--r--multimedia/mjpg-streamer/files/patch-plugins_output__rtsp_output__rtsp.c10
-rw-r--r--multimedia/mjpg-streamer/files/patch-plugins_output__udp_output__udp.c10
-rw-r--r--multimedia/mjpg-streamer/files/patch-utils.c18
-rw-r--r--multimedia/mjpg-streamer/files/pkg-message.in14
-rw-r--r--multimedia/mjpg-streamer/pkg-descr4
-rw-r--r--multimedia/mjpg-streamer/pkg-plist41
14 files changed, 0 insertions, 227 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index e0cae9b44f2e..fccc7a86b41d 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -217,7 +217,6 @@
SUBDIR += minisatip
SUBDIR += minitube
SUBDIR += mjpegtools
- SUBDIR += mjpg-streamer
SUBDIR += mkclean
SUBDIR += mkvalidator
SUBDIR += mkvtoolnix
diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile
deleted file mode 100644
index d937faa30277..000000000000
--- a/multimedia/mjpg-streamer/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME= mjpg-streamer
-PORTVERSION= g2021081601
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= multimedia net
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= HTTP video streaming daemon
-WWW= https://github.com/jacksonliam/mjpg-streamer
-
-DEPRECATED= Unmaintained for a long time and does not work
-EXPIRATION_DATE=2024-04-06
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat
-
-USES= cmake jpeg localbase
-
-USE_GITHUB= yes
-GH_ACCOUNT= jacksonliam
-GH_TAGNAME= 310b29f4a94c46652b20c4b7b6e5cf24e532af39
-
-WRKSRC_SUBDIR= mjpg-streamer-experimental
-
-USE_RC_SUBR= mjpg_streamer
-SUB_FILES+= pkg-message
-
-PORTSCOUT= skipv:1.0.0
-
-post-build:
- cd ${WRKSRC}/plugins/input_testpicture && \
- ${SETENV} ${MAKE_ENV} make
-
-post-install:
- ${INSTALL_LIB} ${WRKSRC}/plugins/input_testpicture/input_testpicture.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/multimedia/mjpg-streamer/distinfo b/multimedia/mjpg-streamer/distinfo
deleted file mode 100644
index 32e82f8c64cd..000000000000
--- a/multimedia/mjpg-streamer/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1629161369
-SHA256 (jacksonliam-mjpg-streamer-g2021081601-310b29f4a94c46652b20c4b7b6e5cf24e532af39_GH0.tar.gz) = eb4de7fed9f8b15ee6d8ca2b0417aff2854cd018582b7090e28eb0aaa19bc808
-SIZE (jacksonliam-mjpg-streamer-g2021081601-310b29f4a94c46652b20c4b7b6e5cf24e532af39_GH0.tar.gz) = 711738
diff --git a/multimedia/mjpg-streamer/files/mjpg_streamer.in b/multimedia/mjpg-streamer/files/mjpg_streamer.in
deleted file mode 100644
index 41e94fa8608e..000000000000
--- a/multimedia/mjpg-streamer/files/mjpg_streamer.in
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: mjpg_streamer
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# mjpg_streamer_enable="YES"
-# #optional
-# mjpg_streamer_flags=""
-
-. /etc/rc.subr
-
-name=mjpg_streamer
-rcvar=mjpg_streamer_enable
-
-command=%%PREFIX%%/bin/${name}
-command_args="-b"
-
-mjpg_streamer_enable="NO"
-mjpg_streamer_flags="-o 'output_http.so -w %%WWWDIR%%'"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/multimedia/mjpg-streamer/files/patch-mjpg__streamer.h b/multimedia/mjpg-streamer/files/patch-mjpg__streamer.h
deleted file mode 100644
index d6f19fc42e30..000000000000
--- a/multimedia/mjpg-streamer/files/patch-mjpg__streamer.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- mjpg_streamer.h.orig 2021-08-17 00:59:00 UTC
-+++ mjpg_streamer.h
-@@ -29,6 +29,7 @@
- #define MAX_OUTPUT_PLUGINS 10
- #define MAX_PLUGIN_ARGUMENTS 32
-
-+#include <netinet/in.h>
- #include <linux/types.h> /* for videodev2.h */
- #include <linux/videodev2.h>
- #include <pthread.h>
diff --git a/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_Makefile b/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_Makefile
deleted file mode 100644
index bd97e8fccd4c..000000000000
--- a/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- plugins/input_testpicture/Makefile.orig 2021-02-20 17:47:40 UTC
-+++ plugins/input_testpicture/Makefile
-@@ -7,11 +7,10 @@
- #
- ###############################################################
-
--CC = gcc
-
- OTHER_HEADERS = ../../mjpg_streamer.h ../../utils.h ../output.h ../input.h
-
--CFLAGS += -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC
-+CFLAGS += -shared -fPIC
- #CFLAGS += -DDEBUG
- LFLAGS += -lpthread -ldl
-
diff --git a/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_input__testpicture.c b/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_input__testpicture.c
deleted file mode 100644
index 8b004f725944..000000000000
--- a/multimedia/mjpg-streamer/files/patch-plugins_input__testpicture_input__testpicture.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/input_testpicture/input_testpicture.c.orig 2021-08-17 01:24:22 UTC
-+++ plugins/input_testpicture/input_testpicture.c
-@@ -34,7 +34,7 @@
- #include <pthread.h>
- #include <syslog.h>
-
--#include <linux/types.h> /* for videodev2.h */
-+#include <sys/types.h> /* for videodev2.h */
- #include <linux/videodev2.h>
-
- #include "../../mjpg_streamer.h"
diff --git a/multimedia/mjpg-streamer/files/patch-plugins_output__http_httpd.c b/multimedia/mjpg-streamer/files/patch-plugins_output__http_httpd.c
deleted file mode 100644
index cb8442b2dfa5..000000000000
--- a/multimedia/mjpg-streamer/files/patch-plugins_output__http_httpd.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- plugins/output_http/httpd.c.orig 2021-02-20 17:47:40 UTC
-+++ plugins/output_http/httpd.c
-@@ -37,18 +37,17 @@
- #include <errno.h>
- #include <limits.h>
-
--#include <linux/version.h>
- #include <linux/types.h> /* for videodev2.h */
- #include <linux/videodev2.h>
-
-+#include <netinet/in.h>
-+
- #include "../../mjpg_streamer.h"
- #include "../../utils.h"
-
- #include "httpd.h"
-
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)
- #define V4L2_CTRL_TYPE_STRING_SUPPORTED
--#endif
-
- #include "../output_file/output_file.h"
-
diff --git a/multimedia/mjpg-streamer/files/patch-plugins_output__rtsp_output__rtsp.c b/multimedia/mjpg-streamer/files/patch-plugins_output__rtsp_output__rtsp.c
deleted file mode 100644
index d460c7c415c3..000000000000
--- a/multimedia/mjpg-streamer/files/patch-plugins_output__rtsp_output__rtsp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/output_rtsp/output_rtsp.c.orig 2021-08-17 00:57:41 UTC
-+++ plugins/output_rtsp/output_rtsp.c
-@@ -38,6 +38,7 @@
- #include <errno.h>
- #include <signal.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <resolv.h>
- #include <arpa/inet.h>
- #include <sys/types.h>
diff --git a/multimedia/mjpg-streamer/files/patch-plugins_output__udp_output__udp.c b/multimedia/mjpg-streamer/files/patch-plugins_output__udp_output__udp.c
deleted file mode 100644
index 1809803d61c5..000000000000
--- a/multimedia/mjpg-streamer/files/patch-plugins_output__udp_output__udp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/output_udp/output_udp.c.orig 2021-08-17 01:14:40 UTC
-+++ plugins/output_udp/output_udp.c
-@@ -38,6 +38,7 @@
- #include <errno.h>
- #include <signal.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <resolv.h>
- #include <arpa/inet.h>
- #include <sys/types.h>
diff --git a/multimedia/mjpg-streamer/files/patch-utils.c b/multimedia/mjpg-streamer/files/patch-utils.c
deleted file mode 100644
index fdc9e4faa571..000000000000
--- a/multimedia/mjpg-streamer/files/patch-utils.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- utils.c.orig 2021-02-20 17:47:40 UTC
-+++ utils.c
-@@ -23,13 +23,12 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <unistd.h>
--#include <linux/types.h>
-+#include <sys/types.h>
- #include <string.h>
- #include <fcntl.h>
--#include <wait.h>
-+#include <sys/wait.h>
- #include <time.h>
- #include <limits.h>
--#include <linux/stat.h>
- #include <sys/stat.h>
-
- #include "utils.h"
diff --git a/multimedia/mjpg-streamer/files/pkg-message.in b/multimedia/mjpg-streamer/files/pkg-message.in
deleted file mode 100644
index 9f7496eda41a..000000000000
--- a/multimedia/mjpg-streamer/files/pkg-message.in
+++ /dev/null
@@ -1,14 +0,0 @@
-[
-{ type: install
- message: <<EOM
-To launch MJPG-streamer demo, run
-%%PREFIX%%/etc/rc.d/mjpg_streamer start
-
-Then point your browser to
-http://your.server.com:8080
-
-To run MJPG-streamer at startup, add
-'mjpg_streamer_enable="YES"' to /etc/rc.conf
-EOM
-}
-]
diff --git a/multimedia/mjpg-streamer/pkg-descr b/multimedia/mjpg-streamer/pkg-descr
deleted file mode 100644
index e5984f84ad1c..000000000000
--- a/multimedia/mjpg-streamer/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or
-other input plugins and streams them as M-JPEG via HTTP to webbrowsers,
-VLC and other software. It is the successor of uvc-streamer, a Linux-UVC
-streaming application with Pan/Tilt
diff --git a/multimedia/mjpg-streamer/pkg-plist b/multimedia/mjpg-streamer/pkg-plist
deleted file mode 100644
index f2a9dc48e307..000000000000
--- a/multimedia/mjpg-streamer/pkg-plist
+++ /dev/null
@@ -1,41 +0,0 @@
-bin/mjpg_streamer
-lib/mjpg-streamer/input_http.so
-lib/mjpg-streamer/input_testpicture.so
-lib/mjpg-streamer/input_uvc.so
-lib/mjpg-streamer/output_file.so
-lib/mjpg-streamer/output_http.so
-lib/mjpg-streamer/output_rtsp.so
-lib/mjpg-streamer/output_udp.so
-%%DATADIR%%/www/JQuerySpinBtn.css
-%%DATADIR%%/www/JQuerySpinBtn.js
-%%DATADIR%%/www/LICENSE.txt
-%%DATADIR%%/www/bodybg.gif
-%%DATADIR%%/www/cambozola.jar
-%%DATADIR%%/www/control.htm
-%%DATADIR%%/www/example.jpg
-%%DATADIR%%/www/favicon.ico
-%%DATADIR%%/www/favicon.png
-%%DATADIR%%/www/fix.css
-%%DATADIR%%/www/functions.js
-%%DATADIR%%/www/index.html
-%%DATADIR%%/www/java.html
-%%DATADIR%%/www/java_control.html
-%%DATADIR%%/www/java_simple.html
-%%DATADIR%%/www/javascript.html
-%%DATADIR%%/www/javascript_motiondetection.html
-%%DATADIR%%/www/javascript_simple.html
-%%DATADIR%%/www/jquery.js
-%%DATADIR%%/www/jquery.rotate.js
-%%DATADIR%%/www/jquery.ui.core.min.js
-%%DATADIR%%/www/jquery.ui.custom.css
-%%DATADIR%%/www/jquery.ui.tabs.min.js
-%%DATADIR%%/www/jquery.ui.widget.min.js
-%%DATADIR%%/www/rotateicons.png
-%%DATADIR%%/www/sidebarbg.gif
-%%DATADIR%%/www/spinbtn_updn.gif
-%%DATADIR%%/www/static.html
-%%DATADIR%%/www/static_simple.html
-%%DATADIR%%/www/stream.html
-%%DATADIR%%/www/stream_simple.html
-%%DATADIR%%/www/style.css
-%%DATADIR%%/www/videolan.html