summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-09-18 09:49:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-09-18 09:49:05 +0000
commit10bc7afacf080c4324fcd1a9967e9ac7174f753b (patch)
treecde6caacbd806c162298d1eae388169525c581c8 /media-video/abby
parentversion bump (diff)
downloadgentoo-2-10bc7afacf080c4324fcd1a9967e9ac7174f753b.tar.gz
gentoo-2-10bc7afacf080c4324fcd1a9967e9ac7174f753b.tar.bz2
gentoo-2-10bc7afacf080c4324fcd1a9967e9ac7174f753b.zip
version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-video/abby')
-rw-r--r--media-video/abby/ChangeLog7
-rw-r--r--media-video/abby/abby-0.4.3.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/media-video/abby/ChangeLog b/media-video/abby/ChangeLog
index 459422b1c94f..e993937972c4 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.3 2009/08/25 15:55:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/abby/ChangeLog,v 1.4 2009/09/18 09:49:05 aballier Exp $
+
+*abby-0.4.3 (18 Sep 2009)
+
+ 18 Sep 2009; Alexis Ballier <aballier@gentoo.org> +abby-0.4.3.ebuild:
+ version bump
*abby-0.4.2 (25 Aug 2009)
diff --git a/media-video/abby/abby-0.4.3.ebuild b/media-video/abby/abby-0.4.3.ebuild
new file mode 100644
index 000000000000..de9215c9ff68
--- /dev/null
+++ b/media-video/abby/abby-0.4.3.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.3.ebuild,v 1.1 2009/09/18 09:49:05 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.3 >=media-video/cclive-0.4.6 )
+ x11-libs/qt-gui:4"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ eqmake4 || die
+ emake || die
+}
+
+src_install() {
+ dobin abby || die
+ dodoc AUTHORS CHANGES README TODO
+}