Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-1.0.6.ebuild
Date: Sun, 31 Mar 2013 23:42:57
Message-Id: 20130331234253.80BB72171D@flycatcher.gentoo.org
1 eva 13/03/31 23:42:53
2
3 Modified: ChangeLog
4 Added: gst-plugins-base-1.0.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.219 media-libs/gst-plugins-base/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.219&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.219&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.218&r2=1.219
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
20 retrieving revision 1.218
21 retrieving revision 1.219
22 diff -u -r1.218 -r1.219
23 --- ChangeLog 5 Mar 2013 22:13:23 -0000 1.218
24 +++ ChangeLog 31 Mar 2013 23:42:53 -0000 1.219
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/gst-plugins-base
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.218 2013/03/05 22:13:23 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.219 2013/03/31 23:42:53 eva Exp $
30 +
31 +*gst-plugins-base-1.0.6 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gst-plugins-base-1.0.6.ebuild:
35 + Version bump.
36
37 05 Mar 2013; Gilles Dartiguelongue <eva@g.o>
38 -gst-plugins-base-0.10.35.ebuild, -gst-plugins-base-1.0.3.ebuild,
39
40
41
42 1.1 media-libs/gst-plugins-base/gst-plugins-base-1.0.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-1.0.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-1.0.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-base-1.0.6.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-1.0.6.ebuild,v 1.1 2013/03/31 23:42:53 eva Exp $
52
53 EAPI="5"
54
55 inherit gst-plugins-base gst-plugins10
56
57 DESCRIPTION="Basepack of plugins for gstreamer"
58 HOMEPAGE="http://gstreamer.freedesktop.org/"
59
60 LICENSE="GPL-2+ LGPL-2+"
61 KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
62 IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
63 REQUIRED_USE="
64 ivorbis? ( ogg )
65 theora? ( ogg )
66 vorbis? ( ogg )
67 "
68
69 RDEPEND="
70 app-text/iso-codes
71 >=dev-libs/glib-2.32:2
72 dev-libs/libxml2:2
73 >=media-libs/gstreamer-${PV}:1.0[introspection?]
74 sys-libs/zlib
75 alsa? ( >=media-libs/alsa-lib-0.9.1 )
76 introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
77 ivorbis? ( media-libs/tremor )
78 ogg? ( >=media-libs/libogg-1 )
79 orc? ( >=dev-lang/orc-0.4.16 )
80 pango? ( >=x11-libs/pango-1.22 )
81 theora? ( >=media-libs/libtheora-1.1[encode] )
82 vorbis? ( >=media-libs/libvorbis-1 )
83 X? (
84 x11-libs/libX11
85 x11-libs/libXext
86 x11-libs/libXv )
87 "
88 DEPEND="${RDEPEND}
89 >=dev-util/gtk-doc-am-1.12
90 X? (
91 x11-proto/videoproto
92 x11-proto/xextproto
93 x11-proto/xproto )
94 "
95
96 src_prepare() {
97 # The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even
98 # though they are not actually used. This needs to be fixed upstream by
99 # replacing AC_PATH_XTRA with PKG_CONFIG calls.
100 sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure || die
101 }
102
103 src_configure() {
104 gst-plugins10_src_configure \
105 $(use_enable alsa) \
106 $(use_enable introspection) \
107 $(use_enable ivorbis) \
108 $(use_enable ogg) \
109 $(use_enable orc) \
110 $(use_enable pango) \
111 $(use_enable theora) \
112 $(use_enable vorbis) \
113 $(use_enable X x) \
114 $(use_enable X xshm) \
115 $(use_enable X xvideo) \
116 --disable-debug \
117 --disable-examples \
118 --disable-freetypetest \
119 --disable-static
120 # cdparanoia and libvisual are split out, per leio's request
121
122 # bug #366931, flag-o-matic for the whole thing is overkill
123 if [[ ${CHOST} == *86-*-darwin* ]] ; then
124 sed -i \
125 -e '/FLAGS = /s|-O[23]|-O1|g' \
126 gst/audioconvert/Makefile \
127 gst/volume/Makefile || die
128 fi
129 }
130
131 src_compile() {
132 default
133 }
134
135 src_install() {
136 DOCS="AUTHORS NEWS README RELEASE"
137 default
138 prune_libtool_files --modules
139 }