public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild
@ 2009-10-07 10:38 Romain Perier (mrpouet)
  0 siblings, 0 replies; 4+ messages in thread
From: Romain Perier (mrpouet) @ 2009-10-07 10:38 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/10/07 10:38:00

  Modified:             ChangeLog gnash-0.8.6.ebuild
  Log:
  Fix missing pygtk dependency with python&gtk supports, per bug #287684. Many thanks to Ian Leonard.
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	29 Sep 2009 18:11:48 -0000	1.14
+++ ChangeLog	7 Oct 2009 10:38:00 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for www-plugins/gnash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.14 2009/09/29 18:11:48 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.15 2009/10/07 10:38:00 mrpouet Exp $
+
+  07 Oct 2009; Romain Perier <mrpouet@gentoo.org>
+  gnash-0.8.6.ebuild:
+  Fix missing pygtk dependency with python&gtk supports, per bug #287684.
+  Many thanks to Ian Leonard.
 
   29 Sep 2009; Romain Perier <mrpouet@gentoo.org>
   gnash-0.8.5.ebuild, gnash-0.8.6.ebuild:



1.3                  www-plugins/gnash/gnash-0.8.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.2&r2=1.3

Index: gnash-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnash-0.8.6.ebuild	29 Sep 2009 18:11:48 -0000	1.2
+++ gnash-0.8.6.ebuild	7 Oct 2009 10:38:00 -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/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.2 2009/09/29 18:11:48 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.3 2009/10/07 10:38:00 mrpouet Exp $
 
 EAPI="2"
 WANT_CMAKE="false"
@@ -49,6 +49,7 @@
 	gtk? (
 	x11-libs/gtk+:2
 	net-libs/xulrunner:1.9
+	python? ( dev-python/pygtk:2 )
 	)
 	kde? ( >=kde-base/kdebase-startkde-${KDE_MINIMAL} )
 	opengl? (






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

* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild
@ 2009-12-22 15:46 Peter Volkov (pva)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2009-12-22 15:46 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/22 15:46:18

  Modified:             ChangeLog gnash-0.8.6.ebuild
  Log:
  Added patch to fix build with libssh-0.4, also updated deps, this package depends on libssh[server], not libssh2.'
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	27 Oct 2009 14:19:19 -0000	1.17
+++ ChangeLog	22 Dec 2009 15:46:17 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for www-plugins/gnash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.17 2009/10/27 14:19:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.18 2009/12/22 15:46:17 pva Exp $
+
+  22 Dec 2009; Peter Volkov <pva@gentoo.org> gnash-0.8.6.ebuild,
+  +files/gnash-0.8.6-libssh-0.4.patch:
+  Added patch to fix build with libssh-0.4, also updated deps, this package
+  depends on libssh[server], not libssh2.'
 
   27 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.5.ebuild,
   gnash-0.8.6.ebuild:



1.6                  www-plugins/gnash/gnash-0.8.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.5&r2=1.6

Index: gnash-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnash-0.8.6.ebuild	27 Oct 2009 14:19:19 -0000	1.5
+++ gnash-0.8.6.ebuild	22 Dec 2009 15:46:17 -0000	1.6
@@ -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/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.5 2009/10/27 14:19:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.6 2009/12/22 15:46:17 pva Exp $
 
 EAPI="2"
 CMAKE_REQUIRED="false"
@@ -65,7 +65,7 @@
 	mysql? ( dev-db/mysql )
 	lirc? ( app-misc/lirc )
 	dbus? ( sys-apps/dbus )
-	ssh?  ( net-libs/libssh2 )
+	ssh?  ( >=net-libs/libssh-0.4[server] )
 	ssl?  ( dev-libs/openssl )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
@@ -124,6 +124,9 @@
 	# Adapted from Alt Linux to fix klash support properly
 	epatch "${FILESDIR}"/${PN}-0.8.5-klash.patch
 
+	# Patch to make gnash buildable with libssh-0.4
+	epatch "${FILESDIR}"/${PN}-0.8.6-libssh-0.4.patch
+
 	# Fix build failure due to missing headers sub-directory in libcore/asClass.h
 	# when AS3 support is enabled (as default)
 	epatch "${FILESDIR}"/${P}-libcore-as3-headers.patch






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

* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild
@ 2010-01-10 15:43 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-10 15:43 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/10 15:43:32

  Modified:             ChangeLog gnash-0.8.6.ebuild
  Log:
  QA: non-maint. commit: Fix build issues per bug #286491.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Dec 2009 15:46:17 -0000	1.18
+++ ChangeLog	10 Jan 2010 15:43:32 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for www-plugins/gnash
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.18 2009/12/22 15:46:17 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.19 2010/01/10 15:43:32 scarabeus Exp $
+
+  10 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.6.ebuild:
+  QA: non-maint. commit: Fix build issues per bug #286491.
 
   22 Dec 2009; Peter Volkov <pva@gentoo.org> gnash-0.8.6.ebuild,
   +files/gnash-0.8.6-libssh-0.4.patch:



1.7                  www-plugins/gnash/gnash-0.8.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.6&r2=1.7

Index: gnash-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnash-0.8.6.ebuild	22 Dec 2009 15:46:17 -0000	1.6
+++ gnash-0.8.6.ebuild	10 Jan 2010 15:43:32 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.6 2009/12/22 15:46:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.7 2010/01/10 15:43:32 scarabeus Exp $
 
 EAPI="2"
 CMAKE_REQUIRED="false"
@@ -17,7 +17,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin +opengl python +sdl +speex ssh ssl test video_cards_intel"
+IUSE="agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin +opengl python +sdl ssh ssl test video_cards_intel"
 
 RDEPEND=">=dev-libs/boost-1.35.0
 	dev-libs/expat
@@ -59,7 +59,7 @@
 	)
 	sdl? ( media-libs/libsdl[X] )
 	nsplugin? ( net-libs/xulrunner:1.9 )
-	speex? ( media-libs/speex[ogg] )
+	media-libs/speex[ogg]
 	sys-libs/zlib
 	>=sys-devel/libtool-2.2
 	mysql? ( dev-db/mysql )
@@ -145,24 +145,27 @@
 
 	# Set nsplugin install directory.
 	use nsplugin && myconf="${myconf} --with-npapi-plugindir=/opt/netscape/plugins"
+	# Set rendering engine.
+	if use agg; then
+		myconf="${myconf} --enable-renderer=agg"
+	elif use opengl; then
+		myconf="${myconf} --enable-renderer=ogl"
+	else
+		myconf="${myconf} --enable-renderer=cairo"
+	fi
 	# Set kde and konqueror plugin directories.
 	if use kde; then
 		myconf="${myconf}
+			--with-plugins-install=system
 			--with-kde4-incl=${KDEDIR}/include
 			--with-kde4-configdir=${KDEDIR}/share/config
 			--with-kde4-prefix=${KDEDIR}
 			--with-kde4-lib=${KDEDIR}/$(get_libdir)
 			--with-kde-appsdatadir=${KDEDIR}/share/apps/klash
-			--with-kde4-servicesdir=${KDEDIR}/share/services"
-		 fi
-	# Set rendering engine.
-	if use agg; then
-		myconf="${myconf} --enable-renderer=agg"
-	elif use opengl; then
-		myconf="${myconf} --enable-renderer=ogl"
-	else
-		myconf="${myconf} --enable-renderer=cairo"
+			--with-kde4-servicesdir=${KDEDIR}/share/kde4/services
+			--with-kde4-plugindir=${KDEDIR}/$(get_libdir)/kde4/plugins"
 	fi
+
 	# Set media handler.
 	if use ffmpeg; then
 		myconf="${myconf} --enable-media=ffmpeg"
@@ -189,7 +192,7 @@
 	if [ -z "$gui" ]; then
 		gui="sdl"
 	fi
-
+	
 	# Strip extra comma from gui and myext.
 	gui=$( echo $gui | sed -e 's/,//' )
 	myext=$( echo $myext | sed -e 's/,//' )
@@ -197,12 +200,6 @@
 	econf \
 		--disable-dependency-tracking \
 		--disable-kparts3 \
-		--enable-nspr \
-		--enable-expat \
-		--enable-jpeg \
-		--enable-png \
-		--enable-gif \
-		--enable-ungif \
 		--enable-avm2 \
 		$(use_enable cygnal) \
 		$(use_enable cygnal cgibins) \
@@ -215,13 +212,10 @@
 		$(use_enable nls) \
 		$(use_enable nsplugin npapi) \
 		$(use_enable python) \
-		$(use_enable speex) \
-		$(use_enable speex speexdsp) \
 		$(use_enable ssh) \
 		$(use_enable ssl) \
 		$(use_enable test testsuite) \
 		$(use_enable video_cards_intel i810-lod-bias) \
-		--enable-z \
 		--enable-gui=${gui} \
 		--enable-extensions=${myext} \
 		${myconf}






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

* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild
@ 2010-03-15 15:46 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 4+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-03-15 15:46 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/03/15 15:46:33

  Modified:             ChangeLog gnash-0.8.6.ebuild
  Log:
  www-plugins/gnash: make agg the default renderer
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	7 Mar 2010 19:42:38 -0000	1.20
+++ ChangeLog	15 Mar 2010 15:46:33 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for www-plugins/gnash
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.20 2010/03/07 19:42:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.21 2010/03/15 15:46:33 chithanh Exp $
+
+  15 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  gnash-0.8.6.ebuild:
+  make agg the default renderer as requested by upstream
 
   07 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   metadata.xml:



1.9                  www-plugins/gnash/gnash-0.8.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.8&r2=1.9

Index: gnash-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnash-0.8.6.ebuild	10 Jan 2010 15:46:07 -0000	1.8
+++ gnash-0.8.6.ebuild	15 Mar 2010 15:46:33 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.8 2010/01/10 15:46:07 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.9 2010/03/15 15:46:33 chithanh Exp $
 
 EAPI="2"
 CMAKE_REQUIRED="false"
@@ -17,7 +17,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin +opengl python +sdl ssh ssl test video_cards_intel"
+IUSE="+agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl python +sdl ssh ssl test video_cards_intel"
 
 RDEPEND=">=dev-libs/boost-1.35.0
 	dev-libs/expat






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

end of thread, other threads:[~2010-03-15 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 10:38 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild Romain Perier (mrpouet)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-22 15:46 Peter Volkov (pva)
2010-01-10 15:43 Tomas Chvatal (scarabeus)
2010-03-15 15:46 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