diff options
author | 2008-03-20 18:23:38 +0000 | |
---|---|---|
committer | 2008-03-20 18:23:38 +0000 | |
commit | f588e94fe0b41cc4530eea40da4405eb84c63087 (patch) | |
tree | b122211db577a0905f280985353f734bfea9f33d /kde-base | |
parent | Old. (diff) | |
download | gentoo-2-f588e94fe0b41cc4530eea40da4405eb84c63087.tar.gz gentoo-2-f588e94fe0b41cc4530eea40da4405eb84c63087.tar.bz2 gentoo-2-f588e94fe0b41cc4530eea40da4405eb84c63087.zip |
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/phonon/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/phonon/phonon-4.0.1.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/kde-base/phonon/ChangeLog b/kde-base/phonon/ChangeLog index a7ceedbe4a47..31d1e1da0626 100644 --- a/kde-base/phonon/ChangeLog +++ b/kde-base/phonon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/phonon # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.4 2008/03/11 00:03:45 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.5 2008/03/20 18:23:38 ingmar Exp $ + + 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -phonon-4.0.1.ebuild: + Old. *phonon-4.0.2 (10 Mar 2008) diff --git a/kde-base/phonon/phonon-4.0.1.ebuild b/kde-base/phonon/phonon-4.0.1.ebuild deleted file mode 100644 index 4ffda9785921..000000000000 --- a/kde-base/phonon/phonon-4.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/phonon-4.0.1.ebuild,v 1.1 2008/02/07 00:12:51 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-runtime -KMMODULE=phonon -inherit kde4-meta - -DESCRIPTION="KDE multimedia API" -KEYWORDS="~amd64 ~x86" -IUSE="debug xcb" - -# There's currently only a xine backend for phonon available, -# a gstreamer backend from TrollTech is in the works. -DEPEND=" - >=media-libs/xine-lib-1.1.9 - xcb? ( x11-libs/libxcb )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use xcb; then - KDE4_BUILT_WITH_USE_CHECK="media-libs/xine-lib xcb" - fi - - kde4-base_pkg_setup -} - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with xcb XCB) - -DWITH_Xine=ON" - - kde4-meta_src_compile -} |