Closed
Bug 985848
Opened 12 years ago
Closed 12 years ago
Assume DragonFly uses DPorts for V4L2 header location
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jbeich, Assigned: jbeich)
References
Details
Attachments
(1 file)
|
1.71 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
DragonFly 3.6 switched from PkgSrc to DPorts being used by default. video(4) interface isn't supported natively and DragonFly plans to use USB4BSD stack for ports like multimedia/webcamd.
http://www.dragonflybsd.org/release36/
https://github.com/DragonFlyBSD/DPorts/blob/master/multimedia/v4l_compat/pkg-plist
Attachment #8393980 -
Flags: review?(rjesup)
Comment 1•12 years ago
|
||
Comment on attachment 8393980 [details] [diff] [review]
switch to linux/videodev2.h
Review of attachment 8393980 [details] [diff] [review]:
-----------------------------------------------------------------
well, r+ in that it won't break anything else, but:
is there any concern about building this on an older DragonFly system?
Attachment #8393980 -
Flags: review?(rjesup) → review+
Would be nice to have on Aurora because bug 916427 there adds support in libsctp. However, WebRTC still doesn't build due to bug 916589.
(In reply to Randell Jesup [:jesup] from comment #1)
> is there any concern about building this on an older DragonFly system?
Unlikely to be an issue according to #dragonflybsd@efnet:
<jbeich> What's the earliest supported release? I want to know whether to
expect PkgSrc or DPorts upstream.
<marino_> jbeich: df 3.4 for dports packages
<marino_> jbeich: pkgsrc not suppported at all right now
<marino_> jbeich: and in practical terms 3.4 isn\t
<marino_> is not getting a lot of updates anymore
Keywords: checkin-needed
Whiteboard: [checkin-needed-aurora] [npotb]
Comment 3•12 years ago
|
||
Assignee: nobody → jbeich
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Comment on attachment 8393980 [details] [diff] [review]
switch to linux/videodev2.h
[Approval Request Comment]
Bug caused by (feature/regressing bug #): N/A
User impact if declined: Issues building Aurora for current DragonflyBSD
Testing completed (on m-c, etc.): Built by BSD maintainer
Risk to taking this patch (and alternatives if risky): None. Change can only affect Dragonfly BSD, no mainline platform, and simply brings it into line with linux builds.
String or IDL/UUID changes made by this patch: none
Attachment #8393980 -
Flags: approval-mozilla-aurora?
Comment 5•12 years ago
|
||
Comment on attachment 8393980 [details] [diff] [review]
switch to linux/videodev2.h
NPOTB doesn't need approval.
Attachment #8393980 -
Flags: approval-mozilla-aurora?
Comment 6•12 years ago
|
||
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
Whiteboard: [checkin-needed-aurora] [npotb]
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•