Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225367 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-video/luvcview/luvcview-20070512.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/luvcview/luvcview-20070512.ebuild,v 1.2 2008/04/06 11:37:08 drac Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/luvcview/luvcview-20070512.ebuild,v 1.2 2008/04/06 11:37:08 drac Exp $
4
4
5
inherit toolchain-funcs
5
inherit toolchain-funcs eutils
6
6
7
DESCRIPTION="USB Video Class grabber"
7
DESCRIPTION="USB Video Class grabber"
8
HOMEPAGE="http://linux-uvc.berlios.de"
8
HOMEPAGE="http://linux-uvc.berlios.de"
Lines 18-23 Link Here
18
src_unpack() {
18
src_unpack() {
19
	unpack ${A}
19
	unpack ${A}
20
	sed -e 's/-O2//' -i "${S}"/Makefile
20
	sed -e 's/-O2//' -i "${S}"/Makefile
21
	patch -p1 -d "${WORKDIR}/${P}" < "${FILESDIR}/uyvy-support.patch"
21
}
22
}
22
23
23
src_compile() {
24
src_compile() {

Return to bug 225367