summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-04 12:33:26 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-04 12:33:26 +0000
commitf0c5bd0e70dcf3ddd0b9f27b0eb01dd1ba8e7ce9 (patch)
tree6305c2940672edbb392621e1421c9857c9c32530 /media-sound/xwax
parentMigrate to virtual/ffmpeg in all versions. (diff)
downloadgentoo-2-f0c5bd0e70dcf3ddd0b9f27b0eb01dd1ba8e7ce9.tar.gz
gentoo-2-f0c5bd0e70dcf3ddd0b9f27b0eb01dd1ba8e7ce9.tar.bz2
gentoo-2-f0c5bd0e70dcf3ddd0b9f27b0eb01dd1ba8e7ce9.zip
Migrate to virtual/ffmpeg from media-video/ffmpeg.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/xwax')
-rw-r--r--media-sound/xwax/ChangeLog6
-rw-r--r--media-sound/xwax/xwax-0.7.ebuild6
-rw-r--r--media-sound/xwax/xwax-0.8.ebuild4
-rw-r--r--media-sound/xwax/xwax-0.9_beta3.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/xwax/ChangeLog b/media-sound/xwax/ChangeLog
index 327f170ff096..504673da2fa8 100644
--- a/media-sound/xwax/ChangeLog
+++ b/media-sound/xwax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/xwax
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v 1.29 2011/03/23 19:09:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v 1.30 2011/04/04 12:33:26 scarabeus Exp $
+
+ 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> xwax-0.7.ebuild,
+ xwax-0.8.ebuild, xwax-0.9_beta3.ebuild:
+ Migrate to virtual/ffmpeg from media-video/ffmpeg.
23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> xwax-0.8.ebuild:
ppc/ppc64 stable wrt #353951
diff --git a/media-sound/xwax/xwax-0.7.ebuild b/media-sound/xwax/xwax-0.7.ebuild
index 6baf59973c52..59d2edd72509 100644
--- a/media-sound/xwax/xwax-0.7.ebuild
+++ b/media-sound/xwax/xwax-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.7.ebuild,v 1.5 2010/08/13 13:37:50 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.7.ebuild,v 1.6 2011/04/04 12:33:26 scarabeus Exp $
EAPI=3
inherit toolchain-funcs
@@ -29,7 +29,7 @@ RDEPEND="media-libs/libsdl
xwax_decoders_flac? ( media-libs/flac )
xwax_decoders_mp3? ( || ( media-sound/mpg123 media-sound/mpg321 ) )
xwax_decoders_ogg? ( media-sound/vorbis-tools )
- xwax_decoders_misc? ( media-video/ffmpeg )"
+ xwax_decoders_misc? ( virtual/ffmpeg )"
DEPEND="${RDEPEND}"
DOCS="README CHANGES"
diff --git a/media-sound/xwax/xwax-0.8.ebuild b/media-sound/xwax/xwax-0.8.ebuild
index 6f98891b813c..809361157601 100644
--- a/media-sound/xwax/xwax-0.8.ebuild
+++ b/media-sound/xwax/xwax-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.8.ebuild,v 1.4 2011/03/23 19:09:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.8.ebuild,v 1.5 2011/04/04 12:33:26 scarabeus Exp $
EAPI=3
inherit toolchain-funcs
@@ -29,7 +29,7 @@ RDEPEND="media-libs/libsdl
xwax_decoders_flac? ( media-libs/flac )
xwax_decoders_mp3? ( || ( media-sound/mpg123 media-sound/mpg321 ) )
xwax_decoders_ogg? ( media-sound/vorbis-tools )
- xwax_decoders_misc? ( media-video/ffmpeg )"
+ xwax_decoders_misc? ( virtual/ffmpeg )"
DEPEND="${RDEPEND}"
DOCS="README CHANGES"
diff --git a/media-sound/xwax/xwax-0.9_beta3.ebuild b/media-sound/xwax/xwax-0.9_beta3.ebuild
index 7082ba92be29..63eb67a598ea 100644
--- a/media-sound/xwax/xwax-0.9_beta3.ebuild
+++ b/media-sound/xwax/xwax-0.9_beta3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.9_beta3.ebuild,v 1.1 2011/02/16 21:11:49 nixphoeni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.9_beta3.ebuild,v 1.2 2011/04/04 12:33:26 scarabeus Exp $
EAPI=3
inherit toolchain-funcs
@@ -31,7 +31,7 @@ RDEPEND="media-libs/libsdl
xwax_decoders_flac? ( media-libs/flac )
xwax_decoders_mp3? ( || ( media-sound/mpg123 media-sound/mpg321 ) )
xwax_decoders_ogg? ( media-sound/vorbis-tools )
- xwax_decoders_misc? ( media-video/ffmpeg )"
+ xwax_decoders_misc? ( virtual/ffmpeg )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"