summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2016-04-02 13:36:17 +0200
committerOle Reifschneider <tranquility@gentoo.org>2016-04-02 13:36:17 +0200
commit1171e04482494001c7df33ab842f2024adc9f7bc (patch)
tree3c7a9aa8582660525892accca23b6545474df5bf
parentmail-client/evolution: Bump version to 3.20.0 (diff)
downloadgnome-1171e04482494001c7df33ab842f2024adc9f7bc.tar.gz
gnome-1171e04482494001c7df33ab842f2024adc9f7bc.tar.bz2
gnome-1171e04482494001c7df33ab842f2024adc9f7bc.zip
media-video/cheese: Bump version to 3.20.0
Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42
-rw-r--r--media-video/cheese/Manifest15
-rw-r--r--media-video/cheese/cheese-3.20.0.ebuild85
-rw-r--r--media-video/cheese/cheese-9999.ebuild13
3 files changed, 106 insertions, 7 deletions
diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
new file mode 100644
index 00000000..8f9e50d7
--- /dev/null
+++ b/media-video/cheese/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST cheese-3.20.0.tar.xz 1841536 SHA256 41e2b16f0ad9bbc0f81b082fb42dc7978e52306be486637eaacb8d8f5a80caac SHA512 d51e221779c69c49200caf5234419c7b32c2fef9fbe23fb4d5839d239c49861e5f3acee4bb8cc43f468bbce1a5cba8c76aff43707a20731af4a7c26a7e68628b WHIRLPOOL 4a559983e60219e9303f70fb85bb3f0dca6ca7264b8a5f3d0c3bcf0a75cac7f47aac57cb6026e9ab5519e65372beef0ef90bfdfe77333fb734c23b26051301cc
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJW/66xAAoJEOnlaGd+i01C1dgH/joc/1WnI5LBrage2XhGJGMB
+WxrdFn0Id+4a8MKepxoVLozCcStdDQ0NRqhe9myAclAvT2L1rMaJCCA/9Xr5IeRS
+9YOfZAK2QqIUWPaoHnNUp6ZTMVRtWgwdN4cWEbHSbdnuPapPwDbay/6Y9ap/jF7f
+WhrnNYUi4gb2tWXOZnGHel7MO8IsFbuBjdaRTBB/L5j/hev5ID/2kt9Y0tTv16eq
+i2gAbtqnWLCpuufZs9H6j2Q8bDwQ6JrnIrJm8BfKu5g3h7rKL5yJlzzfpnhjxhMy
+BdgLzZ2PJvbt2O9G5yy8sG5CpOrHbh6HFO0QVWGq2itEgMzPtBJERkTLdWdBOUU=
+=8Wj+
+-----END PGP SIGNATURE-----
diff --git a/media-video/cheese/cheese-3.20.0.ebuild b/media-video/cheese/cheese-3.20.0.ebuild
new file mode 100644
index 00000000..0d4d0be5
--- /dev/null
+++ b/media-video/cheese/cheese-3.20.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.26"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
+HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
+
+LICENSE="GPL-2+"
+SLOT="0/8" # subslot = libcheese soname version
+IUSE="+introspection test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
+COMMON_DEPEND="
+ >=dev-libs/glib-2.39.90:2
+ >=x11-libs/gtk+-3.13.4:3[introspection?]
+ >=gnome-base/gnome-desktop-2.91.6:3=
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=media-libs/clutter-1.13.2:1.0[introspection?]
+ >=media-libs/clutter-gtk-0.91.8:1.0
+ media-libs/clutter-gst:3.0
+ media-libs/cogl:1.0=[introspection?]
+
+ media-video/gnome-video-effects
+ x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+ x11-libs/libX11
+ x11-libs/libXtst
+
+ media-libs/gstreamer:1.0[introspection?]
+ media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
+
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+RDEPEND="${COMMON_DEPEND}
+ >=media-libs/gst-plugins-bad-1.4:1.0
+ media-libs/gst-plugins-good:1.0
+
+ media-plugins/gst-plugins-jpeg:1.0
+ media-plugins/gst-plugins-v4l2:1.0
+ media-plugins/gst-plugins-vpx:1.0
+"
+DEPEND="${COMMON_DEPEND}
+ $(vala_depend)
+ app-text/docbook-xml-dtd:4.3
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ dev-libs/libxml2:2
+ dev-util/gdbus-codegen
+ >=dev-util/gtk-doc-am-1.14
+ >=dev-util/intltool-0.50
+ dev-util/itstool
+ virtual/pkgconfig
+ x11-proto/xf86vidmodeproto
+ test? ( dev-libs/glib:2[utils] )
+"
+
+src_prepare() {
+ vala_src_prepare
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ GST_INSPECT=$(type -P true) \
+ $(use_enable introspection) \
+ --disable-lcov \
+ --disable-static
+}
+
+src_compile() {
+ # Clutter-related sandbox violations when USE="doc introspection" and
+ # FEATURES="-userpriv" (see bug #385917).
+ unset DISPLAY
+ gnome2_src_compile
+}
+
+src_test() {
+ Xemake check
+}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 82a8e62a..ecc673e0 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
LICENSE="GPL-2+"
-SLOT="0/7" # subslot = libcheese soname version
+SLOT="0/8" # subslot = libcheese soname version
IUSE="+introspection test"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -32,7 +32,7 @@ COMMON_DEPEND="
>=media-libs/libcanberra-0.26[gtk3]
>=media-libs/clutter-1.13.2:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-2.0.6:2.0
+ media-libs/clutter-gst:3.0
media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
@@ -43,11 +43,10 @@ COMMON_DEPEND="
media-libs/gstreamer:1.0[introspection?]
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
- virtual/libgudev:=
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
"
RDEPEND="${COMMON_DEPEND}
- media-libs/gst-plugins-bad:1.0
+ >=media-libs/gst-plugins-bad-1.4:1.0
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-jpeg:1.0
@@ -74,8 +73,8 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- gnome2-live_src_prepare
vala_src_prepare
+ gnome2-live_src_prepare
}
src_configure() {