diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-09 02:41:18 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-09 02:41:18 +0000 |
commit | f63f6d4ac96850d18b2ce18e06f26304df9c9b09 (patch) | |
tree | a5267433c32c04dbf138bbf0cd4a006c8d3bccee /media-libs/gst-plugins-bad | |
parent | Temporarily remove kate from the list again, as it is causing build errors du... (diff) | |
download | gentoo-2-f63f6d4ac96850d18b2ce18e06f26304df9c9b09.tar.gz gentoo-2-f63f6d4ac96850d18b2ce18e06f26304df9c9b09.tar.bz2 gentoo-2-f63f6d4ac96850d18b2ce18e06f26304df9c9b09.zip |
Fix compilation with --disable-kate
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r4 x86_64)
Diffstat (limited to 'media-libs/gst-plugins-bad')
-rw-r--r-- | media-libs/gst-plugins-bad/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild | 13 |
2 files changed, 16 insertions, 3 deletions
diff --git a/media-libs/gst-plugins-bad/ChangeLog b/media-libs/gst-plugins-bad/ChangeLog index 0562119911a5..18abd2b7ee78 100644 --- a/media-libs/gst-plugins-bad/ChangeLog +++ b/media-libs/gst-plugins-bad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gst-plugins-bad # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.41 2009/10/27 16:39:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.42 2009/11/09 02:41:17 leio Exp $ + + 09 Nov 2009; Mart Raudsepp <leio@gentoo.org> + gst-plugins-bad-0.10.14.ebuild: + Fix compilation with --disable-kate 27 Oct 2009; Alexis Ballier <aballier@gentoo.org> gst-plugins-bad-0.10.14.ebuild: diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild index 1813ad35f8eb..fa328da95078 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild,v 1.2 2009/10/27 16:39:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.14.ebuild,v 1.3 2009/11/09 02:41:18 leio Exp $ inherit gst-plugins-bad gnome2 eutils flag-o-matic libtool DESCRIPTION="Less plugins for GStreamer" HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" +SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2 + http://dev.gentoo.org/~leio/distfiles/${P}-kate-configure-fix.patch.bz2" LICENSE="LGPL-2" SLOT="0" @@ -20,6 +21,14 @@ RDEPEND=">=media-libs/gst-plugins-base-0.10.24 DEPEND="${RDEPEND}" +src_unpack() { + gnome2_src_unpack + + # Fix compilation with --disable-kate. Only applicable + # to 0.10.14, on bump remove src_unpack and patch from SRC_URI + epatch "${WORKDIR}/${P}-kate-configure-fix.patch" +} + src_compile() { strip-flags replace-flags "-O3" "-O2" |