Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dvb/
Date: Sat, 02 Jan 2016 21:51:51
Message-Id: 1451771495.5b94a181a1761d232a7e90a0fab9b2685d4b40a2.eva@gentoo
1 commit: 5b94a181a1761d232a7e90a0fab9b2685d4b40a2
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:34:44 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:51:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b94a181
7
8 media-plugins/gst-plugins-dvb: simplify build, bug #556608
9
10 Upstream fixed build to rely on installed headers so we can finally
11 use gstreamer_system_link and avoid build problems with mpegts
12 helper lib
13
14 Package-Manager: portage-2.2.26
15
16 media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.6.2.ebuild | 9 ++++-----
17 1 file changed, 4 insertions(+), 5 deletions(-)
18
19 diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.6.2.ebuild b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.6.2.ebuild
20 index 227f184..b22796b 100644
21 --- a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.6.2.ebuild
22 +++ b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.6.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -14,8 +14,7 @@ IUSE=""
30 RDEPEND=""
31 DEPEND="virtual/os-headers"
32
33 -multilib_src_compile() {
34 - # Prepare generated headers
35 - emake -C gst-libs/gst/mpegts
36 - gstreamer_multilib_src_compile
37 +src_prepare() {
38 + gstreamer_system_link \
39 + gst-libs/gst/mpegts:gstreamer-mpegts
40 }