diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-10 09:07:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-10 09:07:08 +0000 |
commit | 71364fb2da02dd1f3dbbd5bf59b283dc1d812b9f (patch) | |
tree | 0f4470c31d7b63c8090502c0000ea8042f22669d /media-video | |
parent | added 0.92 rc2 (diff) | |
download | gentoo-2-71364fb2da02dd1f3dbbd5bf59b283dc1d812b9f.tar.gz gentoo-2-71364fb2da02dd1f3dbbd5bf59b283dc1d812b9f.tar.bz2 gentoo-2-71364fb2da02dd1f3dbbd5bf59b283dc1d812b9f.zip |
make libgcrypt mandatory, build would fail if not present, bug #195322
(Portage version: 2.1.3.12)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.9.0_alpha20071009.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 10ce4c326a6a..e3785cace22a 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.259 2007/10/10 07:40:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.260 2007/10/10 09:07:08 aballier Exp $ + + 10 Oct 2007; Alexis Ballier <aballier@gentoo.org> + vlc-0.9.0_alpha20071009.ebuild: + make libgcrypt mandatory, build would fail if not present, bug #195322 10 Oct 2007; Alexis Ballier <aballier@gentoo.org> vlc-0.8.6c.ebuild: add gnome useflag, was automagic, bug #193443 diff --git a/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild b/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild index e5b6b9fb8da5..cfcd58c7ffb2 100644 --- a/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild +++ b/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.1 2007/10/09 22:23:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.2 2007/10/10 09:07:08 aballier Exp $ WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -145,9 +145,12 @@ RDEPEND=" # Dep not up to date enough +# libgcrypt is mandatory at buildtime, and that's not only a matter of missing +# m4s. Bug #195322 DEPEND="${RDEPEND} X? ( xinerama? ( x11-proto/xineramaproto ) ) - dev-util/pkgconfig" + dev-util/pkgconfig + >=dev-libs/libgcrypt-1.2.0" S="${WORKDIR}/${MY_P}" |