From f92bee7e0d1fdeb976d2023f2417024546e3a579 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 6 Oct 2004 21:15:36 +0000 Subject: Added to ~amd64. --- media-video/chaplin/ChangeLog | 6 +++++- media-video/chaplin/chaplin-1.10.ebuild | 18 +++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) (limited to 'media-video/chaplin') diff --git a/media-video/chaplin/ChangeLog b/media-video/chaplin/ChangeLog index 68232d7432cc..fc16520e6e1d 100644 --- a/media-video/chaplin/ChangeLog +++ b/media-video/chaplin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/chaplin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/ChangeLog,v 1.1 2004/10/06 20:16:11 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/ChangeLog,v 1.2 2004/10/06 21:15:36 eradicator Exp $ + + 06 Oct 2004; Jeremy Huddleston + chaplin-1.10.ebuild: + Added to ~amd64. *chaplin-1.10 (06 Oct 2004) diff --git a/media-video/chaplin/chaplin-1.10.ebuild b/media-video/chaplin/chaplin-1.10.ebuild index 3c0de9264a55..6d61d73cbb79 100644 --- a/media-video/chaplin/chaplin-1.10.ebuild +++ b/media-video/chaplin/chaplin-1.10.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/chaplin-1.10.ebuild,v 1.1 2004/10/06 20:16:11 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/chaplin-1.10.ebuild,v 1.2 2004/10/06 21:15:36 eradicator Exp $ + +IUSE="vcdimager transcode" + +MY_S="${WORKDIR}/chaplin" DESCRIPTION="This is a program to raw copy chapters from a dvd using libdvdread" HOMEPAGE="http://www.lallafa.de/bp/chaplin.html" SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" -IUSE="vcdimager transcode" +KEYWORDS="~amd64 ~x86" -DEPEND=" - >=libdvdread-0.9.4 +DEPEND=">=libdvdread-0.9.4 >=imagemagick-5.5.7.14 transcode? ( >=transcode-0.6.2 ) - vcdimager? ( >=vcdimager-0.7.2 ) -" - -MY_S="${WORKDIR}/chaplin" + vcdimager? ( >=vcdimager-0.7.2 )" src_compile() { cd ${MY_S} || die -- cgit v1.2.3-65-gdbad