From: "Andreas K. Huettel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/phonon/
Date: Sun, 27 Mar 2011 13:22:34 +0000 (UTC) [thread overview]
Message-ID: <3b95df91abb3730a5b14c01e77bb8a19b6ef6007.dilfridge@gentoo> (raw)
commit: 3b95df91abb3730a5b14c01e77bb8a19b6ef6007
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Mar 27 13:22:09 2011 +0000
Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 13:22:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3b95df91
[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/phonon-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=3
-
-inherit cmake-utils git
-
-DESCRIPTION="KDE multimedia API"
-HOMEPAGE="http://phonon.kde.org"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="alsa aqua debug directshow gstreamer mmf mplayer quicktime pulseaudio vlc waveout +xine"
-
-RDEPEND="
- !kde-base/phonon-xine
- !x11-libs/qt-phonon:4
- >=x11-libs/qt-test-4.7.0:4[aqua=]
- >=x11-libs/qt-dbus-4.7.0:4[aqua=]
- >=x11-libs/qt-gui-4.7.0:4[aqua=]
- >=x11-libs/qt-opengl-4.7.0:4[aqua=]
- pulseaudio? (
- dev-libs/glib:2
- >=media-sound/pulseaudio-0.9.21[glib]
- )
-"
-PDEPEND="
- 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="${RDEPEND}
- >=dev-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=aqua"
- fi
-}
-
-src_prepare() {
- # Fix the qt7 backend for MacOS 10.6.
- [[ ${CHOST} == *-darwin10 ]] && epatch "${FILESDIR}"/${PN}-4.4-qt7.patch
-}
-
-src_configure() {
- mycmakeargs=(
- $(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=4.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-webkit)
- 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.framework/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
-}
next reply other threads:[~2011-03-27 13:22 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-27 13:22 Andreas K. Huettel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-09 14:39 [gentoo-commits] proj/kde:master commit in: media-libs/phonon/ Andreas Sturmlechner
2024-07-07 20:42 Andreas Sturmlechner
2024-07-07 20:37 Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-03-03 16:16 Andreas Sturmlechner
2023-12-22 9:26 Andreas Sturmlechner
2023-11-28 22:57 Andreas Sturmlechner
2023-11-27 23:22 Andreas Sturmlechner
2022-07-14 14:51 Andreas Sturmlechner
2019-11-22 13:00 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-08-31 6:39 Andreas Sturmlechner
2019-08-30 7:21 Andreas Sturmlechner
2019-08-26 1:15 Andreas Sturmlechner
2013-11-09 17:40 Johannes Huber
2013-10-13 17:03 Johannes Huber
2013-05-10 17:40 Michael Palimaka
2013-01-20 16:06 Michael Palimaka
2012-05-02 22:16 Johannes Huber
2012-01-31 11:40 Johannes Huber
2011-12-23 13:17 Johannes Huber
2011-12-23 13:17 Johannes Huber
2011-10-25 0:31 Alexey Shvetsov
2011-03-27 12:47 Andreas K. Huettel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3b95df91abb3730a5b14c01e77bb8a19b6ef6007.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox