Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223851 - media-tv/ivtv version bump: 1.2.0
Summary: media-tv/ivtv version bump: 1.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Television related Applications in Gentoo's Portage
URL: http://www.ivtvdriver.org/index.php/M...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-27 15:32 UTC by Dan A. Dickey
Modified: 2008-06-30 19:39 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan A. Dickey 2008-05-27 15:32:08 UTC
ivtv 1.2.0 for linux kernel 2.6.25 was released on 5/24/08.
Comment 1 subs 2008-06-12 19:23:39 UTC
Any info on the status of a new ebuild. The new version has been out for almost three weeks now.
Comment 2 subs 2008-06-28 02:52:37 UTC
The ebuild is in portage but requires some hackery to work. You have to fix one line in ivtv-1.2.0/utils/v4l2-dbg.cpp	
 
-#include "videodev2.h"
+#include <linux/videodev2.h>

It will then build. I am not exactly sure how to submit this as a patch.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2008-06-30 19:39:05 UTC
fixed