Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libkate: metadata.xml ChangeLog libkate-0.1.7.ebuild Manifest
Date: Mon, 25 Aug 2008 08:33:00
Message-Id: E1KXXVR-0005nG-RP@stork.gentoo.org
1 aballier 08/08/25 08:32:57
2
3 Added: metadata.xml ChangeLog libkate-0.1.7.ebuild
4 Manifest
5 Log:
6 initial import, ebuild by me
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/libkate/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>video</herd>
21 <longdescription lang="en">
22 Kate is a codec for karaoke and text encapsulation for Ogg. Most of the
23 time, this would be multiplexed with audio/video to carry subtitles,
24 song lyrics (with or without karaoke data), etc, but doesn't have to be.
25 A possible use of a lone Kate stream would be an e-book. Moreover, the
26 motion feature gives Kate a powerful means to describe arbitrary curves,
27 so hand drawing of shapes can be achieved. This was originally meant for
28 karaoke use, but can be used for any purpose. Motions can be attached to
29 various semantics, like position, color, etc, so scrolling or fading
30 text can be defined.
31
32 More information can be found at http://wiki.xiph.org/index.php/OggKate
33 </longdescription>
34 </pkgmetadata>
35
36
37
38 1.1 media-libs/libkate/ChangeLog
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.1&content-type=text/plain
42
43 Index: ChangeLog
44 ===================================================================
45 # ChangeLog for media-libs/libkate
46 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
47 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.1 2008/08/25 08:32:57 aballier Exp $
48
49 *libkate-0.1.7 (25 Aug 2008)
50
51 25 Aug 2008; Alexis Ballier <aballier@g.o> +metadata.xml,
52 +libkate-0.1.7.ebuild:
53 initial import, ebuild by me
54
55
56
57
58 1.1 media-libs/libkate/libkate-0.1.7.ebuild
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.1.7.ebuild?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.1.7.ebuild?rev=1.1&content-type=text/plain
62
63 Index: libkate-0.1.7.ebuild
64 ===================================================================
65 # Copyright 1999-2008 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.1.7.ebuild,v 1.1 2008/08/25 08:32:57 aballier Exp $
68
69 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
70 HOMEPAGE="http://code.google.com/p/libkate/"
71 SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
72
73 LICENSE="BSD"
74 SLOT="0"
75 KEYWORDS="~amd64"
76 IUSE="doc"
77
78 RDEPEND="media-libs/libogg
79 media-libs/libpng"
80 DEPEND="${RDEPEND}
81 dev-util/pkgconfig
82 sys-devel/flex
83 sys-devel/bison"
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "make install failed"
87 dodoc AUTHORS ChangeLog README
88 # Remove useless doc
89 rm -rf "${D}/usr/share/doc/${PN}"
90 use doc && dohtml -r doc/html/*
91 }
92
93
94
95 1.1 media-libs/libkate/Manifest
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/Manifest?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/Manifest?rev=1.1&content-type=text/plain
99
100 Index: Manifest
101 ===================================================================
102 DIST libkate-0.1.7.tar.gz 868315 RMD160 a7289e4441765dd72ab4ced17a6240dec1eab05f SHA1 ddb9c6d08264e640d2f80a9ff7ccb2ee595a8b27 SHA256 392407bdbbd0716c4e689917805e2755b87191b38f7bfb44d436a2c632f78db5
103 EBUILD libkate-0.1.7.ebuild 661 RMD160 397aa19dc2db671ee6ca4671dcafa28526204444 SHA1 0eda80e2107db8d78bd6ed053126480f7cf55a40 SHA256 3c85a5d91d6b975d2eb021f10f99a8b6fbfd0a5cf2c3fc471efa27a54b006cc9
104 MISC ChangeLog 273 RMD160 de33719a199ba25480aca97257f372e5b044eb1c SHA1 c30863f640bc11939698102b3ddc7c920bb45ac8 SHA256 c2b8023efa55ec3f363237716acd6853be234586dfabac2e4c51a34615bbce2e
105 MISC metadata.xml 895 RMD160 965d9cb4ddffaeb63805c6f45c3633cf64d45350 SHA1 74d627d9ef6d081e81589767d33a2724c258f7ad SHA256 c21a36a5f2d2c114213f7ab83d9dc6c5bbbce8f31969f1d31bb0270ea6302d85