public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/kradio: kradio-4.0.0.ebuild ChangeLog
@ 2010-06-16 13:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-06-16 13:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/16 13:17:37

  Modified:             kradio-4.0.0.ebuild ChangeLog
  Log:
  Fix building with FFmpeg >= 0.6 wrt #324279 by Alexis Ballier.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/kradio/kradio-4.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.0.ebuild?r1=1.1&r2=1.2

Index: kradio-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kradio-4.0.0.ebuild	2 Jun 2009 10:43:55 -0000	1.1
+++ kradio-4.0.0.ebuild	16 Jun 2010 13:17:37 -0000	1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.0.ebuild,v 1.1 2009/06/02 10:43:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.0.ebuild,v 1.2 2010/06/16 13:17:37 ssuominen Exp $
 
-EAPI="2"
+EAPI=2
 
 KDE_LINGUAS="cs de es pl pt ru uk"
-inherit kde4-base
+inherit flag-o-matic kde4-base
 
-MY_P="${PN}4-${PV/_/-}"
+MY_P=${PN}4-${PV/_/-}
 
 DESCRIPTION="kradio is a radio tuner application for KDE"
 HOMEPAGE="http://kradio.sourceforge.net/"
@@ -34,15 +34,19 @@
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
 
 src_configure() {
-	local mycmakeargs="$(cmake-utils_use_with alsa ALSA)
+	append-cppflags -D__STDC_CONSTANT_MACROS #324279
+
+	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)"
+		$(cmake-utils_use_with v4l2 V4L2)
+		)
 
 	kde4-base_src_configure
 }



1.23                 media-sound/kradio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	2 Jun 2009 10:43:55 -0000	1.22
+++ ChangeLog	16 Jun 2010 13:17:37 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/kradio
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.22 2009/06/02 10:43:55 scarabeus Exp $
+# 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 $
+
+  16 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> kradio-4.0.0.ebuild:
+  Fix building with FFmpeg >= 0.6 wrt #324279 by Alexis Ballier.
 
 *kradio-4.0.0 (02 Jun 2009)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-16 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-16 13:17 [gentoo-commits] gentoo-x86 commit in media-sound/kradio: kradio-4.0.0.ebuild ChangeLog Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox