Mailing List Archive

Ticket #13609: libmythtv.pro compile error on MacOS with case sensitive file system
#13609: libmythtv.pro compile error on MacOS with case sensitive file system
----------------------------------+--------------------------
Reporter: jhoyt4 | Owner: (none)
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - General | Version: v31-fixes
Severity: low | Keywords: MacOS
Ticket locked: 0 |
----------------------------------+--------------------------
Add of VideoToolBox framework in libs/libmythtv/libmythtv.pro

should be


{{{
LIBS += -framework VideoToolbox
}}}

not

{{{
LIBS += -framework VideoToolBox
}}}

This compile error seems to only occur on case sensitive filesystems.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13609>
MythTV <http://www.mythtv.org>
MythTV Media Center
Re: Ticket #13609: libmythtv.pro compile error on MacOS with case sensitive file system [ In reply to ]
#13609: libmythtv.pro compile error on MacOS with case sensitive file system
------------------------------+------------------------------
Reporter: jhoyt4 | Owner: (none)
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - General | Version: v31-fixes
Severity: low | Resolution:
Keywords: MacOS | Ticket locked: 0
------------------------------+------------------------------
Changes (by jhoyt4):

* Attachment "libmythtv.pro.patch" added.

patch file

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13609>
MythTV <http://www.mythtv.org>
MythTV Media Center
Re: Ticket #13609: libmythtv.pro compile error on MacOS with case sensitive file system [ In reply to ]
#13609: libmythtv.pro compile error on MacOS with case sensitive file system
------------------------------+------------------------------
Reporter: jhoyt4 | Owner: mark-kendall
Type: Patch - Bug Fix | Status: accepted
Priority: minor | Milestone: 31.1
Component: MythTV - General | Version: v31-fixes
Severity: low | Resolution:
Keywords: MacOS | Ticket locked: 0
------------------------------+------------------------------
Changes (by mark-kendall):

* owner: (none) => mark-kendall
* status: new => accepted
* milestone: needs_triage => 31.1


--
Ticket URL: <https://code.mythtv.org/trac/ticket/13609#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center
Re: Ticket #13609: libmythtv.pro compile error on MacOS with case sensitive file system [ In reply to ]
#13609: libmythtv.pro compile error on MacOS with case sensitive file system
------------------------------+------------------------------
Reporter: jhoyt4 | Owner: mark-kendall
Type: Patch - Bug Fix | Status: closed
Priority: minor | Milestone: 31.1
Component: MythTV - General | Version: v31-fixes
Severity: low | Resolution: fixed
Keywords: MacOS | Ticket locked: 0
------------------------------+------------------------------
Changes (by Mark Kendall <mark.kendall@…>):

* status: accepted => closed
* resolution: => fixed


Comment:

In [changeset:"00b8defa6d27bb5688b3217f597adb1faac4773f/mythtv"
00b8defa6d/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="00b8defa6d27bb5688b3217f597adb1faac4773f"
libmythtv: Fix VideoToolbox framework name

Closes #13609
}}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13609#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center
Re: Ticket #13609: libmythtv.pro compile error on MacOS with case sensitive file system [ In reply to ]
#13609: libmythtv.pro compile error on MacOS with case sensitive file system
------------------------------+------------------------------
Reporter: jhoyt4 | Owner: mark-kendall
Type: Patch - Bug Fix | Status: closed
Priority: minor | Milestone: 31.1
Component: MythTV - General | Version: v31-fixes
Severity: low | Resolution: fixed
Keywords: MacOS | Ticket locked: 0
------------------------------+------------------------------

Comment (by Mark Kendall <mark.kendall@…>):

In [changeset:"723d46eaaa7be6bd760f2c5dfcb50b5410f315ec/mythtv"
723d46eaaa/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="723d46eaaa7be6bd760f2c5dfcb50b5410f315ec"
libmythtv: Fix VideoToolbox framework name

Closes #13609

(cherry picked from commit 00b8defa6d27bb5688b3217f597adb1faac4773f)
}}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13609#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center