Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268003 Details for
Bug 359793
media-video/mvc fails to build with linux-headers-2.6.38
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use libv4l1.
mvc.patch (text/plain), 948 bytes, created by
Samuli Suominen (RETIRED)
on 2011-03-31 16:41:08 UTC
(
hide
)
Description:
Use libv4l1.
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2011-03-31 16:41:08 UTC
Size:
948 bytes
patch
obsolete
>--- mvc-0.8.7.ebuild 2011-03-31 19:39:14.000000000 +0300 >+++ /tmp/mvc-0.8.7.ebuild 2011-03-31 19:37:27.000000000 +0300 >@@ -2,6 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-video/mvc/mvc-0.8.7.ebuild,v 1.6 2011/03/28 21:30:17 ssuominen Exp $ > >+EAPI=2 > inherit toolchain-funcs > > DESCRIPTION="Motion Video Capture, text mode v4l video capture program with motion detection feature" >@@ -10,7 +11,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~ppc ~x86" >+KEYWORDS="~amd64 ~ppc ~x86" > IUSE="" > > RDEPEND="virtual/jpeg >@@ -23,12 +24,16 @@ > "$@" > } > >+src_prepare() { >+ sed -i -e 's:<linux/videodev.h>:<libv4l1.h>:' mvc.c || die >+} >+ > src_compile() { > doecho $(tc-getCC) \ > ${CFLAGS} -DHAVE_JPEG -DHAVE_PNG $(pkg-config --cflags libpng) \ > ${LDFLAGS} -o mvc \ > mvc.c \ >- -ljpeg $(pkg-config --libs libpng) >+ -ljpeg $(pkg-config --libs libpng) -lv4l1 > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 359793
:
266739
|
267595
| 268003