diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-08-21 17:58:56 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-08-21 17:58:56 +0000 |
commit | 875cda451ce050b951f40cabb2b82b2aecad1cd0 (patch) | |
tree | 3a9371b181bc293063ee5b6554822b4b33ed7ad5 | |
parent | Fix bug #144328. (diff) | |
download | historical-875cda451ce050b951f40cabb2b82b2aecad1cd0.tar.gz historical-875cda451ce050b951f40cabb2b82b2aecad1cd0.tar.bz2 historical-875cda451ce050b951f40cabb2b82b2aecad1cd0.zip |
Update 'vcd' USE flags
Package-Manager: portage-2.1-r2
-rw-r--r-- | media-video/chaplin/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/chaplin/chaplin-1.10-r1.ebuild | 30 | ||||
-rw-r--r-- | media-video/chaplin/files/digest-chaplin-1.10-r1 | 3 |
3 files changed, 41 insertions, 2 deletions
diff --git a/media-video/chaplin/ChangeLog b/media-video/chaplin/ChangeLog index fc05c3d81466..9a633ea0b205 100644 --- a/media-video/chaplin/ChangeLog +++ b/media-video/chaplin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/chaplin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/ChangeLog,v 1.5 2005/07/28 10:25:15 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/ChangeLog,v 1.6 2006/08/21 17:58:56 beandog Exp $ + +*chaplin-1.10-r1 (21 Aug 2006) + + 21 Aug 2006; Steve Dibb <beandog@gentoo.org> -chaplin-1.10.ebuild, + +chaplin-1.10-r1.ebuild: + Update USE flags to vcd 28 Jul 2005; David Holm <dholm@gentoo.org> chaplin-1.10.ebuild: Added to ~ppc. diff --git a/media-video/chaplin/chaplin-1.10-r1.ebuild b/media-video/chaplin/chaplin-1.10-r1.ebuild new file mode 100644 index 000000000000..5ef0e4b1cc02 --- /dev/null +++ b/media-video/chaplin/chaplin-1.10-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/chaplin/chaplin-1.10-r1.ebuild,v 1.1 2006/08/21 17:58:56 beandog Exp $ + +IUSE="transcode vcd" + +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="~amd64 ~ppc ~x86" + +DEPEND=">=media-libs/libdvdread-0.9.4 + >=media-gfx/imagemagick-5.5.7.14 + transcode? ( >=media-video/transcode-0.6.2 ) + vcd? ( >=media-video/vcdimager-0.7.2 )" + +src_compile() { + cd ${MY_S} || die + emake || die +} + +src_install() { + dobin ${MY_S}/chaplin || die + dobin ${MY_S}/chaplin-genmenu || die +} diff --git a/media-video/chaplin/files/digest-chaplin-1.10-r1 b/media-video/chaplin/files/digest-chaplin-1.10-r1 new file mode 100644 index 000000000000..417987455f8f --- /dev/null +++ b/media-video/chaplin/files/digest-chaplin-1.10-r1 @@ -0,0 +1,3 @@ +MD5 76971356e3c2aebaca45dc0780490c0a chaplin-1.10.tgz 23843 +RMD160 2a24075486edd52b5ed24254b5ff9a8d845bf4fc chaplin-1.10.tgz 23843 +SHA256 064d3226d003477ae81273cee3870b5797f647623f67eb05e5c1e2e910d89228 chaplin-1.10.tgz 23843 |