diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:32:29 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:32:29 +0000 |
commit | 76837f165e0d27b5607627b4a5f4f84e1a0b3fcc (patch) | |
tree | a99cb89fdd5b6231dc72e3c71fba67574936a4be /app-leechcraft/lc-lmp | |
parent | Bump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff) | |
download | gentoo-2-76837f165e0d27b5607627b4a5f4f84e1a0b3fcc.tar.gz gentoo-2-76837f165e0d27b5607627b4a5f4f84e1a0b3fcc.tar.bz2 gentoo-2-76837f165e0d27b5607627b4a5f4f84e1a0b3fcc.zip |
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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.95.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-leechcraft/lc-lmp/ChangeLog b/app-leechcraft/lc-lmp/ChangeLog index 62a2f3d912a9..65f399805c48 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.1 2013/03/08 22:02:05 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.2 2013/05/02 15:32:29 pinkbyte Exp $ + +*lc-lmp-0.5.95 (02 May 2013) + + 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-lmp-0.5.95.ebuild: + Bump app-leechcraft/lc-lmp to 0.5.95, thanks to 0xd34df00d *lc-lmp-9999 (08 Mar 2013) *lc-lmp-0.5.90 (08 Mar 2013) diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild new file mode 100644 index 000000000000..4e6f8c08d550 --- /dev/null +++ b/app-leechcraft/lc-lmp/lc-lmp-0.5.95.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.95.ebuild,v 1.1 2013/05/02 15:32:29 pinkbyte 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 +} |