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.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
deleted file mode 100644
index e844131a..00000000
--- a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Phonon QuickTime7 backend"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-quicktime"
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~ppc-macos ~x64-macos"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND=">=media-libs/phonon-4.5"
-DEPEND="${RDEPEND}
- >=dev-util/automoc-0.9.87
- media-libs/opengl-apple
- sys-devel/gcc-apple[objc]
- virtual/pkgconfig
-"
-
-# 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"
- "${FILESDIR}"/${P}-QWidget-cast-dynamic.patch
- "${FILESDIR}"/${P}-darwin11.patch
-)
-
-src_prepare() {
- cmake-utils_src_prepare # for PATCHES
- sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \
- CMakeLists.txt || die
-}