summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-27 06:25:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-27 06:25:58 +0000
commitf45c754bc385905a430bef05162ef48bfdd5229e (patch)
tree855cf29995bf6eab2ff1dd3c0a5d44a69b9e6aaf /media-video/vlc
parentdisable sh64 targets for now (diff)
downloadgentoo-2-f45c754bc385905a430bef05162ef48bfdd5229e.tar.gz
gentoo-2-f45c754bc385905a430bef05162ef48bfdd5229e.tar.bz2
gentoo-2-f45c754bc385905a430bef05162ef48bfdd5229e.zip
Change freetype useflag to truetype.
(Portage version: 2.1_pre2)
Diffstat (limited to 'media-video/vlc')
-rw-r--r--media-video/vlc/ChangeLog7
-rw-r--r--media-video/vlc/vlc-0.8.2-r1.ebuild8
-rw-r--r--media-video/vlc/vlc-0.8.2-r2.ebuild8
-rw-r--r--media-video/vlc/vlc-0.8.4-r1.ebuild14
-rw-r--r--media-video/vlc/vlc-0.8.4.ebuild8
-rw-r--r--media-video/vlc/vlc-0.8.4a.ebuild14
6 files changed, 32 insertions, 27 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index 9bc2a669bb41..a0bd74614bb3 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,11 @@
# 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.129 2005/12/17 16:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.130 2005/12/27 06:25:58 flameeyes Exp $
+
+ 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,
+ vlc-0.8.4a.ebuild:
+ Change freetype useflag to truetype.
17 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
vlc-0.8.2-r1.ebuild, vlc-0.8.2-r2.ebuild, vlc-0.8.4.ebuild,
diff --git a/media-video/vlc/vlc-0.8.2-r1.ebuild b/media-video/vlc/vlc-0.8.2-r1.ebuild
index 563d22246647..b6d55845b146 100644
--- a/media-video/vlc/vlc-0.8.2-r1.ebuild
+++ b/media-video/vlc/vlc-0.8.2-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.2-r1.ebuild,v 1.10 2005/12/17 16:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.2-r1.ebuild,v 1.11 2005/12/27 06:25:58 flameeyes Exp $
inherit libtool eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -15,7 +15,7 @@ SLOT="0"
# ~sparc keyword dropped due to missing daap dependency.. mark or use.mask it
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="a52 3dfx nls unicode debug altivec httpd vlm gnutls live v4l cdda ogg matroska
-dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga
+dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick stream
mp3 xv bidi gtk2 sdl png xml2 samba daap corba screen mod speex nsplugin"
@@ -39,7 +39,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
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 )
@@ -168,7 +168,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) \
diff --git a/media-video/vlc/vlc-0.8.2-r2.ebuild b/media-video/vlc/vlc-0.8.2-r2.ebuild
index 7550c2a8fe2a..d74950731156 100644
--- a/media-video/vlc/vlc-0.8.2-r2.ebuild
+++ b/media-video/vlc/vlc-0.8.2-r2.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.2-r2.ebuild,v 1.7 2005/12/17 16:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.2-r2.ebuild,v 1.8 2005/12/27 06:25:58 flameeyes Exp $
inherit libtool eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -15,7 +15,7 @@ SLOT="0"
# ~sparc keyword dropped due to missing daap dependency.. mark or use.mask it
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="a52 3dfx nls unicode debug altivec httpd vlm gnutls live v4l cdda ogg matroska
-dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga
+dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick stream
mp3 xv bidi sdl png xml2 samba daap corba screen mod speex nsplugin"
@@ -39,7 +39,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
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 )
@@ -164,7 +164,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) \
diff --git a/media-video/vlc/vlc-0.8.4-r1.ebuild b/media-video/vlc/vlc-0.8.4-r1.ebuild
index ce3c005f0d33..a3ba3957a3a5 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
# 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.6 2005/12/17 16:31:08 flameeyes Exp $
+# $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 $
inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -22,7 +22,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="a52 3dfx nls debug altivec httpd vlm gnutls live v4l cdda ogg matroska
-dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga
+dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick stream
mp3 xv bidi sdl png xml2 samba daap corba screen mod speex nsplugin shout real
win32codecs skins hal avahi"
@@ -47,7 +47,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
mpeg? ( >=media-libs/libmpeg2-0.3.2 )
vorbis? ( media-libs/libvorbis )
theora? ( media-libs/libtheora )
- freetype? ( media-libs/freetype
+ truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
svga? ( media-libs/svgalib )
ggi? ( media-libs/libggi )
@@ -113,9 +113,9 @@ pkg_setup() {
need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
fi
- if use skins && ! use freetype; then
- eerror "Trying to build with skins support but without freetype."
- die "You have to use 'freetype' to use 'skins'"
+ if use skins && ! use truetype; then
+ eerror "Trying to build with skins support but without truetype."
+ die "You have to use 'truetype' to use 'skins'"
fi
}
@@ -170,7 +170,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) \
diff --git a/media-video/vlc/vlc-0.8.4.ebuild b/media-video/vlc/vlc-0.8.4.ebuild
index 143c77b2fb82..e096249948c0 100644
--- a/media-video/vlc/vlc-0.8.4.ebuild
+++ b/media-video/vlc/vlc-0.8.4.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.4.ebuild,v 1.3 2005/12/17 16:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4.ebuild,v 1.4 2005/12/27 06:25:58 flameeyes Exp $
inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -22,7 +22,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="a52 3dfx nls debug altivec httpd vlm gnutls live v4l cdda ogg matroska
-dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga
+dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick stream
mp3 xv bidi sdl png xml2 samba daap corba screen mod speex nsplugin shout real
win32codecs"
@@ -49,7 +49,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
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 )
@@ -160,7 +160,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) \
diff --git a/media-video/vlc/vlc-0.8.4a.ebuild b/media-video/vlc/vlc-0.8.4a.ebuild
index 293222e20d7a..e8cbcc724e6b 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
# 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.2 2005/12/17 16:31:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.3 2005/12/27 06:25:58 flameeyes Exp $
inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -22,7 +22,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="a52 3dfx nls debug altivec httpd vlm gnutls live v4l cdda ogg matroska
-dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga
+dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick stream
mp3 xv bidi sdl png xml2 samba daap corba screen mod speex nsplugin shout real
win32codecs skins hal avahi"
@@ -47,7 +47,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
mpeg? ( >=media-libs/libmpeg2-0.3.2 )
vorbis? ( media-libs/libvorbis )
theora? ( media-libs/libtheora )
- freetype? ( media-libs/freetype
+ truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
svga? ( media-libs/svgalib )
ggi? ( media-libs/libggi )
@@ -113,9 +113,9 @@ pkg_setup() {
need-wxwidgets unicode || die "You need to install wxGTK with unicode support."
fi
- if use skins && ! use freetype; then
- eerror "Trying to build with skins support but without freetype."
- die "You have to use 'freetype' to use 'skins'"
+ if use skins && ! use truetype; then
+ eerror "Trying to build with skins support but without truetype."
+ die "You have to use 'truetype' to use 'skins'"
fi
}
@@ -170,7 +170,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) \