diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-01-30 16:40:45 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-01-30 16:40:45 +0000 |
commit | e024b444a18cb465ac48aefd0a7dcb91f5afb2d4 (patch) | |
tree | 2ae8a6b3ba170342faf2abfece24768827e110b1 /media-libs/avidemux-core | |
parent | Corrected libintl dependencies, suggested by Nikoli. (diff) | |
download | gentoo-2-e024b444a18cb465ac48aefd0a7dcb91f5afb2d4.tar.gz gentoo-2-e024b444a18cb465ac48aefd0a7dcb91f5afb2d4.tar.bz2 gentoo-2-e024b444a18cb465ac48aefd0a7dcb91f5afb2d4.zip |
Corrected libintl dependencies, suggested by Nikoli.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-libs/avidemux-core')
-rw-r--r-- | media-libs/avidemux-core/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/avidemux-core/avidemux-core-9999.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/avidemux-core/ChangeLog b/media-libs/avidemux-core/ChangeLog index b310cd86e4ca..30e35f7bb69a 100644 --- a/media-libs/avidemux-core/ChangeLog +++ b/media-libs/avidemux-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/avidemux-core -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.16 2013/12/17 23:26:40 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.17 2014/01/30 16:40:45 tomwij Exp $ + + 30 Jan 2014; Tom Wijsman <TomWij@gentoo.org> avidemux-core-9999.ebuild: + Corrected libintl dependencies, suggested by Nikoli. *avidemux-core-2.6.7 (17 Dec 2013) diff --git a/media-libs/avidemux-core/avidemux-core-9999.ebuild b/media-libs/avidemux-core/avidemux-core-9999.ebuild index d851a490d4b0..76208bbdc551 100644 --- a/media-libs/avidemux-core/avidemux-core-9999.ebuild +++ b/media-libs/avidemux-core/avidemux-core-9999.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-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.4 2013/12/17 23:26:40 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.5 2014/01/30 16:40:45 tomwij Exp $ EAPI="5" @@ -31,7 +31,6 @@ fi DEPEND=" !<media-video/avidemux-${PV}:${SLOT} dev-db/sqlite:3 - nls? ( sys-devel/gettext:0 ) sdl? ( media-libs/libsdl:0 ) system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] ) xv? ( x11-libs/libXv:0 ) @@ -41,10 +40,12 @@ DEPEND=" " RDEPEND=" $DEPEND + virtual/libintl:0 " DEPEND=" $DEPEND virtual/pkgconfig:0 + nls? ( sys-devel/gettext:0 ) !system-ffmpeg? ( dev-lang/yasm:0[nls=] ) " |