diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:36:18 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:36:18 +0000 |
commit | 3391b8b1e17e1f374b77e4f6c393445d73d9a3b6 (patch) | |
tree | c07c0e46c8917e4304d851cb52abec3274da96bf /kde-base/libkcompactdisc | |
parent | Added the KDE 4.0.5 version of libkcddb. (diff) | |
download | gentoo-2-3391b8b1e17e1f374b77e4f6c393445d73d9a3b6.tar.gz gentoo-2-3391b8b1e17e1f374b77e4f6c393445d73d9a3b6.tar.bz2 gentoo-2-3391b8b1e17e1f374b77e4f6c393445d73d9a3b6.zip |
Added the KDE 4.0.5 version of libkcompactdisc.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.0.5.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 9644a664212c..91e5608c60b6 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.7 2008/05/16 00:43:57 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.8 2008/06/05 22:36:18 keytoaster Exp $ + +*libkcompactdisc-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +libkcompactdisc-4.0.5.ebuild: + Added the KDE 4.0.5 version of libkcompactdisc. *libkcompactdisc-4.0.4 (15 May 2008) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.0.5.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.0.5.ebuild new file mode 100644 index 000000000000..be41806c6eb5 --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.0.5.ebuild @@ -0,0 +1,21 @@ +# 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.0.5.ebuild,v 1.1 2008/06/05 22:36:18 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdemultimedia +inherit kde4-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~amd64 ~x86" +IUSE="alsa debug htmlhandbook" + +DEPEND="alsa? ( >=media-libs/alsa-lib-1.0.14a )" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with alsa Alsa)" + kde4-meta_src_compile +} |