From 916225e26e1e481e4dd3e7aed4ec3c9365cc1fa6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 13 Jan 2018 20:04:44 +0100 Subject: gnu: youtube-dl: Update to 2018.01.14. * gnu/packages/video.scm (youtube-dl): Update to 2018.01.14. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d17a282e1e..1c733a26de 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1150,7 +1150,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.01.07") + (version "2018.01.14") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1158,7 +1158,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1dp1yk93mngih50p1zjbh8bi5pqh10wicjcmmrdp73cpcp2i2398")))) + "0pl7ja7xg47mns96s65d534hq4y9n6d5xmhj3n2b9nylfshdpzbb")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion -- cgit v1.2.3 From 827499e91f95cf69c86d3a5ef668b4a2c0fb349b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 18 Jan 2018 20:34:20 +0100 Subject: gnu: youtube-dl: Update to 2018.01.18. * gnu/packages/video.scm (youtube-dl): Update to 2018.01.18. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1c733a26de..ef8cf559c5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1150,7 +1150,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.01.14") + (version "2018.01.18") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1158,7 +1158,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0pl7ja7xg47mns96s65d534hq4y9n6d5xmhj3n2b9nylfshdpzbb")))) + "16mdy83s8h1hw1qdbcv6anrgg9zxfw1da22fxjx53pr2x0ywwbsf")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion -- cgit v1.2.3 From ad7664f636a36c97b428402725e567a23aaf0df1 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 17 Jan 2018 00:42:15 +0100 Subject: gnu: libvpx: Use HTTPS for home page. * gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS. --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ef8cf559c5..930c0eb916 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1145,7 +1145,7 @@ access to mpv's powerful playback capabilities.") (synopsis "VP8/VP9 video codec") (description "libvpx is a codec for the VP8/VP9 video compression format.") (license license:bsd-3) - (home-page "http://www.webmproject.org/"))) + (home-page "https://www.webmproject.org/"))) (define-public youtube-dl (package -- cgit v1.2.3 From eb3e41c92c3b2a256e5ff94f2d4557eeaa9d71d8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 20 Jan 2018 00:37:05 +0100 Subject: gnu: Add Motion. * gnu/packages/video.scm (motion): New variable. --- gnu/packages/video.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 930c0eb916..2db16b179a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2672,3 +2672,47 @@ It counts more than 100 plugins.") ;; src/filter/ndvi/ndvi.cpp ;; src/filter/facedetect/facedetect.cpp license:lgpl2.1+)))) + +(define-public motion + (package + (name "motion") + (version "4.1.1") + (home-page "https://motion-project.github.io/") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/Motion-Project/motion/archive/" + "release-" version ".tar.gz")) + (sha256 + (base32 + "1qm4i8zrqafl60sv2frhixvkd0wh0r5jfcrj5i6gha7yplsvjx10")) + (file-name (string-append name "-" version ".tar.gz")))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,(autoconf-wrapper)) + ("automake" ,automake) + ("pkg-config" ,pkg-config))) + (inputs + `(("libjpeg" ,libjpeg) + ("ffmpeg" ,ffmpeg) + ("sqlite" ,sqlite))) + (arguments + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'bootstrap + (lambda _ + (patch-shebang "version.sh") + (invoke "autoreconf" "-vfi")))) + #:configure-flags '("--sysconfdir=/etc") + #:make-flags (list (string-append "sysconfdir=" + (assoc-ref %outputs "out") + "/etc")) + + #:tests? #f)) ;no 'check' target + (synopsis "Detect motion from video signals") + (description + "Motion is a program that monitors the video signal from one or more +cameras and is able to detect if a significant part of the picture has +changed. Or in other words, it can detect motion.") + + ;; Some files say "version 2" and others "version 2 or later". + (license license:gpl2))) -- cgit v1.2.3