public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/camorama: ChangeLog camorama-0.19.ebuild camorama-0.19-r1.ebuild
@ 2008-11-30 11:56 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-11-30 11:56 UTC (permalink / raw
  To: gentoo-commits

eva         08/11/30 11:56:17

  Modified:             ChangeLog camorama-0.19.ebuild
  Added:                camorama-0.19-r1.ebuild
  Log:
  Bump to 0.19-r1, fix sandbox violation due to gconf, bug #243274.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.18                 media-video/camorama/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Jan 2008 19:53:23 -0000	1.17
+++ ChangeLog	30 Nov 2008 11:56:17 -0000	1.18
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/camorama
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.17 2008/01/23 19:53:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.18 2008/11/30 11:56:17 eva Exp $
+
+*camorama-0.19-r1 (30 Nov 2008)
+
+  30 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +files/camorama-0.19-gconf.patch, camorama-0.19.ebuild,
+  +camorama-0.19-r1.ebuild:
+  Bump to 0.19-r1, fix sandbox violation due to gconf, bug #243274.
 
   23 Jan 2008; Markus Meier <maekke@gentoo.org> camorama-0.19.ebuild:
   x86 stable, bug #207195



1.4                  media-video/camorama/camorama-0.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/camorama-0.19.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/camorama-0.19.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/camorama-0.19.ebuild?r1=1.3&r2=1.4

Index: camorama-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- camorama-0.19.ebuild	23 Jan 2008 19:53:23 -0000	1.3
+++ camorama-0.19.ebuild	30 Nov 2008 11:56:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19.ebuild,v 1.3 2008/01/23 19:53:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19.ebuild,v 1.4 2008/11/30 11:56:17 eva Exp $
 
 inherit gnome2
 
@@ -23,3 +23,7 @@
 	dev-util/intltool"
 
 SCROLLKEEPER_UPDATE="0"
+
+pkg_setup() {
+	G2CONF="${G2CONF} --disable-schemas-install"
+}



1.1                  media-video/camorama/camorama-0.19-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/camorama-0.19-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camorama/camorama-0.19-r1.ebuild?rev=1.1&content-type=text/plain

Index: camorama-0.19-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19-r1.ebuild,v 1.1 2008/11/30 11:56:17 eva Exp $

inherit eutils gnome2

DESCRIPTION="a webcam application featuring various image filters."
HOMEPAGE="http://camorama.fixedgear.org"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.10
	>=gnome-base/libgnomeui-2
	>=gnome-base/libgnome-2
	>=gnome-base/gconf-2
	>=gnome-base/libglade-2"
DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/pkgconfig
	dev-util/intltool"

SCROLLKEEPER_UPDATE="0"

pkg_setup() {
	G2CONF="${G2CONF} --disable-schemas-install"
}

src_unpack() {
	gnome2_src_unpack

	# Fix sandbox access violation, bug #243274
	epatch "${FILESDIR}/${P}-gconf.patch"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-30 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 11:56 [gentoo-commits] gentoo-x86 commit in media-video/camorama: ChangeLog camorama-0.19.ebuild camorama-0.19-r1.ebuild Gilles Dartiguelongue (eva)

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