summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-04 21:52:33 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-04 21:52:33 +0000
commit9b7421826050219d5b142b4750dc20f85771dee4 (patch)
tree915269b0d7255f7d41fca3d5d2b84775a0b65720 /media-video/cheese
parentAdded herd kde to metadata (diff)
downloadgentoo-2-9b7421826050219d5b142b4750dc20f85771dee4.tar.gz
gentoo-2-9b7421826050219d5b142b4750dc20f85771dee4.tar.bz2
gentoo-2-9b7421826050219d5b142b4750dc20f85771dee4.zip
Bump to 3.2.1 from the gnome overlay, drop old. Notable changes: UI improvements, stability fixes.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cheese')
-rw-r--r--media-video/cheese/ChangeLog9
-rw-r--r--media-video/cheese/cheese-3.2.1.ebuild (renamed from media-video/cheese/cheese-3.0.2.ebuild)12
2 files changed, 17 insertions, 4 deletions
diff --git a/media-video/cheese/ChangeLog b/media-video/cheese/ChangeLog
index 31a828d5863f..03f07c306b91 100644
--- a/media-video/cheese/ChangeLog
+++ b/media-video/cheese/ChangeLog
@@ -1,6 +1,13 @@
# 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.52 2011/10/21 03:43:07 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.53 2011/11/04 21:52:33 tetromino Exp $
+
+*cheese-3.2.1 (04 Nov 2011)
+
+ 04 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -cheese-3.0.2.ebuild, +cheese-3.2.1.ebuild:
+ Bump to 3.2.1 from the gnome overlay, drop old. Notable changes: UI
+ improvements, stability fixes.
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).
diff --git a/media-video/cheese/cheese-3.0.2.ebuild b/media-video/cheese/cheese-3.2.1.ebuild
index 8b568df4cc72..5897cc2d05ac 100644
--- a/media-video/cheese/cheese-3.0.2.ebuild
+++ b/media-video/cheese/cheese-3.2.1.ebuild
@@ -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.3 2011/10/21 03:43:07 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.1.ebuild,v 1.1 2011/11/04 21:52:33 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -55,7 +55,6 @@ DEPEND="${COMMON_DEPEND}
>=dev-lang/vala-0.11.6:0.12
>=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
dev-util/pkgconfig
x11-proto/xf86vidmodeproto
app-text/docbook-xml-dtd:4.3
@@ -65,8 +64,15 @@ pkg_setup() {
G2CONF="${G2CONF}
VALAC=$(type -p valac-0.12)
$(use_enable introspection)
- --disable-maintainer-mode
--disable-scrollkeeper
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
}
+
+src_compile() {
+ # Clutter-related sandbox violations when USE="doc introspection" and
+ # FEATURES="-userpriv" (see bug #385917).
+ # Work around the issue with the same horrible hack as in bug #385433.
+ DISPLAY="999invalid"
+ gnome2_src_compile
+}