Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-farsight: gst-plugins-farsight-0.12.5.ebuild ChangeLog
Date: Sat, 15 Dec 2007 16:04:41
Message-Id: E1J3Z78-0006EI-Hm@stork.gentoo.org
1 drac 07/12/15 15:39:42
2
3 Modified: gst-plugins-farsight-0.12.5.ebuild ChangeLog
4 Log:
5 Restore USE jrtplib as it's working with 3.7.1 again, closing #175425. Thanks to Branko Majic for reporting.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.2 media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild?r1=1.1&r2=1.2
14
15 Index: gst-plugins-farsight-0.12.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gst-plugins-farsight-0.12.5.ebuild 19 Sep 2007 07:34:45 -0000 1.1
22 +++ gst-plugins-farsight-0.12.5.ebuild 15 Dec 2007 15:39:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild,v 1.1 2007/09/19 07:34:45 tester Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild,v 1.2 2007/12/15 15:39:41 drac Exp $
28
29 inherit gst-plugins10
30
31 @@ -14,8 +14,7 @@
32
33 LICENSE="GPL-2"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="jpeg2k gsm jingle msn yahoo"
36 -#jrtplib
37 +IUSE="jpeg2k gsm jingle jrtplib msn yahoo"
38
39 DEPEND=">=media-libs/gstreamer-0.10.13
40 >=media-libs/gst-plugins-base-0.10.13
41 @@ -24,22 +23,21 @@
42 gsm? ( media-sound/gsm )
43 jingle? ( net-libs/libjingle )
44 msn? ( media-libs/libmimic )
45 - yahoo? ( media-libs/libj2k )"
46 - #jrtplib? ( dev-libs/jthread
47 - # >=dev-libs/jrtplib-3.5 )
48 + yahoo? ( media-libs/libj2k )
49 + jrtplib? ( dev-libs/jthread
50 + >=dev-libs/jrtplib-3.7.1 )"
51
52 RDEPEND="${DEPEND}"
53
54 src_compile() {
55 econf \
56 --enable-g729 \
57 - --disable-jrtplib \
58 $(use_enable jpeg2k jasper) \
59 $(use_enable gsm) \
60 $(use_enable jingle jingle-p2p) \
61 $(use_enable msn mimic) \
62 - $(use_with yahoo libj2k) || die "econf failed"
63 - # $(use_enable jrtplib) \
64 + $(use_with yahoo libj2k) \
65 + $(use_enable jrtplib) || die "econf failed"
66 emake || die "emake failed"
67 }
68
69
70
71
72 1.11 media-plugins/gst-plugins-farsight/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog?rev=1.11&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog?rev=1.11&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog?r1=1.10&r2=1.11
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v
81 retrieving revision 1.10
82 retrieving revision 1.11
83 diff -u -r1.10 -r1.11
84 --- ChangeLog 19 Sep 2007 07:34:45 -0000 1.10
85 +++ ChangeLog 15 Dec 2007 15:39:41 -0000 1.11
86 @@ -1,6 +1,11 @@
87 # ChangeLog for media-plugins/gst-plugins-farsight
88 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v 1.10 2007/09/19 07:34:45 tester Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v 1.11 2007/12/15 15:39:41 drac Exp $
91 +
92 + 15 Dec 2007; Samuli Suominen <drac@g.o>
93 + gst-plugins-farsight-0.12.5.ebuild:
94 + Restore USE jrtplib as it's working with 3.7.1 again, closing #175425.
95 + Thanks to Branko Majic for reporting.
96
97 *gst-plugins-farsight-0.12.5 (19 Sep 2007)
98
99
100
101
102 --
103 gentoo-commits@g.o mailing list