summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-08-13 18:05:59 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-08-13 18:05:59 +0000
commit7b2482444fa2e4abdd41ecc07aa1f31bc10e6bff (patch)
tree66c83c387fc17119c061048922d5cbe64f77e0f7 /net-www/gnash
parentremoved ppc64 from the list of archs running autoconf etc.,because it is not ... (diff)
downloadgentoo-2-7b2482444fa2e4abdd41ecc07aa1f31bc10e6bff.tar.gz
gentoo-2-7b2482444fa2e4abdd41ecc07aa1f31bc10e6bff.tar.bz2
gentoo-2-7b2482444fa2e4abdd41ecc07aa1f31bc10e6bff.zip
remove some patches that got applied upstream
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'net-www/gnash')
-rw-r--r--net-www/gnash/ChangeLog7
-rw-r--r--net-www/gnash/gnash-0.7.1_p20090909.ebuild13
2 files changed, 9 insertions, 11 deletions
diff --git a/net-www/gnash/ChangeLog b/net-www/gnash/ChangeLog
index 583cde3eb593..4829f2a07584 100644
--- a/net-www/gnash/ChangeLog
+++ b/net-www/gnash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/gnash
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.17 2006/08/12 23:39:04 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.18 2006/08/13 18:05:59 genstef Exp $
+
+ 13 Aug 2006; Stefan Schweizer <genstef@gentoo.org> -files/do-sound.diff,
+ -files/kdedir.diff, -files/klash-makefile.diff,
+ gnash-0.7.1_p20090909.ebuild:
+ remove some patches that got applied upstream
12 Aug 2006; Stefan Schweizer <genstef@gentoo.org> +files/do-sound.diff,
-files/gnash-as-needed.diff, -files/klash-int-not-external.diff,
diff --git a/net-www/gnash/gnash-0.7.1_p20090909.ebuild b/net-www/gnash/gnash-0.7.1_p20090909.ebuild
index b573b8e2416c..ea0f5947d2a9 100644
--- a/net-www/gnash/gnash-0.7.1_p20090909.ebuild
+++ b/net-www/gnash/gnash-0.7.1_p20090909.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.1_p20090909.ebuild,v 1.2 2006/08/12 23:39:04 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.1_p20090909.ebuild,v 1.3 2006/08/13 18:05:59 genstef Exp $
inherit nsplugins kde-functions autotools cvs
@@ -60,15 +60,6 @@ src_unpack() {
cvs_src_unpack
cd ${S}
- # build klash even without nsplugin
- epatch ${FILESDIR}/klash-makefile.diff
-
- # we need -L for linking
- epatch ${FILESDIR}/kdedir.diff
-
- # we want sound
- epatch ${FILESDIR}/do-sound.diff
-
AT_M4DIR="macros" eautoreconf
}
@@ -116,4 +107,6 @@ pkg_postinst() {
ewarn "ALPHA"
ewarn "gnash is still in heavy development"
ewarn "please report gnash bugs upstream to the gnash devs"
+ echo
+ ewarn "To try out sound support use \"gnash -r 3 file.swf\""
}