diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-01-08 12:32:13 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-01-08 12:32:13 +0000 |
commit | fc39ce8243579d47f7b46b11774676d7b7603a60 (patch) | |
tree | 389d2a0149f39d5801b24bac67be5ab7300d64c4 /media-video/kino | |
parent | remove obsolete files (diff) | |
download | historical-fc39ce8243579d47f7b46b11774676d7b7603a60.tar.gz historical-fc39ce8243579d47f7b46b11774676d7b7603a60.tar.bz2 historical-fc39ce8243579d47f7b46b11774676d7b7603a60.zip |
changed kino 0.6 to stable
Diffstat (limited to 'media-video/kino')
-rw-r--r-- | media-video/kino/files/digest-kino-0.51 | 1 | ||||
-rw-r--r-- | media-video/kino/kino-0.51.ebuild | 39 | ||||
-rw-r--r-- | media-video/kino/kino-0.60.ebuild | 4 |
3 files changed, 2 insertions, 42 deletions
diff --git a/media-video/kino/files/digest-kino-0.51 b/media-video/kino/files/digest-kino-0.51 deleted file mode 100644 index f3408f7121fb..000000000000 --- a/media-video/kino/files/digest-kino-0.51 +++ /dev/null @@ -1 +0,0 @@ -MD5 db3481428c267690c868b02bce125094 kino-0.51-1.tar.gz 604085 diff --git a/media-video/kino/kino-0.51.ebuild b/media-video/kino/kino-0.51.ebuild deleted file mode 100644 index d56ae05a8b0a..000000000000 --- a/media-video/kino/kino-0.51.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.51.ebuild,v 1.3 2002/12/06 13:41:10 hanno Exp $ - -DESCRIPTION="kino is a digital video editor for linux" -HOMEPAGE="http://kino.schirmacher.de/" -LICENSE="GPL-2" -SRC_URI="mirror://sourceforge/${PN}/${P}-1.tar.gz" -S=${WORKDIR}/${P} -IUSE="" - -DEPEND="x11-libs/gtk+ - dev-libs/glib - gnome-base/gnome-libs - media-libs/imlib - dev-libs/libxml2 - media-libs/audiofile - media-sound/esound - sys-libs/libraw1394 - sys-libs/libavc1394 - media-libs/libdv" -SLOT="0" -KEYWORDS="x86" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-dependency-tracking \ - --disable-debug || die "./configure failed" - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/media-video/kino/kino-0.60.ebuild b/media-video/kino/kino-0.60.ebuild index 31aeae0f767c..60405866a744 100644 --- a/media-video/kino/kino-0.60.ebuild +++ b/media-video/kino/kino-0.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.60.ebuild,v 1.1 2002/12/06 13:41:10 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.60.ebuild,v 1.2 2003/01/08 12:32:13 hanno Exp $ # Kino 0.6 is newer than 0.51, but portage cannot handle this MY_PV="0.6" @@ -22,7 +22,7 @@ DEPEND="x11-libs/gtk+ sys-libs/libavc1394 media-libs/libdv" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { ./configure \ |