public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Alexander (wired)" <wired@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/phonon: ChangeLog phonon-4.4_pre20090520.ebuild
Date: Tue, 04 Aug 2009 05:20:08 +0000	[thread overview]
Message-ID: <E1MYCRU-0007Wu-A7@stork.gentoo.org> (raw)

wired       09/08/04 05:20:08

  Modified:             ChangeLog
  Added:                phonon-4.4_pre20090520.ebuild
  Log:
  version bump, kde 4.3 dep
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-sound/phonon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/phonon/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/phonon/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/phonon/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/phonon/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	18 Jun 2009 10:52:21 -0000	1.20
+++ ChangeLog	4 Aug 2009 05:20:08 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/phonon
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/phonon/ChangeLog,v 1.20 2009/06/18 10:52:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/phonon/ChangeLog,v 1.21 2009/08/04 05:20:08 wired Exp $
+
+*phonon-4.4_pre20090520 (04 Aug 2009)
+
+  04 Aug 2009; Alex Alexander <wired@gentoo.org>
+  +phonon-4.4_pre20090520.ebuild:
+  version bump. kde 4.3 dep.
 
   18 Jun 2009; Alexis Ballier <aballier@gentoo.org> phonon-4.3.1.ebuild:
   keyword ~x86-fbsd



1.1                  media-sound/phonon/phonon-4.4_pre20090520.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/phonon/phonon-4.4_pre20090520.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/phonon/phonon-4.4_pre20090520.ebuild?rev=1.1&content-type=text/plain

Index: phonon-4.4_pre20090520.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/phonon/phonon-4.4_pre20090520.ebuild,v 1.1 2009/08/04 05:20:08 wired Exp $

EAPI="2"

inherit cmake-utils

DESCRIPTION="KDE multimedia API"
HOMEPAGE="http://phonon.kde.org"
SRC_URI="http://dev.gentooexperimental.org/~alexxy/kde/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug gstreamer +xcb +xine"

RDEPEND="
	!kde-base/phonon-xine
	!x11-libs/qt-phonon:4
	>=x11-libs/qt-test-4.4.0:4
	>=x11-libs/qt-dbus-4.4.0:4
	>=x11-libs/qt-gui-4.4.0:4
	>=x11-libs/qt-opengl-4.4.0:4
	gstreamer? (
		media-libs/gstreamer
		media-libs/gst-plugins-base
	)
	xine? (
		>=media-libs/xine-lib-1.1.15-r1[xcb?]
		xcb? ( x11-libs/libxcb )
	)
"
DEPEND="${RDEPEND}
	>=kde-base/automoc-0.9.87
"

pkg_setup() {
	if use !xine && use !gstreamer; then
		die "you must at least select one backend for phonon"
	fi
}

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with gstreamer GStreamer)
		$(cmake-utils_use_with gstreamer GStreamerPlugins)
		$(cmake-utils_use_with xine)"

	if use xine; then
		mycmakeargs="${mycmakeargs}
			$(cmake-utils_use_with xcb)"
	else
		sed -i -e '/xine/d' CMakeLists.txt || die "sed failed"
	fi

	cmake-utils_src_configure
}






             reply	other threads:[~2009-08-04  5:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04  5:20 Alex Alexander (wired) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-09 18:39 [gentoo-commits] gentoo-x86 commit in media-sound/phonon: ChangeLog phonon-4.4_pre20090520.ebuild Samuli Suominen (ssuominen)
2009-10-09 20:21 Alex Alexander (wired)
2009-10-17 10:31 Markus Meier (maekke)
2009-11-30  4:43 Joseph Jezak (josejx)
2009-12-04 16:08 Tomas Chvatal (scarabeus)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MYCRU-0007Wu-A7@stork.gentoo.org \
    --to=wired@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox