summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-01-25 17:11:14 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-01-25 17:11:14 +0000
commit35540e06eaac394d7ad441c9169e06994974f82c (patch)
treeb7d6dfef3ee96d23978710b888dd9a784ca3a37e /media-gfx/swftools/swftools-0.8.0.ebuild
parentBump (diff)
downloadgentoo-2-35540e06eaac394d7ad441c9169e06994974f82c.tar.gz
gentoo-2-35540e06eaac394d7ad441c9169e06994974f82c.tar.bz2
gentoo-2-35540e06eaac394d7ad441c9169e06994974f82c.zip
0.8.0 version bump. gif2swf is back.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-gfx/swftools/swftools-0.8.0.ebuild')
-rw-r--r--media-gfx/swftools/swftools-0.8.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-gfx/swftools/swftools-0.8.0.ebuild b/media-gfx/swftools/swftools-0.8.0.ebuild
new file mode 100644
index 000000000000..148c6190b642
--- /dev/null
+++ b/media-gfx/swftools/swftools-0.8.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/swftools/swftools-0.8.0.ebuild,v 1.1 2007/01/25 17:11:14 vanquirius Exp $
+
+inherit eutils
+
+DESCRIPTION="SWF Tools is a collection of SWF manipulation and generation utilities"
+HOMEPAGE="http://www.swftools.org/"
+SRC_URI="http://www.swftools.org/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/t1lib-1.3.1
+ media-libs/freetype
+ media-libs/jpeg"
+RDEPEND=""
+
+src_install() {
+ einstall || die "Install died."
+ dodoc AUTHORS ChangeLog FAQ TODO
+}
+
+pkg_postinst() {
+ einfo
+ einfo "avifile is currently not supported."
+ einfo "Therefore, avi2swf was not installed."
+ einfo
+}