diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-14 16:54:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-14 16:54:32 +0000 |
commit | 933b9a86f8368b6d29817426ad0c2af9dcd696e4 (patch) | |
tree | 65734c1e26d926cafd095ac77e1945edf27f5e9a /media-video/get_flash_videos/get_flash_videos-1.24.ebuild | |
parent | Applied patch sent to the amarok-packagers group by Thomas Klausner (copied f... (diff) | |
download | gentoo-2-933b9a86f8368b6d29817426ad0c2af9dcd696e4.tar.gz gentoo-2-933b9a86f8368b6d29817426ad0c2af9dcd696e4.tar.bz2 gentoo-2-933b9a86f8368b6d29817426ad0c2af9dcd696e4.zip |
Version bump. Fixes bug #348665
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'media-video/get_flash_videos/get_flash_videos-1.24.ebuild')
-rw-r--r-- | media-video/get_flash_videos/get_flash_videos-1.24.ebuild | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/media-video/get_flash_videos/get_flash_videos-1.24.ebuild b/media-video/get_flash_videos/get_flash_videos-1.24.ebuild new file mode 100644 index 000000000000..52797069458b --- /dev/null +++ b/media-video/get_flash_videos/get_flash_videos-1.24.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.24.ebuild,v 1.1 2010/12/14 16:54:32 hwoarang Exp $ + +EAPI=2 +inherit perl-module + +MY_PN="App-${PN}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Downloads videos from various Flash-based video hosting sites" +HOMEPAGE="http://code.google.com/p/get-flash-videos/" +SRC_URI="http://get-flash-videos.googlecode.com/files/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/WWW-Mechanize + perl-core/Module-CoreList + dev-perl/HTML-TokeParser-Simple" +DEPEND="${RDEPEND} + dev-perl/UNIVERSAL-require + test? ( media-video/rtmpdump + dev-perl/Tie-IxHash + dev-perl/XML-Simple + dev-perl/Crypt-Rijndael + dev-perl/Data-AMF + perl-core/IO-Compress )" + +SRC_TEST="do" + +S="${WORKDIR}/${MY_P}" +SRC_TEST="do" +myinst="DESTDIR=${D}" + +pkg_postinst() { + elog "Downloading videos from RTMP server requires the following packages :" + elog " media-video/rtmpdump" + elog " dev-perl/Tie-IxHash" + elog "Others optional dependencies :" + elog " dev-perl/XML-Simple" + elog " dev-perl/Crypt-Rijndael" + elog " dev-perl/Data-AMF" + elog " perl-core/IO-Compress" +} |