public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-cdr/k3b/
Date: Wed, 23 May 2012 22:01:35 +0000 (UTC)	[thread overview]
Message-ID: <1337810392.3202c37f0b37f5757994e2ade3fd44318b302ac9.reavertm@gentoo> (raw)

commit:     3202c37f0b37f5757994e2ade3fd44318b302ac9
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Wed May 23 21:59:52 2012 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Wed May 23 21:59:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3202c37f

[app-cdr/k3b] Sync with tree. Remove encode and wav USE flags

---
 app-cdr/k3b/k3b-9999.ebuild |   26 ++++++++------------------
 app-cdr/k3b/metadata.xml    |    1 -
 2 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/app-cdr/k3b/k3b-9999.ebuild b/app-cdr/k3b/k3b-9999.ebuild
index aa78058..ceae714 100644
--- a/app-cdr/k3b/k3b-9999.ebuild
+++ b/app-cdr/k3b/k3b-9999.ebuild
@@ -28,9 +28,9 @@ DESCRIPTION="The CD/DVD Kreator for KDE"
 HOMEPAGE="http://www.k3b.org/"
 
 LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
 KEYWORDS=""
-IUSE="debug dvd emovix encode ffmpeg flac lame mad musepack sndfile sox taglib vcd vorbis +wav"
+SLOT="4"
+IUSE="debug dvd emovix ffmpeg flac lame mad musepack sndfile sox taglib vcd vorbis"
 
 DEPEND="
 	$(add_kdebase_dep libkcddb)
@@ -52,7 +52,7 @@ RDEPEND="${DEPEND}
 	virtual/cdrtools
 	dvd? (
 		>=app-cdr/dvd+rw-tools-7
-		encode? ( media-video/transcode[dvd] )
+		media-video/transcode[dvd]
 	)
 	emovix? ( media-video/emovix )
 	sox? ( media-sound/sox )
@@ -69,34 +69,24 @@ PATCHES=(
 src_configure() {
 	mycmakeargs=(
 		-DK3B_BUILD_API_DOCS=OFF
+		-DK3B_BUILD_EXTERNAL_ENCODER_PLUGIN=ON
 		-DK3B_BUILD_K3BSETUP=OFF
+		-DK3B_BUILD_WAVE_DECODER_PLUGIN=ON
 		-DK3B_ENABLE_HAL_SUPPORT=OFF
 		-DK3B_ENABLE_MUSICBRAINZ=OFF
 		$(cmake-utils_use debug K3B_DEBUG)
 		$(cmake-utils_use dvd K3B_ENABLE_DVD_RIPPING)
-		$(cmake-utils_use taglib K3B_ENABLE_TAGLIB)
-		$(cmake-utils_use encode K3B_BUILD_EXTERNAL_ENCODER_PLUGIN)
-		$(cmake-utils_use flac K3B_BUILD_FLAC_DECODER_PLUGIN)
 		$(cmake-utils_use ffmpeg K3B_BUILD_FFMPEG_DECODER_PLUGIN)
+		$(cmake-utils_use flac K3B_BUILD_FLAC_DECODER_PLUGIN)
 		$(cmake-utils_use lame K3B_BUILD_LAME_ENCODER_PLUGIN)
 		$(cmake-utils_use mad K3B_BUILD_MAD_DECODER_PLUGIN)
 		$(cmake-utils_use musepack K3B_BUILD_MUSE_DECODER_PLUGIN)
 		$(cmake-utils_use sndfile K3B_BUILD_SNDFILE_DECODER_PLUGIN)
 		$(cmake-utils_use sox K3B_BUILD_SOX_ENCODER_PLUGIN)
+		$(cmake-utils_use taglib K3B_ENABLE_TAGLIB)
 		$(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_DECODER_PLUGIN)
-		$(cmake-utils_use wav K3B_BUILD_WAVE_DECODER_PLUGIN)
+		$(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_ENCODER_PLUGIN)
 	)
-
-	if use encode; then
-		mycmakeargs+=(
-			$(cmake-utils_use vorbis K3B_BUILD_OGGVORBIS_ENCODER_PLUGIN)
-		)
-	else
-		mycmakeargs+=(
-			-DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=OFF
-		)
-	fi
-
 	kde4-base_src_configure
 }
 

diff --git a/app-cdr/k3b/metadata.xml b/app-cdr/k3b/metadata.xml
index 9ba1d92..3ff95ab 100644
--- a/app-cdr/k3b/metadata.xml
+++ b/app-cdr/k3b/metadata.xml
@@ -5,6 +5,5 @@
 <herd>media-optical</herd>
 <use>
 	<flag name="emovix">Enable burning support for eMoviX images</flag>
-	<flag name="wav">Enable support for reading WAVE files</flag>
 </use>
 </pkgmetadata>



             reply	other threads:[~2012-05-23 22:01 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-23 22:01 Maciej Mrozowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-14 11:27 [gentoo-commits] proj/kde:master commit in: app-cdr/k3b/ Michael Palimaka
2016-08-31 14:41 Michael Palimaka
2016-08-18 17:22 Michael Palimaka
2016-08-18 12:48 Michael Palimaka
2016-07-29 22:26 Johannes Huber
2016-07-15 11:19 Johannes Huber
2016-04-04 17:46 Johannes Huber
2016-03-28 12:24 Johannes Huber
2016-01-13 18:19 Michael Palimaka
2016-01-04 16:21 Michael Palimaka
2015-09-14 13:17 Michael Palimaka
2015-06-27 21:11 Johannes Huber
2015-06-27 20:44 Johannes Huber
2015-04-27 15:58 Michael Palimaka
2015-02-12 22:43 Johannes Huber
2014-11-24 12:48 Michael Palimaka
2014-09-14 19:25 Johannes Huber
2014-09-09 16:34 Michael Palimaka
2014-09-09 16:31 Michael Palimaka
2014-09-09 16:31 Michael Palimaka
2013-06-27 21:04 Johannes Huber
2012-09-11 13:45 Michael Palimaka
2012-08-25 15:41 Michael Palimaka
2012-05-23 20:00 Michael Palimaka
2012-05-22 21:37 Michael Palimaka
2012-05-19 18:08 Michael Palimaka
2011-08-12 22:37 Maciej Mrozowski
2011-08-10 22:00 Andreas Hüttel

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=1337810392.3202c37f0b37f5757994e2ade3fd44318b302ac9.reavertm@gentoo \
    --to=reavertm@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