diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-04 22:20:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-04 22:20:11 +0000 |
commit | 2fc90a61a2ae414fc92ed76b94be4815eb8117d4 (patch) | |
tree | 1dbe2e22d54f4bc77b138886de3a146bc2144e9d /media-video/y4mscaler | |
parent | Actually depend on qt-4 (both monolithic and splitted versions), thanks pva (diff) | |
download | gentoo-2-2fc90a61a2ae414fc92ed76b94be4815eb8117d4.tar.gz gentoo-2-2fc90a61a2ae414fc92ed76b94be4815eb8117d4.tar.bz2 gentoo-2-2fc90a61a2ae414fc92ed76b94be4815eb8117d4.zip |
add empty IUSE, thanks to Marek Miller <mlm@shells.pl>, bug #224371
(Portage version: 2.1.5.3)
Diffstat (limited to 'media-video/y4mscaler')
-rw-r--r-- | media-video/y4mscaler/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/y4mscaler/y4mscaler-9.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/y4mscaler/ChangeLog b/media-video/y4mscaler/ChangeLog index 5f2447f1d39a..4079decc8b1d 100644 --- a/media-video/y4mscaler/ChangeLog +++ b/media-video/y4mscaler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/y4mscaler -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/y4mscaler/ChangeLog,v 1.6 2007/07/28 16:44:25 angelos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/y4mscaler/ChangeLog,v 1.7 2008/06/04 22:20:11 aballier Exp $ + + 04 Jun 2008; Alexis Ballier <aballier@gentoo.org> y4mscaler-9.0.ebuild: + add empty IUSE, thanks to Marek Miller <mlm@shells.pl>, bug #224371 28 Jul 2007; Christoph Mende <angelos@gentoo.org> y4mscaler-9.0.ebuild: Stable on amd64 wrt bug #185539 diff --git a/media-video/y4mscaler/y4mscaler-9.0.ebuild b/media-video/y4mscaler/y4mscaler-9.0.ebuild index 41de190cd19e..4acef37baf4e 100644 --- a/media-video/y4mscaler/y4mscaler-9.0.ebuild +++ b/media-video/y4mscaler/y4mscaler-9.0.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/y4mscaler/y4mscaler-9.0.ebuild,v 1.4 2007/07/28 16:44:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/y4mscaler/y4mscaler-9.0.ebuild,v 1.5 2008/06/04 22:20:11 aballier Exp $ SRC_URI="http://www.mir.com/DMG/Software/${P}-src.tgz" DESCRIPTION="y4mscaler is a video scaler which operates on YUV4MPEG2 streams, as used by the tools in the MJPEGtools project." @@ -10,7 +10,7 @@ LICENSE="GPL-2" DEPEND=">=media-video/mjpegtools-1.8.0-r1" KEYWORDS="amd64 x86" - +IUSE="" SLOT="0" src_compile() { |