[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2023-08-30 Thread Arthur Zamarin
commit: b1948677df82ac4ea5d59924f357e54e2ecf5a07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 30 07:50:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 30 07:57:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1948677

media-video/cheese: Stabilize 44.1 x86, #913218

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/cheese/cheese-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-44.1.ebuild 
b/media-video/cheese/cheese-44.1.ebuild
index 22008cb6835f..b6998ae2db97 100644
--- a/media-video/cheese/cheese-44.1.ebuild
+++ b/media-video/cheese/cheese-44.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2023-07-18 Thread Matt Turner
commit: a096813af657b90eebdeff63e99ad0d5ec3f1b5c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 22:38:46 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:38:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a096813a

media-video/cheese: Version bump to 44.1

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest   |   1 +
 media-video/cheese/cheese-44.1.ebuild | 100 ++
 2 files changed, 101 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 20b7c412ce76..ac2dd1070542 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-44.0.1.tar.xz 1096012 BLAKE2B 
53723346eb917002b3a05edfa7bad4f83f4754f321bad6bd6a275aa48786fcf5b7ce78159b226621fcf36d21abd4b07e18f64aa17214e69ba3414b0cb254ff58
 SHA512 
27154db0b19a7c2f70ced4f750570b1ce0af6d8d18450d57c5a85d83f06ea041247c549e6fc73ecfb531df8a789d6f8527878e004b4c35077ef2b14badf4907a
+DIST cheese-44.1.tar.xz 1095916 BLAKE2B 
7558b43a28bc5323a6ccd6e50c86611ee572d32cf190dde401c5d347b70b269ce05875e8a0d2d59e174a66d2cf5330b2530890969445eab00d7da0b4f02ce3e7
 SHA512 
106f02c0bd6e21039e3d1cdbcb8111c8d76638666b3a3ee65bc81295deaf50acf49023f3f7bf2ca244a9b7f4ac95d04fbc5864c1ded8698c52665c23c3640dc1

diff --git a/media-video/cheese/cheese-44.1.ebuild 
b/media-video/cheese/cheese-44.1.ebuild
new file mode 100644
index ..4b21283de386
--- /dev/null
+++ b/media-video/cheese/cheese-44.1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+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
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   media-libs/clutter-gst:3.0
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+
+   media-libs/cogl:1.0=[introspection?]
+
+"
+RDEPEND="${DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   || (
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   media-video/pipewire[gstreamer,v4l]
+   )
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-43.0-buildfix.patch
+)
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2023-05-17 Thread Matt Turner
commit: bc48dd9a81face30550c0f7503bf465c6c413ad9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 17 21:13:24 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 17 21:54:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc48dd9a

media-video/cheese: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest   |   2 -
 media-video/cheese/cheese-43.0.ebuild | 100 --
 media-video/cheese/cheese-44.0.ebuild | 100 --
 3 files changed, 202 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 7095b5972333..20b7c412ce76 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,3 +1 @@
-DIST cheese-43.0.tar.xz 1095328 BLAKE2B 
728cf913336f09ae073508d6bf18f7bb0cf4bb0e16ad5d6acd5fb77b75577303b1a2d8820b280a31c15ebdcbf231205881440105c390a0f16681dc5274a74446
 SHA512 
07ed087490b4024ecbc097c1a62e24fdc0c5c8acac23ba3ed246104655a8b1786faee5caa5e59cfa7b725527b5aedc587b0f99a2b43100497f866966818e345e
 DIST cheese-44.0.1.tar.xz 1096012 BLAKE2B 
53723346eb917002b3a05edfa7bad4f83f4754f321bad6bd6a275aa48786fcf5b7ce78159b226621fcf36d21abd4b07e18f64aa17214e69ba3414b0cb254ff58
 SHA512 
27154db0b19a7c2f70ced4f750570b1ce0af6d8d18450d57c5a85d83f06ea041247c549e6fc73ecfb531df8a789d6f8527878e004b4c35077ef2b14badf4907a
-DIST cheese-44.0.tar.xz 1095980 BLAKE2B 
d7c5e50c8e7a5d84a2b7a2e8a1074094f4e89585e54e82a58ed8dec94e7b175d13e8dbacf739e8d4cc64fa9cd7d9f848bc0757406d0ac2290a0b910d237c1d22
 SHA512 
eb0a4bac724370b9347a513c84d47339882d2a42baf912f9b23bc4ae36c2ccb52a6045a6f09ed4eb1c50a04471368edffbd2ce4ef59701d82f8ae2eb40810658

diff --git a/media-video/cheese/cheese-43.0.ebuild 
b/media-video/cheese/cheese-43.0.ebuild
deleted file mode 100644
index afde9bd88795..
--- a/media-video/cheese/cheese-43.0.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson vala virtualx xdg
-
-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
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=media-libs/clutter-1.13.2:1.0[introspection?]
-   media-libs/clutter-gst:3.0
-   >=media-libs/clutter-gtk-0.91.8:1.0
-   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-   >=dev-libs/glib-2.39.90:2
-   >=gnome-base/gnome-desktop-2.91.6:3=
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=x11-libs/gtk+-3.13.4:3
-   >=media-libs/libcanberra-0.26[gtk3]
-   x11-libs/libX11
-   sys-apps/dbus
-   media-video/gnome-video-effects
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-
-   media-libs/cogl:1.0=[introspection?]
-
-"
-RDEPEND="${DEPEND}
-   >=media-libs/gst-plugins-good-1.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   || (
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   media-video/pipewire[gstreamer,v4l]
-   )
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-
-BDEPEND="
-   gtk-doc? ( dev-util/gtk-doc )
-   dev-libs/libxslt
-   app-text/docbook-xml-dtd:4.3
-   dev-util/itstool
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( x11-libs/libXtst )
-   $(vala_depend)
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-43.0-buildfix.patch
-)
-
-src_prepare() {
-   default
-   vala_setup
-   xdg_environment_reset
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   $(meson_use test tests)
-   -Dman=true
-   )
-
-   meson_src_configure
-
-   # Hack: version.xml is not generated if gtk-doc is not enabled
-   echo ${PV} > docs/reference/version.xml
-}
-
-src_test() {
-   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/media-video/cheese/cheese-44.0.ebuild 
b/media-video/cheese/cheese-44.0.ebuild
deleted file mode 100644
index 4b21283de386..
--- a/media-video/cheese/cheese-44.0.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/files/, media-video/cheese/

2023-02-20 Thread Matt Turner
commit: 17cfa6b197f218407fc8846654a656416fb50c94
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 20 17:00:23 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 20 17:32:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cfa6b1

media-video/cheese: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest|   1 -
 media-video/cheese/cheese-41.1.ebuild  | 100 -
 ...umb-view-update-for-new-gnome-desktop-API.patch |  49 --
 .../cheese/files/cheese-3.38.0-buildfix.patch  |  17 
 4 files changed, 167 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index fa260c5eaa37..7f3cd950c1d0 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-41.1.tar.xz 1092912 BLAKE2B 
9bbfbc59868f39b344b1102f819ca647d82e9dee327f1d2a2e6b30fcfd2c59dd5f79236355d7148e01a4b07d80d630406708d2a152535b5732cfb52690f9f402
 SHA512 
2c0922dda97f4ce701add45977b405eff9ddbc24eb286e9e05a9f9bfbd7998e8e77ef2a8f1bbce9f8349ff522ee3cb6d6566fa5df80d782e6d844bff69a30074
 DIST cheese-43.0.tar.xz 1095328 BLAKE2B 
728cf913336f09ae073508d6bf18f7bb0cf4bb0e16ad5d6acd5fb77b75577303b1a2d8820b280a31c15ebdcbf231205881440105c390a0f16681dc5274a74446
 SHA512 
07ed087490b4024ecbc097c1a62e24fdc0c5c8acac23ba3ed246104655a8b1786faee5caa5e59cfa7b725527b5aedc587b0f99a2b43100497f866966818e345e

diff --git a/media-video/cheese/cheese-41.1.ebuild 
b/media-video/cheese/cheese-41.1.ebuild
deleted file mode 100644
index 6c679af36fe3..
--- a/media-video/cheese/cheese-41.1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson vala virtualx xdg
-
-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
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=media-libs/clutter-1.13.2:1.0[introspection?]
-   media-libs/clutter-gst:3.0
-   >=media-libs/clutter-gtk-0.91.8:1.0
-   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-   >=dev-libs/glib-2.39.90:2
-   >=gnome-base/gnome-desktop-2.91.6:3=
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=x11-libs/gtk+-3.13.4:3
-   >=media-libs/libcanberra-0.26[gtk3]
-   x11-libs/libX11
-   sys-apps/dbus
-   media-video/gnome-video-effects
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-
-   media-libs/cogl:1.0=[introspection?]
-
-"
-RDEPEND="${DEPEND}
-   >=media-libs/gst-plugins-good-1.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   || (
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   media-video/pipewire[gstreamer,v4l]
-   )
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-
-BDEPEND="
-   gtk-doc? ( dev-util/gtk-doc )
-   dev-libs/libxslt
-   app-text/docbook-xml-dtd:4.3
-   dev-util/itstool
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( x11-libs/libXtst )
-   $(vala_depend)
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.38.0-buildfix.patch
-   "${FILESDIR}"/${PV}-thumb-view-update-for-new-gnome-desktop-API.patch
-)
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   $(meson_use test tests)
-   -Dman=true
-   )
-
-   meson_src_configure
-
-   # Hack: version.xml is not generated if gtk-doc is not enabled
-   echo ${PV} > docs/reference/version.xml
-}
-
-src_test() {
-   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git 
a/media-video/cheese/files/41.1-thumb-view-update-for-new-gnome-desktop-API.patch
 
b/media-video/cheese/files/41.1-thumb-view-update-for-new-gnome-desktop-API.patch
deleted file mode 100644
index 3796c721f892..
--- 
a/media-video/cheese/files/41.1-thumb-view-update-for-new-gnome-desktop-API.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From d58071c56dc46299357c46da5ef9682d8d0abfa4 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro 
-Date: Mon, 11 Apr 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2023-02-17 Thread Arthur Zamarin
commit: e0862e0db1fe2d42f13f3406cbb2cd1b478daeee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 08:22:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 08:22:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0862e0d

media-video/cheese: Stabilize 43.0 x86, #893302

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/cheese/cheese-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-43.0.ebuild 
b/media-video/cheese/cheese-43.0.ebuild
index 6326fcb671d0..afde9bd88795 100644
--- a/media-video/cheese/cheese-43.0.ebuild
+++ b/media-video/cheese/cheese-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/, media-video/cheese/files/

2022-12-12 Thread Matt Turner
commit: 31ca68772ee946656f301d35a941c29590612a5b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Dec 12 19:31:09 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Dec 13 01:22:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca6877

media-video/cheese: Version bump to 43.0

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest|   1 +
 media-video/cheese/cheese-43.0.ebuild  | 100 +
 .../cheese/files/cheese-43.0-buildfix.patch|  20 +
 3 files changed, 121 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index fda8b5ce5545..fa260c5eaa37 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-41.1.tar.xz 1092912 BLAKE2B 
9bbfbc59868f39b344b1102f819ca647d82e9dee327f1d2a2e6b30fcfd2c59dd5f79236355d7148e01a4b07d80d630406708d2a152535b5732cfb52690f9f402
 SHA512 
2c0922dda97f4ce701add45977b405eff9ddbc24eb286e9e05a9f9bfbd7998e8e77ef2a8f1bbce9f8349ff522ee3cb6d6566fa5df80d782e6d844bff69a30074
+DIST cheese-43.0.tar.xz 1095328 BLAKE2B 
728cf913336f09ae073508d6bf18f7bb0cf4bb0e16ad5d6acd5fb77b75577303b1a2d8820b280a31c15ebdcbf231205881440105c390a0f16681dc5274a74446
 SHA512 
07ed087490b4024ecbc097c1a62e24fdc0c5c8acac23ba3ed246104655a8b1786faee5caa5e59cfa7b725527b5aedc587b0f99a2b43100497f866966818e345e

diff --git a/media-video/cheese/cheese-43.0.ebuild 
b/media-video/cheese/cheese-43.0.ebuild
new file mode 100644
index ..354d62a26bd6
--- /dev/null
+++ b/media-video/cheese/cheese-43.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+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
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   media-libs/clutter-gst:3.0
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+
+   media-libs/cogl:1.0=[introspection?]
+
+"
+RDEPEND="${DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   || (
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   media-video/pipewire[gstreamer,v4l]
+   )
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-43.0-buildfix.patch
+)
+
+src_prepare() {
+   default
+   vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/media-video/cheese/files/cheese-43.0-buildfix.patch 
b/media-video/cheese/files/cheese-43.0-buildfix.patch
new file mode 100644
index ..25cd98362eb8
--- /dev/null
+++ b/media-video/cheese/files/cheese-43.0-buildfix.patch
@@ -0,0 +1,20 @@
+diff --git a/meson.build b/meson.build
+index 9174b428..c8d489cc 100644
+--- a/meson.build
 b/meson.build
+@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
+ # Recommend some runtime GStreamer plugins.
+ gst_inspect = find_program('gst-inspect-1.0', required: false)
+ if gst_inspect.found()
+-  foreach plugin: 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/files/, media-video/cheese/

2022-10-01 Thread Matt Turner
commit: 3daaead19dfe8d4f7c70d7c127c680087cc2ea5a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  1 19:56:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  1 19:56:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3daaead1

media-video/cheese: Add patch to build against gnome-desktop-43

Closes: https://bugs.gentoo.org/873688
Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/cheese-41.1.ebuild  |  1 +
 ...umb-view-update-for-new-gnome-desktop-API.patch | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/media-video/cheese/cheese-41.1.ebuild 
b/media-video/cheese/cheese-41.1.ebuild
index 77211bff172b..6c679af36fe3 100644
--- a/media-video/cheese/cheese-41.1.ebuild
+++ b/media-video/cheese/cheese-41.1.ebuild
@@ -62,6 +62,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.38.0-buildfix.patch
+   "${FILESDIR}"/${PV}-thumb-view-update-for-new-gnome-desktop-API.patch
 )
 
 src_prepare() {

diff --git 
a/media-video/cheese/files/41.1-thumb-view-update-for-new-gnome-desktop-API.patch
 
b/media-video/cheese/files/41.1-thumb-view-update-for-new-gnome-desktop-API.patch
new file mode 100644
index ..3796c721f892
--- /dev/null
+++ 
b/media-video/cheese/files/41.1-thumb-view-update-for-new-gnome-desktop-API.patch
@@ -0,0 +1,49 @@
+From d58071c56dc46299357c46da5ef9682d8d0abfa4 Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro 
+Date: Mon, 11 Apr 2022 17:07:21 -0500
+Subject: [PATCH] thumb-view: update for new gnome-desktop API
+
+See gnome-desktop!132
+---
+ src/thumbview/cheese-thumb-view.c | 18 ++
+ 1 file changed, 18 insertions(+)
+
+diff --git a/src/thumbview/cheese-thumb-view.c 
b/src/thumbview/cheese-thumb-view.c
+index f01b33df..fce8687d 100644
+--- a/src/thumbview/cheese-thumb-view.c
 b/src/thumbview/cheese-thumb-view.c
+@@ -134,6 +134,23 @@ cheese_thumb_view_idle_append_item (gpointer data)
+ 
+   if (!thumb_loc)
+   {
++#if defined(GNOME_DESKTOP_PLATFORM_VERSION) && GNOME_DESKTOP_PLATFORM_VERSION 
>= 43
++pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, 
uri, mime_type, NULL, );
++if (!pixbuf)
++{
++  g_warning ("could not generate thumbnail for %s (%s): %s\n", filename, 
mime_type, error->message);
++  g_clear_error ();
++}
++else
++{
++  gnome_desktop_thumbnail_factory_save_thumbnail (factory, pixbuf, uri, 
mtime.tv_sec, NULL, );
++  if (error)
++  {
++g_warning ("could not save thumbnail for %s (%s): %s\n", filename, 
mime_type, error->message);
++g_clear_error ();
++  }
++}
++#else
+ pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, 
uri, mime_type);
+ if (!pixbuf)
+ {
+@@ -143,6 +160,7 @@ cheese_thumb_view_idle_append_item (gpointer data)
+ {
+   gnome_desktop_thumbnail_factory_save_thumbnail (factory, pixbuf, uri, 
mtime.tv_sec);
+ }
++#endif
+   }
+   else
+   {
+-- 
+2.35.1
+



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/files/

2022-03-20 Thread Matt Turner
commit: d0ee27a8f603a82dac2b42bd3cc28eb9cfac4651
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 20 17:08:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 20 19:54:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ee27a8

media-video/cheese: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Matt Turner  gentoo.org>

 ...nite-loop-if-thumbnailer-is-not-available.patch |  88 --
 .../files/cheese-3.38.0-vala-genericarray.patch| 177 -
 2 files changed, 265 deletions(-)

diff --git 
a/media-video/cheese/files/cheese-3.38.0-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
 
b/media-video/cheese/files/cheese-3.38.0-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
deleted file mode 100644
index 5a27eb6e7844..
--- 
a/media-video/cheese/files/cheese-3.38.0-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From e7046d564a6f76c1af8f5640ac9c569e07284ec0 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera 
-Date: Fri, 18 Sep 2020 12:06:45 +0200
-Subject: [PATCH] Fix infinite loop if thumbnailer is not available
-
-The code in cheese_thumb_view_idle_append_item() in
-src/thumbview/cheese-thumb-view.c didn't pop the list of items to
-thumbnail if thumbnailing failed.
-
- #0  0x7f4a60e55314 in open64 () at /lib64/libc.so.6
- #1  0x7f4a60de6386 in _IO_file_open () at /lib64/libc.so.6
- #2  0x7f4a60de655a in __GI__IO_file_fopen () at /lib64/libc.so.6
- #3  0x7f4a60dd9aad in __fopen_internal () at /lib64/libc.so.6
- #4  0x7f4a6157a43f in gdk_pixbuf_new_from_file () at 
/lib64/libgdk_pixbuf-2.0.so.0
- #5  0x7f4a61e84b3a in gnome_desktop_thumbnail_factory_lookup () at 
/lib64/libgnome-desktop-3.so.19
- #6  0x55cef476046f in cheese_thumb_view_idle_append_item ()
- #7  0x7f4a6124f47b in g_idle_dispatch () at /lib64/libglib-2.0.so.0
- #8  0x7f4a612537af in g_main_context_dispatch () at 
/lib64/libglib-2.0.so.0
- #9  0x7f4a61253b38 in g_main_context_iterate.constprop () at 
/lib64/libglib-2.0.so.0
- #10 0x7f4a61253c03 in g_main_context_iteration () at 
/lib64/libglib-2.0.so.0
- #11 0x7f4a6146a7ca in g_application_run () at /lib64/libgio-2.0.so.0
- #12 0x55cef4758547 in _vala_main ()
- #13 0x7f4a60d8a042 in __libc_start_main () at /lib64/libc.so.6
- #14 0x55cef47554be in _start ()
-
- #0  0x7f4a60ec562d in __strlen_avx2 () at /lib64/libc.so.6
- #1  0x7f4a61275de8 in g_str_has_suffix () at /lib64/libglib-2.0.so.0
- #2  0x7f4a618c0072 in icon_name_is_symbolic () at /lib64/libgtk-3.so.0
- #3  0x7f4a618c00b1 in theme_dir_get_icon_suffix () at /lib64/libgtk-3.so.0
- #4  0x7f4a618c32ed in theme_lookup_icon () at /lib64/libgtk-3.so.0
- #5  0x7f4a618c3adf in real_choose_icon () at /lib64/libgtk-3.so.0
- #6  0x7f4a618c4762 in gtk_icon_theme_lookup_icon_for_scale () at 
/lib64/libgtk-3.so.0
- #7  0x7f4a618c5105 in gtk_icon_theme_load_icon_for_scale () at 
/lib64/libgtk-3.so.0
- #8  0x55cef47605c9 in cheese_thumb_view_idle_append_item ()
- #9  0x7f4a6124f47b in g_idle_dispatch () at /lib64/libglib-2.0.so.0
- #10 0x7f4a612537af in g_main_context_dispatch () at 
/lib64/libglib-2.0.so.0
- #11 0x7f4a61253b38 in g_main_context_iterate.constprop () at 
/lib64/libglib-2.0.so.0
- #12 0x7f4a61253c03 in g_main_context_iteration () at 
/lib64/libglib-2.0.so.0
- #13 0x7f4a6146a7d8 in g_application_run () at /lib64/libgio-2.0.so.0
- #14 0x55cef4758547 in _vala_main ()
- #15 0x7f4a60d8a042 in __libc_start_main () at /lib64/libc.so.6
- #16 0x55cef47554be in _start ()
-
-Closes: #81

- src/thumbview/cheese-thumb-view.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/thumbview/cheese-thumb-view.c 
b/src/thumbview/cheese-thumb-view.c
-index 1d2d88f5..232fd4b6 100644
 a/src/thumbview/cheese-thumb-view.c
-+++ b/src/thumbview/cheese-thumb-view.c
-@@ -92,7 +92,7 @@ GtkWidget * cheese_thumb_view_new (void);
- static gboolean
- cheese_thumb_view_idle_append_item (gpointer data)
- {
--  CheeseThumbViewIdleData *item = g_queue_peek_head (data);
-+  CheeseThumbViewIdleData *item = g_queue_pop_head (data);
-   CheeseThumbView *thumb_view;
-   CheeseThumbViewPrivate  *priv;
- 
-@@ -119,6 +119,7 @@ cheese_thumb_view_idle_append_item (gpointer data)
-   if (!info)
-   {
- g_warning ("Invalid filename\n");
-+g_slice_free (CheeseThumbViewIdleData, item);
- return TRUE;
-   }
-   g_file_info_get_modification_time (info, );
-@@ -167,6 +168,7 @@ cheese_thumb_view_idle_append_item (gpointer data)
- if (error)
- {
-   g_warning ("%s", error->message);
-+  g_slice_free (CheeseThumbViewIdleData, item);
-   return TRUE;
- }
-   }
-@@ -183,7 +185,6 @@ cheese_thumb_view_idle_append_item (gpointer data)
-   g_object_unref (pixbuf);
-   g_object_unref (file);
-   

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-12-30 Thread Yixun Lan
commit: 072f128fddf1c4e1e1f9be90a2a2817703a0
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Dec 24 15:00:08 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 31 03:39:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072f128f

media-video/cheese: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-video/cheese/cheese-41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-41.1.ebuild 
b/media-video/cheese/cheese-41.1.ebuild
index 8d6ed3e1b4b3..5dc9460395c7 100644
--- a/media-video/cheese/cheese-41.1.ebuild
+++ b/media-video/cheese/cheese-41.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-12-26 Thread Mart Raudsepp
commit: 40e38423f0a01fe541251f8d543dcc9506f494a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 26 22:30:54 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 26 22:30:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e38423

media-video/cheese: allow pipewiresrc as camerabin provider

If pipewiresrc is present, camerabin seems to pick it. Allow uninstalling
gst-plugins-v4l2 in such cases by listing both options.
gst-plugins-v4l2 is kept as the first choice to avoid a USE flag for now
and just allow pipewire at runtime as an option, if already present. This
could/should change and be revisited later.

Bug: https://bugs.gentoo.org/830018
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/cheese-41.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-41.1.ebuild 
b/media-video/cheese/cheese-41.1.ebuild
index 67324c0a5595..8d6ed3e1b4b3 100644
--- a/media-video/cheese/cheese-41.1.ebuild
+++ b/media-video/cheese/cheese-41.1.ebuild
@@ -38,7 +38,10 @@ RDEPEND="${DEPEND}
>=media-libs/gst-plugins-good-1.4:1.0
 
>=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   || (
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   media-video/pipewire[gstreamer,v4l]
+   )
>=media-plugins/gst-plugins-vpx-1.4:1.0
 "
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-12-18 Thread Matt Turner
commit: 74be232e0ab0578a714615f612a317c45c47e7a3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 19 01:59:03 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 19 02:00:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74be232e

media-video/cheese: Version bump to 41.1

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest   |  1 +
 media-video/cheese/cheese-41.1.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 777126265c80..55cdc4e177c0 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.38.0.tar.xz 1086428 BLAKE2B 
b26a19a019de0385bdd7adbc55c873ebceca90a8f477d2041ef4a5045654f46ee8f7fdfc64f5fd34e059116528cc790610353791a7cbd13d7927a8c3abf38132
 SHA512 
210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae
+DIST cheese-41.1.tar.xz 1092912 BLAKE2B 
9bbfbc59868f39b344b1102f819ca647d82e9dee327f1d2a2e6b30fcfd2c59dd5f79236355d7148e01a4b07d80d630406708d2a152535b5732cfb52690f9f402
 SHA512 
2c0922dda97f4ce701add45977b405eff9ddbc24eb286e9e05a9f9bfbd7998e8e77ef2a8f1bbce9f8349ff522ee3cb6d6566fa5df80d782e6d844bff69a30074

diff --git a/media-video/cheese/cheese-41.1.ebuild 
b/media-video/cheese/cheese-41.1.ebuild
new file mode 100644
index ..67324c0a5595
--- /dev/null
+++ b/media-video/cheese/cheese-41.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+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
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   media-libs/clutter-gst:3.0
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+
+   media-libs/cogl:1.0=[introspection?]
+
+"
+RDEPEND="${DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.38.0-buildfix.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-11-05 Thread Sam James
commit: 32fdbd31959d1cd9599ab2967d342f2b9408a5aa
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 04:09:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 04:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fdbd31

media-video/cheese: Stabilize 3.38.0-r1 x86, #815013

Signed-off-by: Sam James  gentoo.org>

 media-video/cheese/cheese-3.38.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.38.0-r1.ebuild 
b/media-video/cheese/cheese-3.38.0-r1.ebuild
index 1bb93338d5a..f721a44d310 100644
--- a/media-video/cheese/cheese-3.38.0-r1.ebuild
+++ b/media-video/cheese/cheese-3.38.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-10-03 Thread Sam James
commit: 9f5846e92f35b2de1e64c48bc395953d4286dde7
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:25:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:25:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5846e9

media-video/cheese: Stabilize 3.38.0-r1 amd64, #815013

Signed-off-by: Sam James  gentoo.org>

 media-video/cheese/cheese-3.38.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.38.0-r1.ebuild 
b/media-video/cheese/cheese-3.38.0-r1.ebuild
index f5b3008f77c..1bb93338d5a 100644
--- a/media-video/cheese/cheese-3.38.0-r1.ebuild
+++ b/media-video/cheese/cheese-3.38.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-10-03 Thread Sam James
commit: 590db95c27c01d4756a2c973979a1ca40fd83187
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:23:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590db95c

media-video/cheese: Stabilize 3.38.0-r1 arm64, #815013

Signed-off-by: Sam James  gentoo.org>

 media-video/cheese/cheese-3.38.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.38.0-r1.ebuild 
b/media-video/cheese/cheese-3.38.0-r1.ebuild
index 300eeb32e4e..f5b3008f77c 100644
--- a/media-video/cheese/cheese-3.38.0-r1.ebuild
+++ b/media-video/cheese/cheese-3.38.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-09-25 Thread Mart Raudsepp
commit: c9cce59516532443b4d7db2ce3971da91f1cefde
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 25 10:39:19 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep 25 10:39:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cce595

media-video/cheese: Workaround test failure with flatpak installed

gnome2_environment_reset makes dconf use memory backend, side-stepping
this issue:

https://archives.gentoo.org/gentoo-dev/message/bf36c4c50f9c15db222faa6a66b0c6c9

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/cheese-3.38.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/cheese/cheese-3.38.0-r1.ebuild 
b/media-video/cheese/cheese-3.38.0-r1.ebuild
index 9b233fac219..300eeb32e4e 100644
--- a/media-video/cheese/cheese-3.38.0-r1.ebuild
+++ b/media-video/cheese/cheese-3.38.0-r1.ebuild
@@ -83,6 +83,7 @@ src_configure() {
 }
 
 src_test() {
+   gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, 
which can sandbox fail if flatpak is installed
virtx meson_src_test
 }
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/, media-video/cheese/files/

2021-08-25 Thread Pacho Ramos
commit: 80b26c2a7326cf9babddc39f0526de0eb3a0742b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 25 13:27:12 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 25 13:27:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b26c2a

media-video/cheese: Apply fixes from Fedora

Important fixes to get support for latest vala and solve important memory
leaks

Closes: https://bugs.gentoo.org/667350
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 media-video/cheese/cheese-3.38.0-r1.ebuild |  97 +++
 ...nite-loop-if-thumbnailer-is-not-available.patch |  88 ++
 .../files/cheese-3.38.0-vala-genericarray.patch| 177 +
 3 files changed, 362 insertions(+)

diff --git a/media-video/cheese/cheese-3.38.0-r1.ebuild 
b/media-video/cheese/cheese-3.38.0-r1.ebuild
new file mode 100644
index 000..9b233fac219
--- /dev/null
+++ b/media-video/cheese/cheese-3.38.0-r1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+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
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   media-libs/clutter-gst:3.0
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+
+   media-libs/cogl:1.0=[introspection?]
+
+"
+RDEPEND="${DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-buildfix.patch
+   
"${FILESDIR}"/${P}-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
+   "${FILESDIR}"/${P}-vala-genericarray.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git 
a/media-video/cheese/files/cheese-3.38.0-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
 
b/media-video/cheese/files/cheese-3.38.0-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
new file mode 100644
index 000..5a27eb6e784
--- /dev/null
+++ 
b/media-video/cheese/files/cheese-3.38.0-Fix-infinite-loop-if-thumbnailer-is-not-available.patch
@@ -0,0 +1,88 @@
+From e7046d564a6f76c1af8f5640ac9c569e07284ec0 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Fri, 18 Sep 2020 12:06:45 +0200
+Subject: [PATCH] Fix infinite loop if thumbnailer is not available
+
+The code in cheese_thumb_view_idle_append_item() in
+src/thumbview/cheese-thumb-view.c didn't pop the list of items to
+thumbnail if thumbnailing failed.
+
+ #0  0x7f4a60e55314 in open64 () at /lib64/libc.so.6
+ #1  0x7f4a60de6386 in _IO_file_open () at /lib64/libc.so.6
+ #2  0x7f4a60de655a in __GI__IO_file_fopen () at /lib64/libc.so.6
+ #3  0x7f4a60dd9aad in __fopen_internal () at /lib64/libc.so.6
+ #4  0x7f4a6157a43f in gdk_pixbuf_new_from_file () at 
/lib64/libgdk_pixbuf-2.0.so.0
+ #5  0x7f4a61e84b3a in gnome_desktop_thumbnail_factory_lookup () at 
/lib64/libgnome-desktop-3.so.19
+ #6  0x55cef476046f in cheese_thumb_view_idle_append_item ()
+ #7  0x7f4a6124f47b in 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-04-24 Thread Mart Raudsepp
commit: 784c91f3f095110e170be58e13ba80c1101a65c7
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Sat Apr 24 09:14:21 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 24 09:19:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784c91f3

media-video/cheese: set VALA_MAX_API_VERSION to 0.50

Signed-off-by: Christophe Lermytte  lermytte.be>
Closes: https://github.com/gentoo/gentoo/pull/20522
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/cheese-3.38.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/cheese/cheese-3.38.0.ebuild 
b/media-video/cheese/cheese-3.38.0.ebuild
index 5541bb6e01a..1044f8b7f62 100644
--- a/media-video/cheese/cheese-3.38.0.ebuild
+++ b/media-video/cheese/cheese-3.38.0.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+VALA_MAX_API_VERSION="0.50"
 
 inherit gnome.org gnome2-utils meson vala virtualx xdg
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/, media-video/cheese/files/

2021-04-15 Thread Matt Turner
commit: b3060f7fc321c1c1a87cf024b8ec4f8170b25861
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr 15 15:32:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr 15 15:32:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3060f7f

media-video/cheese: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest|   1 -
 media-video/cheese/cheese-3.34.0-r1.ebuild |  96 -
 .../cheese/files/cheese-3.34.0-buildfix.patch  |  17 ---
 ...-3.34.0-help-No-more-menu-bars-in-3.34-UI.patch | 160 -
 4 files changed, 274 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 9d5e7b77261..777126265c8 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.34.0.tar.xz 1077052 BLAKE2B 
9719818aebb3472b804d96d79b02ee71b818d098b6eeb54f2075939e95ba651c251d561b4bc79c30a0aae6217a8a29f46f045be9279c9100ba1b0344f1279ba5
 SHA512 
093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200
 DIST cheese-3.38.0.tar.xz 1086428 BLAKE2B 
b26a19a019de0385bdd7adbc55c873ebceca90a8f477d2041ef4a5045654f46ee8f7fdfc64f5fd34e059116528cc790610353791a7cbd13d7927a8c3abf38132
 SHA512 
210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae

diff --git a/media-video/cheese/cheese-3.34.0-r1.ebuild 
b/media-video/cheese/cheese-3.34.0-r1.ebuild
deleted file mode 100644
index fd904b0cdcc..000
--- a/media-video/cheese/cheese-3.34.0-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson vala virtualx xdg
-
-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
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=media-libs/clutter-1.13.2:1.0[introspection?]
-   media-libs/clutter-gst:3.0
-   >=media-libs/clutter-gtk-0.91.8:1.0
-   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-   >=dev-libs/glib-2.39.90:2
-   >=gnome-base/gnome-desktop-2.91.6:3=
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=x11-libs/gtk+-3.13.4:3
-   >=media-libs/libcanberra-0.26[gtk3]
-   x11-libs/libX11
-   sys-apps/dbus
-   media-video/gnome-video-effects
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-
-   media-libs/cogl:1.0=[introspection?]
-
-"
-RDEPEND="${DEPEND}
-   >=media-libs/gst-plugins-good-1.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-
-BDEPEND="
-   gtk-doc? ( dev-util/gtk-doc )
-   dev-libs/libxslt
-   app-text/docbook-xml-dtd:4.3
-   dev-util/itstool
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( x11-libs/libXtst )
-   $(vala_depend)
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-buildfix.patch
-   "${FILESDIR}"/${P}-help-No-more-menu-bars-in-3.34-UI.patch
-)
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   $(meson_use test tests)
-   -Dman=true
-   )
-
-   meson_src_configure
-
-   # Hack: version.xml is not generated if gtk-doc is not enabled
-   echo ${PV} > docs/reference/version.xml
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/media-video/cheese/files/cheese-3.34.0-buildfix.patch 
b/media-video/cheese/files/cheese-3.34.0-buildfix.patch
deleted file mode 100644
index 8e2ac282481..000
--- a/media-video/cheese/files/cheese-3.34.0-buildfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/meson.build b/meson.build
-index a4775d44..9d1e5587 100644
 a/meson.build
-+++ b/meson.build
-@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
- # Recommend some runtime GStreamer plugins.
- gst_inspect = find_program('gst-inspect-1.0', required: false)
- if gst_inspect.found()
--  foreach plugin: ['camerabin', 'vp8enc', 'webmmux']
--if run_command(gst_inspect, plugin).returncode() 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-04-14 Thread Sam James
commit: 75e5807c3147af222efb0bab26c3bf0f1bd80697
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 05:21:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 05:24:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e5807c

media-video/cheese: Stabilize 3.38.0 x86, #782847

Signed-off-by: Sam James  gentoo.org>

 media-video/cheese/cheese-3.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.38.0.ebuild 
b/media-video/cheese/cheese-3.38.0.ebuild
index a8a7498cca0..5541bb6e01a 100644
--- a/media-video/cheese/cheese-3.38.0.ebuild
+++ b/media-video/cheese/cheese-3.38.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-04-14 Thread Sam James
commit: 27878dd8333cba4e1c6d48c7f62ef4c191fce355
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 01:31:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 01:32:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27878dd8

media-video/cheese: Stabilize 3.38.0 arm64, #782847

Signed-off-by: Sam James  gentoo.org>

 media-video/cheese/cheese-3.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.38.0.ebuild 
b/media-video/cheese/cheese-3.38.0.ebuild
index 9f8836df4d5..a8a7498cca0 100644
--- a/media-video/cheese/cheese-3.38.0.ebuild
+++ b/media-video/cheese/cheese-3.38.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-04-14 Thread Mikle Kolyada
commit: 57527832a72c814ed58a56727e8ada3ad7861805
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Apr 14 18:51:26 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Apr 14 18:51:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57527832

media-video/cheese: Stabilize 3.38.0 amd64, #782847

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/cheese/cheese-3.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.38.0.ebuild 
b/media-video/cheese/cheese-3.38.0.ebuild
index c12f4984c2f..9f8836df4d5 100644
--- a/media-video/cheese/cheese-3.38.0.ebuild
+++ b/media-video/cheese/cheese-3.38.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/files/

2021-03-13 Thread Matt Turner
commit: 03700b18be81d8269a3632656e72935943103592
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 13 21:47:41 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 13 21:48:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03700b18

media-video/cheese: Add missing patch

Closes: https://bugs.gentoo.org/775866
Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/files/cheese-3.38.0-buildfix.patch | 17 +
 1 file changed, 17 insertions(+)

diff --git a/media-video/cheese/files/cheese-3.38.0-buildfix.patch 
b/media-video/cheese/files/cheese-3.38.0-buildfix.patch
new file mode 100644
index 000..a7d685e6862
--- /dev/null
+++ b/media-video/cheese/files/cheese-3.38.0-buildfix.patch
@@ -0,0 +1,17 @@
+diff --git a/meson.build b/meson.build
+index 7ef4075f..36638472 100644
+--- a/meson.build
 b/meson.build
+@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
+ # Recommend some runtime GStreamer plugins.
+ gst_inspect = find_program('gst-inspect-1.0', required: false)
+ if gst_inspect.found()
+-  foreach plugin: ['camerabin', 'vp8enc', 'webmmux']
+-if run_command(gst_inspect, plugin).returncode() != 0
+-  warning(plugin + ' was not found. It needs to be installed before 
Cheese is run')
+-endif
+-  endforeach
++  warning('unable to check for runtime GStreamer plugin dependencies due to 
Gentoo\'s sandbox: camerabin, vp8enc, webmmux')
+ else
+   warning('unable to check for runtime GStreamer plugin dependencies')
+ endif



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-03-13 Thread Matt Turner
commit: ee389595a375f98ca537e514ae76410bb75a9b4b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 13 18:26:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 13 18:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee389595

media-video/cheese: Version bump to 3.38.0

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.38.0.ebuild | 95 +
 2 files changed, 96 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index c684f352fda..9d5e7b77261 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.34.0.tar.xz 1077052 BLAKE2B 
9719818aebb3472b804d96d79b02ee71b818d098b6eeb54f2075939e95ba651c251d561b4bc79c30a0aae6217a8a29f46f045be9279c9100ba1b0344f1279ba5
 SHA512 
093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200
+DIST cheese-3.38.0.tar.xz 1086428 BLAKE2B 
b26a19a019de0385bdd7adbc55c873ebceca90a8f477d2041ef4a5045654f46ee8f7fdfc64f5fd34e059116528cc790610353791a7cbd13d7927a8c3abf38132
 SHA512 
210b50fc79a7b3a72c94163fe0dd76f7f29f576c1085c671c2c6c3b7f59ee362aec288f885a590ebfd9530534b6a6bad569c6df57874b9fcecf7e9f1ba9531ae

diff --git a/media-video/cheese/cheese-3.38.0.ebuild 
b/media-video/cheese/cheese-3.38.0.ebuild
new file mode 100644
index 000..c12f4984c2f
--- /dev/null
+++ b/media-video/cheese/cheese-3.38.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala virtualx xdg
+
+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
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   media-libs/clutter-gst:3.0
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+
+   media-libs/cogl:1.0=[introspection?]
+
+"
+RDEPEND="${DEPEND}
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-buildfix.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2021-03-03 Thread Sam James
commit: 4504aa8912e0fbb5952adc56726962ef075bc27c
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  4 00:23:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  4 00:23:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4504aa89

media-video/cheese: Stabilize 3.34.0-r1 arm64, #773172

Signed-off-by: Sam James  gentoo.org>

 media-video/cheese/cheese-3.34.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/cheese/cheese-3.34.0-r1.ebuild 
b/media-video/cheese/cheese-3.34.0-r1.ebuild
index ee709712638..fd904b0cdcc 100644
--- a/media-video/cheese/cheese-3.34.0-r1.ebuild
+++ b/media-video/cheese/cheese-3.34.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2020-05-03 Thread Mart Raudsepp
commit: 4f620a3ba9edc210e2a55eff7c5c71efd713f4ef
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May  3 20:22:07 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May  3 20:22:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f620a3b

media-video/cheese: fix missing gnome2-utils.eclass inherit

Closes: https://bugs.gentoo.org/720862
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/cheese-3.34.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.34.0-r1.ebuild 
b/media-video/cheese/cheese-3.34.0-r1.ebuild
index eff0c76372e..ee709712638 100644
--- a/media-video/cheese/cheese-3.34.0-r1.ebuild
+++ b/media-video/cheese/cheese-3.34.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome.org meson vala virtualx xdg
+inherit gnome.org gnome2-utils meson vala virtualx xdg
 
 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
 HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2020-04-25 Thread Mart Raudsepp
commit: e1e1dbce4da15aa076171ed4021a07bb4bfef789
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:01:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e1dbce

media-video/cheese: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.32.1.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index bb7880206e1..c684f352fda 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.32.1.tar.xz 1487792 BLAKE2B 
6e27b68f590aa4f90a8bbbc72972bed96fe9741b4efd849d226751cfd6abe37241fa214240c4a8b0449fb2bc53de1043ac0abd60a06bc884796a4272c07212af
 SHA512 
bdd0ae72e3df596d19ad467dc0222a49b028f2ad8c285d55360813624ca2dac1956463cfd9cea4f2a6ff123070966544cd7254ee2891e973dca42d07061a6c94
 DIST cheese-3.34.0.tar.xz 1077052 BLAKE2B 
9719818aebb3472b804d96d79b02ee71b818d098b6eeb54f2075939e95ba651c251d561b4bc79c30a0aae6217a8a29f46f045be9279c9100ba1b0344f1279ba5
 SHA512 
093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200

diff --git a/media-video/cheese/cheese-3.32.1.ebuild 
b/media-video/cheese/cheese-3.32.1.ebuild
deleted file mode 100644
index 417c6ee59b6..000
--- a/media-video/cheese/cheese-3.32.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 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"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-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.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-# eautoreconf needs yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   GTESTER_REPORT=$(type -P true) \
-   VALAC=$(type -P true) \
-   $(use_enable introspection) \
-   --disable-lcov \
-   --disable-static
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2020-03-01 Thread Mart Raudsepp
commit: ebd97f5185301f60902cef42029db41cfce53580
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar  1 15:09:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar  1 16:17:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd97f51

media-video/cheese-3.34: various packaging fixes

* Drop IUSE=X, it is NOT optional
* Replace wrong intltool dep with gettext
* Fix USE=gtk-doc deps
* Fix lack of gnome2_schemas_update calls
* Use xdg.eclass instead of xdg-utils.eclass (and get missing env reset
  from that added back)
* Re-enable tests, they appear to work fine

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 ...heese-3.34.0.ebuild => cheese-3.34.0-r1.ebuild} | 63 ++
 1 file changed, 28 insertions(+), 35 deletions(-)

diff --git a/media-video/cheese/cheese-3.34.0.ebuild 
b/media-video/cheese/cheese-3.34.0-r1.ebuild
similarity index 76%
rename from media-video/cheese/cheese-3.34.0.ebuild
rename to media-video/cheese/cheese-3.34.0-r1.ebuild
index 5260911df0d..17d4540d988 100644
--- a/media-video/cheese/cheese-3.34.0.ebuild
+++ b/media-video/cheese/cheese-3.34.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome.org meson vala virtualx xdg-utils
+inherit gnome.org meson vala virtualx xdg
 
 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
 HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
@@ -11,41 +11,30 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gtk-doc +introspection test X"
-RESTRICT="test" # Tests fail
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
 
-REQUIRED_USE="test? ( X )"
-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]
+DEPEND="
>=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
+   >=media-libs/clutter-gtk-0.91.8:1.0
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-
+   >=dev-libs/glib-2.39.90:2
+   >=gnome-base/gnome-desktop-2.91.6:3=
>=media-libs/gstreamer-1.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X?]
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+   >=media-libs/gst-plugins-base-1.4:1.0[ogg,pango,theora,vorbis]
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/libcanberra-0.26[gtk3]
+   x11-libs/libX11
+   sys-apps/dbus
+   media-video/gnome-video-effects
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
 
-   X? (
-   x11-base/xorg-proto
-   x11-libs/libX11
-   )
-"
+   media-libs/cogl:1.0=[introspection?]
 
-DEPEND="
-   ${COMMON_DEPEND}
-   test? ( x11-libs/libXtst )
 "
-
-RDEPEND="${COMMON_DEPEND}
-   >=media-libs/gst-plugins-bad-1.4:1.0
+RDEPEND="${DEPEND}
>=media-libs/gst-plugins-good-1.4:1.0
 
>=media-plugins/gst-plugins-jpeg-1.4:1.0
@@ -54,15 +43,18 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 BDEPEND="
-   $(vala_depend)
+   gtk-doc? ( dev-util/gtk-doc )
+   dev-libs/libxslt
app-text/docbook-xml-dtd:4.3
dev-util/itstool
dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-libs/libxslt
dev-libs/libxml2:2
dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( x11-libs/libXtst )
+   $(vala_depend)
 "
 
 PATCHES=(
@@ -71,9 +63,8 @@ PATCHES=(
 )
 
 src_prepare() {
+   xdg_src_prepare
vala_src_prepare
-
-   default
 }
 
 src_configure() {
@@ -95,9 +86,11 @@ src_test() {
 }
 
 pkg_postinst() {
-   xdg_icon_cache_update
+   xdg_pkg_postinst
+   gnome2_schemas_update
 }
 
 pkg_postrm() {
-   xdg_icon_cache_update
+   xdg_pkg_postrm
+   gnome2_schemas_update
 }



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/, media-video/cheese/files/

2020-02-01 Thread Matt Turner
commit: 59a9a772ac2ad618268fc0f29533c02f00f67126
Author: David Heidelberg  ixit  cz>
AuthorDate: Tue Oct 22 10:05:53 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb  2 03:51:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a9a772

media-video/cheese: bump 3.34.0

- ported to meson
- ported to EAPI7
- make X dependency optional, since meson build do not requires xserver

Closes: https://bugs.gentoo.org/673804
Closes: https://bugs.gentoo.org/698250
Closes: https://github.com/gentoo/gentoo/pull/13378
Signed-off-by: David Heidelberg  ixit.cz>
Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/Manifest|   1 +
 media-video/cheese/cheese-3.34.0.ebuild| 103 +
 .../cheese/files/cheese-3.34.0-buildfix.patch  |  17 +++
 ...-3.34.0-help-No-more-menu-bars-in-3.34-UI.patch | 160 +
 4 files changed, 281 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index dfca397dfc8..bb7880206e1 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.32.1.tar.xz 1487792 BLAKE2B 
6e27b68f590aa4f90a8bbbc72972bed96fe9741b4efd849d226751cfd6abe37241fa214240c4a8b0449fb2bc53de1043ac0abd60a06bc884796a4272c07212af
 SHA512 
bdd0ae72e3df596d19ad467dc0222a49b028f2ad8c285d55360813624ca2dac1956463cfd9cea4f2a6ff123070966544cd7254ee2891e973dca42d07061a6c94
+DIST cheese-3.34.0.tar.xz 1077052 BLAKE2B 
9719818aebb3472b804d96d79b02ee71b818d098b6eeb54f2075939e95ba651c251d561b4bc79c30a0aae6217a8a29f46f045be9279c9100ba1b0344f1279ba5
 SHA512 
093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200

diff --git a/media-video/cheese/cheese-3.34.0.ebuild 
b/media-video/cheese/cheese-3.34.0.ebuild
new file mode 100644
index 000..7d4f0574c48
--- /dev/null
+++ b/media-video/cheese/cheese-3.34.0.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson vala virtualx xdg-utils
+
+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
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection test X"
+RESTRICT="test" # Tests fail
+
+REQUIRED_USE="test? ( X )"
+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?]
+
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X?]
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libX11
+   )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   test? ( x11-libs/libXtst )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+
+BDEPEND="
+   $(vala_depend)
+   app-text/docbook-xml-dtd:4.3
+   dev-util/itstool
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   dev-libs/libxslt
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-buildfix.patch
+   "${FILESDIR}"/${P}-help-No-more-menu-bars-in-3.34-UI.patch
+)
+
+src_prepare() {
+   vala_src_prepare
+
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   $(meson_use test tests)
+   -Dman=true
+   )
+
+   meson_src_configure
+
+   # Hack: version.xml is not generated if gtk-doc is not enabled
+   echo ${PV} > docs/reference/version.xml
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/media-video/cheese/files/cheese-3.34.0-buildfix.patch 
b/media-video/cheese/files/cheese-3.34.0-buildfix.patch
new file mode 100644
index 000..8e2ac282481
--- /dev/null
+++ b/media-video/cheese/files/cheese-3.34.0-buildfix.patch
@@ -0,0 +1,17 @@
+diff --git a/meson.build b/meson.build
+index a4775d44..9d1e5587 100644
+--- a/meson.build
 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-12-23 Thread Mart Raudsepp
commit: ab02c2af37bc0a9c6a48bba5de4f58c14fb045ff
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:11:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab02c2af

media-video/cheese: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.30.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index a5a487d4b91..dfca397dfc8 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4
 DIST cheese-3.32.1.tar.xz 1487792 BLAKE2B 
6e27b68f590aa4f90a8bbbc72972bed96fe9741b4efd849d226751cfd6abe37241fa214240c4a8b0449fb2bc53de1043ac0abd60a06bc884796a4272c07212af
 SHA512 
bdd0ae72e3df596d19ad467dc0222a49b028f2ad8c285d55360813624ca2dac1956463cfd9cea4f2a6ff123070966544cd7254ee2891e973dca42d07061a6c94

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
deleted file mode 100644
index 417c6ee59b6..000
--- a/media-video/cheese/cheese-3.30.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 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"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-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.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-# eautoreconf needs yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   GTESTER_REPORT=$(type -P true) \
-   VALAC=$(type -P true) \
-   $(use_enable introspection) \
-   --disable-lcov \
-   --disable-static
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-12-08 Thread Mikle Kolyada
commit: 2694c9caf5b2cdfd8d935a4e841143b3a2a735d8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:50:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:50:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2694c9ca

media-video/cheese: x86 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/cheese/cheese-3.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.32.1.ebuild 
b/media-video/cheese/cheese-3.32.1.ebuild
index c22aa07de76..417c6ee59b6 100644
--- a/media-video/cheese/cheese-3.32.1.ebuild
+++ b/media-video/cheese/cheese-3.32.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-12-08 Thread Mikle Kolyada
commit: 00dc0d0f7d6a7437e4de9eed3265659fd5b66395
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:38:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dc0d0f

media-video/cheese: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/cheese/cheese-3.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.32.1.ebuild 
b/media-video/cheese/cheese-3.32.1.ebuild
index 9107e56ee5a..c22aa07de76 100644
--- a/media-video/cheese/cheese-3.32.1.ebuild
+++ b/media-video/cheese/cheese-3.32.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-10-13 Thread Mart Raudsepp
commit: 4685df32a36c3749eae81e751e14e172d1b3f51f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 13 11:49:07 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 13 12:06:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4685df32

media-video/cheese: bump to 3.32.1

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.32.1.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index db9ce0dbb89..a5a487d4b91 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4
+DIST cheese-3.32.1.tar.xz 1487792 BLAKE2B 
6e27b68f590aa4f90a8bbbc72972bed96fe9741b4efd849d226751cfd6abe37241fa214240c4a8b0449fb2bc53de1043ac0abd60a06bc884796a4272c07212af
 SHA512 
bdd0ae72e3df596d19ad467dc0222a49b028f2ad8c285d55360813624ca2dac1956463cfd9cea4f2a6ff123070966544cd7254ee2891e973dca42d07061a6c94

diff --git a/media-video/cheese/cheese-3.32.1.ebuild 
b/media-video/cheese/cheese-3.32.1.ebuild
new file mode 100644
index 000..9107e56ee5a
--- /dev/null
+++ b/media-video/cheese/cheese-3.32.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+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.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+# eautoreconf needs yelp-tools
+
+src_configure() {
+   gnome2_src_configure \
+   GST_INSPECT=$(type -P true) \
+   GTESTER_REPORT=$(type -P true) \
+   VALAC=$(type -P true) \
+   $(use_enable introspection) \
+   --disable-lcov \
+   --disable-static
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-10-12 Thread Matt Turner
commit: 4419907cda3257ef934bea99dadf153ca2d0684a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 13 00:14:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 13 00:14:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4419907c

media-video/cheese-3.30.0: drop alpha keywords

Signed-off-by: Matt Turner  gentoo.org>

 media-video/cheese/cheese-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
index 3456aaba1a7..417c6ee59b6 100644
--- a/media-video/cheese/cheese-3.30.0.ebuild
+++ b/media-video/cheese/cheese-3.30.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-08-03 Thread Aaron Bauman
commit: 9fae03d7c6e833112dabcc6945d59271b5206edb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug  3 19:03:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug  3 19:04:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fae03d7

media-video/cheese: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 media-video/cheese/cheese-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
index cdb01a01521..3456aaba1a7 100644
--- a/media-video/cheese/cheese-3.30.0.ebuild
+++ b/media-video/cheese/cheese-3.30.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-05-18 Thread Mart Raudsepp
commit: ab7c1d39f6a3882d04cfe8fbd1d8efd1195beaf2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 22:24:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 22:24:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7c1d39

media-video/cheese: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.28.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index d1e786c00c9..db9ce0dbb89 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.28.0.tar.xz 1544904 BLAKE2B 
cdad63b4175bb52c3a77ee5ed0058afdd8b5d509ef17b5931d2f01457b9ff327d3ad270ad963e3185c928ddc7203b00163137a789683669d3f8c39d5a9926da8
 SHA512 
c52b083b132a8c885df55def3d6bf96180fc93c8b7368f48412c8dd63e073a268ff0e86959a977bd8bf372a53e127419b96046d92cb3a96674f86cfb3477ceea
 DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4

diff --git a/media-video/cheese/cheese-3.28.0.ebuild 
b/media-video/cheese/cheese-3.28.0.ebuild
deleted file mode 100644
index cdb01a01521..000
--- a/media-video/cheese/cheese-3.28.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 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"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-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.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-# eautoreconf needs yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   GTESTER_REPORT=$(type -P true) \
-   VALAC=$(type -P true) \
-   $(use_enable introspection) \
-   --disable-lcov \
-   --disable-static
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-01-18 Thread Mart Raudsepp
commit: 7254c75ded102ff503d558a51b3b13be04bc2628
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 18 22:14:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan 18 22:14:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7254c75d

media-video/cheese: add explicit build dep on glib-utils

.. and remove unnecessary yelp-tools dep, which is only needed
if eautoreconfing.

Closes: https://bugs.gentoo.org/673080
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/cheese-3.28.0.ebuild | 5 +++--
 media-video/cheese/cheese-3.30.0.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-video/cheese/cheese-3.28.0.ebuild 
b/media-video/cheese/cheese-3.28.0.ebuild
index 449a1884018..cdb01a01521 100644
--- a/media-video/cheese/cheese-3.28.0.ebuild
+++ b/media-video/cheese/cheese-3.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,16 +44,17 @@ RDEPEND="${COMMON_DEPEND}
 # libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
-   app-text/yelp-tools
dev-libs/appstream-glib
dev-libs/libxml2:2
dev-libs/libxslt
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.50
dev-util/itstool
virtual/pkgconfig
x11-base/xorg-proto
 "
+# eautoreconf needs yelp-tools
 
 src_configure() {
gnome2_src_configure \

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
index 31bc873f0bf..2b118686f99 100644
--- a/media-video/cheese/cheese-3.30.0.ebuild
+++ b/media-video/cheese/cheese-3.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,16 +44,17 @@ RDEPEND="${COMMON_DEPEND}
 # libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
-   app-text/yelp-tools
dev-libs/appstream-glib
dev-libs/libxml2:2
dev-libs/libxslt
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.50
dev-util/itstool
virtual/pkgconfig
x11-base/xorg-proto
 "
+# eautoreconf needs yelp-tools
 
 src_configure() {
gnome2_src_configure \



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2019-01-18 Thread Mart Raudsepp
commit: cab6df05728957e3cba999b018c70df93ba2952b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 18 21:59:02 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan 18 22:14:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab6df05

media-video/cheese: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.26.0.ebuild | 76 -
 2 files changed, 77 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 7e625e97ffe..d1e786c00c9 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,3 +1,2 @@
-DIST cheese-3.26.0.tar.xz 1841856 BLAKE2B 
302a4a12511866197df8cf62ec00ade122f2e5dc6a4adcb78cd252594b23373c328845179135e8ae44526432ec1b6b9a8c26d2808a533833221076be0496a591
 SHA512 
6fd58623ca257dff0a53b3577005a8b818b706f5c3da4eab51de9a7f6368847b4fe62885f3a7ba6350ac782cbee51c7b35a0c055bf11bb270934041b15388297
 DIST cheese-3.28.0.tar.xz 1544904 BLAKE2B 
cdad63b4175bb52c3a77ee5ed0058afdd8b5d509ef17b5931d2f01457b9ff327d3ad270ad963e3185c928ddc7203b00163137a789683669d3f8c39d5a9926da8
 SHA512 
c52b083b132a8c885df55def3d6bf96180fc93c8b7368f48412c8dd63e073a268ff0e86959a977bd8bf372a53e127419b96046d92cb3a96674f86cfb3477ceea
 DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4

diff --git a/media-video/cheese/cheese-3.26.0.ebuild 
b/media-video/cheese/cheese-3.26.0.ebuild
deleted file mode 100644
index fb4adf9d212..000
--- a/media-video/cheese/cheese-3.26.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-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-1: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.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-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-libs/libxslt
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   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_test() {
-   virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-12-21 Thread Gilles Dartiguelongue
commit: 65bf8f8616e2f5c3afa1a525b85dd4c7d46e0cee
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 21 07:33:25 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 21 22:12:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bf8f86

media-video/cheese: 3.28.0 → 3.30.0

Mostly translation updates only.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 media-video/cheese/Manifest |  2 +
 media-video/cheese/cheese-3.26.0.ebuild | 76 +
 media-video/cheese/cheese-3.30.0.ebuild | 71 ++
 3 files changed, 149 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 8c2f50e324e..7e625e97ffe 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,3 @@
+DIST cheese-3.26.0.tar.xz 1841856 BLAKE2B 
302a4a12511866197df8cf62ec00ade122f2e5dc6a4adcb78cd252594b23373c328845179135e8ae44526432ec1b6b9a8c26d2808a533833221076be0496a591
 SHA512 
6fd58623ca257dff0a53b3577005a8b818b706f5c3da4eab51de9a7f6368847b4fe62885f3a7ba6350ac782cbee51c7b35a0c055bf11bb270934041b15388297
 DIST cheese-3.28.0.tar.xz 1544904 BLAKE2B 
cdad63b4175bb52c3a77ee5ed0058afdd8b5d509ef17b5931d2f01457b9ff327d3ad270ad963e3185c928ddc7203b00163137a789683669d3f8c39d5a9926da8
 SHA512 
c52b083b132a8c885df55def3d6bf96180fc93c8b7368f48412c8dd63e073a268ff0e86959a977bd8bf372a53e127419b96046d92cb3a96674f86cfb3477ceea
+DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4

diff --git a/media-video/cheese/cheese-3.26.0.ebuild 
b/media-video/cheese/cheese-3.26.0.ebuild
new file mode 100644
index 000..fb4adf9d212
--- /dev/null
+++ b/media-video/cheese/cheese-3.26.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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"
+
+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-1: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.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+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-libs/libxslt
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   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_test() {
+   virtx emake check
+}

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
new file mode 100644
index 000..31bc873f0bf
--- /dev/null
+++ b/media-video/cheese/cheese-3.30.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 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"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-12-02 Thread Mart Raudsepp
commit: e6ef390c9f9e7385f3afdb8b1f824ba1f4039e3b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec  2 17:12:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec  2 17:26:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ef390c

media-video/cheese: remove old

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.24.0.ebuild | 77 -
 2 files changed, 78 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index f12a10ba1e4..8c2f50e324e 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.24.0.tar.xz 1846412 BLAKE2B 
bc18ee7009f4297df232c0ffdc40f5783891f721efe137e4127c7ea61595dcb033e98b415ea31e5918d93c408355e6534ddd95687a570b5abcc1c5ce0603d262
 SHA512 
c81d2f3038970f735960a2cbcec3a074ac2e9835d3f1fa6aae83d65299692d0464fed274e71caa59831a105430ce5db56557ea0cda27c72cdb050a59331b3107
 DIST cheese-3.28.0.tar.xz 1544904 BLAKE2B 
cdad63b4175bb52c3a77ee5ed0058afdd8b5d509ef17b5931d2f01457b9ff327d3ad270ad963e3185c928ddc7203b00163137a789683669d3f8c39d5a9926da8
 SHA512 
c52b083b132a8c885df55def3d6bf96180fc93c8b7368f48412c8dd63e073a268ff0e86959a977bd8bf372a53e127419b96046d92cb3a96674f86cfb3477ceea

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
deleted file mode 100644
index b9978f7735b..000
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-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.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4: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-libs/libxslt
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   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_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-12-02 Thread Mikle Kolyada
commit: fd47891fafaee1bbb20bd0390a303d2a5d7058f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 14:08:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 14:29:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd47891f

media-video/cheese: x86 stable wrt bug #670024

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-video/cheese/cheese-3.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.28.0.ebuild 
b/media-video/cheese/cheese-3.28.0.ebuild
index 91cab2426b4..449a1884018 100644
--- a/media-video/cheese/cheese-3.28.0.ebuild
+++ b/media-video/cheese/cheese-3.28.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-12-02 Thread Mikle Kolyada
commit: d81a7b80493b64e40616ef45ea95417cbd2a6c5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 09:57:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 09:57:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81a7b80

media-video/cheese: amd64 stable wrt bug #670024

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-video/cheese/cheese-3.28.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/cheese/cheese-3.28.0.ebuild 
b/media-video/cheese/cheese-3.28.0.ebuild
index 8b870aafa45..91cab2426b4 100644
--- a/media-video/cheese/cheese-3.28.0.ebuild
+++ b/media-video/cheese/cheese-3.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-08-03 Thread Mart Raudsepp
commit: 8a7a6747ba0b55f7d32088ffc9e29bf1043d5e42
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Aug  3 11:13:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Aug  3 11:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a6747

media-video/cheese: bump to 3.28.0, remove unnecessary vala dep

Remove unnecessary vala dep; tarball comes with pregenerated C and
does not even use valac as we build it (as C code is present and
regeneration with system vala version is not triggered).
Also workaround unnecessary glib[utils] requirement: upstream
configure checks for gtester-report and disables tests as a whole
when not found, when actually the default "make check" target
doesn't use it; thus just make the configure check be happy
without gtester-report present and remove the USE dep.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.28.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 2ed89583559..f12a10ba1e4 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.24.0.tar.xz 1846412 BLAKE2B 
bc18ee7009f4297df232c0ffdc40f5783891f721efe137e4127c7ea61595dcb033e98b415ea31e5918d93c408355e6534ddd95687a570b5abcc1c5ce0603d262
 SHA512 
c81d2f3038970f735960a2cbcec3a074ac2e9835d3f1fa6aae83d65299692d0464fed274e71caa59831a105430ce5db56557ea0cda27c72cdb050a59331b3107
+DIST cheese-3.28.0.tar.xz 1544904 BLAKE2B 
cdad63b4175bb52c3a77ee5ed0058afdd8b5d509ef17b5931d2f01457b9ff327d3ad270ad963e3185c928ddc7203b00163137a789683669d3f8c39d5a9926da8
 SHA512 
c52b083b132a8c885df55def3d6bf96180fc93c8b7368f48412c8dd63e073a268ff0e86959a977bd8bf372a53e127419b96046d92cb3a96674f86cfb3477ceea

diff --git a/media-video/cheese/cheese-3.28.0.ebuild 
b/media-video/cheese/cheese-3.28.0.ebuild
new file mode 100644
index 000..8b870aafa45
--- /dev/null
+++ b/media-video/cheese/cheese-3.28.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 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"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+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.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_configure() {
+   gnome2_src_configure \
+   GST_INSPECT=$(type -P true) \
+   GTESTER_REPORT=$(type -P true) \
+   VALAC=$(type -P true) \
+   $(use_enable introspection) \
+   --disable-lcov \
+   --disable-static
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-02-03 Thread Mart Raudsepp
commit: 911856817f06b59a1ac38a625dec47944c4a055c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 22:54:36 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 22:59:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91185681

media-video/cheese: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.22.1.ebuild | 76 -
 2 files changed, 77 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index d24163b6615..2ed89583559 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.22.1.tar.xz 1843092 BLAKE2B 
ac96629373bf02fc8e92eaea372045c72b7a69230d970d346cb3fffccf3083d03e7d9a96b85281a6725a6e96f792c7ae993e598e47f074ceee39f43f50304d52
 SHA512 
193e421a0310a60871b8e0ac7ac28c16b7ed1caf0869904f803f45c4b15be74ab98dd88df54e5ce8c0885f466004d182450350295d3d89264e6f39035a389656
 DIST cheese-3.24.0.tar.xz 1846412 BLAKE2B 
bc18ee7009f4297df232c0ffdc40f5783891f721efe137e4127c7ea61595dcb033e98b415ea31e5918d93c408355e6534ddd95687a570b5abcc1c5ce0603d262
 SHA512 
c81d2f3038970f735960a2cbcec3a074ac2e9835d3f1fa6aae83d65299692d0464fed274e71caa59831a105430ce5db56557ea0cda27c72cdb050a59331b3107

diff --git a/media-video/cheese/cheese-3.22.1.ebuild 
b/media-video/cheese/cheese-3.22.1.ebuild
deleted file mode 100644
index 417f004eff1..000
--- a/media-video/cheese/cheese-3.22.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-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.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4: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_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-01-26 Thread Thomas Deutschmann
commit: 2b7d3365354e2fe5330183ca3ef7b31f5ea64630
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:23:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:38:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7d3365

media-video/cheese: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-video/cheese/cheese-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
index b4ec71a08b2..c4355c816aa 100644
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-01-18 Thread Gilles Dartiguelongue
commit: c6f7e1df90d8ff8c03bdecbb2ab750869ff8535c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Jan 19 07:25:56 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Jan 19 07:34:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f7e1df

media-video/cheese: fix running unittests with uninstalled gschemas

Closes: https://bugs.gentoo.org/454972
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/cheese/cheese-3.22.1.ebuild | 5 +++--
 media-video/cheese/cheese-3.24.0.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-video/cheese/cheese-3.22.1.ebuild 
b/media-video/cheese/cheese-3.22.1.ebuild
index f75ab6e6916..417f004eff1 100644
--- a/media-video/cheese/cheese-3.22.1.ebuild
+++ b/media-video/cheese/cheese-3.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -71,5 +71,6 @@ src_configure() {
 }
 
 src_test() {
-   virtx emake check
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
 }

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
index a21c66d1056..b4ec71a08b2 100644
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -72,5 +72,6 @@ src_configure() {
 }
 
 src_test() {
-   virtx emake check
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
 }



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2018-01-17 Thread Mikle Kolyada
commit: f0a185a7e8c95821a28d4d91c7cd2dc536e53b51
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:57:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:57:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a185a7

media-video/cheese: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/cheese/cheese-3.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
index 3fade1b47ba..a21c66d1056 100644
--- a/media-video/cheese/cheese-3.24.0.ebuild
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2017-08-13 Thread Gilles Dartiguelongue
commit: 885cc1b620dd333e403815eddde273de88399dbe
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 08:07:40 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 09:50:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885cc1b6

media-video/cheese: version bump 3.22.1 → 3.24.0

Do not hardcode video format, negotiate best one. Translation updates.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.24.0.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 23a7b13b21b..03357d156f7 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.22.1.tar.xz 1843092 SHA256 
34353d19134da0041343b90ba737ec758bb5d1e23bd6e985c66b7e15f5313ae9 SHA512 
193e421a0310a60871b8e0ac7ac28c16b7ed1caf0869904f803f45c4b15be74ab98dd88df54e5ce8c0885f466004d182450350295d3d89264e6f39035a389656
 WHIRLPOOL 
41c140122fb7b01b8bcaea155381b1bbabc016298b19f43645b37f881903d9f5f0399e01baff1c7a215d3949b7804e22785d048c6504539855966f21651837b8
+DIST cheese-3.24.0.tar.xz 1846412 SHA256 
26d0324c11d858a53a8a78f60babda63310a2b6f46c8fa3a4f6aa36ca9d0f372 SHA512 
c81d2f3038970f735960a2cbcec3a074ac2e9835d3f1fa6aae83d65299692d0464fed274e71caa59831a105430ce5db56557ea0cda27c72cdb050a59331b3107
 WHIRLPOOL 
a2ad8440917a3c572fb4212fec5a0c82e4a710624aa3d58fd18d7fc652f01aefd543742a976980987865ad239b1f893e5ecee6bb6507a18fbcd338290ab3be8f

diff --git a/media-video/cheese/cheese-3.24.0.ebuild 
b/media-video/cheese/cheese-3.24.0.ebuild
new file mode 100644
index 000..3fade1b47ba
--- /dev/null
+++ b/media-video/cheese/cheese-3.24.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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"
+
+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.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4: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-libs/libxslt
+   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_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-10-23 Thread Gilles Dartiguelongue
commit: 5e65f7f17e9de39391fa669622039ff6c759abf9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 23 22:05:31 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 23 23:00:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e65f7f1

media-video/cheese: version bump 3.20.2 → 3.22.1

Package-Manager: portage-2.3.1

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.22.1.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index fc9b351..3517485e 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1,3 @@
 DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef
 DIST cheese-3.20.2.tar.xz 1843696 SHA256 
b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775 SHA512 
d903ff1d8c7ed728d252dbafbbd73567bb885456b0ae078b68ce605e174d88258d93475019a20caeb653c6f045cd94a4234dd17e50fa958cfb4e9d6ab3096b0e
 WHIRLPOOL 
5fdd4a9f995925e597ca538f2434416f7392e1a30e5174b5f6781809032abd1dac6f7191830c99d159d371029c0ef6ad3b740c3f16046e204abe575c708192d3
+DIST cheese-3.22.1.tar.xz 1843092 SHA256 
34353d19134da0041343b90ba737ec758bb5d1e23bd6e985c66b7e15f5313ae9 SHA512 
193e421a0310a60871b8e0ac7ac28c16b7ed1caf0869904f803f45c4b15be74ab98dd88df54e5ce8c0885f466004d182450350295d3d89264e6f39035a389656
 WHIRLPOOL 
41c140122fb7b01b8bcaea155381b1bbabc016298b19f43645b37f881903d9f5f0399e01baff1c7a215d3949b7804e22785d048c6504539855966f21651837b8

diff --git a/media-video/cheese/cheese-3.22.1.ebuild 
b/media-video/cheese/cheese-3.22.1.ebuild
new file mode 100644
index ..d1327b3
--- /dev/null
+++ b/media-video/cheese/cheese-3.22.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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"
+
+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.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4: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.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4: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_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-10-23 Thread Gilles Dartiguelongue
commit: db3ebe346a11ec53ce66f2aacca066b2e4713196
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Oct 23 22:06:48 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Oct 23 23:00:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3ebe34

media-video/cheese: cleanup old revision

Package-Manager: portage-2.3.1

 media-video/cheese/Manifest|  1 -
 media-video/cheese/cheese-3.18.1-r1.ebuild | 86 --
 2 files changed, 87 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 3517485e..56257df 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,3 +1,2 @@
-DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef
 DIST cheese-3.20.2.tar.xz 1843696 SHA256 
b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775 SHA512 
d903ff1d8c7ed728d252dbafbbd73567bb885456b0ae078b68ce605e174d88258d93475019a20caeb653c6f045cd94a4234dd17e50fa958cfb4e9d6ab3096b0e
 WHIRLPOOL 
5fdd4a9f995925e597ca538f2434416f7392e1a30e5174b5f6781809032abd1dac6f7191830c99d159d371029c0ef6ad3b740c3f16046e204abe575c708192d3
 DIST cheese-3.22.1.tar.xz 1843092 SHA256 
34353d19134da0041343b90ba737ec758bb5d1e23bd6e985c66b7e15f5313ae9 SHA512 
193e421a0310a60871b8e0ac7ac28c16b7ed1caf0869904f803f45c4b15be74ab98dd88df54e5ce8c0885f466004d182450350295d3d89264e6f39035a389656
 WHIRLPOOL 
41c140122fb7b01b8bcaea155381b1bbabc016298b19f43645b37f881903d9f5f0399e01baff1c7a215d3949b7804e22785d048c6504539855966f21651837b8

diff --git a/media-video/cheese/cheese-3.18.1-r1.ebuild 
b/media-video/cheese/cheese-3.18.1-r1.ebuild
deleted file mode 100644
index 0f98c7f..
--- a/media-video/cheese/cheese-3.18.1-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 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]
-
-   virtual/libgudev:=
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-09-04 Thread Gilles Dartiguelongue
commit: c9577bf440b1915152b82a4265596dc4f00a65c7
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 14:34:05 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 16:21:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9577bf4

media-video/cheese: raise gstreamer dependencies to 1.4, drop unused libgudev

gstreamer-1.4 is needed for GstDeviceMonitor which is used to drop libgudev. 
Bring all gstreamer components up at the same time.

Package-Manager: portage-2.3.0

 media-video/cheese/cheese-3.20.2.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-video/cheese/cheese-3.20.2.ebuild 
b/media-video/cheese/cheese-3.20.2.ebuild
index 6b934d8..6e2be54 100644
--- a/media-video/cheese/cheese-3.20.2.ebuild
+++ b/media-video/cheese/cheese-3.20.2.ebuild
@@ -31,19 +31,18 @@ COMMON_DEPEND="
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]
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X]
 
-   virtual/libgudev:=
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-libs/gst-plugins-good-1.4:1.0
 
-   media-plugins/gst-plugins-jpeg:1.0
-   media-plugins/gst-plugins-v4l2:1.0
-   media-plugins/gst-plugins-vpx:1.0
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
 "
 DEPEND="${COMMON_DEPEND}
$(vala_depend)



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-07-02 Thread Pacho Ramos
commit: 76ef192c8f9f1b60b43d8660f018113639bce0ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:20:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ef192c

media-video/cheese: Version bump

Package-Manager: portage-2.3.0_rc1

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.20.2.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index e32ce9d..fc9b351 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef
+DIST cheese-3.20.2.tar.xz 1843696 SHA256 
b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775 SHA512 
d903ff1d8c7ed728d252dbafbbd73567bb885456b0ae078b68ce605e174d88258d93475019a20caeb653c6f045cd94a4234dd17e50fa958cfb4e9d6ab3096b0e
 WHIRLPOOL 
5fdd4a9f995925e597ca538f2434416f7392e1a30e5174b5f6781809032abd1dac6f7191830c99d159d371029c0ef6ad3b740c3f16046e204abe575c708192d3

diff --git a/media-video/cheese/cheese-3.20.2.ebuild 
b/media-video/cheese/cheese-3.20.2.ebuild
new file mode 100644
index 000..6b934d8
--- /dev/null
+++ b/media-video/cheese/cheese-3.20.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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]
+
+   virtual/libgudev:=
+   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_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-07-02 Thread Pacho Ramos
commit: d9a7fef5d012250423fca1cde597b9df1aca0a8a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:19:24 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a7fef5

media-video/cheese: Drop old

Package-Manager: portage-2.3.0_rc1

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.16.1.ebuild | 86 -
 2 files changed, 87 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index b61d2e2..e32ce9d 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.16.1.tar.xz 1823864 SHA256 
44622f6ad6d8703b22c6d40219ae317959495ccc9994b563b324592933ff90a0 SHA512 
c5af1fb76b53e8f1331f5e30052c05feb6baf1c6e0a3b63c962e99507c83240175b5e1d84817425a34f0f1ebd3c51ea126799873390685f61ae4a7add043
 WHIRLPOOL 
901cd41f7923d456f7f7f78ac248014e9223eba41e3560e3198c160250b9c148bb1c35dd2c22df6560b97c30a2ba278c54dbc626b752100de473561bd1e77785
 DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef

diff --git a/media-video/cheese/cheese-3.16.1.ebuild 
b/media-video/cheese/cheese-3.16.1.ebuild
deleted file mode 100644
index 4127212..000
--- a/media-video/cheese/cheese-3.16.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 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/7" # 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-2.0.6:2.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]
-
-   virtual/libgudev:=
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/gst-plugins-bad: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
-   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 \
-   ITSTOOL=$(type -P true)
-}
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-03-06 Thread Mikle Kolyada
commit: 9539de47c717fd9ea08a7845d8a5fee16efa22ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 17:38:13 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 17:38:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9539de47

media-video/cheese: x86 stable wrt bug #566378

Package-Manager: portage-2.2.26

 media-video/cheese/cheese-3.18.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.18.1-r1.ebuild 
b/media-video/cheese/cheese-3.18.1-r1.ebuild
index 56c282d..0f98c7f 100644
--- a/media-video/cheese/cheese-3.18.1-r1.ebuild
+++ b/media-video/cheese/cheese-3.18.1-r1.ebuild
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 # using clutter-gst-2.0.0 results in GLSL errors; bug #478702
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2015-11-24 Thread Gilles Dartiguelongue
commit: 9ff38b917348e895e17ca4bb74be8180a4760d45
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov 24 19:33:41 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov 24 20:01:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff38b91

media-video/cheese: fix subslot

Package-Manager: portage-2.2.25

 media-video/cheese/{cheese-3.18.1.ebuild => cheese-3.18.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.18.1.ebuild 
b/media-video/cheese/cheese-3.18.1-r1.ebuild
similarity index 97%
rename from media-video/cheese/cheese-3.18.1.ebuild
rename to media-video/cheese/cheese-3.18.1-r1.ebuild
index 5a9424f..85af3c8 100644
--- a/media-video/cheese/cheese-3.18.1.ebuild
+++ b/media-video/cheese/cheese-3.18.1-r1.ebuild
@@ -12,7 +12,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"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2015-11-17 Thread Pacho Ramos
commit: 7cc00ed38e59e6f00f4f122d1ec8e69a72945587
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 17 19:45:42 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 17 19:45:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc00ed3

media-video/cheese: Version bump

Package-Manager: portage-2.2.24

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.18.1.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index dee6b3f..d9fc402 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,3 +1,4 @@
 DIST cheese-3.12.2.tar.xz 1777924 SHA256 
a7b45369e75e222e3bd5e9a4408a0e6c230be0c49d359a387d36a42e17e3bc64 SHA512 
4548ac903cc435f8ab5e55fbf684239d9a8da2413448506a1bfd6a387348e9b8b08dc3f292e8eff5bab3491ff079cadcb901f82fd42dadd75b801e154a15cdf3
 WHIRLPOOL 
a8312e428771059cbdc982e458bb119af507e2a667f2af9743cdfe2ed6a25829432e7ea7a5dca27932999b7f3ab1cf16f99a0b31cec8f9094fd9941b85b57dfb
 DIST cheese-3.14.2.tar.xz 1804900 SHA256 
3074a567e0080d7b8fc0512bf3b08c3397e38083cce1767104624288f033a517 SHA512 
cf89baab6858bd2fa100e4dec24067d0bcc49f27632331b99a4f442f235ffca14630af2bf11317cbdc3850202c71bab1920101b9190091c2f0ff9bd4274c0753
 WHIRLPOOL 
7c909d3d991d97b674a0edd48e639e11d1c81eb9b938861c6ff722785f1f9c5b6a74ca79820d6c7bb24ba159154fc402a19248dcadcc1e3aea444b11bc4e
 DIST cheese-3.16.1.tar.xz 1823864 SHA256 
44622f6ad6d8703b22c6d40219ae317959495ccc9994b563b324592933ff90a0 SHA512 
c5af1fb76b53e8f1331f5e30052c05feb6baf1c6e0a3b63c962e99507c83240175b5e1d84817425a34f0f1ebd3c51ea126799873390685f61ae4a7add043
 WHIRLPOOL 
901cd41f7923d456f7f7f78ac248014e9223eba41e3560e3198c160250b9c148bb1c35dd2c22df6560b97c30a2ba278c54dbc626b752100de473561bd1e77785
+DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef

diff --git a/media-video/cheese/cheese-3.18.1.ebuild 
b/media-video/cheese/cheese-3.18.1.ebuild
new file mode 100644
index 000..e6882c6
--- /dev/null
+++ b/media-video/cheese/cheese-3.18.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2015 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/7" # subslot = libcheese soname version
+IUSE="+introspection test"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~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]
+
+   virtual/libgudev:=
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2015-11-17 Thread Pacho Ramos
commit: e560b7c27eca3aa2e56b17f0c29ce9d9f44d100c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 17 19:47:32 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 17 19:47:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e560b7c2

media-video/cheese: Fix keywording on alpha and sparc

Package-Manager: portage-2.2.24

 media-video/cheese/cheese-3.16.1.ebuild | 2 +-
 media-video/cheese/cheese-3.18.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/cheese/cheese-3.16.1.ebuild 
b/media-video/cheese/cheese-3.16.1.ebuild
index 027a716..4127212 100644
--- a/media-video/cheese/cheese-3.16.1.ebuild
+++ b/media-video/cheese/cheese-3.16.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/7" # subslot = libcheese soname version
 IUSE="+introspection test"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 # using clutter-gst-2.0.0 results in GLSL errors; bug #478702
 COMMON_DEPEND="

diff --git a/media-video/cheese/cheese-3.18.1.ebuild 
b/media-video/cheese/cheese-3.18.1.ebuild
index e6882c6..5a9424f 100644
--- a/media-video/cheese/cheese-3.18.1.ebuild
+++ b/media-video/cheese/cheese-3.18.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/7" # subslot = libcheese soname version
 IUSE="+introspection test"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # using clutter-gst-2.0.0 results in GLSL errors; bug #478702
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2015-11-17 Thread Pacho Ramos
commit: d86c69335d73ffc893d1f701deb7328b1b837c71
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Nov 17 19:48:16 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Nov 17 19:48:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86c6933

media-video/cheese: Drop old

Package-Manager: portage-2.2.24

 media-video/cheese/Manifest|  2 -
 media-video/cheese/cheese-3.12.2-r1.ebuild | 92 --
 media-video/cheese/cheese-3.14.2.ebuild| 86 
 3 files changed, 180 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index d9fc402..b61d2e2 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,4 +1,2 @@
-DIST cheese-3.12.2.tar.xz 1777924 SHA256 
a7b45369e75e222e3bd5e9a4408a0e6c230be0c49d359a387d36a42e17e3bc64 SHA512 
4548ac903cc435f8ab5e55fbf684239d9a8da2413448506a1bfd6a387348e9b8b08dc3f292e8eff5bab3491ff079cadcb901f82fd42dadd75b801e154a15cdf3
 WHIRLPOOL 
a8312e428771059cbdc982e458bb119af507e2a667f2af9743cdfe2ed6a25829432e7ea7a5dca27932999b7f3ab1cf16f99a0b31cec8f9094fd9941b85b57dfb
-DIST cheese-3.14.2.tar.xz 1804900 SHA256 
3074a567e0080d7b8fc0512bf3b08c3397e38083cce1767104624288f033a517 SHA512 
cf89baab6858bd2fa100e4dec24067d0bcc49f27632331b99a4f442f235ffca14630af2bf11317cbdc3850202c71bab1920101b9190091c2f0ff9bd4274c0753
 WHIRLPOOL 
7c909d3d991d97b674a0edd48e639e11d1c81eb9b938861c6ff722785f1f9c5b6a74ca79820d6c7bb24ba159154fc402a19248dcadcc1e3aea444b11bc4e
 DIST cheese-3.16.1.tar.xz 1823864 SHA256 
44622f6ad6d8703b22c6d40219ae317959495ccc9994b563b324592933ff90a0 SHA512 
c5af1fb76b53e8f1331f5e30052c05feb6baf1c6e0a3b63c962e99507c83240175b5e1d84817425a34f0f1ebd3c51ea126799873390685f61ae4a7add043
 WHIRLPOOL 
901cd41f7923d456f7f7f78ac248014e9223eba41e3560e3198c160250b9c148bb1c35dd2c22df6560b97c30a2ba278c54dbc626b752100de473561bd1e77785
 DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef

diff --git a/media-video/cheese/cheese-3.12.2-r1.ebuild 
b/media-video/cheese/cheese-3.12.2-r1.ebuild
deleted file mode 100644
index 379a985..000
--- a/media-video/cheese/cheese-3.12.2-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-
-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/7" # 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.10:3[introspection?]
-   >=x11-libs/cairo-1.10:=
-   >=x11-libs/pango-1.28.0
-   >=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.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/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]
-
-   virtual/libgudev:=
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/gst-plugins-bad: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/libxml2:2
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   virtual/pkgconfig
-   x11-proto/xf86vidmodeproto
-   test? ( dev-libs/glib:2[utils] )
-"
-
-src_prepare() {
-   # FIXME: looks like a regression from an underlying library
-   sed -e 's|\(g_test_add_func.*photo_path.*;\)|/*\1*/|' \
-   -e 's|\(g_test_add_func.*video_path.*;\)|/*\1*/|' \
-   -i "${S}"/tests/test-libcheese.c || die
-
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   $(use_enable introspection) \
- 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2015-09-07 Thread Mikle Kolyada
commit: 39edd95a38c939545cb06ccddf66e626d3b736f1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  7 19:11:37 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  7 19:55:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39edd95a

media-video/cheese: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 media-video/cheese/cheese-3.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cheese/cheese-3.16.1.ebuild 
b/media-video/cheese/cheese-3.16.1.ebuild
index 3eff6f9..db4ed21 100644
--- a/media-video/cheese/cheese-3.16.1.ebuild
+++ b/media-video/cheese/cheese-3.16.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
 LICENSE="GPL-2+"
 SLOT="0/7" # subslot = libcheese soname version
 IUSE="+introspection test"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 # using clutter-gst-2.0.0 results in GLSL errors; bug #478702
 COMMON_DEPEND="