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/schroedinger: ChangeLog schroedinger-1.0.10.ebuild
Date: Fri, 08 Oct 2010 21:03:14
Message-Id: 20101008205514.3069720051@flycatcher.gentoo.org
1 aballier 10/10/08 20:55:14
2
3 Modified: ChangeLog
4 Added: schroedinger-1.0.10.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2_rc91/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.51 media-libs/schroedinger/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 8 Oct 2010 09:30:42 -0000 1.50
24 +++ ChangeLog 8 Oct 2010 20:55:13 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/schroedinger
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.50 2010/10/08 09:30:42 ford_prefect Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.51 2010/10/08 20:55:13 aballier Exp $
30 +
31 +*schroedinger-1.0.10 (08 Oct 2010)
32 +
33 + 08 Oct 2010; Alexis Ballier <aballier@g.o>
34 + +schroedinger-1.0.10.ebuild:
35 + version bump
36
37 08 Oct 2010; Arun Raghavan <ford_prefect@g.o>
38 schroedinger-1.0.9.ebuild:
39
40
41
42 1.1 media-libs/schroedinger/schroedinger-1.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: schroedinger-1.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.10.ebuild,v 1.1 2010/10/08 20:55:14 aballier Exp $
52
53 EAPI=3
54 inherit autotools eutils
55
56 DESCRIPTION="C-based libraries for the Dirac video codec"
57 HOMEPAGE="http://www.diracvideo.org/"
58 SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
63 IUSE=""
64
65 RDEPEND=">=dev-lang/orc-0.4.10"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig
68 dev-util/gtk-doc-am"
69
70 src_prepare() {
71 sed -i \
72 -e '/AS_COMPILER_FLAG(-O3/d' \
73 configure.ac || die
74
75 AT_M4DIR="m4" eautoreconf
76 }
77
78 src_configure() {
79 econf \
80 --disable-dependency-tracking \
81 --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die
86 dodoc AUTHORS NEWS README TODO
87 }