From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kradio: ChangeLog kradio-4.0.1.ebuild kradio-4.0.0.ebuild
Date: Sun, 3 Oct 2010 17:13:25 +0000 (UTC) [thread overview]
Message-ID: <20101003171325.11AF020051@flycatcher.gentoo.org> (raw)
scarabeus 10/10/03 17:13:25
Modified: ChangeLog
Added: kradio-4.0.1.ebuild
Removed: kradio-4.0.0.ebuild
Log:
Version bump. Drop older.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.24 media-sound/kradio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 16 Jun 2010 13:17:37 -0000 1.23
+++ ChangeLog 3 Oct 2010 17:13:24 -0000 1.24
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/kradio
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.23 2010/06/16 13:17:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.24 2010/10/03 17:13:24 scarabeus Exp $
+
+*kradio-4.0.1 (03 Oct 2010)
+
+ 03 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kradio-4.0.0.ebuild,
+ +kradio-4.0.1.ebuild:
+ Version bump. Drop older.
16 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> kradio-4.0.0.ebuild:
Fix building with FFmpeg >= 0.6 wrt #324279 by Alexis Ballier.
1.1 media-sound/kradio/kradio-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.1.ebuild?rev=1.1&content-type=text/plain
Index: kradio-4.0.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.1.ebuild,v 1.1 2010/10/03 17:13:24 scarabeus Exp $
EAPI=2
KDE_LINGUAS="cs de es is pl pt pt_BR ru uk"
inherit kde4-base
MY_P=${PN}4-${PV/_/-}
DESCRIPTION="kradio is a radio tuner application for KDE"
HOMEPAGE="http://kradio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l2"
DEPEND="
media-libs/libsndfile
alsa? ( media-libs/alsa-lib )
lirc? ( app-misc/lirc )
mp3? ( media-sound/lame )
vorbis? (
media-libs/libvorbis
media-libs/libogg
)
ffmpeg? (
>=media-libs/libmms-0.4
>=media-video/ffmpeg-0.5
)
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with alsa ALSA)
$(cmake-utils_use_with mp3 LAME)
$(cmake-utils_use_with vorbis OGG_VORBIS)
$(cmake-utils_use_with lirc LIRC)
$(cmake-utils_use_with ffmpeg FFMPEG)
$(cmake-utils_use_with v4l2 V4L2)
)
kde4-base_src_configure
}
reply other threads:[~2010-10-03 17:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20101003171325.11AF020051@flycatcher.gentoo.org \
--to=scarabeus@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