public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.10.ebuild ChangeLog
@ 2012-02-24  2:17 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-02-24  2:17 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/02/24 02:17:07

  Modified:             gnash-0.8.10.ebuild ChangeLog
  Log:
  Don't download tarball from savannah.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-plugins/gnash/gnash-0.8.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?r1=1.1&r2=1.2

Index: gnash-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnash-0.8.10.ebuild	24 Feb 2012 00:07:21 -0000	1.1
+++ gnash-0.8.10.ebuild	24 Feb 2012 02:17:07 -0000	1.2
@@ -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/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.1 2012/02/24 00:07:21 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.2 2012/02/24 02:17:07 chithanh Exp $
 
 EAPI=4
 CMAKE_REQUIRED="never"
@@ -21,7 +21,7 @@
 else
 # Release tarball is b0rked, upstream #35612
 #	SRC_URI="mirror://gnu/${PN}/${PV}/${P}.tar.bz2"
-	SRC_URI="http://git.savannah.gnu.org/cgit/gnash.git/snapshot/gnash-0.8.10.tar.gz"
+	SRC_URI="mirror://gentoo/${P}.tar.gz"
 fi
 
 LICENSE="GPL-3"



1.75                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	24 Feb 2012 00:07:21 -0000	1.74
+++ ChangeLog	24 Feb 2012 02:17:07 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for www-plugins/gnash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.74 2012/02/24 00:07:21 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.75 2012/02/24 02:17:07 chithanh Exp $
+
+  24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  gnash-0.8.10.ebuild:
+  Don't download tarball from savannah.
 
 *gnash-0.8.10 (24 Feb 2012)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.10.ebuild ChangeLog
@ 2012-02-27  1:23 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-02-27  1:23 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/02/27 01:23:22

  Modified:             gnash-0.8.10.ebuild ChangeLog
  Log:
  Fix dependencies and REQUIRED_USE for building openvg, bug #405799.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  www-plugins/gnash/gnash-0.8.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?r1=1.3&r2=1.4

Index: gnash-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnash-0.8.10.ebuild	24 Feb 2012 02:53:52 -0000	1.3
+++ gnash-0.8.10.ebuild	27 Feb 2012 01:23:22 -0000	1.4
@@ -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/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.3 2012/02/24 02:53:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.4 2012/02/27 01:23:22 chithanh Exp $
 
 EAPI=4
 CMAKE_REQUIRED="never"
@@ -30,6 +30,7 @@
 IUSE="X +agg cairo cygnal dbus directfb doc egl fbcon +ffmpeg gconf gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi"
 REQUIRED_USE="fbcon? ( agg )
 	nsplugin? ( gtk )
+	openvg? ( egl )
 	python? ( gtk )
 	vaapi? ( agg ffmpeg )
 	|| ( agg cairo opengl openvg )
@@ -87,7 +88,7 @@
 		gtk? ( x11-libs/gtkglext )
 	)
 	openvg? (
-		virtual/opengl
+		media-libs/mesa[openvg]
 	)
 	nsplugin? ( >=net-libs/xulrunner-1.9.2:1.9 )
 	sdl? ( media-libs/libsdl[X] )



1.77                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	24 Feb 2012 02:53:52 -0000	1.76
+++ ChangeLog	27 Feb 2012 01:23:22 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for www-plugins/gnash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.76 2012/02/24 02:53:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.77 2012/02/27 01:23:22 chithanh Exp $
+
+  27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  gnash-0.8.10.ebuild:
+  Fix dependencies and REQUIRED_USE for building openvg, bug #405799.
 
   24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   gnash-0.8.10.ebuild, metadata.xml:






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.10.ebuild ChangeLog
@ 2012-02-27 11:28 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-02-27 11:28 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/02/27 11:28:38

  Modified:             gnash-0.8.10.ebuild ChangeLog
  Log:
  Allow building nsplugin against npapi-sdk, bug #383071.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  www-plugins/gnash/gnash-0.8.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?r1=1.4&r2=1.5

Index: gnash-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnash-0.8.10.ebuild	27 Feb 2012 01:23:22 -0000	1.4
+++ gnash-0.8.10.ebuild	27 Feb 2012 11:28:38 -0000	1.5
@@ -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/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.4 2012/02/27 01:23:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.5 2012/02/27 11:28:38 chithanh Exp $
 
 EAPI=4
 CMAKE_REQUIRED="never"
@@ -90,7 +90,12 @@
 	openvg? (
 		media-libs/mesa[openvg]
 	)
-	nsplugin? ( >=net-libs/xulrunner-1.9.2:1.9 )
+	nsplugin? (
+		|| (
+			net-misc/npapi-sdk
+			>=net-libs/xulrunner-1.9.2:1.9
+		)
+	)
 	sdl? ( media-libs/libsdl[X] )
 	sdl-sound? ( media-libs/libsdl )
 	media-libs/speex[ogg]
@@ -150,6 +155,9 @@
 	# Fix libamf includes
 	epatch "${FILESDIR}"/${PN}-0.8.10-amf-include.patch
 
+	# Allow building against npapi-sdk, bug #383071
+	epatch "${FILESDIR}"/${PN}-0.8.10-npapi-sdk.patch
+
 	eautoreconf
 }
 src_configure() {



1.78                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	27 Feb 2012 01:23:22 -0000	1.77
+++ ChangeLog	27 Feb 2012 11:28:38 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for www-plugins/gnash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.77 2012/02/27 01:23:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.78 2012/02/27 11:28:38 chithanh Exp $
+
+  27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  gnash-0.8.10.ebuild, +files/gnash-0.8.10-npapi-sdk.patch:
+  Allow building nsplugin against npapi-sdk, bug #383071.
 
   27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   gnash-0.8.10.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-27 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24  2:17 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.10.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-27  1:23 Chi-Thanh Christopher Nguyen (chithanh)
2012-02-27 11:28 Chi-Thanh Christopher Nguyen (chithanh)

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