diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-03 08:07:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-03 08:07:53 +0000 |
commit | f44e771ca3d66ae61cc6a666066b9bc549c197c1 (patch) | |
tree | 59dabbbf8500fec8fbb39ca98dba1855e0ddac84 /media-video/vlc | |
parent | New version. Modular X deps, see bug #115992. (diff) | |
download | gentoo-2-f44e771ca3d66ae61cc6a666066b9bc549c197c1.tar.gz gentoo-2-f44e771ca3d66ae61cc6a666066b9bc549c197c1.tar.bz2 gentoo-2-f44e771ca3d66ae61cc6a666066b9bc549c197c1.zip |
Make domenu conditional to use wxwindows as the desktop file is specifically for wxvlc command.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.4-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.4a.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index b85ed1913ab7..b2f9b299d001 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/vlc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.133 2006/01/02 15:34:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.134 2006/01/03 08:07:52 flameeyes Exp $ + + 03 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4-r1.ebuild, + vlc-0.8.4a.ebuild: + Make domenu conditional to use wxwindows as the desktop file is specifically + for wxvlc command. 02 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> vlc-0.8.4.ebuild: Stable on sparc wrt #116181 diff --git a/media-video/vlc/vlc-0.8.4-r1.ebuild b/media-video/vlc/vlc-0.8.4-r1.ebuild index a3ba3957a3a5..e2ae5aa0667f 100644 --- a/media-video/vlc/vlc-0.8.4-r1.ebuild +++ b/media-video/vlc/vlc-0.8.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4-r1.ebuild,v 1.7 2005/12/27 06:25:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4-r1.ebuild,v 1.8 2006/01/03 08:07:53 flameeyes Exp $ inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs @@ -240,5 +240,5 @@ src_install() { newins ${S}/share/vlc${res}x${res}.png vlc.png done - domenu "${S}/debian/vlc.desktop" + use wxwindows && domenu "${S}/debian/vlc.desktop" } diff --git a/media-video/vlc/vlc-0.8.4a.ebuild b/media-video/vlc/vlc-0.8.4a.ebuild index e8cbcc724e6b..58a67b5bd875 100644 --- a/media-video/vlc/vlc-0.8.4a.ebuild +++ b/media-video/vlc/vlc-0.8.4a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.3 2005/12/27 06:25:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.4 2006/01/03 08:07:53 flameeyes Exp $ inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs @@ -240,5 +240,5 @@ src_install() { newins ${S}/share/vlc${res}x${res}.png vlc.png done - domenu "${S}/debian/vlc.desktop" + use wxwindows && domenu "${S}/debian/vlc.desktop" } |