public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wulf Krueger (philantrop)" <philantrop@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/juk: ChangeLog juk-3.5.9.ebuild
Date: Wed, 20 Feb 2008 22:33:30 +0000	[thread overview]
Message-ID: <E1JRxVK-0005GI-He@stork.gentoo.org> (raw)

philantrop    08/02/20 22:33:30

  Modified:             ChangeLog
  Added:                juk-3.5.9.ebuild
  Log:
  Version bump to KDE 3.5.9.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.95                 kde-base/juk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/juk/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/juk/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/juk/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/juk/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	17 Feb 2008 02:55:14 -0000	1.94
+++ ChangeLog	20 Feb 2008 22:33:29 -0000	1.95
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/juk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/ChangeLog,v 1.94 2008/02/17 02:55:14 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/ChangeLog,v 1.95 2008/02/20 22:33:29 philantrop Exp $
+
+*juk-3.5.9 (20 Feb 2008)
+
+  20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +juk-3.5.9.ebuild:
+  Version bump to KDE 3.5.9.
 
   16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -juk-3.5.5.ebuild,
   -juk-3.5.6.ebuild, -juk-3.5.7.ebuild, -juk-4.0.0.ebuild:



1.1                  kde-base/juk/juk-3.5.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/juk/juk-3.5.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/juk/juk-3.5.9.ebuild?rev=1.1&content-type=text/plain

Index: juk-3.5.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/juk-3.5.9.ebuild,v 1.1 2008/02/20 22:33:29 philantrop Exp $

KMNAME=kdemultimedia
EAPI="1"
inherit kde-meta eutils

SRC_URI="${SRC_URI}
	mirror://gentoo/kdemultimedia-3.5-patchset-02.tar.bz2"

DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="akode flac gstreamer mp3 vorbis"

DEPEND="media-libs/taglib
	gstreamer? ( =media-libs/gstreamer-0.10*
				=media-libs/gst-plugins-base-0.10* )
	akode? ( media-libs/akode )
	!arts? ( !gstreamer? ( media-libs/akode ) )"

RDEPEND="${DEPEND}
	gstreamer? ( mp3? ( =media-plugins/gst-plugins-mad-0.10* )
				vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
				=media-plugins/gst-plugins-vorbis-0.10* )
				flac? ( =media-plugins/gst-plugins-flac-0.10* ) )"

KMEXTRACTONLY="arts/configure.in.in"

pkg_setup() {
	kde_pkg_setup
	if ! use arts && ! use gstreamer && ! use akode ; then
		ewarn "No audio backend chosen. Defaulting to media-libs/akode."
	fi
}

src_compile() {
	local myconf="$(use_with gstreamer) --without-musicbrainz"

	if ! use arts && ! use gstreamer ; then
		myconf="${myconf} --with-akode"
	else
		if ! use akode ; then
			# work around broken configure
			export include_akode_ffmpeg_FALSE='#'
			export include_akode_mpc_FALSE='#'
			export include_akode_mpeg_FALSE='#'
			export include_akode_xiph_FALSE='#'
		fi
		myconf="${myconf} $(use_with akode)"
	fi

	kde-meta_src_compile
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-02-20 22:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 22:33 Wulf Krueger (philantrop) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-12 15:32 [gentoo-commits] gentoo-x86 commit in kde-base/juk: ChangeLog juk-3.5.9.ebuild Raul Porcel (armin76)
2008-05-12 20:03 Brent Baude (ranger)
2008-05-13  0:37 Jeroen Roovers (jer)
2008-05-14 17:24 Markus Rothe (corsair)
2008-05-18 18:54 Markus Meier (maekke)
2009-10-12 19:58 Jonathan Callen (abcd)

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=E1JRxVK-0005GI-He@stork.gentoo.org \
    --to=philantrop@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