From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q3pvX-0006eH-6N for garchives@archives.gentoo.org; Sun, 27 Mar 2011 13:22:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F2A1C00B; Sun, 27 Mar 2011 13:22:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AEFF71C00B for ; Sun, 27 Mar 2011 13:22:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2442D1B406A for ; Sun, 27 Mar 2011 13:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 822AE8006A for ; Sun, 27 Mar 2011 13:22:34 +0000 (UTC) From: "Andreas K. Huettel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Huettel" Message-ID: <3b95df91abb3730a5b14c01e77bb8a19b6ef6007.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/phonon/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Huettel X-VCS-Revision: 3b95df91abb3730a5b14c01e77bb8a19b6ef6007 Date: Sun, 27 Mar 2011 13:22:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 54fe557cfe13144d1e8f9141ffae8cf0 commit: 3b95df91abb3730a5b14c01e77bb8a19b6ef6007 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Sun Mar 27 13:22:09 2011 +0000 Commit: Andreas K. Huettel gentoo org> CommitDate: Sun Mar 27 13:22:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D3b95df91 [media-libs/phonon] Remove since the live version is in the main tree --- media-libs/phonon/phonon-9999.ebuild | 97 ----------------------------= ------ 1 files changed, 0 insertions(+), 97 deletions(-) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/pho= non-9999.ebuild deleted file mode 100644 index b43699c..0000000 --- a/media-libs/phonon/phonon-9999.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -inherit cmake-utils git - -DESCRIPTION=3D"KDE multimedia API" -HOMEPAGE=3D"http://phonon.kde.org" -EGIT_REPO_URI=3D"git://anongit.kde.org/${PN}" - -LICENSE=3D"LGPL-2.1" -SLOT=3D"0" -KEYWORDS=3D"" -IUSE=3D"alsa aqua debug directshow gstreamer mmf mplayer quicktime pulse= audio vlc waveout +xine" - -RDEPEND=3D" - !kde-base/phonon-xine - !x11-libs/qt-phonon:4 - >=3Dx11-libs/qt-test-4.7.0:4[aqua=3D] - >=3Dx11-libs/qt-dbus-4.7.0:4[aqua=3D] - >=3Dx11-libs/qt-gui-4.7.0:4[aqua=3D] - >=3Dx11-libs/qt-opengl-4.7.0:4[aqua=3D] - pulseaudio? ( - dev-libs/glib:2 - >=3Dmedia-sound/pulseaudio-0.9.21[glib] - ) -" -PDEPEND=3D" - vlc? ( media-sound/phonon-vlc ) - xine? ( media-sound/phonon-xine ) -" -# gstreamer? ( media-libs/phonon-gstreamer ) -# directshow? ( media-sound/phonon-directshow ) -# mmf? ( media-sound/phonon-mmf ) -# mplayer? ( media-sound/phonon-mplayer ) -# quicktime? ( media-sound/phonon-quicktime ) -# waveout? ( media-sound/phonon-waveout ) - -DEPEND=3D"${RDEPEND} - >=3Ddev-util/automoc-0.9.87 -" - -pkg_setup() { - if use !aqua && use !directshow && use !aqua && use !; then - ewarn "You must at least select one backend for phonon to be usuable" - fi - - if use xine && use aqua; then - die "XINE backend needs X11 which is not available for USE=3Daqua" - fi -} - -src_prepare() { - # Fix the qt7 backend for MacOS 10.6. - [[ ${CHOST} =3D=3D *-darwin10 ]] && epatch "${FILESDIR}"/${PN}-4.4-qt7.= patch -} - -src_configure() { - mycmakeargs=3D( - $(cmake-utils_use_with alsa) - $(cmake-utils_use_build aqua PHONON_QT7) - $(cmake-utils_use_with pulseaudio GLib2) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - if use aqua; then - local MY_PV=3D4.4.0 - - install_name_tool \ - -id "${EPREFIX}/usr/lib/libphonon.${MY_PV::1}.dylib" \ - "${ED}/usr/lib/libphonon.${MY_PV}.dylib" \ - || die "failed to fix libphonon.${MY_PV}.dylib" - - install_name_tool \ - -id "${EPREFIX}/usr/lib/libphononexperimental.${MY_PV::1}.dylib" \ - -change "libphonon.${MY_PV::1}.dylib" \ - "${EPREFIX}/usr/lib/libphononexperimental.${MY_PV::1}.dylib" \ - "${ED}/usr/lib/libphononexperimental.${MY_PV}.dylib" \ - || die "failed to fix libphononexperimental.${MY_PV}.dylib" - - # fake the framework for the qt-apps depending on qt-frameworks (qt-we= bkit) - dodir /usr/lib/qt4/phonon.framework/Versions/${MY_PV::1} - dosym ${MY_PV::1} /usr/lib/qt4/phonon.framework/Versions/Current \ - || die "failed to create symlink" - dosym ../../../../libphonon.${MY_PV::1}.dylib /usr/lib/qt4/phonon.fram= ework/Versions/${MY_PV::1}/phonon \ - || die "failed to create symlink" - dosym Versions/${MY_PV::1}/phonon /usr/lib/qt4/phonon.framework/phonon= \ - || die "failed to create symlink" - fi -}