diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:40:00 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:40:00 +0000 |
commit | 28ecaeaba3823076f1de02c2cdf2b58554a9163b (patch) | |
tree | b0e697ea894a32a43a3eea80ddb12ec5d54d0efa /kde-base/libkcompactdisc | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-28ecaeaba3823076f1de02c2cdf2b58554a9163b.tar.gz gentoo-2-28ecaeaba3823076f1de02c2cdf2b58554a9163b.tar.bz2 gentoo-2-28ecaeaba3823076f1de02c2cdf2b58554a9163b.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index a9c5b419ee51..af4b8646f492 100644 --- a/kde-base/libkcompactdisc/ChangeLog +++ b/kde-base/libkcompactdisc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkcompactdisc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.9 2008/06/09 14:51:12 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.10 2008/10/02 10:40:00 jmbsvicetto Exp $ + +*libkcompactdisc-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +libkcompactdisc-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -libkcompactdisc-4.0.2.ebuild, -libkcompactdisc-4.0.3.ebuild: diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild new file mode 100644 index 000000000000..fc1f1024721f --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild,v 1.1 2008/10/02 10:40:00 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdemultimedia +inherit kde4-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~amd64 ~x86" +IUSE="alsa debug htmlhandbook" + +DEPEND=">=media-sound/phonon-4.2.0 + alsa? ( >=media-libs/alsa-lib-1.0.14a )" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa)" + kde4-meta_src_configure +} |