diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2008-03-26 00:21:34 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2008-03-26 00:21:34 +0000 |
commit | fc38399b7a1070f7dbbb7a74d80baa1f134fc69d (patch) | |
tree | 21e0c5dc314119e58460aa69e867fd46c3c9baca /media-video/lives | |
parent | New version for GNOME-2.22. Lots of fixes, tangoish icons, uses GIO. (diff) | |
download | gentoo-2-fc38399b7a1070f7dbbb7a74d80baa1f134fc69d.tar.gz gentoo-2-fc38399b7a1070f7dbbb7a74d80baa1f134fc69d.tar.bz2 gentoo-2-fc38399b7a1070f7dbbb7a74d80baa1f134fc69d.zip |
Removing the sox useflag as it is not used; bug #137608
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/lives')
-rw-r--r-- | media-video/lives/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/lives/lives-0.9.5.ebuild | 9 | ||||
-rw-r--r-- | media-video/lives/lives-0.9.7.ebuild | 7 | ||||
-rw-r--r-- | media-video/lives/lives-0.9.8.5.ebuild | 7 | ||||
-rw-r--r-- | media-video/lives/lives-0.9.8.6.ebuild | 5 |
5 files changed, 17 insertions, 17 deletions
diff --git a/media-video/lives/ChangeLog b/media-video/lives/ChangeLog index b067fed8c822..fa48fe0e25c0 100644 --- a/media-video/lives/ChangeLog +++ b/media-video/lives/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/lives # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v 1.25 2008/02/04 01:07:20 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v 1.26 2008/03/26 00:21:34 halcy0n Exp $ + + 26 Mar 2008; Mark Loeser <halcy0n@gentoo.org> lives-0.9.5.ebuild, + lives-0.9.7.ebuild, lives-0.9.8.5.ebuild, lives-0.9.8.6.ebuild: + Removing the sox useflag as it is not used; bug #137608 04 Feb 2008; Luca Barbato <lu_zero@gentoo.org> lives-0.9.8.6.ebuild: Relax dep as reported by sbriesen on bug #154636 diff --git a/media-video/lives/lives-0.9.5.ebuild b/media-video/lives/lives-0.9.5.ebuild index d642c70fccb8..1d651915d400 100644 --- a/media-video/lives/lives-0.9.5.ebuild +++ b/media-video/lives/lives-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5.ebuild,v 1.6 2007/11/27 14:14:27 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5.ebuild,v 1.7 2008/03/26 00:21:34 halcy0n Exp $ inherit flag-o-matic @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="matroska ogg theora libvisual sox" +IUSE="matroska ogg theora libvisual" DEPEND=">=media-video/mplayer-0.90-r2 >=media-gfx/imagemagick-5.5.6 @@ -38,8 +38,7 @@ DEPEND=">=media-video/mplayer-0.90-r2 ogg? ( media-sound/ogmtools ) >=media-video/mjpegtools-1.6.2 libvisual? ( =media-libs/libvisual-0.2* ) - media-sound/jack-audio-connection-kit - sox? ( media-sound/sox )" + media-sound/jack-audio-connection-kit" S=${WORKDIR}/${PN}-${MY_PV} diff --git a/media-video/lives/lives-0.9.7.ebuild b/media-video/lives/lives-0.9.7.ebuild index 29b4388df1bd..9a9cc5936777 100644 --- a/media-video/lives/lives-0.9.7.ebuild +++ b/media-video/lives/lives-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.3 2008/03/26 00:21:34 halcy0n Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="matroska ogg theora libvisual sox nls" #sdl jack dv" +IUSE="matroska ogg theora libvisual nls" #sdl jack dv" DEPEND=">=media-video/mplayer-0.90-r2 >=media-gfx/imagemagick-5.5.6 @@ -35,7 +35,6 @@ DEPEND=">=media-video/mplayer-0.90-r2 >=media-video/mjpegtools-1.6.2 libvisual? ( =media-libs/libvisual-0.2* ) media-sound/jack-audio-connection-kit - sox? ( media-sound/sox ) sys-libs/libavc1394" src_unpack() { diff --git a/media-video/lives/lives-0.9.8.5.ebuild b/media-video/lives/lives-0.9.8.5.ebuild index 1758b6f03cad..33e7ea70337e 100644 --- a/media-video/lives/lives-0.9.8.5.ebuild +++ b/media-video/lives/lives-0.9.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v 1.3 2008/03/26 00:21:34 halcy0n Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="matroska ogg theora libvisual sox nls" #sdl jack dv" +IUSE="matroska ogg theora libvisual nls" #sdl jack dv" DEPEND=">=media-video/mplayer-0.90-r2 >=media-gfx/imagemagick-5.5.6 @@ -35,7 +35,6 @@ DEPEND=">=media-video/mplayer-0.90-r2 >=media-video/mjpegtools-1.6.2 libvisual? ( =media-libs/libvisual-0.2* ) media-sound/jack-audio-connection-kit - sox? ( media-sound/sox ) sys-libs/libavc1394" src_unpack() { diff --git a/media-video/lives/lives-0.9.8.6.ebuild b/media-video/lives/lives-0.9.8.6.ebuild index d87b22e36b71..c8f5182e59e5 100644 --- a/media-video/lives/lives-0.9.8.6.ebuild +++ b/media-video/lives/lives-0.9.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild,v 1.3 2008/02/04 01:07:20 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild,v 1.4 2008/03/26 00:21:34 halcy0n Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="matroska ogg theora libvisual sox nls" #sdl jack dv" +IUSE="matroska ogg theora libvisual nls" #sdl jack dv" DEPEND=">=media-video/mplayer-0.90-r2 >=media-gfx/imagemagick-5.5.6 @@ -35,7 +35,6 @@ DEPEND=">=media-video/mplayer-0.90-r2 >=media-video/mjpegtools-1.6.2 libvisual? ( media-libs/libvisual ) media-sound/jack-audio-connection-kit - sox? ( media-sound/sox ) sys-libs/libavc1394" src_unpack() { |