summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-30 20:12:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-30 20:12:48 +0000
commit7fdf8bdcc32cd5eb79a9133f1e00c9e1e4354a0c (patch)
treecb07b1c1809bad1d3f77efd632f39698f2864f07 /media-video/vlc
parentSynced the code of the ebuilds, this should _NOT_ affect the emerge behaviour... (diff)
downloadgentoo-2-7fdf8bdcc32cd5eb79a9133f1e00c9e1e4354a0c.tar.gz
gentoo-2-7fdf8bdcc32cd5eb79a9133f1e00c9e1e4354a0c.tar.bz2
gentoo-2-7fdf8bdcc32cd5eb79a9133f1e00c9e1e4354a0c.zip
Fix the last version still using freetype useflag instead of truetype.
(Portage version: 2.1_pre2)
Diffstat (limited to 'media-video/vlc')
-rw-r--r--media-video/vlc/ChangeLog5
-rw-r--r--media-video/vlc/vlc-0.8.1-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index a0bd74614bb3..4f2da2b1d81c 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,9 @@
# 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.130 2005/12/27 06:25:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.131 2005/12/30 20:12:48 flameeyes Exp $
+
+ 30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild:
+ Fix the last version still using freetype useflag instead of truetype.
27 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r1.ebuild,
vlc-0.8.2-r2.ebuild, vlc-0.8.4.ebuild, vlc-0.8.4-r1.ebuild,
diff --git a/media-video/vlc/vlc-0.8.1-r1.ebuild b/media-video/vlc/vlc-0.8.1-r1.ebuild
index 0de1aa17fc71..9d92ffb4236a 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.25 2005/12/17 16:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.26 2005/12/30 20:12:48 flameeyes Exp $
inherit libtool toolchain-funcs eutils wxwidgets
@@ -13,7 +13,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 stream mad xv bidi gtk2 sdl 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 truetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows xosd lirc joystick stream mad xv bidi gtk2 sdl ssl"
DEPEND="cdio? ( >=dev-libs/libcdio-0.70 )
cddb? ( >=media-libs/libcddb-0.9.4 )
@@ -35,7 +35,7 @@ DEPEND="cdio? ( >=dev-libs/libcdio-0.70 )
theora? ( media-libs/libtheora )
X? ( virtual/x11 )
xv? ( virtual/x11 )
- freetype? ( media-libs/freetype
+ truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
svga? ( media-libs/svgalib )
ggi? ( media-libs/libggi )
@@ -131,7 +131,7 @@ src_compile () {
$(use_enable X x11) \
$(use_enable xv xvideo) \
$(use_enable opengl glx) $(use_enable opengl) \
- $(use_enable freetype) \
+ $(use_enable truetype freetype) \
$(use_enable bidi fribidi) \
$(use_enable dvd dvdread) $(use_enable dvd dvdplay) $(use_enable dvd dvdnav) \
$(use_enable fbcon fb) \