* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2023-06-26 18:05 David Seifert
0 siblings, 0 replies; 26+ messages in thread
From: David Seifert @ 2023-06-26 18:05 UTC (permalink / raw
To: gentoo-commits
commit: fdbc316a4e1ca895f9f92886d0590441141afd6e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 18:05:36 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 18:05:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbc316a
media-video/motion: drop 4.3.2-r3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-video/motion/Manifest | 1 -
media-video/motion/motion-4.3.2-r3.ebuild | 89 -------------------------------
2 files changed, 90 deletions(-)
diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest
index 59627f5dbcfc..0973e0ebe198 100644
--- a/media-video/motion/Manifest
+++ b/media-video/motion/Manifest
@@ -1,2 +1 @@
-DIST motion-release-4.3.2.tar.gz 849378 BLAKE2B 2ff49f44bb1d57123760860ae17cc241ecabf3d045ac0c45e1ca08ce3ac8be2fec308492472c37c0d869bc21a7c04658c923c763f9b8f6b547403fc094b03196 SHA512 df54297eebc44b3bc50fd40890c69a9cbbfc5936224bf7027065364e794d7201ceadd99ac99bf43113ec3368f2b5ca435d2956258b9c774e03a6750b41346a7c
DIST motion-release-4.5.1.tar.gz 856665 BLAKE2B 59ae638113c7f08ced4b18d7c4f19e3b3f1850ba0cd4c224b300be5ac65ae3b45aa391f26f506a91bb4c38a47b552c71db846d2b3217ccf0b2f5799873ab7ddb SHA512 3b8b60ad4f41c37cc215aa575b0295ee99b15f2d32cbf3393c0f7cdd8d87616cca1c00e11cb7bf74e4afa285caa094f08df3ba62ab21dcb28a48336e3ff5803e
diff --git a/media-video/motion/motion-4.3.2-r3.ebuild b/media-video/motion/motion-4.3.2-r3.ebuild
deleted file mode 100644
index 68f6f12d35cc..000000000000
--- a/media-video/motion/motion-4.3.2-r3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools readme.gentoo-r1 systemd
-
-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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
-
-RDEPEND="
- acct-group/motion
- acct-user/motion
- net-libs/libmicrohttpd:=
- virtual/jpeg:=
- ffmpeg? ( media-video/ffmpeg:0= )
- mariadb? ( dev-db/mariadb-connector-c )
- mmal? ( media-libs/raspberrypi-userland )
- mysql? ( dev-db/mysql-connector-c )
- postgres? ( dev-db/postgresql:= )
- sqlite? ( dev-db/sqlite:3 )
- webp? ( media-libs/libwebp:= )
-"
-DEPEND="${RDEPEND}
- v4l? (
- media-libs/libv4l
- virtual/os-headers
- )
-"
-
-# Breaks src_install(), #727056
-RESTRICT="test"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-You need to setup a configuraton file (/etc/motion/motion.conf) before
-running motion for the first time.
-
-If motion is built with the mysql or mariadb use flags then please make
-sure to configure a matching database_type in the config file.
-
-Motion runs by default under user motion and group motion:
-- change this if needed in /etc/conf.d/motion
-- or add users who need access to the output files to the motion group
-
-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}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with ffmpeg) \
- $(use_with mariadb) \
- $(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}/motion.initd-r5" ${PN}
- newconfd "${FILESDIR}/motion.confd-r5" ${PN}
- systemd_newunit "${FILESDIR}/${PN}.service-r4" "${PN}.service"
- readme.gentoo_create_doc
- readme.gentoo_print_elog
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2024-02-10 21:24 James Le Cuirot
0 siblings, 0 replies; 26+ messages in thread
From: James Le Cuirot @ 2024-02-10 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 893996359ee3d07703894cce8b62803db3d63beb
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 09:05:47 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 21:23:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89399635
media-video/motion: Drop Raspberry Pi support in revbump
media-libs/raspberrypi-userland is being last-rited. Motion upstream have
already signaled their intent to drop this support in the next release. It is
now possible to use Motion with libcamera's Pi support instead.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
media-video/motion/motion-4.5.1-r4.ebuild | 89 +++++++++++++++++++++++++++++++
1 file changed, 89 insertions(+)
diff --git a/media-video/motion/motion-4.5.1-r4.ebuild b/media-video/motion/motion-4.5.1-r4.ebuild
new file mode 100644
index 000000000000..691023faf1fd
--- /dev/null
+++ b/media-video/motion/motion-4.5.1-r4.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools readme.gentoo-r1 systemd
+
+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"
+S="${WORKDIR}/${PN}-release-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ffmpeg mariadb mysql postgres sqlite v4l webp"
+
+RDEPEND="
+ acct-group/motion
+ acct-user/motion
+ net-libs/libmicrohttpd:=
+ media-libs/libjpeg-turbo:=
+ >=sys-devel/gettext-0.19
+ ffmpeg? ( media-video/ffmpeg:0= )
+ mariadb? ( dev-db/mariadb-connector-c )
+ mysql? ( dev-db/mysql-connector-c )
+ postgres? ( dev-db/postgresql:= )
+ sqlite? ( dev-db/sqlite:3 )
+ webp? ( media-libs/libwebp:= )
+"
+DEPEND="${RDEPEND}
+ v4l? (
+ media-libs/libv4l
+ virtual/os-headers
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-fix-gettext-0.22-format-specifier.patch
+ "${FILESDIR}"/${P}-webp-underlinking.patch
+)
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+You need to setup a configuraton file (/etc/motion/motion.conf) before
+running motion for the first time.
+
+If motion is built with the mysql or mariadb use flags then please make
+sure to configure a matching database_type in the config file.
+
+Motion runs by default under user motion and group motion:
+- change this if needed in /etc/conf.d/motion
+- or add users who need access to the output files to the motion group
+
+To install motion as a service, use:
+- rc-update add motion default # with OpenRC
+- systemctl enable motion.service # with systemd
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with ffmpeg) \
+ $(use_with mariadb) \
+ $(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}/motion.initd-r5" ${PN}
+ newconfd "${FILESDIR}/motion.confd-r5" ${PN}
+ systemd_newunit "${FILESDIR}/${PN}.service-r4" "${PN}.service"
+ readme.gentoo_create_doc
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2023-06-25 7:05 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-06-25 7:05 UTC (permalink / raw
To: gentoo-commits
commit: be6b932e0630e53755fdd87d772d356658333cf0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:03:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:03:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6b932e
media-video/motion: Stabilize 4.5.1-r2 x86, #909135
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/motion/motion-4.5.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.5.1-r2.ebuild b/media-video/motion/motion-4.5.1-r2.ebuild
index db2cc5b88fa6..55cb4df6acd2 100644
--- a/media-video/motion/motion-4.5.1-r2.ebuild
+++ b/media-video/motion/motion-4.5.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2023-06-25 7:05 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-06-25 7:05 UTC (permalink / raw
To: gentoo-commits
commit: b06d13030df8d3e4ba7727b318a94a93932aaf6e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:03:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:03:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06d1303
media-video/motion: Stabilize 4.5.1-r2 amd64, #909135
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/motion/motion-4.5.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.5.1-r2.ebuild b/media-video/motion/motion-4.5.1-r2.ebuild
index ee5f5d8492c9..db2cc5b88fa6 100644
--- a/media-video/motion/motion-4.5.1-r2.ebuild
+++ b/media-video/motion/motion-4.5.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2023-05-18 7:39 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2023-05-18 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 6ba77c369fed3054c2669a3345785a0777c8cbbb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 07:21:40 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 18 07:21:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba77c36
media-video/motion: revbump due to init.d file update
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/motion/{motion-4.3.2-r2.ebuild => motion-4.3.2-r3.ebuild} | 0
media-video/motion/{motion-4.5.1-r1.ebuild => motion-4.5.1-r2.ebuild} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/motion/motion-4.3.2-r2.ebuild b/media-video/motion/motion-4.3.2-r3.ebuild
similarity index 100%
rename from media-video/motion/motion-4.3.2-r2.ebuild
rename to media-video/motion/motion-4.3.2-r3.ebuild
diff --git a/media-video/motion/motion-4.5.1-r1.ebuild b/media-video/motion/motion-4.5.1-r2.ebuild
similarity index 100%
rename from media-video/motion/motion-4.5.1-r1.ebuild
rename to media-video/motion/motion-4.5.1-r2.ebuild
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2023-05-07 7:22 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2023-05-07 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 17c74bfcd7a6e899766eaa6b3b1e08da05d63272
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 07:22:14 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 7 07:22:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c74bfc
media-video/motion: revbump due to previous init.d file update
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/motion/{motion-4.3.2-r1.ebuild => motion-4.3.2-r2.ebuild} | 2 +-
media-video/motion/{motion-4.5.1.ebuild => motion-4.5.1-r1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.3.2-r1.ebuild b/media-video/motion/motion-4.3.2-r2.ebuild
similarity index 98%
rename from media-video/motion/motion-4.3.2-r1.ebuild
rename to media-video/motion/motion-4.3.2-r2.ebuild
index 4bf353fb7643..68f6f12d35cc 100644
--- a/media-video/motion/motion-4.3.2-r1.ebuild
+++ b/media-video/motion/motion-4.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/media-video/motion/motion-4.5.1.ebuild b/media-video/motion/motion-4.5.1-r1.ebuild
similarity index 100%
rename from media-video/motion/motion-4.5.1.ebuild
rename to media-video/motion/motion-4.5.1-r1.ebuild
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2023-02-09 16:10 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2023-02-09 16:10 UTC (permalink / raw
To: gentoo-commits
commit: b391fc2e4239913f527bdee802f5aeec5a63efad
Author: Johannes Willem Fernhout <hfern <AT> fernhout <DOT> info>
AuthorDate: Sun Jan 29 09:26:27 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 16:07:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b391fc2e
media-video/motion: add 4.5.1
Closes: https://bugs.gentoo.org/727056
Closes: https://bugs.gentoo.org/820383
Closes: https://bugs.gentoo.org/834407
Signed-off-by: Johannes Willem Fernhout <hfern <AT> fernhout.info>
Closes: https://github.com/gentoo/gentoo/pull/29330
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/motion/Manifest | 1 +
media-video/motion/motion-4.5.1.ebuild | 86 ++++++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+)
diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest
index 6e4c76eea570..59627f5dbcfc 100644
--- a/media-video/motion/Manifest
+++ b/media-video/motion/Manifest
@@ -1 +1,2 @@
DIST motion-release-4.3.2.tar.gz 849378 BLAKE2B 2ff49f44bb1d57123760860ae17cc241ecabf3d045ac0c45e1ca08ce3ac8be2fec308492472c37c0d869bc21a7c04658c923c763f9b8f6b547403fc094b03196 SHA512 df54297eebc44b3bc50fd40890c69a9cbbfc5936224bf7027065364e794d7201ceadd99ac99bf43113ec3368f2b5ca435d2956258b9c774e03a6750b41346a7c
+DIST motion-release-4.5.1.tar.gz 856665 BLAKE2B 59ae638113c7f08ced4b18d7c4f19e3b3f1850ba0cd4c224b300be5ac65ae3b45aa391f26f506a91bb4c38a47b552c71db846d2b3217ccf0b2f5799873ab7ddb SHA512 3b8b60ad4f41c37cc215aa575b0295ee99b15f2d32cbf3393c0f7cdd8d87616cca1c00e11cb7bf74e4afa285caa094f08df3ba62ab21dcb28a48336e3ff5803e
diff --git a/media-video/motion/motion-4.5.1.ebuild b/media-video/motion/motion-4.5.1.ebuild
new file mode 100644
index 000000000000..ee5f5d8492c9
--- /dev/null
+++ b/media-video/motion/motion-4.5.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools readme.gentoo-r1 systemd
+
+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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
+
+RDEPEND="
+ acct-group/motion
+ acct-user/motion
+ net-libs/libmicrohttpd:=
+ media-libs/libjpeg-turbo:=
+ >=sys-devel/gettext-0.19
+ ffmpeg? ( media-video/ffmpeg:0= )
+ mariadb? ( dev-db/mariadb-connector-c )
+ mmal? ( media-libs/raspberrypi-userland )
+ mysql? ( dev-db/mysql-connector-c )
+ postgres? ( dev-db/postgresql:= )
+ sqlite? ( dev-db/sqlite:3 )
+ webp? ( media-libs/libwebp:= )
+"
+DEPEND="${RDEPEND}
+ v4l? (
+ media-libs/libv4l
+ virtual/os-headers
+ )
+"
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+You need to setup a configuraton file (/etc/motion/motion.conf) before
+running motion for the first time.
+
+If motion is built with the mysql or mariadb use flags then please make
+sure to configure a matching database_type in the config file.
+
+Motion runs by default under user motion and group motion:
+- change this if needed in /etc/conf.d/motion
+- or add users who need access to the output files to the motion group
+
+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}
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with ffmpeg) \
+ $(use_with mariadb) \
+ $(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}/motion.initd-r5" ${PN}
+ newconfd "${FILESDIR}/motion.confd-r5" ${PN}
+ systemd_newunit "${FILESDIR}/${PN}.service-r4" "${PN}.service"
+ readme.gentoo_create_doc
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2021-09-08 1:28 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-09-08 1:28 UTC (permalink / raw
To: gentoo-commits
commit: 98b69e07b40abdef0f00618095f67e6407303c28
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 8 01:27:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 8 01:27:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b69e07
media-video/motion: Keyword 4.3.2-r1 arm64, #809707
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/motion/motion-4.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.3.2-r1.ebuild b/media-video/motion/motion-4.3.2-r1.ebuild
index 19c0917b4e1..4bf353fb764 100644
--- a/media-video/motion/motion-4.3.2-r1.ebuild
+++ b/media-video/motion/motion-4.3.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2021-04-14 17:02 John Helmert III
0 siblings, 0 replies; 26+ messages in thread
From: John Helmert III @ 2021-04-14 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 46956e9dff1aee3a4755bc2846d72e6de246278a
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 17:01:08 2021 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 17:01:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46956e9d
media-video/motion: fix UnusedLocalUse
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
media-video/motion/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-video/motion/metadata.xml b/media-video/motion/metadata.xml
index 45dcbfba21e..cec3a16a5f2 100644
--- a/media-video/motion/metadata.xml
+++ b/media-video/motion/metadata.xml
@@ -15,7 +15,6 @@
<use>
<flag name="mariadb">Add mariadb database support</flag>
<flag name="mmal">Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi.</flag>
- <flag name="supervise-daemon">Add experimental suppport for OpenRC's supervise-daemon process supervision</flag>
</use>
<upstream>
<remote-id type="github">Motion-Project/motion</remote-id>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2021-04-14 9:59 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2021-04-14 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 1c17b9c906d8311c981a4b52bdc8e78bf194effb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 09:56:37 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 09:59:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c17b9c9
media-video/motion: include libmicrohttpd in RDEPEND, #778020
Closes: https://bugs.gentoo.org/778020
Testing GH notifications: @juippis
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/motion/{motion-4.3.2.ebuild => motion-4.3.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.3.2.ebuild b/media-video/motion/motion-4.3.2-r1.ebuild
similarity index 98%
rename from media-video/motion/motion-4.3.2.ebuild
rename to media-video/motion/motion-4.3.2-r1.ebuild
index 10749fd8c44..19c0917b4e1 100644
--- a/media-video/motion/motion-4.3.2.ebuild
+++ b/media-video/motion/motion-4.3.2-r1.ebuild
@@ -17,6 +17,7 @@ IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
RDEPEND="
acct-group/motion
acct-user/motion
+ net-libs/libmicrohttpd:=
virtual/jpeg:=
ffmpeg? ( media-video/ffmpeg:0= )
mariadb? ( dev-db/mariadb-connector-c )
@@ -27,7 +28,6 @@ RDEPEND="
webp? ( media-libs/libwebp:= )
"
DEPEND="${RDEPEND}
- net-libs/libmicrohttpd
v4l? (
media-libs/libv4l
virtual/os-headers
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2021-01-04 9:32 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-01-04 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 3f49ed1db568d348c64fdd50349d82e299853ba1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 09:32:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 09:32:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f49ed1d
media-video/motion: Stabilize 4.3.2 x86, #760714
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/motion/motion-4.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.3.2.ebuild b/media-video/motion/motion-4.3.2.ebuild
index 233a3cb589d..10749fd8c44 100644
--- a/media-video/motion/motion-4.3.2.ebuild
+++ b/media-video/motion/motion-4.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2021-01-01 23:00 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-01-01 23:00 UTC (permalink / raw
To: gentoo-commits
commit: d438c081bf4b583921a3fb722ccb9b23aaf0062b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 23:00:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 23:00:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d438c081
media-video/motion: Stabilize 4.3.2 amd64, #760714
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/motion/motion-4.3.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/motion/motion-4.3.2.ebuild b/media-video/motion/motion-4.3.2.ebuild
index 19e930a8ae0..233a3cb589d 100644
--- a/media-video/motion/motion-4.3.2.ebuild
+++ b/media-video/motion/motion-4.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ffmpeg mariadb mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2020-11-05 8:12 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2020-11-05 8:12 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2020-10-31 16:27 Thomas Deutschmann
0 siblings, 0 replies; 26+ messages in thread
From: Thomas Deutschmann @ 2020-10-31 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 51a0f89231277cd3fa0c8f72254a728d704c630c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 16:20:06 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 16:20:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a0f892
media-video/motion: x86 stable (bug #707428)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-video/motion/motion-4.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.3.1.ebuild b/media-video/motion/motion-4.3.1.ebuild
index efd01fca965..a820dc2ef2d 100644
--- a/media-video/motion/motion-4.3.1.ebuild
+++ b/media-video/motion/motion-4.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ffmpeg mariadb mmal mysql postgres sqlite supervise-daemon v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2020-06-04 7:14 Joonas Niilola
0 siblings, 0 replies; 26+ messages in thread
From: Joonas Niilola @ 2020-06-04 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 0a478ea25ad05e33d6f98b8358621e8acba1c8b4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 07:13:41 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 07:14:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a478ea2
media-video/motion: restrict tests, bug #727056
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/motion/motion-4.3.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-video/motion/motion-4.3.1.ebuild b/media-video/motion/motion-4.3.1.ebuild
index 41e650e61fd..efd01fca965 100644
--- a/media-video/motion/motion-4.3.1.ebuild
+++ b/media-video/motion/motion-4.3.1.ebuild
@@ -34,6 +34,9 @@ DEPEND="${RDEPEND}
)
"
+# Breaks src_install(), #727056
+RESTRICT="test"
+
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
You need to setup a configuraton file (/etc/motion/motion.conf) before
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2020-04-26 10:13 Mikle Kolyada
0 siblings, 0 replies; 26+ messages in thread
From: Mikle Kolyada @ 2020-04-26 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 397e117bfdeb06b8265bbb190874edf1b2ae05e5
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 10:13:29 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 10:13:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397e117b
media-video/motion: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
media-video/motion/motion-4.1.1-r1.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/media-video/motion/motion-4.1.1-r1.ebuild b/media-video/motion/motion-4.1.1-r1.ebuild
index 05a3311cb02..e751c82097a 100644
--- a/media-video/motion/motion-4.1.1-r1.ebuild
+++ b/media-video/motion/motion-4.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,14 +11,11 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="ffmpeg libav mmal mysql postgres sqlite v4l webp"
+IUSE="ffmpeg mmal mysql postgres sqlite v4l webp"
RDEPEND="
virtual/jpeg:=
- ffmpeg? (
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
- )
+ ffmpeg? ( media-video/ffmpeg:0= )
mmal? ( media-libs/raspberrypi-userland )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2019-09-26 4:18 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2019-09-26 4:18 UTC (permalink / raw
To: gentoo-commits
commit: f9dddc4a249dc92386168a1d3eb4594a74cef309
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Wed Sep 25 23:25:28 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 04:14:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dddc4a
media-video/motion: Remove William Breathitt Gray from metadata.xml
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13042
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-video/motion/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/media-video/motion/metadata.xml b/media-video/motion/metadata.xml
index e02a13726c5..b1389a2954b 100644
--- a/media-video/motion/metadata.xml
+++ b/media-video/motion/metadata.xml
@@ -1,17 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>vilhelm.gray@gmail.com</email>
- <name>William Breathitt Gray</name>
- </maintainer>
<maintainer type="project">
<email>media-video@gentoo.org</email>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<use>
<flag name="mmal">Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi.</flag>
</use>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2019-06-06 20:33 Andreas Sturmlechner
0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2019-06-06 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 69c1d720c3badf9fed2f75206fb81dda785b3245
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 19:31:35 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 20:33:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c1d720
media-video/motion: Drop 4.0.1 and 4.1.1 (r0)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/motion/Manifest | 1 -
media-video/motion/motion-4.0.1-r1.ebuild | 82 -----------------------------
media-video/motion/motion-4.0.1-r2.ebuild | 84 -----------------------------
media-video/motion/motion-4.1.1.ebuild | 87 -------------------------------
4 files changed, 254 deletions(-)
diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest
index 6b0c97ad1a8..00403820c80 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 release-4.0.1.tar.gz 444779 BLAKE2B e74b193f421e4fe165f36fe251eafe44203bbf8825b0062254bd7e0c9a57b286314c1bbb287c1c768db62649d82b83f4876ef236e446a1f21f7baf90d5ce5b4d SHA512 6ccde3890e6af56f28208321987dd1b9d62a55bbe7cbc3ab5600263602e6e8f47589392c2f3a3a6cb54f927ee76aea94d0e83f26ce8e4047890c891b6c2f8976
diff --git a/media-video/motion/motion-4.0.1-r1.ebuild b/media-video/motion/motion-4.0.1-r1.ebuild
deleted file mode 100644
index d2207145259..00000000000
--- a/media-video/motion/motion-4.0.1-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools readme.gentoo-r1 user systemd
-
-DESCRIPTION="A software motion detector"
-HOMEPAGE="https://motion-project.github.io"
-SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="ffmpeg libav mmal mysql postgres v4l"
-
-RDEPEND="
- ffmpeg? (
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
- )
- virtual/jpeg:=
- mmal? ( media-libs/raspberrypi-userland )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql:= )
-"
-DEPEND="${RDEPEND}
- v4l? ( virtual/os-headers media-libs/libv4l )
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="You need to setup /etc/${PN}/${PN}.conf before running
-${PN} for the first time. You can use /etc/${PN}/${PN}-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 ${PN} as a service, use:
-rc-update add ${PN} default # with OpenRC
-systemctl enable ${PN}.service # with systemd
-"
-
-pkg_setup() {
- enewuser ${PN} -1 -1 -1 video
-}
-
-S="${WORKDIR}"/${PN}-release-${PV}
-
-src_prepare() {
- eapply_user
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with ffmpeg) \
- $(use_with mmal) \
- $(use_with mysql) \
- $(use_with postgres pgsql) \
- $(use_with v4l) \
- --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 ${PN}
-
- systemd_dounit "${FILESDIR}"/${PN}.service
- systemd_dounit "${FILESDIR}"/${PN}_at.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
-}
diff --git a/media-video/motion/motion-4.0.1-r2.ebuild b/media-video/motion/motion-4.0.1-r2.ebuild
deleted file mode 100644
index 362423c2bc6..00000000000
--- a/media-video/motion/motion-4.0.1-r2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools readme.gentoo-r1 user systemd
-
-DESCRIPTION="A software motion detector"
-HOMEPAGE="https://motion-project.github.io"
-SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ffmpeg libav mmal mysql postgres v4l"
-
-RDEPEND="
- ffmpeg? (
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
- )
- virtual/jpeg:=
- mmal? ( media-libs/raspberrypi-userland )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql:= )
-"
-DEPEND="${RDEPEND}
- v4l? ( virtual/os-headers media-libs/libv4l )
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-You need to setup /etc/${PN}/${PN}.conf before running ${PN} for
-the first time. You can use /etc/${PN}/${PN}-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 ${PN} as a service, use:
-rc-update add ${PN} default # with OpenRC
-systemctl enable ${PN}.service # with systemd
-"
-
-pkg_setup() {
- enewuser ${PN} -1 -1 -1 video
-}
-
-S="${WORKDIR}"/${PN}-release-${PV}
-
-src_prepare() {
- eapply_user
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with ffmpeg) \
- $(use_with mmal) \
- $(use_with mysql) \
- $(use_with postgres pgsql) \
- $(use_with v4l) \
- --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_dounit "${FILESDIR}"/${PN}_at.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
-}
diff --git a/media-video/motion/motion-4.1.1.ebuild b/media-video/motion/motion-4.1.1.ebuild
deleted file mode 100644
index a99365d405c..00000000000
--- a/media-video/motion/motion-4.1.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools readme.gentoo-r1 user systemd
-
-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 libav mmal mysql postgres sqlite webp v4l"
-
-RDEPEND="
- virtual/jpeg:=
- ffmpeg? (
- libav? ( media-video/libav:= )
- !libav? ( 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? ( virtual/os-headers media-libs/libv4l )
-"
-
-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() {
- eapply_user
- 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
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2019-06-04 20:58 Thomas Deutschmann
0 siblings, 0 replies; 26+ messages in thread
From: Thomas Deutschmann @ 2019-06-04 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 8d9e2b311789a6ae8a5bc6fee80478320561884d
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 20:43:40 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 20:58:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9e2b31
media-video/motion: x86 stable (bug #681494)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-video/motion/motion-4.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/motion/motion-4.1.1-r1.ebuild b/media-video/motion/motion-4.1.1-r1.ebuild
index 3113cd0a5fc..05a3311cb02 100644
--- a/media-video/motion/motion-4.1.1-r1.ebuild
+++ b/media-video/motion/motion-4.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ffmpeg libav mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2019-05-29 1:52 Aaron Bauman
0 siblings, 0 replies; 26+ messages in thread
From: Aaron Bauman @ 2019-05-29 1:52 UTC (permalink / raw
To: gentoo-commits
commit: 457dddb3feb26583255283fb8b673e41d75b7ebc
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 01:52:16 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 29 01:52:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457dddb3
media-video/motion: amd64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-video/motion/motion-4.1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.1.1-r1.ebuild b/media-video/motion/motion-4.1.1-r1.ebuild
index f4f49ccb2b5..3113cd0a5fc 100644
--- a/media-video/motion/motion-4.1.1-r1.ebuild
+++ b/media-video/motion/motion-4.1.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ffmpeg libav mmal mysql postgres sqlite v4l webp"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2018-03-06 16:57 Michał Górny
0 siblings, 0 replies; 26+ messages in thread
From: Michał Górny @ 2018-03-06 16:57 UTC (permalink / raw
To: gentoo-commits
commit: e056d18d09b20048a770715d8141b3be5aa9dbc0
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 16:46:36 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 6 16:57:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e056d18d
media-video/motion: version bump to 4.1.1
This version adds support for the sqlite and webp USE flags.
Closes: https://bugs.gentoo.org/639526
Closes: https://github.com/gentoo/gentoo/pull/7359
media-video/motion/Manifest | 1 +
media-video/motion/motion-4.1.1.ebuild | 87 ++++++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest
index 4669a4226d9..3b3e5a98413 100644
--- a/media-video/motion/Manifest
+++ b/media-video/motion/Manifest
@@ -1 +1,2 @@
DIST release-4.0.1.tar.gz 444779 BLAKE2B e74b193f421e4fe165f36fe251eafe44203bbf8825b0062254bd7e0c9a57b286314c1bbb287c1c768db62649d82b83f4876ef236e446a1f21f7baf90d5ce5b4d SHA512 6ccde3890e6af56f28208321987dd1b9d62a55bbe7cbc3ab5600263602e6e8f47589392c2f3a3a6cb54f927ee76aea94d0e83f26ce8e4047890c891b6c2f8976
+DIST motion-release-4.1.1.tar.gz 447795 BLAKE2B 8c7dfdad89f49ba8ec39689d268b4bc95c6a8bd85d4bd333f66638b2e815b3c59b2e42dd93811601b2ee7870100a0a21eaa789633056f74a5cc9f39f4f92229f SHA512 3b08d464f9243ccfc4b53b16cfc2001d1e0d206bf0295d55d8914914bc14ad0248ce5ac622cb7eb89ed32e1913a9a10add1b56497c4094ba876f7f85d6ad4143
diff --git a/media-video/motion/motion-4.1.1.ebuild b/media-video/motion/motion-4.1.1.ebuild
new file mode 100644
index 00000000000..a99365d405c
--- /dev/null
+++ b/media-video/motion/motion-4.1.1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools readme.gentoo-r1 user systemd
+
+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 libav mmal mysql postgres sqlite webp v4l"
+
+RDEPEND="
+ virtual/jpeg:=
+ ffmpeg? (
+ libav? ( media-video/libav:= )
+ !libav? ( 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? ( virtual/os-headers media-libs/libv4l )
+"
+
+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() {
+ eapply_user
+ 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
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2017-02-10 15:25 Wolfram Schlich
0 siblings, 0 replies; 26+ messages in thread
From: Wolfram Schlich @ 2017-02-10 15:25 UTC (permalink / raw
To: gentoo-commits
commit: c2c5cf3d2e22d3f1116d21628448ff1fc7a434d8
Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 15:11:29 2017 +0000
Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 15:11:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c5cf3d
media-video/motion: reformat README.gentoo, print contents upon first installation, use latest motion.confd-r1
Package-Manager: portage-2.3.3
media-video/motion/motion-4.0.1-r2.ebuild | 85 +++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/media-video/motion/motion-4.0.1-r2.ebuild b/media-video/motion/motion-4.0.1-r2.ebuild
new file mode 100644
index 0000000000..3bc71f9d9f
--- /dev/null
+++ b/media-video/motion/motion-4.0.1-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools readme.gentoo-r1 user systemd
+
+DESCRIPTION="A software motion detector"
+HOMEPAGE="https://motion-project.github.io"
+SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ffmpeg libav mmal mysql postgres v4l"
+
+RDEPEND="
+ ffmpeg? (
+ libav? ( media-video/libav:= )
+ !libav? ( media-video/ffmpeg:0= )
+ )
+ virtual/jpeg:=
+ mmal? ( media-libs/raspberrypi-userland )
+ mysql? ( virtual/mysql )
+ postgres? ( dev-db/postgresql:= )
+"
+DEPEND="${RDEPEND}
+ v4l? ( virtual/os-headers media-libs/libv4l )
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+You need to setup /etc/${PN}/${PN}.conf before running ${PN} for
+the first time. You can use /etc/${PN}/${PN}-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 ${PN} as a service, use:
+rc-update add ${PN} default # with OpenRC
+systemctl enable ${PN}.service # with systemd
+"
+
+pkg_setup() {
+ enewuser ${PN} -1 -1 -1 video
+}
+
+S="${WORKDIR}"/${PN}-release-${PV}
+
+src_prepare() {
+ eapply_user
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with ffmpeg) \
+ $(use_with mmal) \
+ $(use_with mysql) \
+ $(use_with postgres pgsql) \
+ $(use_with v4l) \
+ --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_dounit "${FILESDIR}"/${PN}_at.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
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2017-01-31 11:43 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2017-01-31 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 2d54c1cf1adc54a0745fcc2c5c2fb476f6b83623
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 11:43:01 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 11:43:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d54c1cf
media-video/motion: x86 stable wrt bug #475120
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-video/motion/motion-4.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.0.1-r1.ebuild b/media-video/motion/motion-4.0.1-r1.ebuild
index fa2ad95..19ed942 100644
--- a/media-video/motion/motion-4.0.1-r1.ebuild
+++ b/media-video/motion/motion-4.0.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ffmpeg libav mmal mysql postgres v4l"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2017-01-30 13:09 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2017-01-30 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 28477ae3b844c0b3ef6f6267f043b158cb2bfa7d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 13:07:56 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 13:07:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28477ae3
media-video/motion: amd64 stable wrt bug #475120
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-video/motion/motion-4.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/motion/motion-4.0.1-r1.ebuild b/media-video/motion/motion-4.0.1-r1.ebuild
index b866f05..fa2ad95 100644
--- a/media-video/motion/motion-4.0.1-r1.ebuild
+++ b/media-video/motion/motion-4.0.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ffmpeg libav mmal mysql postgres v4l"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2017-01-23 9:21 Wolfram Schlich
0 siblings, 0 replies; 26+ messages in thread
From: Wolfram Schlich @ 2017-01-23 9:21 UTC (permalink / raw
To: gentoo-commits
commit: edca66bf519659ae62fe1cbd79bab3102aa27991
Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 09:17:12 2017 +0000
Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 09:20:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca66bf
media-video/motion: updated maintainership info, fixed upstream reference (thanks to William Breathitt Gray <vilhelm.gray <AT> gmail.com> for the headsup)
Package-Manager: portage-2.3.0
media-video/motion/metadata.xml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/media-video/motion/metadata.xml b/media-video/motion/metadata.xml
index cf2e1ad..e02a137 100644
--- a/media-video/motion/metadata.xml
+++ b/media-video/motion/metadata.xml
@@ -1,13 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>vilhelm.gray@gmail.com</email>
+ <name>William Breathitt Gray</name>
+ </maintainer>
<maintainer type="project">
<email>media-video@gentoo.org</email>
</maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<use>
<flag name="mmal">Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi.</flag>
</use>
<upstream>
- <remote-id type="sourceforge">motion</remote-id>
+ <remote-id type="github">Motion-Project/motion</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/motion/
@ 2017-01-20 8:35 Wolfram Schlich
0 siblings, 0 replies; 26+ messages in thread
From: Wolfram Schlich @ 2017-01-20 8:35 UTC (permalink / raw
To: gentoo-commits
commit: d4a61c24fdb0a4642b8dbc90292a7c4b128bbf28
Author: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 08:34:27 2017 +0000
Commit: Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 08:34:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a61c24
media-video/motion: fix reference to wrong init script, thanks to Sven Schwyn <svoop <AT> delirium.ch> for the headsup.
Package-Manager: portage-2.3.0
.../motion/{motion-4.0.1.ebuild => motion-4.0.1-r1.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-video/motion/motion-4.0.1.ebuild b/media-video/motion/motion-4.0.1-r1.ebuild
similarity index 86%
rename from media-video/motion/motion-4.0.1.ebuild
rename to media-video/motion/motion-4.0.1-r1.ebuild
index e820993..b866f05 100644
--- a/media-video/motion/motion-4.0.1.ebuild
+++ b/media-video/motion/motion-4.0.1-r1.ebuild
@@ -30,7 +30,11 @@ DEPEND="${RDEPEND}
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="You need to setup /etc/${PN}/${PN}.conf before running
-${PN} for the first time.
+${PN} for the first time. You can use /etc/${PN}/${PN}-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 ${PN} as a service, use:
rc-update add ${PN} default # with OpenRC
systemctl enable ${PN}.service # with systemd
@@ -64,7 +68,7 @@ src_install() {
examplesdir=/usr/share/doc/${PF}/examples \
install
- newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
+ newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
systemd_dounit "${FILESDIR}"/${PN}.service
@@ -75,7 +79,5 @@ src_install() {
fowners motion:video /var/lib/motion
fperms 0750 /var/lib/motion
- mv -vf "${D}"/etc/${PN}/${PN}{-dist,}.conf || die
-
readme.gentoo_create_doc
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2024-02-10 21:25 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 18:05 [gentoo-commits] repo/gentoo:master commit in: media-video/motion/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-02-10 21:24 James Le Cuirot
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-11-05 8:12 Joonas Niilola
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox