public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/cheese: cheese-3.0.2.ebuild ChangeLog
@ 2011-09-14 10:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-14 10:45 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/14 10:45:51

  Modified:             cheese-3.0.2.ebuild ChangeLog
  Log:
  Fix libgee dependency to proper slot.
  
  (Portage version: 2.1.10.14/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-video/cheese/cheese-3.0.2.ebuild

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

Index: cheese-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cheese-3.0.2.ebuild	18 Aug 2011 05:54:49 -0000	1.1
+++ cheese-3.0.2.ebuild	14 Sep 2011 10:45:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.0.2.ebuild,v 1.1 2011/08/18 05:54:49 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.0.2.ebuild,v 1.2 2011/09/14 10:45:50 pacho Exp $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
@@ -18,7 +18,7 @@
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.28.0:2
-	>=dev-libs/libgee-0.6.0
+	>=dev-libs/libgee-0.6.0:0
 	>=x11-libs/gtk+-2.99.4:3[introspection?]
 	>=x11-libs/cairo-1.10
 	>=x11-libs/pango-1.28.0



1.51                 media-video/cheese/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	10 Sep 2011 17:25:29 -0000	1.50
+++ ChangeLog	14 Sep 2011 10:45:50 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/cheese
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.50 2011/09/10 17:25:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.51 2011/09/14 10:45:50 pacho Exp $
+
+  14 Sep 2011; Pacho Ramos <pacho@gentoo.org> cheese-3.0.2.ebuild:
+  Fix libgee dependency to proper slot.
 
   10 Sep 2011; Pacho Ramos <pacho@gentoo.org> cheese-2.32.0.ebuild:
   Fix dependencies as explained in bug #382011.






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

* [gentoo-commits] gentoo-x86 commit in media-video/cheese: cheese-3.0.2.ebuild ChangeLog
@ 2011-10-21  3:43 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-10-21  3:43 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/10/21 03:43:07

  Modified:             cheese-3.0.2.ebuild ChangeLog
  Log:
  Needs gst-plugins-jpeg for capturing still photos (bug #379649 comment 4). Thanks to Albert W. Hopkins <marduk@python.net> for reporting.
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-video/cheese/cheese-3.0.2.ebuild

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

Index: cheese-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cheese-3.0.2.ebuild	14 Sep 2011 10:45:50 -0000	1.2
+++ cheese-3.0.2.ebuild	21 Oct 2011 03:43:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.0.2.ebuild,v 1.2 2011/09/14 10:45:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.0.2.ebuild,v 1.3 2011/10/21 03:43:07 tetromino Exp $
 
 EAPI="4"
 GNOME2_LA_PUNT="yes"
@@ -43,6 +43,7 @@
 RDEPEND="${COMMON_DEPEND}
 	>=media-libs/gst-plugins-bad-0.10.19
 	>=media-libs/gst-plugins-good-0.10.16
+	media-plugins/gst-plugins-jpeg
 	>=media-plugins/gst-plugins-ogg-0.10.20
 	>=media-plugins/gst-plugins-pango-0.10.20
 	>=media-plugins/gst-plugins-theora-0.10.20



1.52                 media-video/cheese/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	14 Sep 2011 10:45:50 -0000	1.51
+++ ChangeLog	21 Oct 2011 03:43:07 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/cheese
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.51 2011/09/14 10:45:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.52 2011/10/21 03:43:07 tetromino Exp $
+
+  21 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> cheese-3.0.2.ebuild:
+  Needs gst-plugins-jpeg for capturing still photos (bug #379649 comment 4).
+  Thanks to Albert W. Hopkins <marduk@python.net> for reporting.
 
   14 Sep 2011; Pacho Ramos <pacho@gentoo.org> cheese-3.0.2.ebuild:
   Fix libgee dependency to proper slot.






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

end of thread, other threads:[~2011-10-21  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 10:45 [gentoo-commits] gentoo-x86 commit in media-video/cheese: cheese-3.0.2.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-21  3:43 Alexandre Rostovtsev (tetromino)

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