summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-17 16:31:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-17 16:31:08 +0000
commitae9a156edaa442ce5a3edd8e92ed89b1e9fbdeee (patch)
tree5a20babbee319a9f3a6ed3440108ce0fb6e78d6c /media-video/vlc
parentrestore ebuild for dev-lang/lazarus (diff)
downloadgentoo-2-ae9a156edaa442ce5a3edd8e92ed89b1e9fbdeee.tar.gz
gentoo-2-ae9a156edaa442ce5a3edd8e92ed89b1e9fbdeee.tar.bz2
gentoo-2-ae9a156edaa442ce5a3edd8e92ed89b1e9fbdeee.zip
Fix the dependency, for alsa is over alsa-lib, not virtual/alsa that points to the drivers. Close bug #115857.
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-video/vlc')
-rw-r--r--media-video/vlc/ChangeLog8
-rw-r--r--media-video/vlc/vlc-0.8.1-r1.ebuild4
-rw-r--r--media-video/vlc/vlc-0.8.2-r1.ebuild4
-rw-r--r--media-video/vlc/vlc-0.8.2-r2.ebuild4
-rw-r--r--media-video/vlc/vlc-0.8.4-r1.ebuild4
-rw-r--r--media-video/vlc/vlc-0.8.4.ebuild4
-rw-r--r--media-video/vlc/vlc-0.8.4a.ebuild4
7 files changed, 19 insertions, 13 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index d86ffbca2181..9bc2a669bb41 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,12 @@
# 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.128 2005/12/13 12:19:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.129 2005/12/17 16:31:08 flameeyes Exp $
+
+ 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,
+ vlc-0.8.4-r1.ebuild, vlc-0.8.4a.ebuild:
+ Fix the dependency, for alsa is over alsa-lib, not virtual/alsa that points
+ to the drivers. Close bug #115857.
*vlc-0.8.4a (13 Dec 2005)
diff --git a/media-video/vlc/vlc-0.8.1-r1.ebuild b/media-video/vlc/vlc-0.8.1-r1.ebuild
index 4047bb9c1f4e..0de1aa17fc71 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.24 2005/12/01 23:58:59 flameeyes Exp $
+# $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 $
inherit libtool toolchain-funcs eutils wxwidgets
@@ -42,7 +42,7 @@ DEPEND="cdio? ( >=dev-libs/libcdio-0.70 )
aalib? ( media-libs/aalib )
libcaca? ( media-libs/libcaca )
arts? ( kde-base/arts )
- alsa? ( virtual/alsa )
+ alsa? ( media-libs/alsa-lib )
wxwindows? ( =x11-libs/wxGTK-2.4* )
xosd? ( x11-libs/xosd )
lirc? ( app-misc/lirc )
diff --git a/media-video/vlc/vlc-0.8.2-r1.ebuild b/media-video/vlc/vlc-0.8.2-r1.ebuild
index 423f569c27d0..563d22246647 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.9 2005/11/24 17:36:02 flameeyes Exp $
+# $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 $
inherit libtool eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -46,7 +46,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
aalib? ( media-libs/aalib )
libcaca? ( media-libs/libcaca )
arts? ( kde-base/arts )
- alsa? ( virtual/alsa )
+ alsa? ( media-libs/alsa-lib )
wxwindows? ( =x11-libs/wxGTK-2.6* )
ncurses? ( sys-libs/ncurses )
xosd? ( x11-libs/xosd )
diff --git a/media-video/vlc/vlc-0.8.2-r2.ebuild b/media-video/vlc/vlc-0.8.2-r2.ebuild
index e9b22223137f..7550c2a8fe2a 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.6 2005/11/24 17:36:02 flameeyes Exp $
+# $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 $
inherit libtool eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -46,7 +46,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
aalib? ( media-libs/aalib )
libcaca? ( media-libs/libcaca )
arts? ( kde-base/arts )
- alsa? ( virtual/alsa )
+ alsa? ( media-libs/alsa-lib )
wxwindows? ( =x11-libs/wxGTK-2.6* )
ncurses? ( sys-libs/ncurses )
xosd? ( x11-libs/xosd )
diff --git a/media-video/vlc/vlc-0.8.4-r1.ebuild b/media-video/vlc/vlc-0.8.4-r1.ebuild
index ff51748feafa..ce3c005f0d33 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.5 2005/12/10 14:54:56 flameeyes Exp $
+# $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 $
inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -54,7 +54,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
aalib? ( media-libs/aalib )
libcaca? ( media-libs/libcaca )
arts? ( kde-base/arts )
- alsa? ( virtual/alsa )
+ alsa? ( media-libs/alsa-lib )
wxwindows? ( =x11-libs/wxGTK-2.6* )
ncurses? ( sys-libs/ncurses )
xosd? ( x11-libs/xosd )
diff --git a/media-video/vlc/vlc-0.8.4.ebuild b/media-video/vlc/vlc-0.8.4.ebuild
index 543dd22a46ad..143c77b2fb82 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.2 2005/12/08 12:29:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4.ebuild,v 1.3 2005/12/17 16:31:08 flameeyes Exp $
inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -56,7 +56,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
aalib? ( media-libs/aalib )
libcaca? ( media-libs/libcaca )
arts? ( kde-base/arts )
- alsa? ( virtual/alsa )
+ alsa? ( media-libs/alsa-lib )
wxwindows? ( =x11-libs/wxGTK-2.6* )
ncurses? ( sys-libs/ncurses )
xosd? ( x11-libs/xosd )
diff --git a/media-video/vlc/vlc-0.8.4a.ebuild b/media-video/vlc/vlc-0.8.4a.ebuild
index 998819572a70..293222e20d7a 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.1 2005/12/13 12:19:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.2 2005/12/17 16:31:08 flameeyes Exp $
inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs
@@ -54,7 +54,7 @@ RDEPEND="cdda? ( >=dev-libs/libcdio-0.71
aalib? ( media-libs/aalib )
libcaca? ( media-libs/libcaca )
arts? ( kde-base/arts )
- alsa? ( virtual/alsa )
+ alsa? ( media-libs/alsa-lib )
wxwindows? ( =x11-libs/wxGTK-2.6* )
ncurses? ( sys-libs/ncurses )
xosd? ( x11-libs/xosd )