public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2011-12-10 12:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-10 12:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/12/10 12:07:19

  Modified:             ChangeLog
  Added:                motion-3.2.12-r2.ebuild
  Log:
  Since motion doesn't separate v4l1 and v4l2 support, use the libv4l1-videodev.h include from libv4l to allow succesful compilation of both backends. This should be only temporary workaround since upstream has separated the backends in version control. See bug 376225.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	3 Dec 2011 15:58:14 -0000	1.37
+++ ChangeLog	10 Dec 2011 12:07:19 -0000	1.38
@@ -1,6 +1,15 @@
 # ChangeLog for media-video/motion
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.37 2011/12/03 15:58:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.38 2011/12/10 12:07:19 ssuominen Exp $
+
+*motion-3.2.12-r2 (10 Dec 2011)
+
+  10 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> +motion-3.2.12-r2.ebuild,
+  +files/motion-3.2.12-workaround-v4l1_deprecation.patch:
+  Since motion doesn't separate v4l1 and v4l2 support, use the
+  libv4l1-videodev.h include from libv4l to allow succesful compilation of both
+  backends. This should be only temporary workaround since upstream has
+  separated the backends in version control. See bug 376225.
 
   03 Dec 2011; Alexis Ballier <aballier@gentoo.org> +files/ffmpeg08.patch,
   motion-3.2.12-r1.ebuild:



1.1                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.1&content-type=text/plain

Index: motion-3.2.12-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.1 2011/12/10 12:07:19 ssuominen Exp $

EAPI=4
inherit eutils

DESCRIPTION="A software motion detector"
HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
IUSE="ffmpeg mysql postgres +v4l"

RDEPEND="sys-libs/zlib
	virtual/jpeg
	ffmpeg? ( virtual/ffmpeg )
	mysql? ( virtual/mysql )
	postgres? ( dev-db/postgresql-base )"
# note: libv4l is only in dependencies for the libv4l1-videodev.h header file
# used by the -workaround-v4l1_deprecation.patch.
DEPEND="${RDEPEND}
	v4l? ( virtual/os-headers media-libs/libv4l )"

pkg_setup() {
	enewuser motion -1 -1 -1 video
}

src_prepare() {
	epatch \
		"${FILESDIR}"/ffmpeg08.patch \
		"${FILESDIR}"/${P}-workaround-v4l1_deprecation.patch
}

src_configure() {
	econf \
		$(use_with v4l) \
		$(use_with ffmpeg) \
		$(use_with mysql) \
		$(use_with postgres pgsql) \
		--without-optimizecpu
}

src_install() {
	emake \
		DESTDIR="${D}" \
		DOC='CHANGELOG CODE_STANDARD CREDITS FAQ README' \
		docdir=/usr/share/doc/${PF} \
		EXAMPLES='thread*.conf' \
		examplesdir=/usr/share/doc/${PF}/examples \
		install

	dohtml *.html

	newinitd "${FILESDIR}"/motion.initd-r2 motion
	newconfd "${FILESDIR}"/motion.confd motion

	mv -vf "${D}"/etc/motion{-dist,}.conf || die
}

pkg_postinst() {
	elog "You need to setup /etc/motion.conf before running"
	elog "motion for the first time."
	elog "You can install motion detection as a service, use:"
	elog "rc-update add motion default"
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2012-01-16 20:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-16 20:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/16 20:07:35

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  amd64/x86 stable
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.1&r2=1.2

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- motion-3.2.12-r2.ebuild	10 Dec 2011 12:07:19 -0000	1.1
+++ motion-3.2.12-r2.ebuild	16 Jan 2012 20:07:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.1 2011/12/10 12:07:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.2 2012/01/16 20:07:34 ssuominen Exp $
 
 EAPI=4
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc x86"
 IUSE="ffmpeg mysql postgres +v4l"
 
 RDEPEND="sys-libs/zlib



1.39                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	10 Dec 2011 12:07:19 -0000	1.38
+++ ChangeLog	16 Jan 2012 20:07:34 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/motion
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.38 2011/12/10 12:07:19 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.39 2012/01/16 20:07:34 ssuominen Exp $
+
+  16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> motion-3.2.12-r2.ebuild:
+  amd64/x86 stable
 
 *motion-3.2.12-r2 (10 Dec 2011)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2012-06-09 23:36 Zac Medico (zmedico)
  0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico (zmedico) @ 2012-06-09 23:36 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/06/09 23:36:03

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  inherit user for enewuser
  
  (Portage version: 2.2.0_alpha110_p5/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.2&r2=1.3

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- motion-3.2.12-r2.ebuild	16 Jan 2012 20:07:34 -0000	1.2
+++ motion-3.2.12-r2.ebuild	9 Jun 2012 23:36:03 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.2 2012/01/16 20:07:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.3 2012/06/09 23:36:03 zmedico Exp $
 
 EAPI=4
-inherit eutils
+inherit eutils user
 
 DESCRIPTION="A software motion detector"
 HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"



1.41                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	16 Jan 2012 20:08:37 -0000	1.40
+++ ChangeLog	9 Jun 2012 23:36:03 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/motion
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.40 2012/01/16 20:08:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.41 2012/06/09 23:36:03 zmedico Exp $
+
+  09 Jun 2012; Zac Medico <zmedico@gentoo.org> motion-3.2.12-r2.ebuild:
+  inherit user for enewuser
 
   16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -motion-3.2.12-r1.ebuild:
   old






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2013-02-15 19:17 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2013-02-15 19:17 UTC (permalink / raw
  To: gentoo-commits

aballier    13/02/15 19:17:27

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  Fix build with ffmpeg-1. Disable mpeg1 append code based on the ffurl API as mpeg1 is blacklisted with
  new ffmpeg versions in this code anyway.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.4                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.3&r2=1.4

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- motion-3.2.12-r2.ebuild	9 Jun 2012 23:36:03 -0000	1.3
+++ motion-3.2.12-r2.ebuild	15 Feb 2013 19:17:27 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.3 2012/06/09 23:36:03 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.4 2013/02/15 19:17:27 aballier Exp $
 
 EAPI=4
 inherit eutils user
@@ -31,6 +31,7 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/ffmpeg08.patch \
+		"${FILESDIR}"/ffmpeg1.patch \
 		"${FILESDIR}"/${P}-workaround-v4l1_deprecation.patch
 }
 



1.42                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	9 Jun 2012 23:36:03 -0000	1.41
+++ ChangeLog	15 Feb 2013 19:17:27 -0000	1.42
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/motion
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.41 2012/06/09 23:36:03 zmedico Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.42 2013/02/15 19:17:27 aballier Exp $
+
+  15 Feb 2013; Alexis Ballier <aballier@gentoo.org> +files/ffmpeg1.patch,
+  motion-3.2.12-r2.ebuild:
+  Fix build with ffmpeg-1. Disable mpeg1 append code based on the ffurl API as
+  mpeg1 is blacklisted with
+  new ffmpeg versions in this code anyway.
 
   09 Jun 2012; Zac Medico <zmedico@gentoo.org> motion-3.2.12-r2.ebuild:
   inherit user for enewuser





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2013-06-17 18:41 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-06-17 18:41 UTC (permalink / raw
  To: gentoo-commits

scarabeus    13/06/17 18:41:51

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  Update ffmpeg patches to match upstream commits, add one more change to build with libav9. Wrt bug#443194.
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.5                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.4&r2=1.5

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- motion-3.2.12-r2.ebuild	15 Feb 2013 19:17:27 -0000	1.4
+++ motion-3.2.12-r2.ebuild	17 Jun 2013 18:41:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.4 2013/02/15 19:17:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.5 2013/06/17 18:41:51 scarabeus Exp $
 
 EAPI=4
 inherit eutils user
@@ -30,8 +30,11 @@
 
 src_prepare() {
 	epatch \
-		"${FILESDIR}"/ffmpeg08.patch \
-		"${FILESDIR}"/ffmpeg1.patch \
+		"${FILESDIR}"/ffmpeg-1.patch \
+		"${FILESDIR}"/ffmpeg-2.patch \
+		"${FILESDIR}"/ffmpeg-3.patch \
+		"${FILESDIR}"/ffmpeg-4.patch \
+		"${FILESDIR}"/ffmpeg-5.patch \
 		"${FILESDIR}"/${P}-workaround-v4l1_deprecation.patch
 }
 



1.43                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	15 Feb 2013 19:17:27 -0000	1.42
+++ ChangeLog	17 Jun 2013 18:41:51 -0000	1.43
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/motion
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.42 2013/02/15 19:17:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.43 2013/06/17 18:41:51 scarabeus Exp $
+
+  17 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> +files/ffmpeg-1.patch,
+  +files/ffmpeg-2.patch, +files/ffmpeg-3.patch, +files/ffmpeg-4.patch,
+  +files/ffmpeg-5.patch, +files/libav-9.patch, -files/ffmpeg08.patch,
+  -files/ffmpeg1.patch, motion-3.2.12-r2.ebuild:
+  Update ffmpeg patches to match upstream commits, add one more change to build
+  with libav9. Wrt bug#443194.
 
   15 Feb 2013; Alexis Ballier <aballier@gentoo.org> +files/ffmpeg1.patch,
   motion-3.2.12-r2.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2013-06-22 15:51 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2013-06-22 15:51 UTC (permalink / raw
  To: gentoo-commits

scarabeus    13/06/22 15:51:47

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild. Grmbl.
  
  (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)

Revision  Changes    Path
1.6                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.5&r2=1.6

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- motion-3.2.12-r2.ebuild	17 Jun 2013 18:41:51 -0000	1.5
+++ motion-3.2.12-r2.ebuild	22 Jun 2013 15:51:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.5 2013/06/17 18:41:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.6 2013/06/22 15:51:47 scarabeus Exp $
 
 EAPI=4
 inherit eutils user
@@ -35,6 +35,7 @@
 		"${FILESDIR}"/ffmpeg-3.patch \
 		"${FILESDIR}"/ffmpeg-4.patch \
 		"${FILESDIR}"/ffmpeg-5.patch \
+		"${FILESDIR}"/libav-9.patch \
 		"${FILESDIR}"/${P}-workaround-v4l1_deprecation.patch
 }
 



1.44                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	17 Jun 2013 18:41:51 -0000	1.43
+++ ChangeLog	22 Jun 2013 15:51:47 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/motion
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.43 2013/06/17 18:41:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.44 2013/06/22 15:51:47 scarabeus Exp $
+
+  22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> motion-3.2.12-r2.ebuild:
+  Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild.
+  Grmbl.
 
   17 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> +files/ffmpeg-1.patch,
   +files/ffmpeg-2.patch, +files/ffmpeg-3.patch, +files/ffmpeg-4.patch,





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2014-11-03 12:54 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-11-03 12:54 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/11/03 12:54:05

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.7                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.6&r2=1.7

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- motion-3.2.12-r2.ebuild	22 Jun 2013 15:51:47 -0000	1.6
+++ motion-3.2.12-r2.ebuild	3 Nov 2014 12:54:05 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.6 2013/06/22 15:51:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.7 2014/11/03 12:54:05 titanofold Exp $
 
 EAPI=4
 inherit eutils user
@@ -18,7 +18,7 @@
 	virtual/jpeg
 	ffmpeg? ( virtual/ffmpeg )
 	mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-base )"
+	postgres? ( virtual/postgresql )"
 # note: libv4l is only in dependencies for the libv4l1-videodev.h header file
 # used by the -workaround-v4l1_deprecation.patch.
 DEPEND="${RDEPEND}



1.45                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	22 Jun 2013 15:51:47 -0000	1.44
+++ ChangeLog	3 Nov 2014 12:54:05 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/motion
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.44 2013/06/22 15:51:47 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.45 2014/11/03 12:54:05 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+  motion-3.2.12-r2.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> motion-3.2.12-r2.ebuild:
   Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog
@ 2014-12-28 16:00 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-12-28 16:00 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/12/28 16:00:19

  Modified:             motion-3.2.12-r2.ebuild ChangeLog
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.8                  media-video/motion/motion-3.2.12-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.7&r2=1.8

Index: motion-3.2.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- motion-3.2.12-r2.ebuild	3 Nov 2014 12:54:05 -0000	1.7
+++ motion-3.2.12-r2.ebuild	28 Dec 2014 16:00:19 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.7 2014/11/03 12:54:05 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.8 2014/12/28 16:00:19 titanofold Exp $
 
 EAPI=4
 inherit eutils user
@@ -18,7 +18,7 @@
 	virtual/jpeg
 	ffmpeg? ( virtual/ffmpeg )
 	mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql )"
+	postgres? ( dev-db/postgresql )"
 # note: libv4l is only in dependencies for the libv4l1-videodev.h header file
 # used by the -workaround-v4l1_deprecation.patch.
 DEPEND="${RDEPEND}



1.46                 media-video/motion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	3 Nov 2014 12:54:05 -0000	1.45
+++ ChangeLog	28 Dec 2014 16:00:19 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/motion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.45 2014/11/03 12:54:05 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.46 2014/12/28 16:00:19 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
+  motion-3.2.12-r2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
   motion-3.2.12-r2.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-28 16:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 16:00 [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r2.ebuild ChangeLog Aaron Swenson (titanofold)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03 12:54 Aaron Swenson (titanofold)
2013-06-22 15:51 Tomas Chvatal (scarabeus)
2013-06-17 18:41 Tomas Chvatal (scarabeus)
2013-02-15 19:17 Alexis Ballier (aballier)
2012-06-09 23:36 Zac Medico (zmedico)
2012-01-16 20:07 Samuli Suominen (ssuominen)
2011-12-10 12:07 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox