diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-11-11 09:23:12 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-11-11 09:23:12 +0000 |
commit | d733d9477d0d97e51fc50b0fa9dd82fb7abf7cc9 (patch) | |
tree | 3c9887166ea652c8308499c66d9e934b8d9d4964 /media-video | |
parent | Added ebuild for gcc-sparc64-3.4.3. (Manifest recommit) (diff) | |
download | gentoo-2-d733d9477d0d97e51fc50b0fa9dd82fb7abf7cc9.tar.gz gentoo-2-d733d9477d0d97e51fc50b0fa9dd82fb7abf7cc9.tar.bz2 gentoo-2-d733d9477d0d97e51fc50b0fa9dd82fb7abf7cc9.zip |
Temp workaround for slp
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.0.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 53a2c0a7a16e..1d275626563f 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.59 2004/11/09 13:47:37 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.60 2004/11/11 09:23:12 lu_zero Exp $ + + 11 Nov 2004; Luca Barbato <lu_zero@gentoo.org> vlc-0.8.0.ebuild: + Temporary removed slp *vlc-0.8.0 (09 Nov 2004) diff --git a/media-video/vlc/vlc-0.8.0.ebuild b/media-video/vlc/vlc-0.8.0.ebuild index f991a484814c..66f8f5fef388 100644 --- a/media-video/vlc/vlc-0.8.0.ebuild +++ b/media-video/vlc/vlc-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.0.ebuild,v 1.1 2004/11/09 13:47:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.0.ebuild,v 1.2 2004/11/11 09:23:12 lu_zero Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -16,9 +16,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="arts ncurses dvd gtk nls 3dfx svga fbcon esd X alsa ggi speex - oggvorbis gnome xv oss sdl aalib slp bidi truetype v4l lirc + oggvorbis gnome xv oss sdl aalib bidi truetype v4l lirc wxwindows imlib matroska dvb mozilla debug faad theora - xosd altivec png dts" + xosd altivec png dts" #slp RDEPEND="X? ( virtual/x11 ) aalib? ( >=media-libs/aalib-1.4_rc4-r2 @@ -46,7 +46,6 @@ RDEPEND="X? ( virtual/x11 ) oggvorbis? ( >=media-libs/libvorbis-1.0.1 >=media-libs/libogg-1.1 ) sdl? ( >=media-libs/libsdl-1.2.5 ) - slp? ( >=net-libs/openslp-1.0.11 ) bidi? ( >=dev-libs/fribidi-0.10.4 ) theora? ( media-libs/libtheora ) truetype? ( >=media-libs/freetype-2.1.4 ) @@ -64,6 +63,7 @@ RDEPEND="X? ( virtual/x11 ) >=media-video/ffmpeg-0.4.8.20040222 >=media-plugins/live-2004.07.20 >=media-libs/flac-1.1.0" +# slp? ( >=net-libs/openslp-1.0.11 ) DEPEND="$RDEPEND >=sys-devel/autoconf-2.5.8 >=sys-devel/automake-1.7.9" @@ -96,7 +96,7 @@ src_compile() { --disable-qt --disable-kde --disable-gnome --disable-gtk \ --disable-libcdio --disable-libcddb --disable-vcdx \ --enable-ffmpeg --with-ffmpeg-mp3lame \ - --enable-livedotcom --with-livedotcom-tree=/usr/lib/live --disable-skins --disable-skins2" + --enable-livedotcom --with-livedotcom-tree=/usr/lib/live --disable-skins --disable-skins2 --disable-slp" # qt, kde, gnome and gtk interfaces are deprecated and in a bad condition # the same for mga video, libdv and xvid decoders @@ -144,7 +144,6 @@ src_compile() { # $(use_enable altivec) \ econf \ $(use_enable nls) \ - $(use_enable slp) \ $(use_enable xosd) \ $(use_enable ncurses) \ $(use_enable alsa) \ @@ -178,6 +177,7 @@ src_compile() { $(use_enable 3dfx glide) \ $(use_enable dts) \ ${myconf} || die "configure of VLC failed" +# $(use_enable slp) \ broken if [[ $(gcc-major-version) == 2 ]]; then sed -i -e s:"-fomit-frame-pointer":: vlc-config || die "-fomit-frame-pointer patching failed" |