diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2008-04-15 11:51:31 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2008-04-15 11:51:31 +0000 |
commit | cf686c5c06a28237edb578d4980fabb97120b957 (patch) | |
tree | 7115ce911ac44a3fd82864bb5448aa13898b5b69 /media-video/camstream | |
parent | Re-added Lubos Lunak's Xinerama patch as kindly provided by Vladimir Brik on ... (diff) | |
download | gentoo-2-cf686c5c06a28237edb578d4980fabb97120b957.tar.gz gentoo-2-cf686c5c06a28237edb578d4980fabb97120b957.tar.bz2 gentoo-2-cf686c5c06a28237edb578d4980fabb97120b957.zip |
Adding missing alsa-lib dependency, bug #216915
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/camstream')
-rw-r--r-- | media-video/camstream/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/camstream/camstream-20070315.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 8aabd4e6130f..8d9a2be29df0 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/camstream # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.21 2008/04/15 11:37:54 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.22 2008/04/15 11:51:31 phosphan Exp $ + + 15 Apr 2008; Patrick Kursawe <phosphan@gentoo.org> + camstream-20070315.ebuild: + Adding missing alsa-lib dependency, bug #216915 15 Apr 2008; Patrick Kursawe <phosphan@gentoo.org> -camstream-0.26.3.ebuild: diff --git a/media-video/camstream/camstream-20070315.ebuild b/media-video/camstream/camstream-20070315.ebuild index 02217f213aec..16ee399f2b04 100644 --- a/media-video/camstream/camstream-20070315.ebuild +++ b/media-video/camstream/camstream-20070315.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.5 2008/04/15 11:37:54 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.6 2008/04/15 11:51:31 phosphan Exp $ inherit eutils libtool autotools @@ -15,7 +15,8 @@ KEYWORDS="amd64 -ppc x86" SLOT="0" IUSE="doc mmx" -RDEPEND="=x11-libs/qt-3*" +RDEPEND="=x11-libs/qt-3* + media-libs/alsa-lib" DEPEND="${RDEPEND} sys-devel/libtool sys-devel/autoconf" |