/[gentoo-x86]/kde-base/phonon-kde/phonon-kde-4.8.5.ebuild
Gentoo

Contents of /kde-base/phonon-kde/phonon-kde-4.8.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Sat Dec 8 11:53:41 2012 UTC (5 months, 1 week ago) by dilfridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED
Drop KDE 4.8

(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.8.5.ebuild,v 1.5 2012/10/13 22:20:36 johu Exp $
4
5 EAPI=4
6
7 KMNAME="kde-runtime"
8 KMMODULE="phonon"
9 inherit kde4-meta
10
11 DESCRIPTION="Phonon KDE Integration"
12 HOMEPAGE="http://phonon.kde.org"
13 KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
14 IUSE="alsa debug pulseaudio"
15
16 DEPEND="
17 >=media-libs/phonon-4.4.3
18 alsa? ( media-libs/alsa-lib )
19 pulseaudio? (
20 dev-libs/glib:2
21 media-libs/libcanberra
22 >=media-sound/pulseaudio-0.9.21[glib]
23 )
24 "
25 RDEPEND="${DEPEND}"
26
27 src_configure() {
28 mycmakeargs=(
29 -DBUILD_tests=OFF
30 -DWITH_Xine=OFF
31 $(cmake-utils_use_with alsa)
32 $(cmake-utils_use_with pulseaudio PulseAudio)
33 )
34
35 kde4-meta_src_configure
36 }

  ViewVC Help
Powered by ViewVC 1.1.13