diff options
author | 2006-03-21 15:54:55 +0000 | |
---|---|---|
committer | 2006-03-21 15:54:55 +0000 | |
commit | 02c1ea5482bd57bdcd01d3b2697c681cf37d132c (patch) | |
tree | 0a47f597be0c2a11003e1fa00acd788ffe7503d5 /media-video/vlc/vlc-0.8.4a-r1.ebuild | |
parent | Drop old versions. (diff) | |
download | historical-02c1ea5482bd57bdcd01d3b2697c681cf37d132c.tar.gz historical-02c1ea5482bd57bdcd01d3b2697c681cf37d132c.tar.bz2 historical-02c1ea5482bd57bdcd01d3b2697c681cf37d132c.zip |
Bump patchset to fix bug #125071.
Package-Manager: portage-2.1_pre6-r5
Diffstat (limited to 'media-video/vlc/vlc-0.8.4a-r1.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.8.4a-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-video/vlc/vlc-0.8.4a-r1.ebuild b/media-video/vlc/vlc-0.8.4a-r1.ebuild index d79b6b4d549e..88919581c67c 100644 --- a/media-video/vlc/vlc-0.8.4a-r1.ebuild +++ b/media-video/vlc/vlc-0.8.4a-r1.ebuild @@ -1,12 +1,12 @@ # 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-r1.ebuild,v 1.4 2006/03/15 01:01:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a-r1.ebuild,v 1.5 2006/03/21 15:54:55 flameeyes Exp $ -inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs +inherit eutils wxwidgets nsplugins multilib autotools toolchain-funcs MY_P="${P/_beta/-test}" -PATCHLEVEL="15" +PATCHLEVEL="16" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" @@ -109,8 +109,6 @@ pkg_setup() { if use wxwindows; then WX_GTK_VER="2.6" need-wxwidgets unicode || die "You need to install wxGTK with unicode support." - # Does not play fine with --as-needed... - filter-ldflags -Wl,--as-needed --as-needed fi if use skins && ! use truetype; then |