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/kaudiocreator: ChangeLog kaudiocreator-3.5.8.ebuild
Date: Fri, 19 Oct 2007 21:58:54 +0000	[thread overview]
Message-ID: <E1Iizrq-00065L-RL@stork.gentoo.org> (raw)

philantrop    07/10/19 21:58:54

  Modified:             ChangeLog
  Added:                kaudiocreator-3.5.8.ebuild
  Log:
  Bump to KDE 3.5.8.
  (Portage version: 2.1.3.15)

Revision  Changes    Path
1.77                 kde-base/kaudiocreator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	11 Aug 2007 15:47:58 -0000	1.76
+++ ChangeLog	19 Oct 2007 21:58:54 -0000	1.77
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kaudiocreator
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v 1.76 2007/08/11 15:47:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v 1.77 2007/10/19 21:58:54 philantrop Exp $
+
+*kaudiocreator-3.5.8 (19 Oct 2007)
+
+  19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+  +kaudiocreator-3.5.8.ebuild:
+  Bump to KDE 3.5.8.
 
   11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kaudiocreator-3.5.7.ebuild:
   x86 stable wrt #185823



1.1                  kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild

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

Index: kaudiocreator-3.5.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild,v 1.1 2007/10/19 21:58:54 philantrop Exp $

KMNAME=kdemultimedia
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils

DESCRIPTION="KDE CD ripper and audio encoder frontend"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="encode flac mp3 vorbis"
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)
	media-sound/cdparanoia"

# External encoders used - no optional compile-time support
RDEPEND="${RDEPEND}
	$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-kioslaves)
	encode? ( vorbis? ( media-sound/vorbis-tools )
			flac? ( media-libs/flac )
			mp3? ( media-sound/lame ) )"

KMCOPYLIB="libkcddb libkcddb"
KMEXTRACTONLY="libkcddb"
KMCOMPILEONLY="kscd
	libkcddb/"
PATCHES="${FILESDIR}/kaudiocreator-3.5.6-arts.patch"

src_compile () {
	DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure
	cd $S/libkcddb && make configbase.h cdinfodialogbase.h

	# Library deps seems not to be built as they should :/
	cd $S/kscd/libwm/audio && make libworkmanaudio.la && \
	cd $S/kscd/libwm && make libworkman.la && \
	cd $S/kscd && make libkcompactdisc.la || \
		die "failed to make prerequisite libraries."

	DO_NOT_COMPILE=libkcddb kde-meta_src_compile make
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-10-19 22:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19 21:58 Wulf Krueger (philantrop) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-29 16:36 [gentoo-commits] gentoo-x86 commit in kde-base/kaudiocreator: ChangeLog kaudiocreator-3.5.8.ebuild Raul Porcel (armin76)
2008-01-30  8:10 Christian Faulhammer (opfer)
2008-01-30 17:22 Brent Baude (ranger)
2008-02-19  4:46 Ingmar Vanhassel (ingmar)
2008-06-07 14:51 Tobias Heinlein (keytoaster)

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=E1Iizrq-00065L-RL@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