From d5f487fdf76d3ec22d4c19354013fe797802ac99 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 18 Jan 2009 15:16:43 +0000 Subject: [PATCH 1/1] [package] do not build input_testpicture pluging which requires convert on the host to be installed (#4329) SVN-Revision: 14091 --- multimedia/mjpg-streamer/Makefile | 2 +- .../patches/001-no_input_testpictures.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 multimedia/mjpg-streamer/patches/001-no_input_testpictures.patch diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile index 83c1c5dddb..53b9702669 100644 --- a/multimedia/mjpg-streamer/Makefile +++ b/multimedia/mjpg-streamer/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mjpg-streamer PKG_REV:=68 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://mjpg-streamer.svn.sourceforge.net/svnroot/mjpg-streamer/mjpg-streamer/ diff --git a/multimedia/mjpg-streamer/patches/001-no_input_testpictures.patch b/multimedia/mjpg-streamer/patches/001-no_input_testpictures.patch new file mode 100644 index 0000000000..9390cf4c87 --- /dev/null +++ b/multimedia/mjpg-streamer/patches/001-no_input_testpictures.patch @@ -0,0 +1,12 @@ +diff -urN mjpg-streamer-r68/Makefile mjpg-streamer-r68.new/Makefile +--- mjpg-streamer-r68/Makefile 2008-09-27 16:26:56.000000000 +0200 ++++ mjpg-streamer-r68.new/Makefile 2009-01-18 16:11:32.000000000 +0100 +@@ -28,7 +28,7 @@ + APP_BINARY = mjpg_streamer + + # define the names and targets of the plugins +-PLUGINS = input_uvc.so output_file.so output_http.so input_testpicture.so output_autofocus.so input_gspcav1.so ++PLUGINS = input_uvc.so output_file.so output_http.so output_autofocus.so input_gspcav1.so + + # define the names of object files + OBJECTS=mjpg_streamer.o utils.o -- 2.30.2