Parent Directory
|
Revision Log
Remove old. (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.1.ebuild,v 1.1 2012/07/26 22:10:34 johu Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | KDE_REQUIRED="optional" |
| 8 | inherit kde4-base |
| 9 | |
| 10 | DESCRIPTION="Cantata is a client for the music player daemon (MPD)" |
| 11 | HOMEPAGE="http://kde-apps.org/content/show.php?content=147733" |
| 12 | SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" |
| 13 | |
| 14 | LICENSE="GPL-2" |
| 15 | SLOT="4" |
| 16 | KEYWORDS="~amd64 ~x86" |
| 17 | IUSE="kde" |
| 18 | |
| 19 | DEPEND=" |
| 20 | media-libs/speex |
| 21 | media-libs/taglib |
| 22 | media-libs/taglib-extras |
| 23 | media-sound/mpg123 |
| 24 | virtual/ffmpeg |
| 25 | " |
| 26 | RDEPEND=${DEPEND} |
| 27 | |
| 28 | src_configure() { |
| 29 | mycmakeargs=( |
| 30 | $(cmake-utils_use_want kde KDE_SUPPORT) |
| 31 | ) |
| 32 | |
| 33 | kde4-base_src_configure |
| 34 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |