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-0.10.36.ebuild gst-plugins-base-0.10.32.ebuild
Date: Sun, 02 Dec 2012 17:23:51
Message-Id: 20121202172341.0542D2171D@flycatcher.gentoo.org
1 eva 12/12/02 17:23:40
2
3 Modified: ChangeLog gst-plugins-base-0.10.36.ebuild
4 Removed: gst-plugins-base-0.10.32.ebuild
5 Log:
6 Clean up old revisions. Update ebuild to use new eclasses.
7
8 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.189 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.189&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.189&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.188&r2=1.189
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
20 retrieving revision 1.188
21 retrieving revision 1.189
22 diff -u -r1.188 -r1.189
23 --- ChangeLog 7 Nov 2012 21:20:49 -0000 1.188
24 +++ ChangeLog 2 Dec 2012 17:23:40 -0000 1.189
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-libs/gst-plugins-base
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.188 2012/11/07 21:20:49 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.189 2012/12/02 17:23:40 eva Exp $
30 +
31 + 02 Dec 2012; Gilles Dartiguelongue <eva@g.o>
32 + -gst-plugins-base-0.10.32.ebuild, gst-plugins-base-0.10.36.ebuild:
33 + Clean up old revisions. Update ebuild to use new eclasses.
34
35 07 Nov 2012; Alexandre Rostovtsev <tetromino@g.o>
36 gst-plugins-base-0.10.32.ebuild, gst-plugins-base-0.10.35.ebuild,
37
38
39
40 1.4 media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild?r1=1.3&r2=1.4
45
46 Index: gst-plugins-base-0.10.36.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- gst-plugins-base-0.10.36.ebuild 7 Nov 2012 21:20:49 -0000 1.3
53 +++ gst-plugins-base-0.10.36.ebuild 2 Dec 2012 17:23:40 -0000 1.4
54 @@ -1,48 +1,49 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild,v 1.3 2012/11/07 21:20:49 tetromino Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.36.ebuild,v 1.4 2012/12/02 17:23:40 eva Exp $
59
60 -EAPI="4"
61 -GCONF_DEBUG="no"
62 +EAPI="5"
63
64 -# order is important, gnome2 after gst-plugins
65 -inherit gst-plugins-base gst-plugins10 gnome2 eutils multilib
66 -# libtool
67 +inherit gst-plugins-base gst-plugins10
68
69 DESCRIPTION="Basepack of plugins for gstreamer"
70 HOMEPAGE="http://gstreamer.freedesktop.org/"
71 -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
72
73 LICENSE="GPL-2+ LGPL-2+"
74 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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"
75 IUSE="+introspection nls +orc"
76
77 -RDEPEND=">=dev-libs/glib-2.22:2
78 +RDEPEND=">=dev-libs/glib-2.24:2
79 >=media-libs/gstreamer-${PV}:0.10[introspection?]
80 dev-libs/libxml2:2
81 sys-libs/zlib
82 app-text/iso-codes
83 introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
84 orc? ( >=dev-lang/orc-0.4.11 )
85 - !<media-libs/gst-plugins-bad-0.10.10:0.10"
86 +"
87 DEPEND="${RDEPEND}
88 - app-arch/xz-utils
89 - dev-util/gtk-doc-am
90 - virtual/pkgconfig
91 - nls? ( >=sys-devel/gettext-0.11.5 )"
92 -
93 -GST_PLUGINS_BUILD=""
94 -
95 -DOCS="AUTHORS NEWS README RELEASE"
96 + >=dev-util/gtk-doc-am-1.3
97 + nls? ( >=sys-devel/gettext-0.11.5 )
98 +"
99 +RDEPEND="${RDEPEND}
100 + !<media-libs/gst-plugins-bad-0.10.10:0.10
101 +"
102 +
103 +src_prepare() {
104 + # The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even
105 + # though they are not actually used. This needs to be fixed upstream by
106 + # replacing AC_PATH_XTRA with PKG_CONFIG calls.
107 + sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure || die
108 +}
109
110 src_configure() {
111 - gst-plugins-base_src_configure \
112 + gst-plugins10_src_configure \
113 $(use_enable introspection) \
114 $(use_enable nls) \
115 $(use_enable orc) \
116 - --disable-static \
117 --disable-examples \
118 - --disable-debug
119 + --disable-debug \
120 + --disable-static
121
122 # bug #366931, flag-o-matic for the whole thing is overkill
123 if [[ ${CHOST} == *86-*-darwin* ]] ; then
124 @@ -53,10 +54,12 @@
125 fi
126 }
127
128 +src_compile() {
129 + default
130 +}
131 +
132 src_install() {
133 - gnome2_src_install
134 - # Only remove .la files belonging to plugins; .la files for libraries are
135 - # needed for building other plugins belonging to the gst-plugins-base
136 - # tarball from media-plugins/gst-plugins-* ebuilds.
137 - find "${ED}usr/$(get_libdir)/gstreamer-0.10/" -name '*.la' -exec rm -f {} + || die "la file removal failed"
138 + DOCS="AUTHORS NEWS README RELEASE"
139 + default
140 + prune_libtool_files --modules
141 }