Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.9.ebuild schroedinger-1.0.8.ebuild
Date: Wed, 21 Apr 2010 17:03:12
Message-Id: 20100421160458.8161E2C05E@corvid.gentoo.org
1 ssuominen 10/04/21 16:04:58
2
3 Modified: ChangeLog schroedinger-1.0.8.ebuild
4 Added: schroedinger-1.0.9.ebuild
5 Log:
6 Version bump, clean up
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.47 media-libs/schroedinger/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 31 Mar 2010 12:27:43 -0000 1.46
23 +++ ChangeLog 21 Apr 2010 16:04:58 -0000 1.47
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/schroedinger
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.46 2010/03/31 12:27:43 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.47 2010/04/21 16:04:58 ssuominen Exp $
29 +
30 +*schroedinger-1.0.9 (21 Apr 2010)
31 +
32 + 21 Apr 2010; Samuli Suominen <ssuominen@g.o>
33 + +schroedinger-1.0.9.ebuild, +files/schroedinger-1.0.9-asneeded.patch:
34 + Version bump.
35
36 31 Mar 2010; Samuli Suominen <ssuominen@g.o>
37 schroedinger-1.0.8.ebuild:
38
39
40
41 1.11 media-libs/schroedinger/schroedinger-1.0.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.11&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.11&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?r1=1.10&r2=1.11
46
47 Index: schroedinger-1.0.8.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
50 retrieving revision 1.10
51 retrieving revision 1.11
52 diff -u -r1.10 -r1.11
53 --- schroedinger-1.0.8.ebuild 31 Mar 2010 12:27:43 -0000 1.10
54 +++ schroedinger-1.0.8.ebuild 21 Apr 2010 16:04:58 -0000 1.11
55 @@ -1,17 +1,17 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.10 2010/03/31 12:27:43 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.11 2010/04/21 16:04:58 ssuominen Exp $
60
61 EAPI=3
62 inherit libtool
63
64 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
65 -HOMEPAGE="http://www.diracvideo.org"
66 +HOMEPAGE="http://www.diracvideo.org/"
67 SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz"
68
69 -LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
70 +LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
71 SLOT="0"
72 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
73 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
74 IUSE=""
75
76 RDEPEND=">=dev-libs/liboil-0.3.16"
77 @@ -25,7 +25,6 @@
78 src_configure() {
79 econf \
80 --disable-dependency-tracking \
81 - --disable-gtk-doc \
82 --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
83 }
84
85
86
87
88 1.1 media-libs/schroedinger/schroedinger-1.0.9.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild?rev=1.1&content-type=text/plain
92
93 Index: schroedinger-1.0.9.ebuild
94 ===================================================================
95 # Copyright 1999-2010 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild,v 1.1 2010/04/21 16:04:58 ssuominen Exp $
98
99 EAPI=3
100 inherit autotools eutils
101
102 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
103 HOMEPAGE="http://www.diracvideo.org/"
104 SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz"
105
106 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
107 SLOT="0"
108 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
109 IUSE=""
110
111 RDEPEND=">=dev-lang/orc-0.4.3"
112 DEPEND="${RDEPEND}
113 dev-util/pkgconfig
114 dev-util/gtk-doc-am"
115
116 src_prepare() {
117 epatch "${FILESDIR}"/${P}-asneeded.patch
118
119 sed -i \
120 -e '/AS_COMPILER_FLAG(-O3/d' \
121 configure.ac || die
122
123 AT_M4DIR="m4" eautoreconf
124 }
125
126 src_configure() {
127 econf \
128 --disable-dependency-tracking \
129 --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
130 }
131
132 src_install() {
133 emake DESTDIR="${D}" install || die
134 dodoc AUTHORS NEWS README TODO
135 }