Modify ↓
Ticket #4754 (closed patch: fixed)
Opened 4 years ago
Last modified 3 years ago
Improve UPnP library check for Perl bindings
| Reported by: | sphery <mtdean@…> | Owned by: | xris |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached patch, mythtv-bindings-UPnP_lib_test.patch , modifies the UPnP library check to first check for Net::UPnP::QueryResponse?, then to check for Net::UPnP::ControlPoint?. The ControlPoint? library depends on the QueryResponse? library, so the end result of this modification is to allow a more precise error message in the event that Net::UPnP::ControlPoint? is installed but Net::UPnP::QueryResponse? is not.
Attachments
Change History
comment:2 Changed 3 years ago by kormoc
- Owner changed from xris to kormoc
- Status changed from assigned to accepted
comment:4 Changed 3 years ago by xris
- Status changed from accepted to closed
- Resolution set to fixed
(In [20326]) apply sphery's patch to make the Net::UPnP::ConrolPoint? check quieter. Closes #4754
Note: See
TracTickets for help on using
tickets.
