Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Alexey Shvetsov (alexxy)" <alexxy@g.o>
|
|
Subject:
|
gentoo-x86 commit in kde-base/kdemultimedia-kioslaves: ChangeLog kdemultimedia-kioslaves-4.1.4.ebuild
|
|
Date:
|
Tue, 13 Jan 2009 21:43:33 +0000
|
|
alexxy 09/01/13 21:43:33
Modified: ChangeLog
Added: kdemultimedia-kioslaves-4.1.4.ebuild
Log:
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Revision Changes Path
1.107 kde-base/kdemultimedia-kioslaves/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 16 Nov 2008 05:06:16 -0000 1.106
+++ ChangeLog 13 Jan 2009 21:43:33 -0000 1.107
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdemultimedia-kioslaves
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.106 2008/11/16 05:06:16 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.107 2009/01/13 21:43:33 alexxy Exp $
+
+*kdemultimedia-kioslaves-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@g.o>
+ +kdemultimedia-kioslaves-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@g.o>
kdemultimedia-kioslaves-4.1.3.ebuild:
1.1 kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild?rev=1.1&content-type=text/plain
Index: kdemultimedia-kioslaves-4.1.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild,v 1.1 2009/01/13 21:43:33 alexxy Exp $
EAPI="2"
KMMODULE=kioslave
KMNAME=kdemultimedia
inherit kde4-meta
DESCRIPTION="KDE kioslaves from the kdemultimedia package"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug encode flac vorbis"
# Tests are broken. Last checked on 4.0.3.
#RESTRICT="test"
DEPEND="${DEPEND}
>=kde-base/libkcddb-${PV}:${SLOT}
>=kde-base/libkcompactdisc-${PV}:${SLOT}
media-sound/cdparanoia
encode? ( flac? ( >=media-libs/flac-1.1.2 )
vorbis? ( media-libs/libvorbis ) )"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="libkcddb/
libkcompactdisc/"
#KMCOMPILEONLY="libkcddb/"
KMLOADLIBS="libkcddb"
src_configure() {
ln -s "${PREFIX}"/include/libkcddb/configbase.h \
"${WORKDIR}"/${P}/kioslave/audiocd/ \
|| die "linking generated header into sources failed"
if use encode; then
mycmakeargs="${mycmakeargs}
$(cmake-utils_use_with flac Flac)
$(cmake-utils_use_with vorbis OggVorbis)"
else
mycmakeargs="${mycmakeargs}
-DWITH_OggVorbis=OFF -DWITH_Flac=OFF"
fi
kde4-meta_src_configure
}
pkg_postinst() {
if use encode; then
echo
elog "In order to use the lame plugin to encode mp3 files you will need to"
elog "install media-sound/lame"
echo
fi
}
|
|