* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-08-23 22:50 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-08-23 22:50 UTC (permalink / raw
To: gentoo-commits
chithanh 10/08/23 22:50:14
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Warn against net-misc/curl[threads]
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.42 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 22 Aug 2010 22:16:55 -0000 1.41
+++ ChangeLog 23 Aug 2010 22:50:14 -0000 1.42
@@ -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.41 2010/08/22 22:16:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.42 2010/08/23 22:50:14 chithanh Exp $
+
+ 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild:
+ Warn against net-misc/curl[threads]
*gnash-0.8.8 (22 Aug 2010)
1.2 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.1&r2=1.2
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnash-0.8.8.ebuild 22 Aug 2010 22:16:55 -0000 1.1
+++ gnash-0.8.8.ebuild 23 Aug 2010 22:50:14 -0000 1.2
@@ -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.8.ebuild,v 1.1 2010/08/22 22:16:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.2 2010/08/23 22:50:14 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -252,6 +252,13 @@
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}
pkg_postinst() {
+ if has_version net-misc/curl[threads]; then
+ ewarn "net-misc/curl was built with USE=\"threads\", which causes problems."
+ ewarn "If flash animations fail to download resources such as videos, build"
+ ewarn "net-misc/curl without threading support. For details see"
+ ewarn "https://bugs.gentoo.org/show_bug.cgi?id=332757 or"
+ ewarn "https://savannah.gnu.org/bugs/?func=detailitem&item_id=30357"
+ fi
if use !gnome || use !gstreamer && use !ffmpeg ; then
ewarn ""
ewarn "Gnash was built without a media handler and or http handler !"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-08-24 14:01 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-08-24 14:01 UTC (permalink / raw
To: gentoo-commits
chithanh 10/08/24 14:01:19
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Block compilation against older boost, bug #334259.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.43 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 23 Aug 2010 22:50:14 -0000 1.42
+++ ChangeLog 24 Aug 2010 14:01:19 -0000 1.43
@@ -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.42 2010/08/23 22:50:14 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.43 2010/08/24 14:01:19 chithanh Exp $
+
+ 24 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild:
+ Block compilation against older boost, bug #334259
23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.8.ebuild:
1.3 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.2&r2=1.3
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnash-0.8.8.ebuild 23 Aug 2010 22:50:14 -0000 1.2
+++ gnash-0.8.8.ebuild 24 Aug 2010 14:01:19 -0000 1.3
@@ -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.8.ebuild,v 1.2 2010/08/23 22:50:14 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.3 2010/08/24 14:01:19 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -25,7 +25,8 @@
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openssl python +sdl sdl-sound ssh test vaapi video_cards_intel xv"
-RDEPEND=">=dev-libs/boost-1.35.0
+RDEPEND=">=dev-libs/boost-1.41.0
+ !!dev-libs/boost:0
dev-libs/expat
dev-libs/libxml2
media-libs/jpeg
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-09-28 12:55 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-09-28 12:55 UTC (permalink / raw
To: gentoo-commits
chithanh 10/09/28 12:55:12
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Allow building of several media handlers, bug #334145
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Revision Changes Path
1.44 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 24 Aug 2010 14:01:19 -0000 1.43
+++ ChangeLog 28 Sep 2010 12:55:12 -0000 1.44
@@ -1,6 +1,11 @@
# 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.43 2010/08/24 14:01:19 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.44 2010/09/28 12:55:12 chithanh Exp $
+
+ 28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild:
+ Switch mysql dependency to virtual, bug #333831. Allow building of several
+ media handlers, bug #334145
24 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.8.ebuild:
1.5 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.4&r2=1.5
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnash-0.8.8.ebuild 28 Sep 2010 12:30:21 -0000 1.4
+++ gnash-0.8.8.ebuild 28 Sep 2010 12:55:12 -0000 1.5
@@ -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.8.ebuild,v 1.4 2010/09/28 12:30:21 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.5 2010/09/28 12:55:12 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -146,7 +146,7 @@
eautoreconf
}
src_configure() {
- local gui hwaccel input myconf myext renderers
+ local gui hwaccel input media myconf myext renderers
# Set nsplugin install directory.
use nsplugin && myconf="${myconf} --with-npapi-plugindir=/usr/$(get_libdir)/gnash/npapi/"
@@ -174,13 +174,10 @@
fi
# Set media handler.
- if use ffmpeg; then
- myconf="${myconf} --enable-media=ffmpeg"
- elif use gstreamer; then
- myconf="${myconf} --enable-media=gst"
- else
- myconf="${myconf} --enable-media=none"
- fi
+ use ffmpeg || use gstreamer || media+=",none"
+ use ffmpeg && media+=",ffmpeg"
+ use gstreamer && media+=",gst"
+
# Set gui.
use gtk && gui=",gtk"
use fbcon && gui="${gui},fb"
@@ -202,6 +199,7 @@
hwaccel=$( echo $hwaccel | sed -e 's/,//' )
myext=$( echo $myext | sed -e 's/,//' )
renderers=$( echo $renderers | sed -e 's/,//' )
+ media=$( echo $media | sed -e 's/,//' )
econf \
--docdir=/usr/share/doc/${PF} \
@@ -224,6 +222,7 @@
--enable-extensions=${myext} \
--enable-renderer=${renderers} \
--enable-hwaccel=${hwaccel} \
+ --enable-media=${media} \
${myconf}
}
src_test() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-09-28 14:14 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-09-28 14:14 UTC (permalink / raw
To: gentoo-commits
chithanh 10/09/28 14:14:24
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Do not install pointless .la file, bug #338831
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Revision Changes Path
1.45 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 28 Sep 2010 12:55:12 -0000 1.44
+++ ChangeLog 28 Sep 2010 14:14:24 -0000 1.45
@@ -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.44 2010/09/28 12:55:12 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.45 2010/09/28 14:14:24 chithanh Exp $
+
+ 28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild:
+ Do not install pointless .la file, bug #338831
28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.8.ebuild:
1.6 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.5&r2=1.6
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnash-0.8.8.ebuild 28 Sep 2010 12:55:12 -0000 1.5
+++ gnash-0.8.8.ebuild 28 Sep 2010 14:14:24 -0000 1.6
@@ -1,13 +1,13 @@
# 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.8.ebuild,v 1.5 2010/09/28 12:55:12 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.6 2010/09/28 14:14:24 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
KDE_REQUIRED="optional"
AT_M4DIR="cygnal"
-inherit autotools eutils kde4-base multilib nsplugins flag-o-matic
+inherit autotools eutils kde4-base multilib nsplugins python flag-o-matic
DESCRIPTION="GNU Flash movie player that supports many SWF v7,8,9 features"
HOMEPAGE="http://www.gnu.org/software/gnash/"
@@ -249,6 +249,11 @@
# Create a symlink in /usr/$(get_libdir)/nsbrowser/plugins to the nsplugin install directory.
use nsplugin && inst_plugin /usr/$(get_libdir)/gnash/npapi/libgnashplugin.so \
+ # Remove pointless .la file, bug 338831
+ if use python; then
+ rm "${D}/$(python_get_sitedir)"/gtk-2.0/${PN}.la || die
+ fi
+
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}
pkg_postinst() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-09-28 17:37 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-09-28 17:37 UTC (permalink / raw
To: gentoo-commits
chithanh 10/09/28 17:37:58
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Install documentation in the proper directory, bug #296110
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Revision Changes Path
1.46 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 28 Sep 2010 14:14:24 -0000 1.45
+++ ChangeLog 28 Sep 2010 17:37:58 -0000 1.46
@@ -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.45 2010/09/28 14:14:24 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.46 2010/09/28 17:37:58 chithanh Exp $
+
+ 28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild, +files/gnash-0.8.8-documentation-paths.patch:
+ Install documentation in the proper directory, bug #296110
28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.8.ebuild:
1.7 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.6&r2=1.7
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnash-0.8.8.ebuild 28 Sep 2010 14:14:24 -0000 1.6
+++ gnash-0.8.8.ebuild 28 Sep 2010 17:37:58 -0000 1.7
@@ -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.8.ebuild,v 1.6 2010/09/28 14:14:24 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.7 2010/09/28 17:37:58 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -143,6 +143,9 @@
# gentoo bug #283905
epatch "${FILESDIR}"/${PN}-0.8.7-moc-qt4.patch
+ # Install documentation into the proper directories, bug #321017
+ epatch "${FILESDIR}"/${PN}-0.8.8-documentation-paths.patch
+
eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-09-29 0:29 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-09-29 0:29 UTC (permalink / raw
To: gentoo-commits
chithanh 10/09/29 00:29:45
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Fix building of tests, bug #321017
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Revision Changes Path
1.47 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 28 Sep 2010 17:37:58 -0000 1.46
+++ ChangeLog 29 Sep 2010 00:29:45 -0000 1.47
@@ -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.46 2010/09/28 17:37:58 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.47 2010/09/29 00:29:45 chithanh Exp $
+
+ 29 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild, +files/gnash-0.8.8-external-dejagnu.patch:
+ Fix building of tests, bug #321017
28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.8.ebuild, +files/gnash-0.8.8-documentation-paths.patch:
1.8 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.7&r2=1.8
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnash-0.8.8.ebuild 28 Sep 2010 17:37:58 -0000 1.7
+++ gnash-0.8.8.ebuild 29 Sep 2010 00:29:45 -0000 1.8
@@ -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.8.ebuild,v 1.7 2010/09/28 17:37:58 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.8 2010/09/29 00:29:45 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -80,7 +80,10 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )
- gnome? ( app-text/rarian )"
+ gnome? ( app-text/rarian )
+ test? ( dev-util/dejagnu )"
+# Tests hang with sandbox, bug #321017
+RESTRICT="test"
pkg_setup() {
if use !ffmpeg && use !gstreamer; then
@@ -143,9 +146,12 @@
# gentoo bug #283905
epatch "${FILESDIR}"/${PN}-0.8.7-moc-qt4.patch
- # Install documentation into the proper directories, bug #321017
+ # Install documentation into the proper directories, bug #296110
epatch "${FILESDIR}"/${PN}-0.8.8-documentation-paths.patch
+ # Use external dejagnu for tests, bug #321017
+ epatch "${FILESDIR}"/${PN}-0.8.8-external-dejagnu.patch
+
eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-10-04 23:55 Richard Freeman (rich0)
0 siblings, 0 replies; 9+ messages in thread
From: Richard Freeman (rich0) @ 2010-10-04 23:55 UTC (permalink / raw
To: gentoo-commits
rich0 10/10/04 23:55:08
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
amd64 stable - 339102
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.49 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 29 Sep 2010 09:22:19 -0000 1.48
+++ ChangeLog 4 Oct 2010 23:55:08 -0000 1.49
@@ -1,6 +1,9 @@
# 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.48 2010/09/29 09:22:19 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.49 2010/10/04 23:55:08 rich0 Exp $
+
+ 04 Oct 2010; Richard Freeman <rich0@gentoo.org> gnash-0.8.8.ebuild:
+ amd64 stable - 339102
29 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
gnash-0.8.8.ebuild, metadata.xml:
1.10 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.9&r2=1.10
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnash-0.8.8.ebuild 29 Sep 2010 09:22:19 -0000 1.9
+++ gnash-0.8.8.ebuild 4 Oct 2010 23:55:08 -0000 1.10
@@ -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.8.ebuild,v 1.9 2010/09/29 09:22:19 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.10 2010/10/04 23:55:08 rich0 Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -22,7 +22,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl python +sdl sdl-sound ssh ssl test vaapi video_cards_intel xv"
RDEPEND=">=dev-libs/boost-1.41.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-10-06 20:35 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-10-06 20:35 UTC (permalink / raw
To: gentoo-commits
maekke 10/10/06 20:35:15
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
x86 stable, bug #339102
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Revision Changes Path
1.50 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 4 Oct 2010 23:55:08 -0000 1.49
+++ ChangeLog 6 Oct 2010 20:35:15 -0000 1.50
@@ -1,6 +1,9 @@
# 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.49 2010/10/04 23:55:08 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.50 2010/10/06 20:35:15 maekke Exp $
+
+ 06 Oct 2010; Markus Meier <maekke@gentoo.org> gnash-0.8.8.ebuild:
+ x86 stable, bug #339102
04 Oct 2010; Richard Freeman <rich0@gentoo.org> gnash-0.8.8.ebuild:
amd64 stable - 339102
1.11 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.10&r2=1.11
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnash-0.8.8.ebuild 4 Oct 2010 23:55:08 -0000 1.10
+++ gnash-0.8.8.ebuild 6 Oct 2010 20:35:15 -0000 1.11
@@ -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.8.ebuild,v 1.10 2010/10/04 23:55:08 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.11 2010/10/06 20:35:15 maekke Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -22,7 +22,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl python +sdl sdl-sound ssh ssl test vaapi video_cards_intel xv"
RDEPEND=">=dev-libs/boost-1.41.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
@ 2010-11-15 22:29 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2010-11-15 22:29 UTC (permalink / raw
To: gentoo-commits
chithanh 10/11/15 22:29:47
Modified: ChangeLog gnash-0.8.8.ebuild
Log:
Fix building on ppc64, bug #342535. Require agg for fbcon, bug #340567.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.51 www-plugins/gnash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 6 Oct 2010 20:35:15 -0000 1.50
+++ ChangeLog 15 Nov 2010 22:29:46 -0000 1.51
@@ -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.50 2010/10/06 20:35:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.51 2010/11/15 22:29:46 chithanh Exp $
+
+ 15 Nov 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild:
+ Fix building on ppc64, bug #342535. Require agg for fbcon, bug #340567.
06 Oct 2010; Markus Meier <maekke@gentoo.org> gnash-0.8.8.ebuild:
x86 stable, bug #339102
1.12 www-plugins/gnash/gnash-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.11&r2=1.12
Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnash-0.8.8.ebuild 6 Oct 2010 20:35:15 -0000 1.11
+++ gnash-0.8.8.ebuild 15 Nov 2010 22:29:46 -0000 1.12
@@ -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.8.ebuild,v 1.11 2010/10/06 20:35:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.12 2010/11/15 22:29:46 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -121,6 +121,11 @@
die "Nsplugin requires the gtk gui."
fi
+ if use fbcon && use !agg; then
+ eerror "Building gnash with fbcon requires the agg renderer."
+ die "fbcon requires the agg USE flag."
+ fi
+
if use sdl; then
einfo "Enable SDL as gui frontend and sound handler"
fi
@@ -152,6 +157,9 @@
# Use external dejagnu for tests, bug #321017
epatch "${FILESDIR}"/${PN}-0.8.8-external-dejagnu.patch
+ # Fix building on ppc64, bug #342535
+ use ppc64 && append-flags -mminimal-toc
+
eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-11-15 22:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 22:29 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild Chi-Thanh Christopher Nguyen (chithanh)
-- strict thread matches above, loose matches on Subject: below --
2010-10-06 20:35 Markus Meier (maekke)
2010-10-04 23:55 Richard Freeman (rich0)
2010-09-29 0:29 Chi-Thanh Christopher Nguyen (chithanh)
2010-09-28 17:37 Chi-Thanh Christopher Nguyen (chithanh)
2010-09-28 14:14 Chi-Thanh Christopher Nguyen (chithanh)
2010-09-28 12:55 Chi-Thanh Christopher Nguyen (chithanh)
2010-08-24 14:01 Chi-Thanh Christopher Nguyen (chithanh)
2010-08-23 22:50 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