diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2014-03-01 22:43:38 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2014-03-01 22:43:38 +0000 |
commit | ae02332daed87a3bd08080aca8f767ebcf4ba1af (patch) | |
tree | 89c7cb8f9965dd463efde6772f7373c1428c5116 | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-ae02332daed87a3bd08080aca8f767ebcf4ba1af.tar.gz gentoo-2-ae02332daed87a3bd08080aca8f767ebcf4ba1af.tar.bz2 gentoo-2-ae02332daed87a3bd08080aca8f767ebcf4ba1af.zip |
Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
-rw-r--r-- | media-video/ttcut/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index 086b13df951b..d7e52c54bf6b 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ttcut -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.34 2013/03/04 19:25:01 billie Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.35 2014/03/01 22:43:38 billie Exp $ + + 01 Mar 2014; Daniel Pielmeier <billie@gentoo.org> ttcut-0.19.6-r3.ebuild: + Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348. 04 Mar 2013; Daniel Pielmeier <billie@gentoo.org> ttcut-0.19.6-r3.ebuild: Switch to EAPI 5. diff --git a/media-video/ttcut/ttcut-0.19.6-r3.ebuild b/media-video/ttcut/ttcut-0.19.6-r3.ebuild index 905ae2e7f549..62c0ae75b9a3 100644 --- a/media-video/ttcut/ttcut-0.19.6-r3.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.7 2013/03/04 19:25:01 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.8 2014/03/01 22:43:38 billie Exp $ EAPI=5 @@ -22,7 +22,7 @@ DEPEND=">=media-libs/libmpeg2-0.4.0 virtual/opengl" RDEPEND="${DEPEND} media-video/mplayer - >=virtual/ffmpeg-0.6.90[encode]" + >=media-video/ffmpeg-1.0.8[encode]" S=${WORKDIR}/${PN} |