diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2013-03-29 22:43:13 +0100 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2013-03-29 22:43:13 +0100 |
commit | fda72b16328cb689c0b3b51414195db5ee2a4db7 (patch) | |
tree | 542c3f74048bb966f8a9b143380e90a201b9dead /kde-base/phonon-kde | |
parent | [kde-base/oxygen-icons] Is now released normally (diff) | |
download | kde-fda72b16328cb689c0b3b51414195db5ee2a4db7.tar.gz kde-fda72b16328cb689c0b3b51414195db5ee2a4db7.tar.bz2 kde-fda72b16328cb689c0b3b51414195db5ee2a4db7.zip |
[kde-4.10.2] Untested, masked bump
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r-- | kde-base/phonon-kde/Manifest | 1 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.10.2.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-base/phonon-kde/Manifest b/kde-base/phonon-kde/Manifest new file mode 100644 index 0000000000..ae17642eec --- /dev/null +++ b/kde-base/phonon-kde/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.10.2.tar.xz 7218688 SHA256 cf4d002d0eefac186aed199678608f76cc4fe4c430157d7f3670b3a2ffceb13e SHA512 9e8e865b03e23e08981bf7b6d52f2ae8c561154ab09d31d4afb1bbe34339b50fe96faeb8ce4cdcce77d0e0bb82d0b711a1d189b0101324e6361fbe589b5e471f WHIRLPOOL 405d131846c3866a92f321e930bbfa1f163b867f59f831b238c22604546ff4e9d5b01e0e74ac3f9dc3cf966160d73d73f7a6fe68498fcb9475e178c5ac1f480a diff --git a/kde-base/phonon-kde/phonon-kde-4.10.2.ebuild b/kde-base/phonon-kde/phonon-kde-4.10.2.ebuild new file mode 100644 index 0000000000..9b381756af --- /dev/null +++ b/kde-base/phonon-kde/phonon-kde-4.10.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="phonon" +inherit kde4-meta + +DESCRIPTION="Phonon KDE Integration" +HOMEPAGE="http://phonon.kde.org" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug pulseaudio" + +DEPEND=" + >=media-libs/phonon-4.4.3 + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( + dev-libs/glib:2 + media-libs/libcanberra + >=media-sound/pulseaudio-0.9.21[glib] + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + -DBUILD_tests=OFF + -DWITH_Xine=OFF + $(cmake-utils_use_with alsa) + $(cmake-utils_use_with pulseaudio PulseAudio) + ) + + kde4-meta_src_configure +} |