diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-13 10:41:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-13 10:41:09 +0000 |
commit | e2b445f021d1205b1c5228195c5f7db9ba253333 (patch) | |
tree | 4bea4b54599888fb503b7c53dc5073bd7f87aae1 /media-video/vlc | |
parent | Dont install versioned jars (diff) | |
download | gentoo-2-e2b445f021d1205b1c5228195c5f7db9ba253333.tar.gz gentoo-2-e2b445f021d1205b1c5228195c5f7db9ba253333.tar.bz2 gentoo-2-e2b445f021d1205b1c5228195c5f7db9ba253333.zip |
Disabled threads from stable version as it's for 0.8.1-r2 and following. Threads support isn't safe with some external libraries.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.1-r1.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 4a7a3d8487fd..9f4d29decea5 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.99 2005/07/13 10:25:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.100 2005/07/13 10:41:09 flameeyes Exp $ + + 13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild: + Disabled threads from stable version as it's for 0.8.1-r2 and following. + Threads support isn't safe with some external libraries. 13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r1.ebuild: Add patch to build vlc fine when +debug is enabled in wxGTK. Closes #97169. diff --git a/media-video/vlc/vlc-0.8.1-r1.ebuild b/media-video/vlc/vlc-0.8.1-r1.ebuild index 4b4e4afbbdf7..72474aa9cf8e 100644 --- a/media-video/vlc/vlc-0.8.1-r1.ebuild +++ b/media-video/vlc/vlc-0.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.14 2005/07/12 16:49:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.15 2005/07/13 10:41:09 flameeyes Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -18,7 +18,7 @@ SRC_URI="http://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~ppc sparc x86" -IUSE="a52 3dfx nls unicode debug altivec httpd vlm gnutls live v4l cdio cddb cdda ogg matroska dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows xosd lirc joystick nsplugin hal stream mad xv bidi gtk2 sdl threads ssl" +IUSE="a52 3dfx nls unicode debug altivec httpd vlm gnutls live v4l cdio cddb cdda ogg matroska dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows xosd lirc joystick nsplugin hal stream mad xv bidi gtk2 sdl ssl" DEPEND="hal? ( =sys-apps/hal-0.4* ) cdio? ( >=dev-libs/libcdio-0.70 ) @@ -61,7 +61,6 @@ DEPEND="hal? ( =sys-apps/hal-0.4* ) media-libs/libpng media-libs/libdvbpsi aac? ( >=media-libs/faad2-2.0-r2 ) - threads? ( dev-libs/pth ) sdl? ( >=media-libs/libsdl-1.2.8 ) ssl? ( net-libs/gnutls )" @@ -176,10 +175,9 @@ src_compile () { $(use_enable mpeg libmpeg2) \ $(use_enable ggi) \ $(use_enable 3dfx glide) \ - $(use_enable threads pth) \ $(use_enable sdl) \ $(use_enable ssl gnutls) \ - --disable-ncurses --disable-portaudio \ + --disable-ncurses --disable-portaudio --disable-pth \ ${myconf} || die "configuration failed" if [[ $(gcc-major-version) == 2 ]]; then |