summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-02-13 10:41:11 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-02-13 10:41:11 +0000
commit7ad31eb4d1d22ef6ebb60664e233783288889679 (patch)
treef7b18d7646acddc34f4389613078c929a4d4881b /media-sound/kradio
parentCleanup (diff)
downloadgentoo-2-7ad31eb4d1d22ef6ebb60664e233783288889679.tar.gz
gentoo-2-7ad31eb4d1d22ef6ebb60664e233783288889679.tar.bz2
gentoo-2-7ad31eb4d1d22ef6ebb60664e233783288889679.zip
Latest snapshot, see #154288
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-sound/kradio')
-rw-r--r--media-sound/kradio/ChangeLog11
-rw-r--r--media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild8
-rw-r--r--media-sound/kradio/kradio-1.0b_beta3.ebuild10
-rw-r--r--media-sound/kradio/kradio-20061112.ebuild49
4 files changed, 66 insertions, 12 deletions
diff --git a/media-sound/kradio/ChangeLog b/media-sound/kradio/ChangeLog
index 6e112cb20207..89b4133dc9e4 100644
--- a/media-sound/kradio/ChangeLog
+++ b/media-sound/kradio/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/kradio
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.14 2007/02/03 19:25:59 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.15 2008/02/13 10:41:11 phosphan Exp $
+
+*kradio-20061112 (11 Feb 2008)
+
+ 11 Feb 2008; Patrick Kursawe <phosphan@gentoo.org>
+ kradio-0.3.0_alpha20041207.ebuild, kradio-1.0b_beta3.ebuild,
+ +kradio-20061112.ebuild:
+ Version bump to latest available snapshot, see bug #154288
03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild b/media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild
index 8fca8034b36a..397a7c8093e5 100644
--- a/media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild
+++ b/media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild,v 1.2 2005/05/24 09:46:16 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-0.3.0_alpha20041207.ebuild,v 1.3 2008/02/13 10:41:11 phosphan Exp $
inherit kde
@@ -22,6 +22,6 @@ need-kde 3
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc.patch
+ cd "${S}"
+ epatch "${FILESDIR}/${PV}-gcc.patch"
}
diff --git a/media-sound/kradio/kradio-1.0b_beta3.ebuild b/media-sound/kradio/kradio-1.0b_beta3.ebuild
index 17ecd64b17a0..25571a3ba536 100644
--- a/media-sound/kradio/kradio-1.0b_beta3.ebuild
+++ b/media-sound/kradio/kradio-1.0b_beta3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-1.0b_beta3.ebuild,v 1.4 2007/07/11 19:30:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-1.0b_beta3.ebuild,v 1.5 2008/02/13 10:41:11 phosphan Exp $
inherit eutils kde
@@ -23,14 +23,12 @@ DEPEND="lirc? ( app-misc/lirc )
ogg? ( media-libs/libogg )
arts? ( kde-base/arts )"
-RDEPEND="${DEPEND}"
-
need-kde 3.2
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-includehints.patch
+ cd "${S}"
+ epatch "${FILESDIR}/${PV}-includehints.patch"
}
src_compile() {
diff --git a/media-sound/kradio/kradio-20061112.ebuild b/media-sound/kradio/kradio-20061112.ebuild
new file mode 100644
index 000000000000..efbcddff9582
--- /dev/null
+++ b/media-sound/kradio/kradio-20061112.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-20061112.ebuild,v 1.1 2008/02/13 10:41:11 phosphan Exp $
+
+inherit eutils kde
+
+MY_PV="snapshot-2006-11-12-r497"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+DESCRIPTION="kradio is a radio tuner application for KDE"
+HOMEPAGE="http://kradio.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="lirc encode vorbis ogg"
+
+DEPEND="lirc? ( app-misc/lirc )
+ media-libs/libsndfile
+ encode? ( media-sound/lame )
+ vorbis? ( media-libs/libvorbis )
+ ogg? ( media-libs/libogg )
+ arts? ( kde-base/arts )"
+
+need-kde 3.5
+
+UNSERMAKE="/usr/kde/unsermake"
+set-kdedir
+
+src_compile() {
+ if ! use vorbis; then
+ sed -e 's/\(ac_cv_lib_vorbisenc_vorbis_encode_init=\)yes$/\1no/' \
+ -i configure || die "Couldn't disable vorbis support"
+ fi
+ if ! use encode; then
+ sed -e 's/\(ac_cv_lib_mp3lame_lame_init=\)yes$/\1no/' \
+ -i configure || die "Couldn't disable lame support"
+ fi
+ if ! use ogg; then
+ sed -e 's/\(ac_cv_lib_ogg_ogg_stream_packetin=\)yes$/\1no/' \
+ -i configure || die "Couldn't disable ogg support"
+ fi
+ if ! use lirc; then
+ sed -e 's/lirc//' -i kradio3/plugins/Makefile.in
+ fi
+
+ kde_src_compile || die "make failed"
+}