From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
Date: Thu, 5 Nov 2020 08:12:02 +0000 (UTC) [thread overview]
Message-ID: <1604563884.2f593bd8886d52554afa1e2d45f7cb79026fb7d6.juippis@gentoo> (raw)
commit: 2f593bd8886d52554afa1e2d45f7cb79026fb7d6
Author: Johannes Willem Fernhout <hfern <AT> fernhout <DOT> info>
AuthorDate: Mon Nov 2 19:55:27 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 08:11:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f593bd8
media-video/motion: remove version 4.1.1-r1
motion-4.1.1-r1 still uses deprecated eclass systemd_tmpfiles.
New motion-4.3.1 is already stabilized.
Closes: https://bugs.gentoo.org/740618
Signed-off-by: Johannes Willem Fernhout <hfern <AT> fernhout.info>
Closes: https://github.com/gentoo/gentoo/pull/18114
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/motion/Manifest | 1 -
media-video/motion/motion-4.1.1-r1.ebuild | 91 -------------------------------
2 files changed, 92 deletions(-)
diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest
index 2ea48fa4c59..a8f8e25f509 100644
--- a/media-video/motion/Manifest
+++ b/media-video/motion/Manifest
@@ -1,2 +1 @@
-DIST motion-release-4.1.1.tar.gz 447795 BLAKE2B 8c7dfdad89f49ba8ec39689d268b4bc95c6a8bd85d4bd333f66638b2e815b3c59b2e42dd93811601b2ee7870100a0a21eaa789633056f74a5cc9f39f4f92229f SHA512 3b08d464f9243ccfc4b53b16cfc2001d1e0d206bf0295d55d8914914bc14ad0248ce5ac622cb7eb89ed32e1913a9a10add1b56497c4094ba876f7f85d6ad4143
DIST motion-release-4.3.1.tar.gz 849633 BLAKE2B 33039d9b8b6db0698767892997be958d84a881cc56e8cdc31d8c27242c972e629d328197c92f91c1b71a957d85807877dc602f474d430384b1e27c9213ddc697 SHA512 17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6
diff --git a/media-video/motion/motion-4.1.1-r1.ebuild b/media-video/motion/motion-4.1.1-r1.ebuild
deleted file mode 100644
index e751c82097a..00000000000
--- a/media-video/motion/motion-4.1.1-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools readme.gentoo-r1 systemd user
-
-DESCRIPTION="A software motion detector"
-HOMEPAGE="https://motion-project.github.io"
-SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz -> ${PN}-release-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="ffmpeg mmal mysql postgres sqlite v4l webp"
-
-RDEPEND="
- virtual/jpeg:=
- ffmpeg? ( media-video/ffmpeg:0= )
- mmal? ( media-libs/raspberrypi-userland )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql:= )
- sqlite? ( dev-db/sqlite:3 )
- webp? ( media-libs/libwebp:= )
-"
-DEPEND="${RDEPEND}
- v4l? (
- media-libs/libv4l
- virtual/os-headers
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}/Fix-build-errors-with-FFmpeg-4.0.patch
-)
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-You need to setup /etc/motion/motion.conf before running motion for the
-first time. You can use /etc/motion/motion-dist.conf as a template.
-Please note that the 'daemon' and 'process_id_file' settings are
-overridden by the bundled OpenRC init script and systemd unit where
-appropriate.
-
-To install motion as a service, use:
-rc-update add motion default # with OpenRC
-systemctl enable motion.service # with systemd
-"
-
-S="${WORKDIR}"/${PN}-release-${PV}
-
-pkg_setup() {
- enewuser ${PN} -1 -1 -1 video
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with ffmpeg) \
- $(use_with mmal) \
- $(use_with mysql) \
- $(use_with postgres pgsql) \
- $(use_with sqlite sqlite3) \
- $(use_with v4l v4l2) \
- $(use_with webp) \
- --without-optimizecpu
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF} \
- examplesdir=/usr/share/doc/${PF}/examples \
- install
-
- newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN}
- newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
-
- systemd_dounit "${FILESDIR}"/${PN}.service
- systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
- keepdir /var/lib/motion
- fowners motion:video /var/lib/motion
- fperms 0750 /var/lib/motion
-
- readme.gentoo_create_doc
- readme.gentoo_print_elog
-}
next reply other threads:[~2020-11-05 8:12 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-05 8:12 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-30 17:50 [gentoo-commits] repo/gentoo:master commit in: media-video/motion/ Andreas Sturmlechner
2024-11-23 17:21 Michał Górny
2024-11-23 12:24 Arthur Zamarin
2024-02-10 21:24 James Le Cuirot
2023-06-26 18:05 David Seifert
2023-06-25 7:05 Sam James
2023-06-25 7:05 Sam James
2023-05-18 7:39 Joonas Niilola
2023-05-07 7:22 Joonas Niilola
2023-02-09 16:10 Joonas Niilola
2021-09-08 1:28 Sam James
2021-04-14 17:02 John Helmert III
2021-04-14 9:59 Joonas Niilola
2021-01-04 9:32 Sam James
2021-01-01 23:00 Sam James
2020-10-31 16:27 Thomas Deutschmann
2020-06-04 7:14 Joonas Niilola
2020-04-26 10:13 Mikle Kolyada
2019-09-26 4:18 Michał Górny
2019-06-06 20:33 Andreas Sturmlechner
2019-06-04 20:58 Thomas Deutschmann
2019-05-29 1:52 Aaron Bauman
2018-03-06 16:57 Michał Górny
2017-02-10 15:25 Wolfram Schlich
2017-01-31 11:43 Agostino Sarubbo
2017-01-30 13:09 Agostino Sarubbo
2017-01-23 9:21 Wolfram Schlich
2017-01-20 8:35 Wolfram Schlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1604563884.2f593bd8886d52554afa1e2d45f7cb79026fb7d6.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox