]> Pileus Git - ~andy/sunrise/commitdiff
swfdec-mozilla/swfdec-mozilla-0.5.0.ebuild: Version bump and a little cleaning for...
authorJaime Martín (el_salmon) <jaime.martin@uc3m.es>
Wed, 18 Jul 2007 21:39:06 +0000 (21:39 +0000)
committerJaime Martín (el_salmon) <jaime.martin@uc3m.es>
Wed, 18 Jul 2007 21:39:06 +0000 (21:39 +0000)
svn path=/sunrise/; revision=4279

net-www/swfdec-mozilla/ChangeLog
net-www/swfdec-mozilla/swfdec-mozilla-0.5.0.ebuild [new file with mode: 0644]

index 2ea9df89f7f4931a822f56e74259ef59ad37421a..4d54d060e1e8214f379182eb845180e150db62b7 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Jul 2007; Jaime Martín (el_salmon) <jaime.martin@uc3m.es>
+  +swfdec-mozilla-0.5.0.ebuild:
+  Version bump and a little cleaning for bug 105823
+
   30 Jun 2007; Jakub Moc <jakub@gentoo.org> swfdec-mozilla-0.4.5.ebuild:
   Fix multilib handling, nuke redundant inherits
 
diff --git a/net-www/swfdec-mozilla/swfdec-mozilla-0.5.0.ebuild b/net-www/swfdec-mozilla/swfdec-mozilla-0.5.0.ebuild
new file mode 100644 (file)
index 0000000..a818eaa
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils nsplugins
+
+DESCRIPTION="Swfdec-mozilla is a decoder/renderer netscape style plugin for Macromedia Flash animations."
+HOMEPAGE="http://swfdec.freedesktop.org/"
+SRC_URI="http://swfdec.freedesktop.org/download/${PN}/${PV:0:3}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/swfdec-0.5.0
+       || ( www-client/mozilla-firefox www-client/seamonkey )"
+RDEPEND=""
+
+src_install() {
+    exeinto /usr/lib/nsbrowser/plugins
+       doexe src/.libs/libswfdecmozilla.so || die "libswfdecmozilla.so failed"
+       insinto /usr/lib/nsbrowser/plugins
+    doins src/libswfdecmozilla.la
+}
+
+pkg_postinst() {
+       einfo "Remember to report bugs to: https://bugzilla.freedesktop.org"
+}