* [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
@ 2012-08-22 20:12 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-08-22 20:12 UTC (permalink / raw
To: gentoo-commits
commit: f849c074023e254c77cd371a674b4df1e27dfe67
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 13:39:43 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 14:34:25 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f849c074
[media-sound/kradio] Git is default now.
(Portage version: 2.2.0_alpha121/git/Linux x86_64, unsigned Manifest commit)
---
media-sound/kradio/kradio-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
index 915c27e..cb6a2ee 100644
--- a/media-sound/kradio/kradio-9999.ebuild
+++ b/media-sound/kradio/kradio-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=4
KDE_LINGUAS="cs de es pl pt ru uk"
+KDE_SCM="svn"
inherit kde4-base
DESCRIPTION="kradio is a radio tuner application for KDE"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
@ 2012-08-31 11:43 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-08-31 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 4df507a1599822b574f6156c4a03873c223d89a5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 11:42:38 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 11:43:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4df507a1
[media-sound/kradio] Sync with tree. Move to git by upstream.
(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)
---
media-sound/kradio/kradio-9999.ebuild | 44 ++++++++++++++++++++++++--------
1 files changed, 33 insertions(+), 11 deletions(-)
diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
index cb6a2ee..3e77a27 100644
--- a/media-sound/kradio/kradio-9999.ebuild
+++ b/media-sound/kradio/kradio-9999.ebuild
@@ -4,14 +4,18 @@
EAPI=4
-KDE_LINGUAS="cs de es pl pt ru uk"
-KDE_SCM="svn"
+KDE_LINGUAS_DIR=( po convert-presets/po )
+PLUGINS=(
+ alsa-sound dbus gui-docking-menu gui-error-log gui-quickbar
+ gui-standard-display internetradio lirc oss-sound radio recording shortcuts
+ soundserver streaming timecontrol timeshifter v4lradio
+)
+KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk tr uk"
inherit kde4-base
DESCRIPTION="kradio is a radio tuner application for KDE"
HOMEPAGE="http://kradio.sourceforge.net/"
-ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk"
-ESVN_PROJECT="kradio"
+EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}"
LICENSE="GPL-2"
KEYWORDS=""
@@ -21,27 +25,45 @@ 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
)
- ffmpeg? (
- >=media-libs/libmms-0.4
- virtual/ffmpeg
- )
"
RDEPEND="${DEPEND}"
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ local lang
+ for lang in ${KDE_LINGUAS} ; do
+ if ! use linguas_${lang} ; then
+ for dir in "${KDE_LINGUAS_DIR[@]}" ; do
+ rm ${dir}/${lang}.po
+ done
+ for plugin in "${PLUGINS[@]}" ; do
+ rm plugins/${plugin}/po/${lang}.po
+ done
+ fi
+ done
+
+ kde4-base_src_prepare
+}
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with alsa)
+ $(cmake-utils_use_with ffmpeg)
+ $(cmake-utils_use_with lirc)
$(cmake-utils_use_with mp3 LAME)
$(cmake-utils_use_with vorbis OGG_VORBIS)
- $(cmake-utils_use_with lirc)
- $(cmake-utils_use_with ffmpeg)
- $(cmake-utils_use_with v4l v4l2)
+ $(cmake-utils_use_with v4l V4L2)
)
kde4-base_src_configure
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
@ 2013-06-30 13:31 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-06-30 13:31 UTC (permalink / raw
To: gentoo-commits
commit: 203ad26cdf66133537dcddb396c151940bbd2d16
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 13:31:25 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 13:31:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=203ad26c
[media-sound/kradio] Sync with tree.
Package-Manager: portage-2.2.0_alpha186
---
media-sound/kradio/kradio-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
index 67e517f..e5d8000 100644
--- a/media-sound/kradio/kradio-9999.ebuild
+++ b/media-sound/kradio/kradio-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_LINGUAS_DIR=( po convert-presets/po )
PLUGINS=(
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
@ 2015-04-27 16:27 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2015-04-27 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 14da5d045a07c6469b22e106ab03a3145f707278
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 16:26:54 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 16:26:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14da5d04
[media-video/kradio] Migrate to new-style ffmpeg/libav USE flags.
Package-Manager: portage-2.2.18
media-sound/kradio/kradio-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
index 281a71f..8939003 100644
--- a/media-sound/kradio/kradio-9999.ebuild
+++ b/media-sound/kradio/kradio-9999.ebuild
@@ -20,14 +20,15 @@ EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
-IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l"
+IUSE="alsa debug encode ffmpeg libav lirc +mp3 +vorbis v4l"
DEPEND="
media-libs/libsndfile
alsa? ( media-libs/alsa-lib )
ffmpeg? (
>=media-libs/libmms-0.4
- virtual/ffmpeg
+ libav? ( media-video/libav:= )
+ !libav? ( media-video/ffmpeg:0= )
)
lirc? ( app-misc/lirc )
mp3? ( media-sound/lame )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
@ 2016-03-28 12:24 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-03-28 12:24 UTC (permalink / raw
To: gentoo-commits
commit: bbba2e29a820b982067a7a975dae463d130e4c8c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 11:33:55 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 11:33:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbba2e29
media-sound/kradio: EAPI 6
Package-Manager: portage-2.2.28
media-sound/kradio/kradio-9999.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
index 683a311..bbf479bf 100644
--- a/media-sound/kradio/kradio-9999.ebuild
+++ b/media-sound/kradio/kradio-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_LINGUAS_DIR=( po convert-presets/po )
PLUGINS=(
@@ -59,12 +59,12 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_with alsa)
- $(cmake-utils_use_with ffmpeg)
- $(cmake-utils_use_with lirc)
- $(cmake-utils_use_with mp3 LAME)
- $(cmake-utils_use_with vorbis OGG_VORBIS)
- $(cmake-utils_use_with v4l V4L2)
+ -DWITH_ALSA=$(usex alsa)
+ -DWITH_FFMPEG=$(usex ffmpeg)
+ -DWITH_LIRC=$(usex lirc)
+ -DWITH_LAME=$(usex mp3)
+ -DWITH_OGG_VORBIS=$(usex vorbis)
+ -DWITH_V4L2=$(usex v4l)
)
kde4-base_src_configure
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-sound/kradio/
@ 2016-04-28 7:43 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-04-28 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 8499bef3721a34b0c33048f8c5082d58347eb292
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 07:31:39 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 07:31:39 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8499bef3
media-sound/kradio: Remove package
No KDE Frameworks port available. Uses deprecated kdelibs4. Testing
version in gentoo main tree available.
media-sound/kradio/kradio-9999.ebuild | 71 -----------------------------------
media-sound/kradio/metadata.xml | 8 ----
2 files changed, 79 deletions(-)
diff --git a/media-sound/kradio/kradio-9999.ebuild b/media-sound/kradio/kradio-9999.ebuild
deleted file mode 100644
index bbf479bf..0000000
--- a/media-sound/kradio/kradio-9999.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_LINGUAS_DIR=( po convert-presets/po )
-PLUGINS=(
- alsa-sound dbus gui-docking-menu gui-error-log gui-quickbar
- gui-standard-display internetradio lirc oss-sound radio recording shortcuts
- soundserver streaming timecontrol timeshifter v4lradio
-)
-KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk tr uk"
-inherit kde4-base
-
-DESCRIPTION="kradio is a radio tuner application for KDE"
-HOMEPAGE="http://kradio.sourceforge.net/"
-EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}"
-
-LICENSE="GPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE="alsa debug encode ffmpeg libav lirc +mp3 +vorbis v4l"
-
-DEPEND="
- media-libs/libsndfile
- alsa? ( media-libs/alsa-lib )
- ffmpeg? (
- >=media-libs/libmms-0.4
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
- )
- lirc? ( app-misc/lirc )
- mp3? ( media-sound/lame )
- vorbis? (
- media-libs/libvorbis
- media-libs/libogg
- )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- local lang
- for lang in ${KDE_LINGUAS} ; do
- if ! use linguas_${lang} ; then
- for dir in "${KDE_LINGUAS_DIR[@]}" ; do
- rm ${dir}/${lang}.po
- done
- for plugin in "${PLUGINS[@]}" ; do
- rm plugins/${plugin}/po/${lang}.po
- done
- fi
- done
-
- kde4-base_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_ALSA=$(usex alsa)
- -DWITH_FFMPEG=$(usex ffmpeg)
- -DWITH_LIRC=$(usex lirc)
- -DWITH_LAME=$(usex mp3)
- -DWITH_OGG_VORBIS=$(usex vorbis)
- -DWITH_V4L2=$(usex v4l)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-sound/kradio/metadata.xml b/media-sound/kradio/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/media-sound/kradio/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-04-28 7:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 12:24 [gentoo-commits] proj/kde:master commit in: media-sound/kradio/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2016-04-28 7:43 Johannes Huber
2015-04-27 16:27 Michael Palimaka
2013-06-30 13:31 Johannes Huber
2012-08-31 11:43 Johannes Huber
2012-08-22 20:12 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox