diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-10-27 13:09:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-10-27 13:09:46 +0000 |
commit | dc6a7fcdb4d16cee739c0cece08dc4502b37da19 (patch) | |
tree | 09054afa6f105152bb5ad98d90961707bbb5d9ec /media-video | |
parent | version bump (diff) | |
download | gentoo-2-dc6a7fcdb4d16cee739c0cece08dc4502b37da19.tar.gz gentoo-2-dc6a7fcdb4d16cee739c0cece08dc4502b37da19.tar.bz2 gentoo-2-dc6a7fcdb4d16cee739c0cece08dc4502b37da19.zip |
version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/abby/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/abby/abby-0.4.4.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/media-video/abby/ChangeLog b/media-video/abby/ChangeLog index 6655e408953c..5ec7b5c77b8d 100644 --- a/media-video/abby/ChangeLog +++ b/media-video/abby/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/abby # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.5 2009/10/24 11:58:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.6 2009/10/27 13:09:46 aballier Exp $ + +*abby-0.4.4 (27 Oct 2009) + + 27 Oct 2009; Alexis Ballier <aballier@gentoo.org> +abby-0.4.4.ebuild: + version bump 24 Oct 2009; nixnut <nixnut@gentoo.org> abby-0.4.2.ebuild: ppc stable #284544 diff --git a/media-video/abby/abby-0.4.4.ebuild b/media-video/abby/abby-0.4.4.ebuild new file mode 100644 index 000000000000..f2ac59986abf --- /dev/null +++ b/media-video/abby/abby-0.4.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/abby/abby-0.4.4.ebuild,v 1.1 2009/10/27 13:09:46 aballier Exp $ + +EAPI="1" +inherit qt4 + +DESCRIPTION="GUI front-end for cclive and clive video extraction utilities" +HOMEPAGE="http://code.google.com/p/abby/" +SRC_URI="http://abby.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="|| ( >=media-video/clive-2.2.5 >=media-video/cclive-0.5.0 ) + x11-libs/qt-gui:4" +DEPEND="${RDEPEND}" + +src_compile() { + eqmake4 || die + emake || die +} + +src_install() { + dobin abby || die + dodoc AUTHORS CHANGES README TODO +} |