* [gentoo-commits] gentoo-x86 commit in net-www/swfdec-mozilla: ChangeLog swfdec-mozilla-0.6.0.ebuild
@ 2008-03-31 11:29 Mart Raudsepp (leio)
0 siblings, 0 replies; only message in thread
From: Mart Raudsepp (leio) @ 2008-03-31 11:29 UTC (permalink / raw
To: gentoo-commits
leio 08/03/31 11:29:32
Modified: ChangeLog
Added: swfdec-mozilla-0.6.0.ebuild
Log:
New version, compatible with swfdec-0.6
(Portage version: 2.1.4.4)
Revision Changes Path
1.6 net-www/swfdec-mozilla/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/swfdec-mozilla/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/swfdec-mozilla/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/swfdec-mozilla/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-www/swfdec-mozilla/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Mar 2008 14:06:36 -0000 1.5
+++ ChangeLog 31 Mar 2008 11:29:32 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for net-www/swfdec-mozilla
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/swfdec-mozilla/ChangeLog,v 1.5 2008/03/17 14:06:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/swfdec-mozilla/ChangeLog,v 1.6 2008/03/31 11:29:32 leio Exp $
+
+*swfdec-mozilla-0.6.0 (31 Mar 2008)
+
+ 31 Mar 2008; Mart Raudsepp <leio@gentoo.org> +swfdec-mozilla-0.6.0.ebuild:
+ New version, compatible with swfdec-0.6
17 Mar 2008; Raúl Porcel <armin76@gentoo.org>
swfdec-mozilla-0.5.4.ebuild, swfdec-mozilla-0.5.5.ebuild:
1.1 net-www/swfdec-mozilla/swfdec-mozilla-0.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/swfdec-mozilla/swfdec-mozilla-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/swfdec-mozilla/swfdec-mozilla-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: swfdec-mozilla-0.6.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/swfdec-mozilla/swfdec-mozilla-0.6.0.ebuild,v 1.1 2008/03/31 11:29:32 leio Exp $
inherit multilib versionator eutils
MY_PV=$(get_version_component_range 1-2)
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}/${MY_PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="xulrunner"
RDEPEND=">=dev-libs/glib-2
>=media-libs/swfdec-0.6
xulrunner? ( =net-libs/xulrunner-1.8* )
!xulrunner? ( || ( =www-client/mozilla-firefox-2* =www-client/seamonkey-1* ) )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.20"
pkg_setup() {
if ! built_with_use media-libs/swfdec gtk ; then
einfo "You must build swfdec with the gtk USE flag to build"
einfo "swfdec-gtk, which is required by ${PN}"
die "Please re-emerge media-libs/swfdec with the gtk USE flag"
fi
}
src_compile() {
econf --with-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins
emake || die "emake failed"
}
src_install() {
exeinto /usr/$(get_libdir)/nsbrowser/plugins
doexe src/.libs/libswfdecmozilla.so || die "libswfdecmozilla.so failed"
insinto /usr/$(get_libdir)/nsbrowser/plugins
doins src/libswfdecmozilla.la
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-31 11:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 11:29 [gentoo-commits] gentoo-x86 commit in net-www/swfdec-mozilla: ChangeLog swfdec-mozilla-0.6.0.ebuild Mart Raudsepp (leio)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox