summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-04-16 11:07:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-04-16 11:07:56 +0000
commitf5a34e68a6718d5176036a31629418129bf36bb0 (patch)
tree5bb65efd0c958849c71cef8ba64deeba4bea190a /media-video
parentFix Bug #266290. CVE-2009-1185 and CVE-2009-1186 (diff)
downloadgentoo-2-f5a34e68a6718d5176036a31629418129bf36bb0.tar.gz
gentoo-2-f5a34e68a6718d5176036a31629418129bf36bb0.tar.bz2
gentoo-2-f5a34e68a6718d5176036a31629418129bf36bb0.zip
require a not so ancient libtheora, by gentoo-bugs.20.masuefke@spamgourmet.com, bug #266293
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vlc/ChangeLog8
-rw-r--r--media-video/vlc/vlc-0.9.8a.ebuild4
-rw-r--r--media-video/vlc/vlc-0.9.9999.ebuild4
-rw-r--r--media-video/vlc/vlc-0.9.9a.ebuild4
-rw-r--r--media-video/vlc/vlc-1.0.0_pre1.ebuild4
-rw-r--r--media-video/vlc/vlc-9999.ebuild4
6 files changed, 17 insertions, 11 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index 25f8b96c5b09..aab6c97c67d9 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/vlc
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.432 2009/04/08 08:06:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.433 2009/04/16 11:07:56 aballier Exp $
+
+ 16 Apr 2009; Alexis Ballier <aballier@gentoo.org> vlc-0.9.8a.ebuild,
+ vlc-0.9.9a.ebuild, vlc-0.9.9999.ebuild, vlc-1.0.0_pre1.ebuild,
+ vlc-9999.ebuild:
+ require a not so ancient libtheora, by
+ gentoo-bugs.20.masuefke@spamgourmet.com, bug #266293
*vlc-0.9.9a (08 Apr 2009)
diff --git a/media-video/vlc/vlc-0.9.8a.ebuild b/media-video/vlc/vlc-0.9.8a.ebuild
index 40e0a6c4d7da..d699a797772a 100644
--- a/media-video/vlc/vlc-0.9.8a.ebuild
+++ b/media-video/vlc/vlc-0.9.8a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild,v 1.10 2009/03/29 15:39:31 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild,v 1.11 2009/04/16 11:07:56 aballier Exp $
EAPI="1"
@@ -116,7 +116,7 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.9.0 )
svga? ( media-libs/svgalib )
taglib? ( media-libs/taglib )
- theora? ( media-libs/libtheora )
+ theora? ( >=media-libs/libtheora-1.0_beta3 )
truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
twolame? ( media-sound/twolame )
diff --git a/media-video/vlc/vlc-0.9.9999.ebuild b/media-video/vlc/vlc-0.9.9999.ebuild
index e2b059deefc0..2638bc4df0a5 100644
--- a/media-video/vlc/vlc-0.9.9999.ebuild
+++ b/media-video/vlc/vlc-0.9.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild,v 1.3 2009/04/08 07:54:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild,v 1.4 2009/04/16 11:07:56 aballier Exp $
EAPI="1"
@@ -127,7 +127,7 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.9.0 )
svga? ( media-libs/svgalib )
taglib? ( media-libs/taglib )
- theora? ( media-libs/libtheora )
+ theora? ( >=media-libs/libtheora-1.0_beta3 )
truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
twolame? ( media-sound/twolame )
diff --git a/media-video/vlc/vlc-0.9.9a.ebuild b/media-video/vlc/vlc-0.9.9a.ebuild
index 65d7a39bab7e..b5f349be201c 100644
--- a/media-video/vlc/vlc-0.9.9a.ebuild
+++ b/media-video/vlc/vlc-0.9.9a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9a.ebuild,v 1.1 2009/04/08 08:06:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9a.ebuild,v 1.2 2009/04/16 11:07:56 aballier Exp $
EAPI="1"
@@ -127,7 +127,7 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.9.0 )
svga? ( media-libs/svgalib )
taglib? ( media-libs/taglib )
- theora? ( media-libs/libtheora )
+ theora? ( >=media-libs/libtheora-1.0_beta3 )
truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
twolame? ( media-sound/twolame )
diff --git a/media-video/vlc/vlc-1.0.0_pre1.ebuild b/media-video/vlc/vlc-1.0.0_pre1.ebuild
index d6947ead3617..d4c88646ee6c 100644
--- a/media-video/vlc/vlc-1.0.0_pre1.ebuild
+++ b/media-video/vlc/vlc-1.0.0_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_pre1.ebuild,v 1.3 2009/04/08 07:54:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_pre1.ebuild,v 1.4 2009/04/16 11:07:56 aballier Exp $
EAPI="1"
@@ -126,7 +126,7 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.9.0 )
svga? ( media-libs/svgalib )
taglib? ( >=media-libs/taglib-1.5 )
- theora? ( media-libs/libtheora )
+ theora? ( >=media-libs/libtheora-1.0_beta3 )
truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
twolame? ( media-sound/twolame )
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 9204b6a32000..4643992954c8 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.5 2009/04/08 07:54:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.6 2009/04/16 11:07:56 aballier Exp $
EAPI="1"
@@ -126,7 +126,7 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.9.0 )
svga? ( media-libs/svgalib )
taglib? ( >=media-libs/taglib-1.5 )
- theora? ( media-libs/libtheora )
+ theora? ( >=media-libs/libtheora-1.0_beta3 )
truetype? ( media-libs/freetype
media-fonts/ttf-bitstream-vera )
twolame? ( media-sound/twolame )