summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-01 20:12:35 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-01 20:12:35 +0000
commitf9e5f539874121425500b3c573e178e88b7ae886 (patch)
treef26fdb9d5527d656d8dfaad0ddeb2fe8468d3d1b /media-video/kavi2svcd
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-f9e5f539874121425500b3c573e178e88b7ae886.tar.gz
gentoo-2-f9e5f539874121425500b3c573e178e88b7ae886.tar.bz2
gentoo-2-f9e5f539874121425500b3c573e178e88b7ae886.zip
Verison bumped.
Diffstat (limited to 'media-video/kavi2svcd')
-rw-r--r--media-video/kavi2svcd/ChangeLog10
-rw-r--r--media-video/kavi2svcd/Manifest6
-rw-r--r--media-video/kavi2svcd/files/digest-kavi2svcd-0.8.21
-rw-r--r--media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild21
-rw-r--r--media-video/kavi2svcd/kavi2svcd-0.8a.ebuild5
-rw-r--r--media-video/kavi2svcd/metadata.xml8
6 files changed, 45 insertions, 6 deletions
diff --git a/media-video/kavi2svcd/ChangeLog b/media-video/kavi2svcd/ChangeLog
index c66ff1a1c10b..ba4f34131f2b 100644
--- a/media-video/kavi2svcd/ChangeLog
+++ b/media-video/kavi2svcd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/kavi2svcd
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/ChangeLog,v 1.1 2003/10/19 02:33:53 vapier Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/ChangeLog,v 1.2 2004/02/01 20:12:35 mholzer Exp $
+
+*kavi2svcd-0.8.2 (01 Feb 2004)
+
+ 01 Feb 2004; Martin Holzer <mholzer@gentoo.org> kavi2svcd-0.8.2.ebuild,
+ kavi2svcd-0.8a.ebuild:
+ Verison bumped.
*kavi2svcd-0.8a (18 Oct 2003)
diff --git a/media-video/kavi2svcd/Manifest b/media-video/kavi2svcd/Manifest
index 3f4236a8a85c..10f5a3b13abb 100644
--- a/media-video/kavi2svcd/Manifest
+++ b/media-video/kavi2svcd/Manifest
@@ -1,4 +1,6 @@
+MD5 2e832826e4b191a1429c46b90e30cb10 kavi2svcd-0.8.2.ebuild 728
+MD5 2e832826e4b191a1429c46b90e30cb10 kavi2svcd-0.8a.ebuild 728
+MD5 f708ae107b8fb5878abcdb8276adce8a ChangeLog 397
+MD5 79f3b71170b916ad066d39d29114815c files/digest-kavi2svcd-0.8.2 68
MD5 870a35229108ac63255b41faf21d81fb files/digest-kavi2svcd-0.8a 67
MD5 802335f62c0bbb68a2e0745f7b2e126c files/0.8a-gcc3.patch 386
-MD5 7fdd4b0354da9d8aacb3f74709cb7bfb kavi2svcd-0.8a.ebuild 708
-MD5 f708ae107b8fb5878abcdb8276adce8a ChangeLog 397
diff --git a/media-video/kavi2svcd/files/digest-kavi2svcd-0.8.2 b/media-video/kavi2svcd/files/digest-kavi2svcd-0.8.2
new file mode 100644
index 000000000000..afe272da3b8b
--- /dev/null
+++ b/media-video/kavi2svcd/files/digest-kavi2svcd-0.8.2
@@ -0,0 +1 @@
+MD5 c1c3c949f9381e232d24e6cfc911ee91 kavi2svcd-0.8.2.tar.gz 1792088
diff --git a/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild b/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild
new file mode 100644
index 000000000000..456476c4cec9
--- /dev/null
+++ b/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild,v 1.1 2004/02/01 20:12:35 mholzer Exp $
+
+inherit kde-base
+need-kde 3
+
+DESCRIPTION="GUI for generating VCD-compliant MPEG files from an AVI or MPEG file"
+HOMEPAGE="http://kavi2svcd.sourceforge.net/"
+SRC_URI="mirror://sourceforge/kavi2svcd/${P}.tar.gz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=media-video/transcode-0.6.6
+ >=media-video/mjpegtools-1.6.0-r7
+ cdr? ( >=media-video/vcdimager-0.7.19
+ >=app-cdr/cdrdao-1.1.7-r1 )"
+
diff --git a/media-video/kavi2svcd/kavi2svcd-0.8a.ebuild b/media-video/kavi2svcd/kavi2svcd-0.8a.ebuild
index dec6c3f6aefb..f36e3902c87e 100644
--- a/media-video/kavi2svcd/kavi2svcd-0.8a.ebuild
+++ b/media-video/kavi2svcd/kavi2svcd-0.8a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/kavi2svcd-0.8a.ebuild,v 1.1 2003/10/19 02:33:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/kavi2svcd-0.8a.ebuild,v 1.2 2004/02/01 20:12:35 mholzer Exp $
inherit kde-base
need-kde 3
@@ -8,6 +8,7 @@ need-kde 3
DESCRIPTION="GUI for generating VCD-compliant MPEG files from an AVI or MPEG file"
HOMEPAGE="http://kavi2svcd.sourceforge.net/"
SRC_URI="mirror://sourceforge/kavi2svcd/${P}.tar.gz"
+RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
diff --git a/media-video/kavi2svcd/metadata.xml b/media-video/kavi2svcd/metadata.xml
new file mode 100644
index 000000000000..1cadc2e4ec21
--- /dev/null
+++ b/media-video/kavi2svcd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>video</herd>
+<maintainer>
+ <email>media-video@gentoo.org</email>
+</maintainer>
+</pkgmetadata>