public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kid3/
Date: Thu,  8 Sep 2011 17:05:22 +0000 (UTC)	[thread overview]
Message-ID: <f89b4d8de66bcb1e5dbcad756e5a1be2f28fb0a1.thev00d00@gentoo> (raw)

commit:     f89b4d8de66bcb1e5dbcad756e5a1be2f28fb0a1
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 18:33:11 2011 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 17:04:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f89b4d8d

[media-sound/kid3] Bump to 2.0, Bug 382179

---
 media-sound/kid3/kid3-2.0.ebuild |   45 ++++++++++++++++++++++++++++++++++++++
 media-sound/kid3/metadata.xml    |    6 +++++
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/media-sound/kid3/kid3-2.0.ebuild b/media-sound/kid3/kid3-2.0.ebuild
new file mode 100644
index 0000000..9e18d97
--- /dev/null
+++ b/media-sound/kid3/kid3-2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.6.ebuild,v 1.2 2011/04/24 15:27:28 scarabeus Exp $
+
+EAPI=4
+KDE_LINGUAS="cs de es et fi fr it nl pl ru tr zh_TW"
+KDE_REQUIRED="always"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="A simple tag editor for KDE"
+HOMEPAGE="http://kid3.sourceforge.net/"
+SRC_URI="mirror://sourceforge/kid3/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="flac mp3 mp4 +taglib vorbis"
+
+RDEPEND="
+	flac? (
+		media-libs/flac[cxx]
+		media-libs/libvorbis
+	)
+	mp3? ( media-libs/id3lib )
+	mp4? ( media-libs/libmp4v2 )
+	taglib? ( media-libs/taglib )
+	vorbis? ( media-libs/libvorbis )"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="flac? ( vorbis )"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_with flac)
+		$(cmake-utils_use_with mp3 ID3LIB)
+		$(cmake-utils_use_with mp4 MP4V2)
+		$(cmake-utils_use_with vorbis)
+		$(cmake-utils_use_with taglib)
+		"-DWITH_TUNEPIMP=OFF"
+		"-DWITH_KDE=ON"
+		)
+
+	kde4-base_src_configure
+}

diff --git a/media-sound/kid3/metadata.xml b/media-sound/kid3/metadata.xml
new file mode 100644
index 0000000..c19e8bd
--- /dev/null
+++ b/media-sound/kid3/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>kde</herd>
+  <herd>sound</herd>
+</pkgmetadata>



             reply	other threads:[~2011-09-08 17:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08 17:05 Ian Whyman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-08 17:19 [gentoo-commits] proj/kde:master commit in: media-sound/kid3/ Ian Whyman
2011-09-09 19:13 Ian Whyman
2013-02-05  1:27 Chris Reffett
2013-02-12  0:05 Chris Reffett
2020-01-01  8:53 Andreas Sturmlechner
2020-02-12 22:45 Andreas Sturmlechner
2020-05-24 17:27 Andreas Sturmlechner
2020-09-27 18:55 Andreas Sturmlechner
2021-06-20 20:02 Andreas Sturmlechner
2022-07-03 22:12 Andreas Sturmlechner
2022-09-10  8:51 Sam James
2023-03-22 18:55 Andreas Sturmlechner
2023-07-11 19:36 Andreas Sturmlechner
2023-08-19  7:30 Andreas Sturmlechner
2024-02-26 22:38 Sam James
2024-03-07 12:09 Andreas Sturmlechner
2024-09-21 12:37 Andreas Sturmlechner
2024-09-21 14:07 Andreas Sturmlechner
2025-03-17 22:31 Andreas Sturmlechner
2025-03-17 22:41 Andreas Sturmlechner

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=f89b4d8de66bcb1e5dbcad756e5a1be2f28fb0a1.thev00d00@gentoo \
    --to=thev00d00@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