public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.1.7.ebuild webkit-gtk-1.1.8.ebuild webkit-gtk-0_p46193.ebuild ChangeLog webkit-gtk-1.1.10.ebuild webkit-gtk-0_p40220-r1.ebuild
@ 2009-09-12 22:42 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-09-12 22:42 UTC (permalink / raw
  To: gentoo-commits

eva         09/09/12 22:42:03

  Modified:             webkit-gtk-1.1.7.ebuild webkit-gtk-1.1.8.ebuild
                        webkit-gtk-0_p46193.ebuild ChangeLog
                        webkit-gtk-1.1.10.ebuild
                        webkit-gtk-0_p40220-r1.ebuild
  Log:
  Add warning message about gst-plugins-meta, bug #280841.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild?r1=1.3&r2=1.4

Index: webkit-gtk-1.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webkit-gtk-1.1.7.ebuild	24 May 2009 13:56:31 -0000	1.3
+++ webkit-gtk-1.1.7.ebuild	12 Sep 2009 22:42:02 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild,v 1.3 2009/05/24 13:56:31 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.7.ebuild,v 1.4 2009/09/12 22:42:02 eva Exp $
 
 EAPI="2"
 
@@ -75,3 +75,11 @@
 	emake DESTDIR="${D}" install || die "Install failed"
 	dodoc WebKit/gtk/{NEWS,ChangeLog} || die "dodoc failed"
 }
+
+pkg_postinst() {
+	if use gstreamer; then
+	    ewarn
+	    ewarn "If ${PN} doesn't play some video format, please check your"
+	    ewarn "USE flags on media-plugins/gst-plugins-meta"
+	fi
+}



1.5                  net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild?r1=1.4&r2=1.5

Index: webkit-gtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webkit-gtk-1.1.8.ebuild	3 Jun 2009 17:29:12 -0000	1.4
+++ webkit-gtk-1.1.8.ebuild	12 Sep 2009 22:42:02 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild,v 1.4 2009/06/03 17:29:12 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.8.ebuild,v 1.5 2009/09/12 22:42:02 eva Exp $
 
 EAPI="2"
 
@@ -44,6 +44,7 @@
 	sys-devel/gettext
 	dev-util/gperf
 	dev-util/pkgconfig
+	dev-util/gtk-doc-am
 	doc? ( >=dev-util/gtk-doc-1.10 )"
 
 S="${WORKDIR}/${MY_P}"
@@ -86,3 +87,11 @@
 	emake DESTDIR="${D}" install || die "Install failed"
 	dodoc WebKit/gtk/{NEWS,ChangeLog} || die "dodoc failed"
 }
+
+pkg_postinst() {
+	if use gstreamer; then
+	    ewarn
+	    ewarn "If ${PN} doesn't play some video format, please check your"
+	    ewarn "USE flags on media-plugins/gst-plugins-meta"
+	fi
+}



1.3                  net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild?r1=1.2&r2=1.3

Index: webkit-gtk-0_p46193.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webkit-gtk-0_p46193.ebuild	24 Jul 2009 15:09:14 -0000	1.2
+++ webkit-gtk-0_p46193.ebuild	12 Sep 2009 22:42:02 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild,v 1.2 2009/07/24 15:09:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p46193.ebuild,v 1.3 2009/09/12 22:42:02 eva Exp $
 
-EAPI=2
+EAPI="2"
 
 AT_M4DIR=./autotools
 WX_GTK_VER="2.8"
@@ -67,8 +67,7 @@
 		$(use_enable debug) \
 		$(use_enable xslt) \
 		$(use_enable coverage) \
-		${myconf} \
-		|| die "configure failed"
+		${myconf}
 }
 
 src_compile() {
@@ -76,10 +75,10 @@
 
 	if use wxwidgets ; then
 		# Upstream without further comment
-		cd ${S}
+		cd "${S}"
 		cp DerivedSources/JSDataGridC*.{cpp,h} WebCore/bindings/js || die "copy failed"
 
-		cd ${S}/WebKitTools/wx
+		cd "${S}"/WebKitTools/wx
 		./build-wxwebkit || die "wxwebkit build failed"
 	fi
 }
@@ -87,3 +86,11 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "Install failed"
 }
+
+pkg_postinst() {
+	if use gstreamer; then
+	    ewarn
+	    ewarn "If ${PN} doesn't play some video format, please check your"
+	    ewarn "USE flags on media-plugins/gst-plugins-meta"
+	fi
+}



1.46                 net-libs/webkit-gtk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	3 Sep 2009 22:14:44 -0000	1.45
+++ ChangeLog	12 Sep 2009 22:42:02 -0000	1.46
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.45 2009/09/03 22:14:44 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.46 2009/09/12 22:42:02 eva Exp $
+
+  12 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  webkit-gtk-0_p40220-r1.ebuild, webkit-gtk-0_p46193.ebuild,
+  webkit-gtk-1.1.7.ebuild, webkit-gtk-1.1.8.ebuild,
+  webkit-gtk-1.1.10.ebuild:
+  Add warning message about gst-plugins-meta, bug #280841.
 
   03 Sep 2009; Romain Perier <mrpouet@gentoo.org>
   metadata.xml:



1.3                  net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild?r1=1.2&r2=1.3

Index: webkit-gtk-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webkit-gtk-1.1.10.ebuild	27 Jul 2009 20:21:53 -0000	1.2
+++ webkit-gtk-1.1.10.ebuild	12 Sep 2009 22:42:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild,v 1.2 2009/07/27 20:21:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.1.10.ebuild,v 1.3 2009/09/12 22:42:02 eva Exp $
 
 EAPI="2"
 
@@ -45,6 +45,7 @@
 	sys-devel/gettext
 	dev-util/gperf
 	dev-util/pkgconfig
+	dev-util/gtk-doc-am
 	doc? ( >=dev-util/gtk-doc-1.10 )"
 
 S="${WORKDIR}/${MY_P}"
@@ -89,3 +90,11 @@
 	emake DESTDIR="${D}" install || die "Install failed"
 	dodoc WebKit/gtk/{NEWS,ChangeLog} || die "dodoc failed"
 }
+
+pkg_postinst() {
+	if use gstreamer; then
+	    ewarn
+	    ewarn "If ${PN} doesn't play some video format, please check your"
+	    ewarn "USE flags on media-plugins/gst-plugins-meta"
+	fi
+}



1.5                  net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild?r1=1.4&r2=1.5

Index: webkit-gtk-0_p40220-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webkit-gtk-0_p40220-r1.ebuild	28 Jun 2009 11:58:43 -0000	1.4
+++ webkit-gtk-0_p40220-r1.ebuild	12 Sep 2009 22:42:02 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild,v 1.4 2009/06/28 11:58:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220-r1.ebuild,v 1.5 2009/09/12 22:42:02 eva Exp $
 
 inherit autotools flag-o-matic eutils
 
@@ -61,8 +61,7 @@
 		$(use_enable debug) \
 		$(use_enable xslt) \
 		$(use_enable coverage) \
-		${myconf} \
-		|| die "configure failed"
+		${myconf}
 
 	emake || die "emake failed"
 }
@@ -70,3 +69,11 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "Install failed"
 }
+
+pkg_postinst() {
+	if use gstreamer; then
+	    ewarn
+	    ewarn "If ${PN} doesn't play some video format, please check your"
+	    ewarn "USE flags on media-plugins/gst-plugins-meta"
+	fi
+}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-12 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-12 22:42 [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.1.7.ebuild webkit-gtk-1.1.8.ebuild webkit-gtk-0_p46193.ebuild ChangeLog webkit-gtk-1.1.10.ebuild webkit-gtk-0_p40220-r1.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox