* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-03-17 17:12 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2011-03-17 17:12 UTC (permalink / raw
To: gentoo-commits
commit: cbdc4c0e95defc878f0a75b31f7452ee26827238
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 16:52:47 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 16:52:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cbdc4c0e
media-video/cheese: fix gst-plugins-bad dep, add live version
---
media-video/cheese/cheese-2.91.91.1.ebuild | 9 +++++++--
...{cheese-2.91.91.1.ebuild => cheese-9999.ebuild} | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/media-video/cheese/cheese-2.91.91.1.ebuild b/media-video/cheese/cheese-2.91.91.1.ebuild
index b6ef936..bb9c25e 100644
--- a/media-video/cheese/cheese-2.91.91.1.ebuild
+++ b/media-video/cheese/cheese-2.91.91.1.ebuild
@@ -13,8 +13,13 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc +introspection v4l vala"
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
COMMON_DEPEND="
>=dev-libs/glib-2.28.0:2
@@ -40,7 +45,7 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-bad-0.10.11
+ >=media-libs/gst-plugins-bad-0.10.21
>=media-libs/gst-plugins-good-0.10.16
>=media-plugins/gst-plugins-ogg-0.10.20
>=media-plugins/gst-plugins-pango-0.10.20
diff --git a/media-video/cheese/cheese-2.91.91.1.ebuild b/media-video/cheese/cheese-9999.ebuild
similarity index 92%
copy from media-video/cheese/cheese-2.91.91.1.ebuild
copy to media-video/cheese/cheese-9999.ebuild
index b6ef936..bb9c25e 100644
--- a/media-video/cheese/cheese-2.91.91.1.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -13,8 +13,13 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc +introspection v4l vala"
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
COMMON_DEPEND="
>=dev-libs/glib-2.28.0:2
@@ -40,7 +45,7 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-bad-0.10.11
+ >=media-libs/gst-plugins-bad-0.10.21
>=media-libs/gst-plugins-good-0.10.16
>=media-plugins/gst-plugins-ogg-0.10.20
>=media-plugins/gst-plugins-pango-0.10.20
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-03-23 21:59 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 428257f5650c1ef3a913fdad4a9c277248c76a96
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 21:44:28 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 21:59:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=428257f5
media-video/cheese: fix bug 360169
---
media-video/cheese/cheese-2.91.92.ebuild | 4 +++-
media-video/cheese/cheese-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/media-video/cheese/cheese-2.91.92.ebuild b/media-video/cheese/cheese-2.91.92.ebuild
index 9fd3008..6bd2683 100644
--- a/media-video/cheese/cheese-2.91.92.ebuild
+++ b/media-video/cheese/cheese-2.91.92.ebuild
@@ -65,7 +65,9 @@ DEPEND="${COMMON_DEPEND}
doc? ( >=dev-util/gtk-doc-1.14 )
vala? ( >=dev-lang/vala-0.11.6:0.12 )"
-G2CONF="${G2CONF} --disable-maintainer-mode
+G2CONF="${G2CONF}
+ VALAC=$(type -p valac-0.12)
+ --disable-maintainer-mode
--disable-scrollkeeper
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 9fd3008..6bd2683 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -65,7 +65,9 @@ DEPEND="${COMMON_DEPEND}
doc? ( >=dev-util/gtk-doc-1.14 )
vala? ( >=dev-lang/vala-0.11.6:0.12 )"
-G2CONF="${G2CONF} --disable-maintainer-mode
+G2CONF="${G2CONF}
+ VALAC=$(type -p valac-0.12)
+ --disable-maintainer-mode
--disable-scrollkeeper
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-03-23 23:03 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 531a2f0cafe1e020167a5d929e7f098755db3edf
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 22:55:13 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 22:55:15 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=531a2f0c
media-video/cheese: actually fix the vala build problem
---
media-video/cheese/cheese-2.91.92.ebuild | 4 ++--
media-video/cheese/cheese-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-video/cheese/cheese-2.91.92.ebuild b/media-video/cheese/cheese-2.91.92.ebuild
index 6bd2683..d3227e9 100644
--- a/media-video/cheese/cheese-2.91.92.ebuild
+++ b/media-video/cheese/cheese-2.91.92.ebuild
@@ -56,14 +56,14 @@ RDEPEND="${COMMON_DEPEND}
|| ( >=media-plugins/gst-plugins-x-0.10
>=media-plugins/gst-plugins-xvideo-0.10 )"
DEPEND="${COMMON_DEPEND}
+ >=dev-lang/vala-0.11.6:0.12
>=app-text/gnome-doc-utils-0.12
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
dev-util/pkgconfig
x11-proto/xf86vidmodeproto
app-text/docbook-xml-dtd:4.3
- doc? ( >=dev-util/gtk-doc-1.14 )
- vala? ( >=dev-lang/vala-0.11.6:0.12 )"
+ doc? ( >=dev-util/gtk-doc-1.14 )"
G2CONF="${G2CONF}
VALAC=$(type -p valac-0.12)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 6bd2683..d3227e9 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -56,14 +56,14 @@ RDEPEND="${COMMON_DEPEND}
|| ( >=media-plugins/gst-plugins-x-0.10
>=media-plugins/gst-plugins-xvideo-0.10 )"
DEPEND="${COMMON_DEPEND}
+ >=dev-lang/vala-0.11.6:0.12
>=app-text/gnome-doc-utils-0.12
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
dev-util/pkgconfig
x11-proto/xf86vidmodeproto
app-text/docbook-xml-dtd:4.3
- doc? ( >=dev-util/gtk-doc-1.14 )
- vala? ( >=dev-lang/vala-0.11.6:0.12 )"
+ doc? ( >=dev-util/gtk-doc-1.14 )"
G2CONF="${G2CONF}
VALAC=$(type -p valac-0.12)
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-03-26 3:07 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2011-03-26 3:07 UTC (permalink / raw
To: gentoo-commits
commit: 1b90dbfbb12765787c39d1e9d30138205a5e73c8
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 03:01:58 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 03:06:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b90dbfb
media-video/cheese: 2.91.92 → 2.91.93
* Also fix bug 360319
---
...cheese-2.91.92.ebuild => cheese-2.91.93.ebuild} | 16 ++++++++++------
media-video/cheese/cheese-9999.ebuild | 16 ++++++++++------
2 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/media-video/cheese/cheese-2.91.92.ebuild b/media-video/cheese/cheese-2.91.93.ebuild
similarity index 90%
rename from media-video/cheese/cheese-2.91.92.ebuild
rename to media-video/cheese/cheese-2.91.93.ebuild
index d3227e9..033c771 100644
--- a/media-video/cheese/cheese-2.91.92.ebuild
+++ b/media-video/cheese/cheese-2.91.93.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+ x11-libs/mx
x11-libs/libX11
x11-libs/libXtst
@@ -65,9 +66,12 @@ DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
doc? ( >=dev-util/gtk-doc-1.14 )"
-G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.12)
- --disable-maintainer-mode
- --disable-scrollkeeper
- --disable-static"
-DOCS="AUTHORS ChangeLog NEWS README"
+pkg_setup() {
+ G2CONF="${G2CONF}
+ VALAC=$(type -p valac-0.12)
+ $(use_enable introspection)
+ --disable-maintainer-mode
+ --disable-scrollkeeper
+ --disable-static"
+ DOCS="AUTHORS ChangeLog NEWS README"
+}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index d3227e9..033c771 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+ x11-libs/mx
x11-libs/libX11
x11-libs/libXtst
@@ -65,9 +66,12 @@ DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
doc? ( >=dev-util/gtk-doc-1.14 )"
-G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.12)
- --disable-maintainer-mode
- --disable-scrollkeeper
- --disable-static"
-DOCS="AUTHORS ChangeLog NEWS README"
+pkg_setup() {
+ G2CONF="${G2CONF}
+ VALAC=$(type -p valac-0.12)
+ $(use_enable introspection)
+ --disable-maintainer-mode
+ --disable-scrollkeeper
+ --disable-static"
+ DOCS="AUTHORS ChangeLog NEWS README"
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 1397956120f3872e98165635c584e1c5c7ddecba
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 23:26:58 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 00:29:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=13979561
media-video/cheese: 2.91.93 → 3.0.0
---
.../{cheese-2.91.93.ebuild => cheese-3.0.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-2.91.93.ebuild b/media-video/cheese/cheese-3.0.0.ebuild
similarity index 100%
rename from media-video/cheese/cheese-2.91.93.ebuild
rename to media-video/cheese/cheese-3.0.0.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-04-08 10:52 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-08 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 402f6ce53a03e725baff315a9517c3e3801e54ae
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 22:03:49 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 10:51:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=402f6ce5
media-video/cheese: QAed
* Raised some dependencies per configure
* Drop v4l like in gentoo-x86
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
media-video/cheese/cheese-3.0.0.ebuild | 9 ++++-----
media-video/cheese/cheese-9999.ebuild | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/media-video/cheese/cheese-3.0.0.ebuild b/media-video/cheese/cheese-3.0.0.ebuild
index 033c771..9873923 100644
--- a/media-video/cheese/cheese-3.0.0.ebuild
+++ b/media-video/cheese/cheese-3.0.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc +introspection v4l vala"
+IUSE="doc +introspection vala"
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
@@ -30,7 +30,7 @@ COMMON_DEPEND="
>=sys-fs/udev-145-r1[extras]
>=gnome-base/gnome-desktop-2.91.6:3
>=gnome-base/librsvg-2.32.0:2
- >=media-libs/libcanberra-0.11[gtk3]
+ >=media-libs/libcanberra-0.26[gtk3]
>=media-libs/clutter-1.6.1:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
>=media-libs/clutter-gst-1.0.0:1.0
@@ -53,12 +53,11 @@ RDEPEND="${COMMON_DEPEND}
>=media-plugins/gst-plugins-theora-0.10.20
>=media-plugins/gst-plugins-v4l2-0.10
>=media-plugins/gst-plugins-vorbis-0.10.20
- v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
|| ( >=media-plugins/gst-plugins-x-0.10
>=media-plugins/gst-plugins-xvideo-0.10 )"
DEPEND="${COMMON_DEPEND}
>=dev-lang/vala-0.11.6:0.12
- >=app-text/gnome-doc-utils-0.12
+ >=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
dev-util/pkgconfig
@@ -70,7 +69,7 @@ pkg_setup() {
G2CONF="${G2CONF}
VALAC=$(type -p valac-0.12)
$(use_enable introspection)
- --disable-maintainer-mode
+ --disable-maintainer-mode
--disable-scrollkeeper
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 033c771..9873923 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc +introspection v4l vala"
+IUSE="doc +introspection vala"
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
@@ -30,7 +30,7 @@ COMMON_DEPEND="
>=sys-fs/udev-145-r1[extras]
>=gnome-base/gnome-desktop-2.91.6:3
>=gnome-base/librsvg-2.32.0:2
- >=media-libs/libcanberra-0.11[gtk3]
+ >=media-libs/libcanberra-0.26[gtk3]
>=media-libs/clutter-1.6.1:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
>=media-libs/clutter-gst-1.0.0:1.0
@@ -53,12 +53,11 @@ RDEPEND="${COMMON_DEPEND}
>=media-plugins/gst-plugins-theora-0.10.20
>=media-plugins/gst-plugins-v4l2-0.10
>=media-plugins/gst-plugins-vorbis-0.10.20
- v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
|| ( >=media-plugins/gst-plugins-x-0.10
>=media-plugins/gst-plugins-xvideo-0.10 )"
DEPEND="${COMMON_DEPEND}
>=dev-lang/vala-0.11.6:0.12
- >=app-text/gnome-doc-utils-0.12
+ >=app-text/gnome-doc-utils-0.20
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
dev-util/pkgconfig
@@ -70,7 +69,7 @@ pkg_setup() {
G2CONF="${G2CONF}
VALAC=$(type -p valac-0.12)
$(use_enable introspection)
- --disable-maintainer-mode
+ --disable-maintainer-mode
--disable-scrollkeeper
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-04-27 22:22 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-27 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 4c5f8efcd255332be792beb5f545015a3c73649d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 21:59:30 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 22:17:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4c5f8efc
media-video/cheese: 3.0.0 → 3.0.1
---
.../{cheese-3.0.0.ebuild => cheese-3.0.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.0.0.ebuild b/media-video/cheese/cheese-3.0.1.ebuild
similarity index 100%
rename from media-video/cheese/cheese-3.0.0.ebuild
rename to media-video/cheese/cheese-3.0.1.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-07-19 0:22 Alexandre Restovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Restovtsev @ 2011-07-19 0:22 UTC (permalink / raw
To: gentoo-commits
commit: d2b4536c3101565a58ace4ed19598e22589e8791
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 19 00:06:16 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 19 00:18:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d2b4536c
media-video/cheese-3.0.1 → 3.0.2
Version bump with some minor UI improvements.
---
.../{cheese-3.0.1.ebuild => cheese-3.0.2.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/media-video/cheese/cheese-3.0.1.ebuild b/media-video/cheese/cheese-3.0.2.ebuild
similarity index 99%
rename from media-video/cheese/cheese-3.0.1.ebuild
rename to media-video/cheese/cheese-3.0.2.ebuild
index 3d5c571..003ddc7 100644
--- a/media-video/cheese/cheese-3.0.1.ebuild
+++ b/media-video/cheese/cheese-3.0.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v 1.6 2011/02/24 20:36:45 tomka Exp $
-EAPI="3"
+EAPI="4"
GNOME2_LA_PUNT="yes"
GCONF_DEBUG="no"
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-10-01 3:22 Alexandre Restovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Restovtsev @ 2011-10-01 3:22 UTC (permalink / raw
To: gentoo-commits
commit: 0bd37bbf4664c98478697101bba0c7567a1db12e
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Oct 1 03:16:57 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Oct 1 03:16:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0bd37bbf
media-video/cheese: add gst-plugins-jpeg dep (#379649)
gst-plugins-jpeg is required for taking still pictures. Thanks to
Albert W. Hopkins <marduk <AT> python.net> for pointing this out in
bug #379649.
---
media-video/cheese/cheese-3.2.0.ebuild | 1 +
media-video/cheese/cheese-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.2.0.ebuild b/media-video/cheese/cheese-3.2.0.ebuild
index ad059bb..6953481 100644
--- a/media-video/cheese/cheese-3.2.0.ebuild
+++ b/media-video/cheese/cheese-3.2.0.ebuild
@@ -50,6 +50,7 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
>=media-libs/gst-plugins-bad-0.10.19
>=media-libs/gst-plugins-good-0.10.16
+ media-plugins/gst-plugins-jpeg
>=media-plugins/gst-plugins-ogg-0.10.20
>=media-plugins/gst-plugins-pango-0.10.20
>=media-plugins/gst-plugins-theora-0.10.20
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index ad059bb..6953481 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -50,6 +50,7 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
>=media-libs/gst-plugins-bad-0.10.19
>=media-libs/gst-plugins-good-0.10.16
+ media-plugins/gst-plugins-jpeg
>=media-plugins/gst-plugins-ogg-0.10.20
>=media-plugins/gst-plugins-pango-0.10.20
>=media-plugins/gst-plugins-theora-0.10.20
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-10-07 3:02 Alexandre Restovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Restovtsev @ 2011-10-07 3:02 UTC (permalink / raw
To: gentoo-commits
commit: 393b4e6d28051418fa2b0915e69a763edb001ffd
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Oct 7 02:47:43 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Oct 7 02:50:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=393b4e6d
media-video/cheese: fix access violation (#385917)
As reported by Paul Jewell <paul <AT> teulu.org> in bug #385917, cheese fails
with a clutter-related access violation when USE="doc introspection
-vala" and FEATURES="-userpriv". Work around it with the same ugly fake
DISPLAY hack as in bug #385433.
---
media-video/cheese/cheese-3.2.0.ebuild | 8 ++++++++
media-video/cheese/cheese-9999.ebuild | 8 ++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.2.0.ebuild b/media-video/cheese/cheese-3.2.0.ebuild
index 6953481..78e86c2 100644
--- a/media-video/cheese/cheese-3.2.0.ebuild
+++ b/media-video/cheese/cheese-3.2.0.ebuild
@@ -76,3 +76,11 @@ pkg_setup() {
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
}
+
+src_compile() {
+ # Clutter-related sandbox violations when USE="doc introspection -vala" and
+ # FEATURES="-userpriv" (see bug #385917).
+ # Work around the issue with the same horrible hack as in bug #385433.
+ DISPLAY="999invalid"
+ gnome2_src_compile
+}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 6953481..78e86c2 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -76,3 +76,11 @@ pkg_setup() {
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
}
+
+src_compile() {
+ # Clutter-related sandbox violations when USE="doc introspection -vala" and
+ # FEATURES="-userpriv" (see bug #385917).
+ # Work around the issue with the same horrible hack as in bug #385433.
+ DISPLAY="999invalid"
+ gnome2_src_compile
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2011-10-18 7:37 Alexandre Restovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: e4277f482c8dbc1dbcc1471eba02bee28ea6e5ab
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:31:28 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:31:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e4277f48
media-video/cheese: 3.2.0 → 3.2.1
---
.../{cheese-3.2.0.ebuild => cheese-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.2.0.ebuild b/media-video/cheese/cheese-3.2.1.ebuild
similarity index 100%
rename from media-video/cheese/cheese-3.2.0.ebuild
rename to media-video/cheese/cheese-3.2.1.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-03-26 8:20 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2012-03-26 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 246f3c6b88d8d7f2210b6cf28a7290a97dbe7f5a
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 02:25:51 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 08:19:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=246f3c6b
Add media-video/cheese-3.3.92
---
.../{cheese-9999.ebuild => cheese-3.3.92.ebuild} | 60 ++++++++++++--------
media-video/cheese/cheese-9999.ebuild | 60 ++++++++++++--------
2 files changed, 72 insertions(+), 48 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-3.3.92.ebuild
similarity index 60%
copy from media-video/cheese/cheese-9999.ebuild
copy to media-video/cheese/cheese-3.3.92.ebuild
index c6001e2..7cd038e 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-3.3.92.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v 1.6 2011/02/24 20:36:45 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.2.ebuild,v 1.2 2012/02/19 10:10:28 klausman Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-inherit gnome2
+inherit gnome2 virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -16,20 +15,20 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc +introspection"
+IUSE="doc +introspection sendto test"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~x86"
fi
COMMON_DEPEND="
>=dev-libs/glib-2.28.0:2
- >=dev-libs/libgee-0.6.0:0
+ >=dev-libs/libgee-0.6.3:0
>=x11-libs/gtk+-2.99.4:3[introspection?]
>=x11-libs/cairo-1.10
>=x11-libs/pango-1.28.0
- || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145-r1[extras] )
+ >=sys-fs/udev-171[gudev]
>=gnome-base/gnome-desktop-2.91.6:3
>=gnome-base/librsvg-2.32.0:2
>=media-libs/libcanberra-0.26[gtk3]
@@ -49,29 +48,38 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
>=media-libs/gst-plugins-bad-0.10.19
- >=media-libs/gst-plugins-good-0.10.16
- media-plugins/gst-plugins-jpeg
- >=media-plugins/gst-plugins-ogg-0.10.20
- >=media-plugins/gst-plugins-pango-0.10.20
- >=media-plugins/gst-plugins-theora-0.10.20
- >=media-plugins/gst-plugins-v4l2-0.10
- >=media-plugins/gst-plugins-vorbis-0.10.20
- || ( >=media-plugins/gst-plugins-x-0.10
- >=media-plugins/gst-plugins-xvideo-0.10 )"
+ >=media-libs/gst-plugins-good-0.10.16:0.10
+ >=media-plugins/gst-plugins-ogg-0.10.20:0.10
+ >=media-plugins/gst-plugins-pango-0.10.20:0.10
+ >=media-plugins/gst-plugins-theora-0.10.20:0.10
+ >=media-plugins/gst-plugins-vorbis-0.10.20:0.10
+
+ media-plugins/gst-plugins-jpeg:0.10
+ media-plugins/gst-plugins-v4l2:0.10
+ media-plugins/gst-plugins-vp8:0.10
+
+ || ( media-plugins/gst-plugins-x:0.10
+ media-plugins/gst-plugins-xvideo:0.10 )
+
+ sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
- >=dev-lang/vala-0.11.6:0.12
- >=app-text/gnome-doc-utils-0.20
+ >=dev-lang/vala-0.13.2:0.14
>=dev-util/intltool-0.40
- dev-util/pkgconfig
- x11-proto/xf86vidmodeproto
+ >=dev-util/pkgconfig-0.24
+
app-text/docbook-xml-dtd:4.3
- doc? ( >=dev-util/gtk-doc-1.14 )"
+ dev-libs/libxml2:2
+ dev-util/itstool
+ x11-proto/xf86vidmodeproto
+
+ doc? ( >=dev-util/gtk-doc-1.14 )
+ test? ( dev-libs/glib:2[utils] )"
pkg_setup() {
G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.12)
+ VALAC=$(type -p valac-0.14)
$(use_enable introspection)
- --disable-scrollkeeper
+ --disable-lcov
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
}
@@ -83,3 +91,7 @@ src_compile() {
DISPLAY="999invalid"
gnome2_src_compile
}
+
+src_test() {
+ Xemake check
+}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index c6001e2..7cd038e 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v 1.6 2011/02/24 20:36:45 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.2.ebuild,v 1.2 2012/02/19 10:10:28 klausman Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-inherit gnome2
+inherit gnome2 virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -16,20 +15,20 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc +introspection"
+IUSE="doc +introspection sendto test"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~x86"
fi
COMMON_DEPEND="
>=dev-libs/glib-2.28.0:2
- >=dev-libs/libgee-0.6.0:0
+ >=dev-libs/libgee-0.6.3:0
>=x11-libs/gtk+-2.99.4:3[introspection?]
>=x11-libs/cairo-1.10
>=x11-libs/pango-1.28.0
- || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145-r1[extras] )
+ >=sys-fs/udev-171[gudev]
>=gnome-base/gnome-desktop-2.91.6:3
>=gnome-base/librsvg-2.32.0:2
>=media-libs/libcanberra-0.26[gtk3]
@@ -49,29 +48,38 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
>=media-libs/gst-plugins-bad-0.10.19
- >=media-libs/gst-plugins-good-0.10.16
- media-plugins/gst-plugins-jpeg
- >=media-plugins/gst-plugins-ogg-0.10.20
- >=media-plugins/gst-plugins-pango-0.10.20
- >=media-plugins/gst-plugins-theora-0.10.20
- >=media-plugins/gst-plugins-v4l2-0.10
- >=media-plugins/gst-plugins-vorbis-0.10.20
- || ( >=media-plugins/gst-plugins-x-0.10
- >=media-plugins/gst-plugins-xvideo-0.10 )"
+ >=media-libs/gst-plugins-good-0.10.16:0.10
+ >=media-plugins/gst-plugins-ogg-0.10.20:0.10
+ >=media-plugins/gst-plugins-pango-0.10.20:0.10
+ >=media-plugins/gst-plugins-theora-0.10.20:0.10
+ >=media-plugins/gst-plugins-vorbis-0.10.20:0.10
+
+ media-plugins/gst-plugins-jpeg:0.10
+ media-plugins/gst-plugins-v4l2:0.10
+ media-plugins/gst-plugins-vp8:0.10
+
+ || ( media-plugins/gst-plugins-x:0.10
+ media-plugins/gst-plugins-xvideo:0.10 )
+
+ sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
- >=dev-lang/vala-0.11.6:0.12
- >=app-text/gnome-doc-utils-0.20
+ >=dev-lang/vala-0.13.2:0.14
>=dev-util/intltool-0.40
- dev-util/pkgconfig
- x11-proto/xf86vidmodeproto
+ >=dev-util/pkgconfig-0.24
+
app-text/docbook-xml-dtd:4.3
- doc? ( >=dev-util/gtk-doc-1.14 )"
+ dev-libs/libxml2:2
+ dev-util/itstool
+ x11-proto/xf86vidmodeproto
+
+ doc? ( >=dev-util/gtk-doc-1.14 )
+ test? ( dev-libs/glib:2[utils] )"
pkg_setup() {
G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.12)
+ VALAC=$(type -p valac-0.14)
$(use_enable introspection)
- --disable-scrollkeeper
+ --disable-lcov
--disable-static"
DOCS="AUTHORS ChangeLog NEWS README"
}
@@ -83,3 +91,7 @@ src_compile() {
DISPLAY="999invalid"
gnome2_src_compile
}
+
+src_test() {
+ Xemake check
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-04-08 16:06 Alexandre Restovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Restovtsev @ 2012-04-08 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 9a223666f0ba0840587492305e4a22bcaa2dfdd0
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 8 15:00:22 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Apr 8 15:00:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9a223666
media-video/cheese: 3.3.92 → 3.4.0
---
.../{cheese-3.3.92.ebuild => cheese-3.4.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.3.92.ebuild b/media-video/cheese/cheese-3.4.0.ebuild
similarity index 100%
rename from media-video/cheese/cheese-3.3.92.ebuild
rename to media-video/cheese/cheese-3.4.0.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-04-11 8:48 Priit Laes
0 siblings, 0 replies; 40+ messages in thread
From: Priit Laes @ 2012-04-11 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 7944cc9a287cce2bb67133160f222279da856211
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Apr 11 08:18:07 2012 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Wed Apr 11 08:43:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7944cc9a
media-video/cheese: Fix more sandbox issues (bug #410061)
---
media-video/cheese/cheese-3.4.0.ebuild | 7 +++++++
media-video/cheese/cheese-9999.ebuild | 7 +++++++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.4.0.ebuild b/media-video/cheese/cheese-3.4.0.ebuild
index 7cd038e..70150bb 100644
--- a/media-video/cheese/cheese-3.4.0.ebuild
+++ b/media-video/cheese/cheese-3.4.0.ebuild
@@ -92,6 +92,13 @@ src_compile() {
gnome2_src_compile
}
+src_configure() {
+ # Work around sandbox violations when FEATURES=-userpriv caused by
+ # gst-inspect-0.10 (bug #410061)
+ unset DISPLAY
+ gnome2_src_configure
+}
+
src_test() {
Xemake check
}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 7cd038e..70150bb 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -92,6 +92,13 @@ src_compile() {
gnome2_src_compile
}
+src_configure() {
+ # Work around sandbox violations when FEATURES=-userpriv caused by
+ # gst-inspect-0.10 (bug #410061)
+ unset DISPLAY
+ gnome2_src_configure
+}
+
src_test() {
Xemake check
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-05-24 8:05 Alexandre Restovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 7f732e92cab82ea55ba2be57bdf4f45d543091e0
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:04:51 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:04:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f732e92
media-video/cheese: moved to gx86; update live ebuild
---
media-video/cheese/cheese-3.4.0.ebuild | 104 --------------------------------
media-video/cheese/cheese-9999.ebuild | 17 +++---
2 files changed, 8 insertions(+), 113 deletions(-)
diff --git a/media-video/cheese/cheese-3.4.0.ebuild b/media-video/cheese/cheese-3.4.0.ebuild
deleted file mode 100644
index 96bced9..0000000
--- a/media-video/cheese/cheese-3.4.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.2.ebuild,v 1.2 2012/02/19 10:10:28 klausman Exp $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="http://www.gnome.org/projects/cheese/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc +introspection sendto test"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~x86"
-fi
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.28.0:2
- >=dev-libs/libgee-0.6.3:0
- >=x11-libs/gtk+-2.99.4:3[introspection?]
- >=x11-libs/cairo-1.10
- >=x11-libs/pango-1.28.0
- >=sys-fs/udev-171[gudev]
- >=gnome-base/gnome-desktop-2.91.6:3
- >=gnome-base/librsvg-2.32.0:2
- >=media-libs/libcanberra-0.26[gtk3]
- >=media-libs/clutter-1.6.1:1.0[introspection?]
- >=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-1.0.0:1.0
-
- media-video/gnome-video-effects
- x11-libs/gdk-pixbuf:2[jpeg,introspection?]
- x11-libs/mx
- x11-libs/libX11
- x11-libs/libXtst
-
- >=media-libs/gstreamer-0.10.32:0.10[introspection?]
- >=media-libs/gst-plugins-base-0.10.32:0.10[introspection?]
-
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-bad-0.10.19
- >=media-libs/gst-plugins-good-0.10.16:0.10
- >=media-plugins/gst-plugins-ogg-0.10.20:0.10
- >=media-plugins/gst-plugins-pango-0.10.20:0.10
- >=media-plugins/gst-plugins-theora-0.10.20:0.10
- >=media-plugins/gst-plugins-vorbis-0.10.20:0.10
-
- media-plugins/gst-plugins-jpeg:0.10
- media-plugins/gst-plugins-v4l2:0.10
- media-plugins/gst-plugins-vp8:0.10
-
- || ( media-plugins/gst-plugins-x:0.10
- media-plugins/gst-plugins-xvideo:0.10 )
-
- sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
-DEPEND="${COMMON_DEPEND}
- >=dev-lang/vala-0.13.2:0.14
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-
- app-text/docbook-xml-dtd:4.3
- dev-libs/libxml2:2
- dev-util/itstool
- x11-proto/xf86vidmodeproto
-
- doc? ( >=dev-util/gtk-doc-1.14 )
- test? ( dev-libs/glib:2[utils] )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.14)
- $(use_enable introspection)
- --disable-lcov
- --disable-static"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
-
-src_compile() {
- # Clutter-related sandbox violations when USE="doc introspection" and
- # FEATURES="-userpriv" (see bug #385917).
- # Work around the issue with the same horrible hack as in bug #385433.
- DISPLAY="999invalid"
- gnome2_src_compile
-}
-
-src_configure() {
- # Work around sandbox violations when FEATURES=-userpriv caused by
- # gst-inspect-0.10 (bug #410061)
- unset DISPLAY
- gnome2_src_configure
-}
-
-src_test() {
- Xemake check
-}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 96bced9..0d0b9a4 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -19,7 +19,7 @@ IUSE="doc +introspection sendto test"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
COMMON_DEPEND="
@@ -84,14 +84,6 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
}
-src_compile() {
- # Clutter-related sandbox violations when USE="doc introspection" and
- # FEATURES="-userpriv" (see bug #385917).
- # Work around the issue with the same horrible hack as in bug #385433.
- DISPLAY="999invalid"
- gnome2_src_compile
-}
-
src_configure() {
# Work around sandbox violations when FEATURES=-userpriv caused by
# gst-inspect-0.10 (bug #410061)
@@ -99,6 +91,13 @@ src_configure() {
gnome2_src_configure
}
+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
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-09-10 6:22 Nirbheek Chauhan
0 siblings, 0 replies; 40+ messages in thread
From: Nirbheek Chauhan @ 2012-09-10 6:22 UTC (permalink / raw
To: gentoo-commits
commit: d51edac666c7634f685b8027391ebca045dbdb56
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 05:33:38 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 05:33:38 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d51edac6
Add media-video/cheese-3.4.2-r1
Uses vala-0.18, and only for 9999 ebuilds
---
.../{cheese-9999.ebuild => cheese-3.4.2-r1.ebuild} | 11 +++++++----
media-video/cheese/cheese-9999.ebuild | 11 +++++++----
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-3.4.2-r1.ebuild
similarity index 92%
copy from media-video/cheese/cheese-9999.ebuild
copy to media-video/cheese/cheese-3.4.2-r1.ebuild
index 0d0b9a4..ecf211b 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-3.4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.2.ebuild,v 1.2 2012/02/19 10:10:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -63,9 +63,8 @@ RDEPEND="${COMMON_DEPEND}
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
- >=dev-lang/vala-0.13.2:0.14
- >=dev-util/intltool-0.40
virtual/pkgconfig
+ >=dev-util/intltool-0.40
app-text/docbook-xml-dtd:4.3
dev-libs/libxml2:2
@@ -75,9 +74,13 @@ DEPEND="${COMMON_DEPEND}
doc? ( >=dev-util/gtk-doc-1.14 )
test? ( dev-libs/glib:2[utils] )"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND+=" dev-lang/vala:0.18"
+fi
+
pkg_setup() {
G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.14)
+ VALAC=$(type -p valac-0.18)
$(use_enable introspection)
--disable-lcov
--disable-static"
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 0d0b9a4..ecf211b 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.2.2.ebuild,v 1.2 2012/02/19 10:10:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -63,9 +63,8 @@ RDEPEND="${COMMON_DEPEND}
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
- >=dev-lang/vala-0.13.2:0.14
- >=dev-util/intltool-0.40
virtual/pkgconfig
+ >=dev-util/intltool-0.40
app-text/docbook-xml-dtd:4.3
dev-libs/libxml2:2
@@ -75,9 +74,13 @@ DEPEND="${COMMON_DEPEND}
doc? ( >=dev-util/gtk-doc-1.14 )
test? ( dev-libs/glib:2[utils] )"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND+=" dev-lang/vala:0.18"
+fi
+
pkg_setup() {
G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.14)
+ VALAC=$(type -p valac-0.18)
$(use_enable introspection)
--disable-lcov
--disable-static"
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-10-28 19:36 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 19:36 UTC (permalink / raw
To: gentoo-commits
commit: d71f1408305fc1f2cd348c12cde68aaf090015f6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 15:56:13 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 19:36:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d71f1408
media-video/cheese: 3.4.2-r1 → 3.6.1
---
...{cheese-3.4.2-r1.ebuild => cheese-3.6.1.ebuild} | 59 ++++++++-----------
media-video/cheese/cheese-9999.ebuild | 59 ++++++++-----------
2 files changed, 50 insertions(+), 68 deletions(-)
diff --git a/media-video/cheese/cheese-3.4.2-r1.ebuild b/media-video/cheese/cheese-3.6.1.ebuild
similarity index 61%
rename from media-video/cheese/cheese-3.4.2-r1.ebuild
rename to media-video/cheese/cheese-3.6.1.ebuild
index ecf211b..f33e2eb 100644
--- a/media-video/cheese/cheese-3.4.2-r1.ebuild
+++ b/media-video/cheese/cheese-3.6.1.ebuild
@@ -3,6 +3,7 @@
# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
EAPI="4"
+GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 virtualx
@@ -15,82 +16,72 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc +introspection sendto test"
+IUSE="+introspection sendto test"
if [[ ${PV} = 9999 ]]; then
+ IUSE="${IUSE} doc"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
COMMON_DEPEND="
- >=dev-libs/glib-2.28.0:2
+ >=dev-libs/glib-2.28:2
>=dev-libs/libgee-0.6.3:0
- >=x11-libs/gtk+-2.99.4:3[introspection?]
+ >=x11-libs/gtk+-3.4.4:3[introspection?]
>=x11-libs/cairo-1.10
>=x11-libs/pango-1.28.0
>=sys-fs/udev-171[gudev]
>=gnome-base/gnome-desktop-2.91.6:3
>=gnome-base/librsvg-2.32.0:2
>=media-libs/libcanberra-0.26[gtk3]
- >=media-libs/clutter-1.6.1:1.0[introspection?]
+ >=media-libs/clutter-1.10:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-1.0.0:1.0
+ >=media-libs/clutter-gst-1.9:2.0
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
- x11-libs/mx
x11-libs/libX11
x11-libs/libXtst
- >=media-libs/gstreamer-0.10.32:0.10[introspection?]
- >=media-libs/gst-plugins-base-0.10.32:0.10[introspection?]
+ media-libs/gstreamer:1.0[introspection?]
+ media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-bad-0.10.19
- >=media-libs/gst-plugins-good-0.10.16:0.10
- >=media-plugins/gst-plugins-ogg-0.10.20:0.10
- >=media-plugins/gst-plugins-pango-0.10.20:0.10
- >=media-plugins/gst-plugins-theora-0.10.20:0.10
- >=media-plugins/gst-plugins-vorbis-0.10.20:0.10
+ media-libs/gst-plugins-bad:1.0
+ media-libs/gst-plugins-good:1.0
- media-plugins/gst-plugins-jpeg:0.10
- media-plugins/gst-plugins-v4l2:0.10
- media-plugins/gst-plugins-vp8:0.10
-
- || ( media-plugins/gst-plugins-x:0.10
- media-plugins/gst-plugins-xvideo:0.10 )
+ media-plugins/gst-plugins-jpeg:1.0
+ media-plugins/gst-plugins-v4l2:1.0
+ media-plugins/gst-plugins-vp8:1.0
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.40
-
app-text/docbook-xml-dtd:4.3
dev-libs/libxml2:2
+ >=dev-util/gtk-doc-1.14
+ >=dev-util/intltool-0.50
dev-util/itstool
+ virtual/pkgconfig
x11-proto/xf86vidmodeproto
-
- doc? ( >=dev-util/gtk-doc-1.14 )
test? ( dev-libs/glib:2[utils] )"
if [[ ${PV} = 9999 ]]; then
- DEPEND+=" dev-lang/vala:0.18"
+ DEPEND="${DEPEND}
+ dev-lang/vala:0.18
+ doc? ( >=dev-util/gtk-doc-1.14 )"
fi
-pkg_setup() {
+src_configure() {
+ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.18)
+ GST_INSPECT=$(type -P true)
+ VALAC=$(type -P valac-0.18)
$(use_enable introspection)
--disable-lcov
--disable-static"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-src_configure() {
- # Work around sandbox violations when FEATURES=-userpriv caused by
- # gst-inspect-0.10 (bug #410061)
- unset DISPLAY
gnome2_src_configure
}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index ecf211b..f33e2eb 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -3,6 +3,7 @@
# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
EAPI="4"
+GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 virtualx
@@ -15,82 +16,72 @@ HOMEPAGE="http://www.gnome.org/projects/cheese/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc +introspection sendto test"
+IUSE="+introspection sendto test"
if [[ ${PV} = 9999 ]]; then
+ IUSE="${IUSE} doc"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
COMMON_DEPEND="
- >=dev-libs/glib-2.28.0:2
+ >=dev-libs/glib-2.28:2
>=dev-libs/libgee-0.6.3:0
- >=x11-libs/gtk+-2.99.4:3[introspection?]
+ >=x11-libs/gtk+-3.4.4:3[introspection?]
>=x11-libs/cairo-1.10
>=x11-libs/pango-1.28.0
>=sys-fs/udev-171[gudev]
>=gnome-base/gnome-desktop-2.91.6:3
>=gnome-base/librsvg-2.32.0:2
>=media-libs/libcanberra-0.26[gtk3]
- >=media-libs/clutter-1.6.1:1.0[introspection?]
+ >=media-libs/clutter-1.10:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-1.0.0:1.0
+ >=media-libs/clutter-gst-1.9:2.0
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
- x11-libs/mx
x11-libs/libX11
x11-libs/libXtst
- >=media-libs/gstreamer-0.10.32:0.10[introspection?]
- >=media-libs/gst-plugins-base-0.10.32:0.10[introspection?]
+ media-libs/gstreamer:1.0[introspection?]
+ media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-bad-0.10.19
- >=media-libs/gst-plugins-good-0.10.16:0.10
- >=media-plugins/gst-plugins-ogg-0.10.20:0.10
- >=media-plugins/gst-plugins-pango-0.10.20:0.10
- >=media-plugins/gst-plugins-theora-0.10.20:0.10
- >=media-plugins/gst-plugins-vorbis-0.10.20:0.10
+ media-libs/gst-plugins-bad:1.0
+ media-libs/gst-plugins-good:1.0
- media-plugins/gst-plugins-jpeg:0.10
- media-plugins/gst-plugins-v4l2:0.10
- media-plugins/gst-plugins-vp8:0.10
-
- || ( media-plugins/gst-plugins-x:0.10
- media-plugins/gst-plugins-xvideo:0.10 )
+ media-plugins/gst-plugins-jpeg:1.0
+ media-plugins/gst-plugins-v4l2:1.0
+ media-plugins/gst-plugins-vp8:1.0
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.40
-
app-text/docbook-xml-dtd:4.3
dev-libs/libxml2:2
+ >=dev-util/gtk-doc-1.14
+ >=dev-util/intltool-0.50
dev-util/itstool
+ virtual/pkgconfig
x11-proto/xf86vidmodeproto
-
- doc? ( >=dev-util/gtk-doc-1.14 )
test? ( dev-libs/glib:2[utils] )"
if [[ ${PV} = 9999 ]]; then
- DEPEND+=" dev-lang/vala:0.18"
+ DEPEND="${DEPEND}
+ dev-lang/vala:0.18
+ doc? ( >=dev-util/gtk-doc-1.14 )"
fi
-pkg_setup() {
+src_configure() {
+ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
- VALAC=$(type -p valac-0.18)
+ GST_INSPECT=$(type -P true)
+ VALAC=$(type -P valac-0.18)
$(use_enable introspection)
--disable-lcov
--disable-static"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-src_configure() {
- # Work around sandbox violations when FEATURES=-userpriv caused by
- # gst-inspect-0.10 (bug #410061)
- unset DISPLAY
gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-11-01 22:48 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-01 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 6f84f09c1f18a7579fb501b931b60dc2aa2b155f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 1 21:23:57 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 1 21:41:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6f84f09c
media-video/cheese: fix dependencies
---
media-video/cheese/cheese-3.6.1.ebuild | 2 +-
media-video/cheese/cheese-9999.ebuild | 2 +-
media-video/cheese/metadata.xml | 11 +++++++++++
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/media-video/cheese/cheese-3.6.1.ebuild b/media-video/cheese/cheese-3.6.1.ebuild
index f33e2eb..498439a 100644
--- a/media-video/cheese/cheese-3.6.1.ebuild
+++ b/media-video/cheese/cheese-3.6.1.ebuild
@@ -53,7 +53,7 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-jpeg:1.0
media-plugins/gst-plugins-v4l2:1.0
- media-plugins/gst-plugins-vp8:1.0
+ media-plugins/gst-plugins-vpx:1.0
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index f33e2eb..498439a 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -53,7 +53,7 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-jpeg:1.0
media-plugins/gst-plugins-v4l2:1.0
- media-plugins/gst-plugins-vp8:1.0
+ media-plugins/gst-plugins-vpx:1.0
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
DEPEND="${COMMON_DEPEND}
diff --git a/media-video/cheese/metadata.xml b/media-video/cheese/metadata.xml
new file mode 100644
index 0000000..3320bde
--- /dev/null
+++ b/media-video/cheese/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+ for introspection</flag>
+ <flag name="sendto">Build the <pkg>gnome-extra/nautilus-sendto</pkg>
+ plugin</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-11-01 22:48 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-01 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 9f02ecd1a5129ac0489c512b9d484a958fd932da
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 1 22:47:31 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 1 22:47:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9f02ecd1
media-video/cheese: add missing preserve-libs calls
---
media-video/cheese/cheese-3.6.1.ebuild | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/media-video/cheese/cheese-3.6.1.ebuild b/media-video/cheese/cheese-3.6.1.ebuild
index 498439a..660813e 100644
--- a/media-video/cheese/cheese-3.6.1.ebuild
+++ b/media-video/cheese/cheese-3.6.1.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2 virtualx
+inherit eutils gnome2 multilib virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -95,3 +95,15 @@ src_compile() {
src_test() {
Xemake check
}
+
+pkg_preinst() {
+ gnome2_pkg_preinst
+ preserve_old_lib /usr/$(get_libdir)/libcheese.so.3 \
+ /usr/$(get_libdir)/libcheese-gtk.so.21
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ preserve_old_lib_notify /usr/$(get_libdir)/libcheese.so.3 \
+ /usr/$(get_libdir)/libcheese-gtk.so.21
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-11-22 22:29 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 22:29 UTC (permalink / raw
To: gentoo-commits
commit: 1bde962b579a317d49ffdbfdde7a618631ab084b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 22:29:15 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 22:29:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1bde962b
media-video/cheese: 3.6.1 → 3.6.2
---
.../{cheese-3.6.1.ebuild => cheese-3.6.2.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.6.1.ebuild b/media-video/cheese/cheese-3.6.2.ebuild
similarity index 100%
rename from media-video/cheese/cheese-3.6.1.ebuild
rename to media-video/cheese/cheese-3.6.2.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-12-08 17:34 Alexandre Rostovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-08 17:34 UTC (permalink / raw
To: gentoo-commits
commit: fa050016dd5a5a5f1446ab477c3f180ba32a9c3d
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 7 19:30:53 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sat Dec 8 17:29:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fa050016
media-video/cheese: update to EAPI5, add subslot, update license
---
media-video/cheese/cheese-3.6.2.ebuild | 9 +++++----
media-video/cheese/cheese-9999.ebuild | 23 ++++++++++++++++++-----
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/media-video/cheese/cheese-3.6.2.ebuild b/media-video/cheese/cheese-3.6.2.ebuild
index df86567..f18257c 100644
--- a/media-video/cheese/cheese-3.6.2.ebuild
+++ b/media-video/cheese/cheese-3.6.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -14,8 +14,8 @@ fi
DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
HOMEPAGE="http://www.gnome.org/projects/cheese/"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2+"
+SLOT="0/7" # subslot = libcheese soname version
IUSE="+introspection sendto test"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -30,12 +30,13 @@ COMMON_DEPEND="
>=x11-libs/gtk+-3.4.4:3[introspection?]
>=x11-libs/cairo-1.10
>=x11-libs/pango-1.28.0
- >=gnome-base/gnome-desktop-2.91.6:3
+ >=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.10:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
>=media-libs/clutter-gst-1.9:2.0
+ media-libs/cogl:0.10=[introspection?]
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 65b85be..f18257c 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2 virtualx
+inherit eutils gnome2 multilib virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -14,8 +14,8 @@ fi
DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
HOMEPAGE="http://www.gnome.org/projects/cheese/"
-LICENSE="GPL-2"
-SLOT="0"
+LICENSE="GPL-2+"
+SLOT="0/7" # subslot = libcheese soname version
IUSE="+introspection sendto test"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -30,12 +30,13 @@ COMMON_DEPEND="
>=x11-libs/gtk+-3.4.4:3[introspection?]
>=x11-libs/cairo-1.10
>=x11-libs/pango-1.28.0
- >=gnome-base/gnome-desktop-2.91.6:3
+ >=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.10:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
>=media-libs/clutter-gst-1.9:2.0
+ media-libs/cogl:0.10=[introspection?]
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
@@ -95,3 +96,15 @@ src_compile() {
src_test() {
Xemake check
}
+
+pkg_preinst() {
+ gnome2_pkg_preinst
+ preserve_old_lib /usr/$(get_libdir)/libcheese.so.3 \
+ /usr/$(get_libdir)/libcheese-gtk.so.21
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ preserve_old_lib_notify /usr/$(get_libdir)/libcheese.so.3 \
+ /usr/$(get_libdir)/libcheese-gtk.so.21
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-12-09 5:47 Alexandre Rostovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-09 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 049c8e06513526aef4f6b77ffb53a26735ff5f84
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 9 05:47:09 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sun Dec 9 05:47:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=049c8e06
media-video/cheese: typo, wrong cogl slot
---
media-video/cheese/cheese-3.6.2.ebuild | 2 +-
media-video/cheese/cheese-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/cheese/cheese-3.6.2.ebuild b/media-video/cheese/cheese-3.6.2.ebuild
index f18257c..f9c7fe1 100644
--- a/media-video/cheese/cheese-3.6.2.ebuild
+++ b/media-video/cheese/cheese-3.6.2.ebuild
@@ -36,7 +36,7 @@ COMMON_DEPEND="
>=media-libs/clutter-1.10:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
>=media-libs/clutter-gst-1.9:2.0
- media-libs/cogl:0.10=[introspection?]
+ media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index f18257c..f9c7fe1 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -36,7 +36,7 @@ COMMON_DEPEND="
>=media-libs/clutter-1.10:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
>=media-libs/clutter-gst-1.9:2.0
- media-libs/cogl:0.10=[introspection?]
+ media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
x11-libs/gdk-pixbuf:2[jpeg,introspection?]
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2012-12-19 8:38 Alexandre Rostovtsev
0 siblings, 0 replies; 40+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-19 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 8d3749e1ecf4ef5051700307a92d73d4248aa4db
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 08:17:43 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 08:17:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8d3749e1
media-video/cheese: moved to gx86
Sync live ebuild with gx86, remove global flag from metadata.
---
media-video/cheese/cheese-3.6.2.ebuild | 110 --------------------------------
media-video/cheese/cheese-9999.ebuild | 9 +--
media-video/cheese/metadata.xml | 2 -
3 files changed, 4 insertions(+), 117 deletions(-)
diff --git a/media-video/cheese/cheese-3.6.2.ebuild b/media-video/cheese/cheese-3.6.2.ebuild
deleted file mode 100644
index f9c7fe1..0000000
--- a/media-video/cheese/cheese-3.6.2.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="http://www.gnome.org/projects/cheese/"
-
-LICENSE="GPL-2+"
-SLOT="0/7" # subslot = libcheese soname version
-IUSE="+introspection sendto test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.28:2
- >=dev-libs/libgee-0.6.3:0
- >=x11-libs/gtk+-3.4.4: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.10:1.0[introspection?]
- >=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-1.9: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/udev-171[gudev]
- 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
-
- sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.3
- dev-libs/libxml2:2
- >=dev-util/gtk-doc-1.14
- >=dev-util/intltool-0.50
- dev-util/itstool
- virtual/pkgconfig
- x11-proto/xf86vidmodeproto
- test? ( dev-libs/glib:2[utils] )"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- dev-lang/vala:0.18
- doc? ( >=dev-util/gtk-doc-1.14 )"
-fi
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- GST_INSPECT=$(type -P true)
- VALAC=$(type -P valac-0.18)
- $(use_enable introspection)
- --disable-lcov
- --disable-static"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
- gnome2_src_configure
-}
-
-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
-}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- preserve_old_lib /usr/$(get_libdir)/libcheese.so.3 \
- /usr/$(get_libdir)/libcheese-gtk.so.21
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- preserve_old_lib_notify /usr/$(get_libdir)/libcheese.so.3 \
- /usr/$(get_libdir)/libcheese-gtk.so.21
-}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index f9c7fe1..b86951e 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.4.2.ebuild,v 1.1 2012/05/24 08:04:54 tetromino Exp $
+# $Header: $
EAPI="5"
GCONF_DEBUG="no"
@@ -21,14 +21,14 @@ if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi
COMMON_DEPEND="
>=dev-libs/glib-2.28:2
>=dev-libs/libgee-0.6.3:0
>=x11-libs/gtk+-3.4.4:3[introspection?]
- >=x11-libs/cairo-1.10
+ >=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
@@ -46,7 +46,7 @@ COMMON_DEPEND="
media-libs/gstreamer:1.0[introspection?]
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
- >=virtual/udev-171[gudev]
+ >=virtual/udev-171:=[gudev]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
RDEPEND="${COMMON_DEPEND}
media-libs/gst-plugins-bad:1.0
@@ -74,7 +74,6 @@ if [[ ${PV} = 9999 ]]; then
fi
src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
GST_INSPECT=$(type -P true)
VALAC=$(type -P valac-0.18)
diff --git a/media-video/cheese/metadata.xml b/media-video/cheese/metadata.xml
index 3320bde..7d99bc3 100644
--- a/media-video/cheese/metadata.xml
+++ b/media-video/cheese/metadata.xml
@@ -3,8 +3,6 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
- <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
- for introspection</flag>
<flag name="sendto">Build the <pkg>gnome-extra/nautilus-sendto</pkg>
plugin</flag>
</use>
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2013-10-13 16:45 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-13 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 225087d1593751b732d73ab6a7d67b92d379e2fb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 16:41:55 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 16:44:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=225087d1
media-video/cheese: 3.8.3 → 3.10.0
---
.../{cheese-9999.ebuild => cheese-3.10.0.ebuild} | 71 +++++++---------------
media-video/cheese/cheese-9999.ebuild | 61 ++++++++-----------
2 files changed, 47 insertions(+), 85 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-3.10.0.ebuild
similarity index 53%
copy from media-video/cheese/cheese-9999.ebuild
copy to media-video/cheese/cheese-3.10.0.ebuild
index b86951e..655e037 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-3.10.0.ebuild
@@ -1,41 +1,33 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.18"
-inherit eutils gnome2 multilib virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
+inherit gnome2 vala virtualx
DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="http://www.gnome.org/projects/cheese/"
+HOMEPAGE="http://projects.gnome.org/cheese/"
LICENSE="GPL-2+"
SLOT="0/7" # subslot = libcheese soname version
-IUSE="+introspection sendto test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
+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.28:2
- >=dev-libs/libgee-0.6.3:0
+ >=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.4.4: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.10:1.0[introspection?]
+ >=media-libs/clutter-1.13.2:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-1.9:2.0
+ >=media-libs/clutter-gst-2.0.6:2.0
media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
@@ -47,7 +39,8 @@ COMMON_DEPEND="
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
>=virtual/udev-171:=[gudev]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+"
RDEPEND="${COMMON_DEPEND}
media-libs/gst-plugins-bad:1.0
media-libs/gst-plugins-good:1.0
@@ -55,9 +48,9 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-jpeg:1.0
media-plugins/gst-plugins-v4l2:1.0
media-plugins/gst-plugins-vpx:1.0
-
- sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
+"
DEPEND="${COMMON_DEPEND}
+ $(vala_depend)
app-text/docbook-xml-dtd:4.3
dev-libs/libxml2:2
>=dev-util/gtk-doc-1.14
@@ -65,24 +58,16 @@ DEPEND="${COMMON_DEPEND}
dev-util/itstool
virtual/pkgconfig
x11-proto/xf86vidmodeproto
- test? ( dev-libs/glib:2[utils] )"
-
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- dev-lang/vala:0.18
- doc? ( >=dev-util/gtk-doc-1.14 )"
-fi
+ test? ( dev-libs/glib:2[utils] )
+"
src_configure() {
- G2CONF="${G2CONF}
- GST_INSPECT=$(type -P true)
- VALAC=$(type -P valac-0.18)
- $(use_enable introspection)
- --disable-lcov
- --disable-static"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
- gnome2_src_configure
+ gnome2_src_configure \
+ GST_INSPECT=$(type -P true) \
+ $(use_enable introspection) \
+ --disable-lcov \
+ --disable-static \
+ ITSTOOL=$(type -P true)
}
src_compile() {
@@ -95,15 +80,3 @@ src_compile() {
src_test() {
Xemake check
}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- preserve_old_lib /usr/$(get_libdir)/libcheese.so.3 \
- /usr/$(get_libdir)/libcheese-gtk.so.21
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- preserve_old_lib_notify /usr/$(get_libdir)/libcheese.so.3 \
- /usr/$(get_libdir)/libcheese-gtk.so.21
-}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index b86951e..cad84dc 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,41 +1,41 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.18"
-inherit eutils gnome2 multilib virtualx
+inherit gnome2 vala virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="http://www.gnome.org/projects/cheese/"
+HOMEPAGE="http://projects.gnome.org/cheese/"
LICENSE="GPL-2+"
SLOT="0/7" # subslot = libcheese soname version
-IUSE="+introspection sendto test"
+IUSE="+introspection test"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
+# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
COMMON_DEPEND="
- >=dev-libs/glib-2.28:2
- >=dev-libs/libgee-0.6.3:0
+ >=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.4.4: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.10:1.0[introspection?]
+ >=media-libs/clutter-1.13.2:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-1.9:2.0
+ >=media-libs/clutter-gst-2.0.6:2.0
media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
@@ -47,7 +47,8 @@ COMMON_DEPEND="
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
>=virtual/udev-171:=[gudev]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+"
RDEPEND="${COMMON_DEPEND}
media-libs/gst-plugins-bad:1.0
media-libs/gst-plugins-good:1.0
@@ -55,9 +56,9 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-jpeg:1.0
media-plugins/gst-plugins-v4l2:1.0
media-plugins/gst-plugins-vpx:1.0
-
- sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
+"
DEPEND="${COMMON_DEPEND}
+ $(vala_depend)
app-text/docbook-xml-dtd:4.3
dev-libs/libxml2:2
>=dev-util/gtk-doc-1.14
@@ -65,24 +66,24 @@ DEPEND="${COMMON_DEPEND}
dev-util/itstool
virtual/pkgconfig
x11-proto/xf86vidmodeproto
- test? ( dev-libs/glib:2[utils] )"
+ test? ( dev-libs/glib:2[utils] )
+"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
- dev-lang/vala:0.18
doc? ( >=dev-util/gtk-doc-1.14 )"
fi
src_configure() {
- G2CONF="${G2CONF}
- GST_INSPECT=$(type -P true)
- VALAC=$(type -P valac-0.18)
- $(use_enable introspection)
- --disable-lcov
- --disable-static"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-
- gnome2_src_configure
+ local myconf=""
+ [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
+
+ gnome2_src_configure \
+ GST_INSPECT=$(type -P true) \
+ $(use_enable introspection) \
+ --disable-lcov \
+ --disable-static \
+ ${myconf}
}
src_compile() {
@@ -95,15 +96,3 @@ src_compile() {
src_test() {
Xemake check
}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- preserve_old_lib /usr/$(get_libdir)/libcheese.so.3 \
- /usr/$(get_libdir)/libcheese-gtk.so.21
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- preserve_old_lib_notify /usr/$(get_libdir)/libcheese.so.3 \
- /usr/$(get_libdir)/libcheese-gtk.so.21
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2013-11-16 11:46 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 11:46 UTC (permalink / raw
To: gentoo-commits
commit: fd68be340492aa71d093d741809e08c5b1e13545
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:43:08 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:43:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fd68be34
media-video/cheese: 3.10.0 → 3.10.2
* Fix dependency on itstool, it's actually yelp-tools that is required
* Fix gtk-doc dependency to match team policy
---
media-video/cheese/{cheese-3.10.0.ebuild => cheese-3.10.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.10.0.ebuild b/media-video/cheese/cheese-3.10.2.ebuild
similarity index 100%
rename from media-video/cheese/cheese-3.10.0.ebuild
rename to media-video/cheese/cheese-3.10.2.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2013-11-16 11:54 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 02277ae77ee7cabdca508fc5175580624a176419
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 13:53:37 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 13:53:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=02277ae7
media-video/cheese: fix previous commit
---
media-video/cheese/cheese-3.10.2.ebuild | 4 ++--
media-video/cheese/cheese-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-video/cheese/cheese-3.10.2.ebuild b/media-video/cheese/cheese-3.10.2.ebuild
index 655e037..125323e 100644
--- a/media-video/cheese/cheese-3.10.2.ebuild
+++ b/media-video/cheese/cheese-3.10.2.ebuild
@@ -52,10 +52,10 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
$(vala_depend)
app-text/docbook-xml-dtd:4.3
+ app-text/yelp-tools
dev-libs/libxml2:2
- >=dev-util/gtk-doc-1.14
+ >=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] )
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index cad84dc..a1a7d28 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -60,10 +60,10 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
$(vala_depend)
app-text/docbook-xml-dtd:4.3
+ app-text/yelp-tools
dev-libs/libxml2:2
- >=dev-util/gtk-doc-1.14
+ >=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] )
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2014-04-20 13:54 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 6390f0ca8022ecf687c2084997c02d09ebbbcc5d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 17:05:05 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:50 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6390f0ca
media-video/cheese: 3.10.2 → 3.12.0
---
.../{cheese-9999.ebuild => cheese-3.12.0.ebuild} | 35 +++++++++-------------
media-video/cheese/cheese-9999.ebuild | 8 ++---
2 files changed, 18 insertions(+), 25 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-3.12.0.ebuild
similarity index 79%
copy from media-video/cheese/cheese-9999.ebuild
copy to media-video/cheese/cheese-3.12.0.ebuild
index a1a7d28..6a98ce4 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-3.12.0.ebuild
@@ -1,15 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+VALA_MIN_API_VERSION="0.24"
inherit gnome2 vala virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
HOMEPAGE="http://projects.gnome.org/cheese/"
@@ -17,17 +14,12 @@ HOMEPAGE="http://projects.gnome.org/cheese/"
LICENSE="GPL-2+"
SLOT="0/7" # subslot = libcheese soname version
IUSE="+introspection test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+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.32:2
- >=x11-libs/gtk+-3.4.4:3[introspection?]
+ >=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=
@@ -69,21 +61,22 @@ DEPEND="${COMMON_DEPEND}
test? ( dev-libs/glib:2[utils] )
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.14 )"
-fi
+src_prepare() {
+ # Looks like a regression from a 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
-src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
+ gnome2_src_prepare
+}
+src_configure() {
gnome2_src_configure \
GST_INSPECT=$(type -P true) \
$(use_enable introspection) \
--disable-lcov \
--disable-static \
- ${myconf}
+ ITSTOOL=$(type -P true)
}
src_compile() {
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index a1a7d28..c20031d 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
+VALA_MIN_API_VERSION="0.24"
inherit gnome2 vala virtualx
if [[ ${PV} = 9999 ]]; then
@@ -26,8 +26,8 @@ fi
# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
COMMON_DEPEND="
- >=dev-libs/glib-2.32:2
- >=x11-libs/gtk+-3.4.4:3[introspection?]
+ >=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=
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2014-04-20 23:44 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 4d34a64efaa9495fb0bd34030b59bfa9b031e028
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 23:42:36 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 23:43:42 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4d34a64e
media-video/cheese: add missing call to vala_src_prepare
Does not seem to affect the build, but at least it finds the correct
vala now.
---
media-video/cheese/cheese-3.12.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-video/cheese/cheese-3.12.0.ebuild b/media-video/cheese/cheese-3.12.0.ebuild
index 6a98ce4..ce83a92 100644
--- a/media-video/cheese/cheese-3.12.0.ebuild
+++ b/media-video/cheese/cheese-3.12.0.ebuild
@@ -67,6 +67,7 @@ src_prepare() {
-e 's|\(g_test_add_func.*video_path.*;\)|/*\1*/|' \
-i "${S}"/tests/test-libcheese.c || die
+ vala_src_prepare
gnome2_src_prepare
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2014-04-23 22:14 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
To: gentoo-commits
commit: f975a516adf3aee0191037ff94b10f0e2b9dc3c2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:50:25 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:13 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f975a516
media-video/cheese: 3.12.0 → 3.12.1
---
media-video/cheese/{cheese-3.12.0.ebuild => cheese-3.12.1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/cheese/cheese-3.12.0.ebuild b/media-video/cheese/cheese-3.12.1.ebuild
similarity index 97%
rename from media-video/cheese/cheese-3.12.0.ebuild
rename to media-video/cheese/cheese-3.12.1.ebuild
index ce83a92..9934d52 100644
--- a/media-video/cheese/cheese-3.12.0.ebuild
+++ b/media-video/cheese/cheese-3.12.1.ebuild
@@ -62,7 +62,7 @@ DEPEND="${COMMON_DEPEND}
"
src_prepare() {
- # Looks like a regression from a underlying library
+ # 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
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2014-10-13 21:51 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-13 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 1ab642c2bdfa6683b3c8cb1e3942913540c1c391
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:18:53 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:18:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1ab642c2
media-video/cheese: 3.14.0 → 3.14.1
---
media-video/cheese/{cheese-3.14.0.ebuild => cheese-3.14.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-video/cheese/cheese-3.14.0.ebuild b/media-video/cheese/cheese-3.14.1.ebuild
similarity index 100%
rename from media-video/cheese/cheese-3.14.0.ebuild
rename to media-video/cheese/cheese-3.14.1.ebuild
^ permalink raw reply [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2014-11-23 22:28 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 22:28 UTC (permalink / raw
To: gentoo-commits
commit: 6b2d9b084193bcbbd3efe3ddaf20d595c0a86b5d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:00:35 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:00:35 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6b2d9b08
media-video/cheese: 3.14.1 → 3.14.2
---
media-video/cheese/{cheese-3.14.1.ebuild => cheese-3.14.2.ebuild} | 7 +------
media-video/cheese/cheese-9999.ebuild | 7 ++++++-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/media-video/cheese/cheese-3.14.1.ebuild b/media-video/cheese/cheese-3.14.2.ebuild
similarity index 89%
rename from media-video/cheese/cheese-3.14.1.ebuild
rename to media-video/cheese/cheese-3.14.2.ebuild
index b75470b..05c0ce9 100644
--- a/media-video/cheese/cheese-3.14.1.ebuild
+++ b/media-video/cheese/cheese-3.14.2.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
+VALA_MIN_API_VERSION="0.26"
inherit gnome2 vala virtualx
@@ -61,11 +61,6 @@ DEPEND="${COMMON_DEPEND}
"
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
}
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 21754d4..4edafd6 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
+VALA_MIN_API_VERSION="0.26"
inherit gnome2 vala virtualx
if [[ ${PV} = 9999 ]]; then
@@ -73,6 +73,11 @@ if [[ ${PV} = 9999 ]]; then
doc? ( >=dev-util/gtk-doc-1.14 )"
fi
+src_prepare() {
+ gnome2-live_src_prepare
+ vala_src_prepare
+}
+
src_configure() {
local myconf=""
[[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2014-12-26 21:53 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 319197260b36670c565975a7f22baeff15d2ef12
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:52:51 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:52:51 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=31919726
media-video/cheese: moved to gentoo-x86
---
media-video/cheese/cheese-3.14.2.ebuild | 86 ---------------------------------
1 file changed, 86 deletions(-)
diff --git a/media-video/cheese/cheese-3.14.2.ebuild b/media-video/cheese/cheese-3.14.2.ebuild
deleted file mode 100644
index 05c0ce9..0000000
--- a/media-video/cheese/cheese-3.14.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2015-06-10 10:37 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 34c8a3421bf890c5c99fde0ddb988a93422e3861
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 22:43:21 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 22:43:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=34c8a342
media-video/cheese: moved to gentoo-x86
media-video/cheese/cheese-3.16.1.ebuild | 86 ---------------------------------
1 file changed, 86 deletions(-)
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 27f673e..0000000
--- 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
-# $Header: $
-
-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-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
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2016-04-02 11:36 Ole Reifschneider
0 siblings, 0 replies; 40+ messages in thread
From: Ole Reifschneider @ 2016-04-02 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 1171e04482494001c7df33ab842f2024adc9f7bc
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 11:36:17 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 11:36:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1171e044
media-video/cheese: Bump version to 3.20.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
.../{cheese-9999.ebuild => cheese-3.20.0.ebuild} | 35 ++++++----------------
media-video/cheese/cheese-9999.ebuild | 13 ++++----
2 files changed, 15 insertions(+), 33 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-3.20.0.ebuild
similarity index 73%
copy from media-video/cheese/cheese-9999.ebuild
copy to media-video/cheese/cheese-3.20.0.ebuild
index 82a8e62..0d4d0be 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,22 +7,14 @@ GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.26"
inherit gnome2 vala virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
LICENSE="GPL-2+"
-SLOT="0/7" # subslot = libcheese soname version
+SLOT="0/8" # subslot = libcheese soname version
IUSE="+introspection test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
COMMON_DEPEND="
@@ -32,7 +24,7 @@ COMMON_DEPEND="
>=media-libs/libcanberra-0.26[gtk3]
>=media-libs/clutter-1.13.2:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-2.0.6:2.0
+ media-libs/clutter-gst:3.0
media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
@@ -43,11 +35,10 @@ COMMON_DEPEND="
media-libs/gstreamer:1.0[introspection?]
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
- virtual/libgudev:=
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
"
RDEPEND="${COMMON_DEPEND}
- media-libs/gst-plugins-bad:1.0
+ >=media-libs/gst-plugins-bad-1.4:1.0
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-jpeg:1.0
@@ -63,31 +54,23 @@ DEPEND="${COMMON_DEPEND}
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] )
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.14 )"
-fi
-
src_prepare() {
- gnome2-live_src_prepare
vala_src_prepare
+ gnome2_src_prepare
}
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
-
gnome2_src_configure \
GST_INSPECT=$(type -P true) \
$(use_enable introspection) \
--disable-lcov \
- --disable-static \
- ${myconf}
+ --disable-static
}
src_compile() {
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index 82a8e62..ecc673e 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
LICENSE="GPL-2+"
-SLOT="0/7" # subslot = libcheese soname version
+SLOT="0/8" # subslot = libcheese soname version
IUSE="+introspection test"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -32,7 +32,7 @@ COMMON_DEPEND="
>=media-libs/libcanberra-0.26[gtk3]
>=media-libs/clutter-1.13.2:1.0[introspection?]
>=media-libs/clutter-gtk-0.91.8:1.0
- >=media-libs/clutter-gst-2.0.6:2.0
+ media-libs/clutter-gst:3.0
media-libs/cogl:1.0=[introspection?]
media-video/gnome-video-effects
@@ -43,11 +43,10 @@ COMMON_DEPEND="
media-libs/gstreamer:1.0[introspection?]
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
- virtual/libgudev:=
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
"
RDEPEND="${COMMON_DEPEND}
- media-libs/gst-plugins-bad:1.0
+ >=media-libs/gst-plugins-bad-1.4:1.0
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-jpeg:1.0
@@ -74,8 +73,8 @@ if [[ ${PV} = 9999 ]]; then
fi
src_prepare() {
- gnome2-live_src_prepare
vala_src_prepare
+ gnome2-live_src_prepare
}
src_configure() {
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2017-12-20 19:39 Sobhan Mohammadpour
0 siblings, 0 replies; 40+ messages in thread
From: Sobhan Mohammadpour @ 2017-12-20 19:39 UTC (permalink / raw
To: gentoo-commits
commit: f615149d1bdd00a96352c30447f8882a04c281a8
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 19:31:30 2017 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 19:31:30 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f615149d
media-video/cheese: version bump to 3.26.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1
media-video/cheese/cheese-3.26.0.ebuild | 76 +++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
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 00000000..67802db2
--- /dev/null
+++ b/media-video/cheese/cheese-3.26.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-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
+"
+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
+}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2018-01-12 14:22 Dennis Lamm
0 siblings, 0 replies; 40+ messages in thread
From: Dennis Lamm @ 2018-01-12 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 7e08f92f97117eed02ec37ce5620ad1bc652bef9
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:21:46 2018 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:21:46 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e08f92f
media-video/cheese: removed old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
media-video/cheese/cheese-3.20.0.ebuild | 85 ---------------------------------
1 file changed, 85 deletions(-)
diff --git a/media-video/cheese/cheese-3.20.0.ebuild b/media-video/cheese/cheese-3.20.0.ebuild
deleted file mode 100644
index 0d4d0be5..00000000
--- a/media-video/cheese/cheese-3.20.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.26"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
-
-LICENSE="GPL-2+"
-SLOT="0/8" # subslot = libcheese soname version
-IUSE="+introspection test"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
-COMMON_DEPEND="
- >=dev-libs/glib-2.39.90:2
- >=x11-libs/gtk+-3.13.4:3[introspection?]
- >=gnome-base/gnome-desktop-2.91.6:3=
- >=media-libs/libcanberra-0.26[gtk3]
- >=media-libs/clutter-1.13.2:1.0[introspection?]
- >=media-libs/clutter-gtk-0.91.8:1.0
- media-libs/clutter-gst:3.0
- media-libs/cogl:1.0=[introspection?]
-
- media-video/gnome-video-effects
- x11-libs/gdk-pixbuf:2[jpeg,introspection?]
- x11-libs/libX11
- x11-libs/libXtst
-
- media-libs/gstreamer:1.0[introspection?]
- media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
-
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-bad-1.4:1.0
- media-libs/gst-plugins-good:1.0
-
- media-plugins/gst-plugins-jpeg:1.0
- media-plugins/gst-plugins-v4l2:1.0
- media-plugins/gst-plugins-vpx:1.0
-"
-DEPEND="${COMMON_DEPEND}
- $(vala_depend)
- app-text/docbook-xml-dtd:4.3
- app-text/yelp-tools
- dev-libs/appstream-glib
- dev-libs/libxml2:2
- dev-util/gdbus-codegen
- >=dev-util/gtk-doc-am-1.14
- >=dev-util/intltool-0.50
- dev-util/itstool
- virtual/pkgconfig
- x11-proto/xf86vidmodeproto
- test? ( dev-libs/glib:2[utils] )
-"
-
-src_prepare() {
- vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- GST_INSPECT=$(type -P true) \
- $(use_enable introspection) \
- --disable-lcov \
- --disable-static
-}
-
-src_compile() {
- # Clutter-related sandbox violations when USE="doc introspection" and
- # FEATURES="-userpriv" (see bug #385917).
- unset DISPLAY
- gnome2_src_compile
-}
-
-src_test() {
- Xemake check
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2018-05-31 7:10 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-31 7:10 UTC (permalink / raw
To: gentoo-commits
commit: cabcc59cc7a37a361fc6911ae29132dd2c0b50a7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 06:48:57 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 31 07:09:45 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cabcc59c
media-video/cheese: drop unused gdbus-codegen dependency
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
media-video/cheese/cheese-3.26.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/cheese/cheese-3.26.0.ebuild b/media-video/cheese/cheese-3.26.0.ebuild
index 39e7f475..1ed5dc2d 100644
--- a/media-video/cheese/cheese-3.26.0.ebuild
+++ b/media-video/cheese/cheese-3.26.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
@@ -42,6 +42,7 @@ RDEPEND="${COMMON_DEPEND}
>=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
@@ -49,7 +50,6 @@ DEPEND="${COMMON_DEPEND}
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
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2018-05-31 7:10 Gilles Dartiguelongue
0 siblings, 0 replies; 40+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-31 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 254220aa2813bc236233412e638fe5bd496a9bdd
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 06:51:34 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 31 07:09:45 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=254220aa
media-video/cheese: synchronize live ebuild
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
media-video/cheese/cheese-9999.ebuild | 42 +++++++++++++----------------------
1 file changed, 15 insertions(+), 27 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index faf364f9..b5efd8bb 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
VALA_MIN_API_VERSION="0.26"
inherit gnome2 vala virtualx
@@ -21,17 +19,16 @@ if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
-# 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-gtk-1:1.0
media-libs/clutter-gst:3.0
media-libs/cogl:1.0=[introspection?]
@@ -40,28 +37,30 @@ 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]
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
"
+# 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-util/gdbus-codegen
+ 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] )
@@ -78,24 +77,13 @@ src_prepare() {
}
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
-
gnome2_src_configure \
GST_INSPECT=$(type -P true) \
$(use_enable introspection) \
--disable-lcov \
- --disable-static \
- ${myconf}
-}
-
-src_compile() {
- # Clutter-related sandbox violations when USE="doc introspection" and
- # FEATURES="-userpriv" (see bug #385917).
- unset DISPLAY
- gnome2_src_compile
+ --disable-static
}
src_test() {
- Xemake check
+ virtx emake check
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2018-08-03 11:51 Mart Raudsepp
0 siblings, 0 replies; 40+ messages in thread
From: Mart Raudsepp @ 2018-08-03 11:51 UTC (permalink / raw
To: gentoo-commits
commit: 50483fe9608b9f36fc526304bacfa1febec37977
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 11:48:21 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 11:48:21 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=50483fe9
media-video/cheese: remove; 3.28.0 available in ::gentoo with fixes
Package-Manager: Portage-2.3.43, Repoman-2.3.10
media-video/cheese/cheese-3.26.0.ebuild | 76 ---------------------------------
1 file changed, 76 deletions(-)
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 1ed5dc2d..00000000
--- a/media-video/cheese/cheese-3.26.0.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-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
-}
^ permalink raw reply related [flat|nested] 40+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-video/cheese/
@ 2018-08-03 11:51 Mart Raudsepp
0 siblings, 0 replies; 40+ messages in thread
From: Mart Raudsepp @ 2018-08-03 11:51 UTC (permalink / raw
To: gentoo-commits
commit: 06695f40fd43883a2113c1631d68af232b0ef669
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 11:50:44 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 11:50:44 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=06695f40
media-video/cheese-9999: fix tests, remove unnecessary glib[utils] dep
Tests were broken on fresh install since 3.26.0 bump, restore it by
syncing with main tree again.
Workaround unnecessary glib[utils] gtester-report test dependency.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
media-video/cheese/cheese-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-video/cheese/cheese-9999.ebuild b/media-video/cheese/cheese-9999.ebuild
index b5efd8bb..b23704c1 100644
--- a/media-video/cheese/cheese-9999.ebuild
+++ b/media-video/cheese/cheese-9999.ebuild
@@ -63,7 +63,6 @@ DEPEND="${COMMON_DEPEND}
dev-util/itstool
virtual/pkgconfig
x11-base/xorg-proto
- test? ( dev-libs/glib:2[utils] )
"
if [[ ${PV} = 9999 ]]; then
@@ -79,11 +78,13 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
GST_INSPECT=$(type -P true) \
+ GTESTER_REPORT=$(type -P true) \
$(use_enable introspection) \
--disable-lcov \
--disable-static
}
src_test() {
- virtx emake check
+ "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+ GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
}
^ permalink raw reply related [flat|nested] 40+ messages in thread
end of thread, other threads:[~2018-08-03 11:51 UTC | newest]
Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03 11:51 [gentoo-commits] proj/gnome:master commit in: media-video/cheese/ Mart Raudsepp
-- strict thread matches above, loose matches on Subject: below --
2018-08-03 11:51 Mart Raudsepp
2018-05-31 7:10 Gilles Dartiguelongue
2018-05-31 7:10 Gilles Dartiguelongue
2018-01-12 14:22 Dennis Lamm
2017-12-20 19:39 Sobhan Mohammadpour
2016-04-02 11:36 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-11-23 22:28 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-20 23:44 Gilles Dartiguelongue
2014-04-20 13:54 Gilles Dartiguelongue
2013-11-16 11:54 Gilles Dartiguelongue
2013-11-16 11:46 Gilles Dartiguelongue
2013-10-13 16:45 Gilles Dartiguelongue
2012-12-19 8:38 Alexandre Rostovtsev
2012-12-09 5:47 Alexandre Rostovtsev
2012-12-08 17:34 Alexandre Rostovtsev
2012-11-22 22:29 Gilles Dartiguelongue
2012-11-01 22:48 Gilles Dartiguelongue
2012-11-01 22:48 Gilles Dartiguelongue
2012-10-28 19:36 Gilles Dartiguelongue
2012-09-10 6:22 Nirbheek Chauhan
2012-05-24 8:05 Alexandre Restovtsev
2012-04-11 8:48 Priit Laes
2012-04-08 16:06 Alexandre Restovtsev
2012-03-26 8:20 Nirbheek Chauhan
2011-10-18 7:37 Alexandre Restovtsev
2011-10-07 3:02 Alexandre Restovtsev
2011-10-01 3:22 Alexandre Restovtsev
2011-07-19 0:22 Alexandre Restovtsev
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-26 3:07 Nirbheek Chauhan
2011-03-23 23:03 Nirbheek Chauhan
2011-03-23 21:59 Nirbheek Chauhan
2011-03-17 17:12 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox