diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:12:24 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:12:24 +0000 |
commit | a4f7fdc7ffbfaf693df0f2ce53f04ead0702c875 (patch) | |
tree | f284ca2cc2d96280f5ed6aea9015e0af69c611fe /kde-base/libkcompactdisc | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-a4f7fdc7ffbfaf693df0f2ce53f04ead0702c875.tar.gz gentoo-2-a4f7fdc7ffbfaf693df0f2ce53f04ead0702c875.tar.bz2 gentoo-2-a4f7fdc7ffbfaf693df0f2ce53f04ead0702c875.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.1.4.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index e6d4a6d67148..135c5817655e 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.13 2008/11/16 08:16:12 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.14 2009/01/13 23:12:24 alexxy Exp $ + +*libkcompactdisc-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +libkcompactdisc-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> libkcompactdisc-4.1.3.ebuild: diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.1.4.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.1.4.ebuild new file mode 100644 index 000000000000..296a65a06ba0 --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.1.4.ebuild,v 1.1 2009/01/13 23:12:24 alexxy Exp $ + +EAPI="2" + +KMNAME=kdemultimedia +inherit kde4-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~amd64 ~ppc ~ppc64 ~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 +} |