summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-11-21 20:30:11 +0100
committerDavid Seifert <soap@gentoo.org>2016-12-13 20:07:09 +0100
commit52b52f59bc2c93af653299f9cd4ea5f0478db3cb (patch)
treeca3177c7a1d80d33cca5a5283b1a3951af741ca0 /media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
parentapp-text/crm114: Fix building with GCC 5 (diff)
downloadgentoo-52b52f59bc2c93af653299f9cd4ea5f0478db3cb.tar.gz
gentoo-52b52f59bc2c93af653299f9cd4ea5f0478db3cb.tar.bz2
gentoo-52b52f59bc2c93af653299f9cd4ea5f0478db3cb.zip
media-libs/libomxil-bellagio: Fix build with GCC-5
Gentoo-bug: 597706 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2885
Diffstat (limited to 'media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild')
-rw-r--r--media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
index 53430d7c6e05..3870ff62ba27 100644
--- a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
+++ b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ XORG_EAUTORECONF=yes
inherit xorg-2
-DESCRIPTION="An Open Source implementation of the OpenMAX Integration Layer"
+DESCRIPTION="Open Source implementation of the OpenMAX Integration Layer"
HOMEPAGE="http://omxil.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN:3:5}/${P}.tar.gz mirror://ubuntu/pool/universe/${PN:0:4}/${PN}/${PN}_${PV}-1ubuntu2.debian.tar.gz"
@@ -18,8 +18,9 @@ KEYWORDS="amd64 x86"
IUSE="+audioeffects +clocksrc debug doc +videoscheduler"
RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
- ${RDEPEND}"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )
+"
src_prepare() {
PATCHES=(
@@ -27,6 +28,7 @@ src_prepare() {
"${FILESDIR}"/${P}-dynamicloader-linking.patch
"${FILESDIR}"/${P}-parallel-build.patch
"${FILESDIR}"/${P}-version.patch
+ "${FILESDIR}"/${P}-gcc5.patch
)
xorg-2_src_prepare
}