diff options
author | 2013-06-11 17:31:19 +0000 | |
---|---|---|
committer | 2013-06-11 17:31:19 +0000 | |
commit | 6cec25ccb1b52f49503b0a6fcef55d2c21b2805e (patch) | |
tree | 59d51b94bc015c1fc2990437c2c84da898ac0fa2 /app-leechcraft/lc-lmp | |
parent | Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-6cec25ccb1b52f49503b0a6fcef55d2c21b2805e.tar.gz gentoo-2-6cec25ccb1b52f49503b0a6fcef55d2c21b2805e.tar.bz2 gentoo-2-6cec25ccb1b52f49503b0a6fcef55d2c21b2805e.zip |
Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-lmp')
-rw-r--r-- | app-leechcraft/lc-lmp/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-leechcraft/lc-lmp/ChangeLog b/app-leechcraft/lc-lmp/ChangeLog index 7fb60900a15d..d99891a3fe50 100644 --- a/app-leechcraft/lc-lmp/ChangeLog +++ b/app-leechcraft/lc-lmp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-lmp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.3 2013/05/26 19:51:25 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.4 2013/06/11 17:31:19 maksbotan Exp $ + +*lc-lmp-0.5.97 (11 Jun 2013) + + 11 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-lmp-0.5.97.ebuild: + Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. *lc-lmp-0.5.96 (26 May 2013) diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild new file mode 100644 index 000000000000..a9830b89c035 --- /dev/null +++ b/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild,v 1.1 2013/06/11 17:31:19 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +graffiti kde +mpris +mp3tunes" + +DEPEND="~app-leechcraft/lc-core-${PV} + graffiti? ( media-libs/flac ) + kde? ( media-libs/phonon ) + !kde? ( dev-qt/qtphonon:4 ) + media-libs/taglib + mpris? ( dev-qt/qtdbus:4 ) + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable graffiti LMP_GRAFFITI) + $(cmake-utils_use_enable mpris LMP_MPRIS) + $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)" + cmake-utils_src_configure +} |