Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/opusfile: ChangeLog opusfile-0.2.ebuild opusfile-0.4.ebuild
Date: Fri, 29 Nov 2013 14:01:28
Message-Id: 20131129140118.CAA7B2004B@flycatcher.gentoo.org
1 polynomial-c 13/11/29 14:01:18
2
3 Modified: ChangeLog opusfile-0.2.ebuild
4 Added: opusfile-0.4.ebuild
5 Log:
6 Version bump. Fixed docdir location
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.3 media-libs/opusfile/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 19 Apr 2013 19:25:07 -0000 1.2
24 +++ ChangeLog 29 Nov 2013 14:01:18 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/opusfile
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.2 2013/04/19 19:25:07 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.3 2013/11/29 14:01:18 polynomial-c Exp $
30 +
31 +*opusfile-0.4 (29 Nov 2013)
32 +
33 + 29 Nov 2013; Lars Wendler <polynomial-c@g.o> opusfile-0.2.ebuild,
34 + +opusfile-0.4.ebuild:
35 + Version bump with kind permission from hwoarang. Fixed docdir location.
36
37 19 Apr 2013; Agostino Sarubbo <ago@g.o> opusfile-0.2.ebuild:
38 Add ~ppc, wrt bug #466276
39
40
41
42 1.3 media-libs/opusfile/opusfile-0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild?r1=1.2&r2=1.3
47
48 Index: opusfile-0.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- opusfile-0.2.ebuild 19 Apr 2013 19:25:07 -0000 1.2
55 +++ opusfile-0.2.ebuild 29 Nov 2013 14:01:18 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v 1.2 2013/04/19 19:25:07 ago Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v 1.3 2013/11/29 14:01:18 polynomial-c Exp $
61
62 EAPI=5
63
64 @@ -24,6 +24,7 @@
65
66 src_configure() {
67 econf \
68 + --docdir=/usr/share/doc/${PF} \
69 $(use_enable doc) \
70 $(use_enable fixed-point)\
71 $(use_enable float) \
72
73
74
75 1.1 media-libs/opusfile/opusfile-0.4.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/opusfile-0.4.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opusfile/opusfile-0.4.ebuild?rev=1.1&content-type=text/plain
79
80 Index: opusfile-0.4.ebuild
81 ===================================================================
82 # Copyright 1999-2013 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.4.ebuild,v 1.1 2013/11/29 14:01:18 polynomial-c Exp $
85
86 EAPI=5
87
88 DESCRIPTION="A high-level decoding and seeking API for .opus files"
89 HOMEPAGE="http://www.opus-codec.org/"
90 SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
91
92 LICENSE="BSD"
93 SLOT="0"
94 KEYWORDS="~amd64 ~ppc ~x86"
95 IUSE="doc fixed-point +float +http static-libs"
96
97 RDEPEND="media-libs/libogg
98 media-libs/opus
99 http? ( dev-libs/openssl )"
100
101 DEPEND="${RDEPEND}
102 doc? ( app-doc/doxygen )"
103
104 REQUIRED_USE="^^ ( fixed-point float )"
105
106 src_configure() {
107 econf \
108 --docdir=/usr/share/doc/${PF} \
109 $(use_enable doc) \
110 $(use_enable fixed-point)\
111 $(use_enable float) \
112 $(use_enable http) \
113 $(use_enable static-libs static)
114 }