Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@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.11.ebuild ChangeLog
Date: Mon, 30 Mar 2009 04:49:16
Message-Id: E1Lo9Qw-0002mK-SY@stork.gentoo.org
1 tester 09/03/30 04:49:14
2
3 Modified: ChangeLog
4 Added: gst-plugins-farsight-0.12.11.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.22 media-plugins/gst-plugins-farsight/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 11 Mar 2009 13:50:28 -0000 1.21
23 +++ ChangeLog 30 Mar 2009 04:49:14 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gst-plugins-farsight
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v 1.21 2009/03/11 13:50:28 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v 1.22 2009/03/30 04:49:14 tester Exp $
29 +
30 +*gst-plugins-farsight-0.12.11 (30 Mar 2009)
31 +
32 + 30 Mar 2009; Olivier CrĂȘte <tester@g.o>
33 + +gst-plugins-farsight-0.12.11.ebuild:
34 + New version, most useful plugins have been moved to -bad
35
36 *gst-plugins-farsight-0.12.10 (11 Mar 2009)
37
38
39
40
41 1.1 media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.11.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gst-plugins-farsight-0.12.11.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.11.ebuild,v 1.1 2009/03/30 04:49:14 tester Exp $
51
52 inherit gst-plugins10
53
54 DESCRIPTION="GStreamer plugin for Farsight"
55 HOMEPAGE="http://farsight.freedesktop.org/"
56 SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
57
58 GST_MAJOR=0.10
59 SLOT=${GST_MAJOR}
60
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
63 IUSE="jpeg2k gsm jingle yahoo"
64
65 DEPEND=">=media-libs/gstreamer-0.10.22
66 >=media-libs/gst-plugins-base-0.10.22
67 dev-libs/libxml2
68 jpeg2k? ( media-libs/jasper )
69 gsm? ( media-sound/gsm )
70 jingle? ( net-libs/libjingle )
71 msn? ( media-libs/libmimic )
72 yahoo? ( media-libs/libj2k )"
73
74 src_compile() {
75 econf \
76 --enable-g729 \
77 --disable-jrtplib \
78 $(use_enable jpeg2k jasper) \
79 $(use_enable gsm) \
80 $(use_enable jingle jingle-p2p) \
81 $(use_with yahoo libj2k) || die "econf failed"
82 emake || die "emake failed"
83 }
84
85 src_install() {
86 emake install DESTDIR="${D}" || die "emake install failed"
87 dodoc AUTHORS ChangeLog README
88
89 rm -f "${D}/usr/lib*/*gstreamer*/*jpeg2k*"
90 }