diff options
author | 2012-12-19 03:03:57 +0000 | |
---|---|---|
committer | 2012-12-19 03:03:57 +0000 | |
commit | 69d6d7de9f9b60cd9a034dec1905b98742ea2dfb (patch) | |
tree | 73783ae0723dd0f396b0c1ddea56ec1ea133a8dd /media-video/cheese/cheese-3.2.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-69d6d7de9f9b60cd9a034dec1905b98742ea2dfb.tar.gz gentoo-2-69d6d7de9f9b60cd9a034dec1905b98742ea2dfb.tar.bz2 gentoo-2-69d6d7de9f9b60cd9a034dec1905b98742ea2dfb.zip |
Version bump for gnome-3.6 and gstreamer-1.0. Update license. Drop old. Switch to global introspection flag.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-video/cheese/cheese-3.2.2.ebuild')
-rw-r--r-- | media-video/cheese/cheese-3.2.2.ebuild | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/media-video/cheese/cheese-3.2.2.ebuild b/media-video/cheese/cheese-3.2.2.ebuild deleted file mode 100644 index 7ab25fdd4c3c..000000000000 --- a/media-video/cheese/cheese-3.2.2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.2.ebuild,v 1.6 2012/12/11 03:55:07 axs Exp $ - -EAPI="4" -GNOME2_LA_PUNT="yes" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A cheesy program to take pictures and videos from your webcam" -HOMEPAGE="http://www.gnome.org/projects/cheese/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="doc +introspection" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" - -COMMON_DEPEND=" - >=dev-libs/glib-2.28.0:2 - >=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 - virtual/udev[gudev] - !<sys-fs/udev-145-r1 - >=gnome-base/gnome-desktop-2.91.6:3 - >=gnome-base/librsvg-2.32.0:2 - >=media-libs/libcanberra-0.26[gtk3] - >=media-libs/clutter-1.6.1:1.0[introspection?] - >=media-libs/clutter-gtk-0.91.8:1.0 - >=media-libs/clutter-gst-1.0.0:1.0 - - media-video/gnome-video-effects - x11-libs/gdk-pixbuf:2[jpeg,introspection?] - x11-libs/mx - x11-libs/libX11 - x11-libs/libXtst - - >=media-libs/gstreamer-0.10.32:0.10[introspection?] - >=media-libs/gst-plugins-base-0.10.32:0.10[introspection?] - - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" -RDEPEND="${COMMON_DEPEND} - >=media-libs/gst-plugins-bad-0.10.19:0.10 - >=media-libs/gst-plugins-good-0.10.16:0.10 - media-plugins/gst-plugins-jpeg:0.10 - >=media-plugins/gst-plugins-ogg-0.10.20:0.10 - >=media-plugins/gst-plugins-pango-0.10.20:0.10 - >=media-plugins/gst-plugins-theora-0.10.20:0.10 - media-plugins/gst-plugins-v4l2:0.10 - >=media-plugins/gst-plugins-vorbis-0.10.20:0.10 - || ( media-plugins/gst-plugins-x:0.10 - media-plugins/gst-plugins-xvideo:0.10 )" -DEPEND="${COMMON_DEPEND} - >=dev-lang/vala-0.13.2:0.14 - >=app-text/gnome-doc-utils-0.20 - >=dev-util/intltool-0.40 - virtual/pkgconfig - x11-proto/xf86vidmodeproto - app-text/docbook-xml-dtd:4.3 - doc? ( >=dev-util/gtk-doc-1.14 )" - -pkg_setup() { - G2CONF="${G2CONF} - VALAC=$(type -p valac-0.14) - $(use_enable introspection) - --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 -} |