* [gentoo-commits] gentoo-x86 commit in media-sound/kradio: kradio-4.0.4.ebuild ChangeLog
@ 2012-02-22 15:49 Johannes Huber (johu)
0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2012-02-22 15:49 UTC (permalink / raw
To: gentoo-commits
johu 12/02/22 15:49:11
Modified: ChangeLog
Added: kradio-4.0.4.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Revision Changes Path
1.32 media-sound/kradio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 15 Feb 2012 11:53:09 -0000 1.31
+++ ChangeLog 22 Feb 2012 15:49:11 -0000 1.32
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/kradio
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.31 2012/02/15 11:53:09 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.32 2012/02/22 15:49:11 johu Exp $
+
+*kradio-4.0.4 (22 Feb 2012)
+
+ 22 Feb 2012; Johannes Huber <johu@gentoo.org> +kradio-4.0.4.ebuild:
+ Version bump.
*kradio-4.0.3 (15 Feb 2012)
1.1 media-sound/kradio/kradio-4.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.4.ebuild?rev=1.1&content-type=text/plain
Index: kradio-4.0.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.4.ebuild,v 1.1 2012/02/22 15:49:11 johu Exp $
EAPI=4
KDE_LINGUAS="cs de es is it pl pt pt_BR ru tr 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 v4l"
DEPEND="
media-libs/libsndfile
alsa? ( media-libs/alsa-lib )
ffmpeg? (
>=media-libs/libmms-0.4
virtual/ffmpeg
)
lirc? ( app-misc/lirc )
mp3? ( media-sound/lame )
vorbis? (
media-libs/libvorbis
media-libs/libogg
)
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with alsa ALSA)
$(cmake-utils_use_with ffmpeg FFMPEG)
$(cmake-utils_use_with lirc LIRC)
$(cmake-utils_use_with mp3 LAME)
$(cmake-utils_use_with vorbis OGG_VORBIS)
$(cmake-utils_use_with v4l V4L2)
)
kde4-base_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-22 15:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 15:49 [gentoo-commits] gentoo-x86 commit in media-sound/kradio: kradio-4.0.4.ebuild ChangeLog Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox