summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild')
-rw-r--r--media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
index d4dc72962f76..89da6f076c59 100644
--- a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
+++ b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.1 2011/04/24 18:45:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild,v 1.2 2011/04/25 14:45:44 grobian Exp $
EAPI=4
@@ -11,7 +11,7 @@ HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-quicktime"
SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
LICENSE="LGPL-2.1"
-KEYWORDS=""
+KEYWORDS="~ppc-macos"
SLOT="0"
IUSE="debug"
@@ -19,10 +19,16 @@ RDEPEND=">=media-libs/phonon-4.5"
DEPEND="${RDEPEND}
>=dev-util/automoc-0.9.87
dev-util/pkgconfig
+ media-libs/opengl-apple
+ sys-devel/gcc-apple[objc]
"
# needs OpenGL, how do I specify this properly?
+# I just depended on opengl-apple, hope this is what you meant -- grobian
S="${WORKDIR}/${PN}"
-PATCHES=( "${FILESDIR}/${PN}-noshow.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-noshow.patch"
+ "${FILESDIR}"/${P}-QWidget-cast-dynamic.patch
+)