You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/09/27 06:37:14 UTC

[Issue 127138] New: Build broken in avmedia on macOS Sierra

https://bz.apache.org/ooo/show_bug.cgi?id=127138

          Issue ID: 127138
        Issue Type: DEFECT
           Summary: Build broken in avmedia on macOS Sierra
           Product: General
           Version: 4.1.2
          Hardware: Mac
                OS: Mac OS X 10.12
            Status: CONFIRMED
          Severity: Critical
          Priority: P5 (lowest)
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org

Once configure is fixed to detect Xcode 8, build breaks on avmedia:

In file included from
/Users/ariel/aoo/build/openoffice-svn/branches/AOO413/main/avmedia/source/quicktime/framegrabber.cxx:24:
In file included from ./framegrabber.hxx:27:
./quicktimecommon.hxx:30:9: fatal error: 'QTKit/QTKit.h' file not found
#import <QTKit/QTKit.h>

Apple removed support for building code based QTKit, though at runtime the
framework is still supported; thus, AOO does work on Sierra, but it cannot be
built.

The avmedia macOS plugin should move from QTKit to AV Foundation, see
https://developer.apple.com/library/content/technotes/tn2300/_index.html

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127138] replace Quicktime

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127138

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.0                       |4.2.0

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127138] Build broken in avmedia on macOS Sierra

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127138

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|issues@openoffice.apache.or |arielch@apache.org
                   |g                           |

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127138] replace Quicktime

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127138

Peter <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Latest|---                         |4.1.6
    Confirmation in|                            |
                 CC|                            |petko@apache.org
   Target Milestone|---                         |4.3.0
           Assignee|arielch@apache.org          |issues@openoffice.apache.or
                   |                            |g
            Summary|Build broken on macOS       |replace Quicktime
                   |Sierra due to QuickTime Kit |
                   |framework removal           |

--- Comment #2 from Peter <pe...@apache.org> ---
I high jack this Bug as collecting all Information for Quicktime removal. There
is no way around this

Ressources on Quicktime in the wiki
https://wiki.openoffice.org/wiki/Mac_OS_X_Porting_-_Native_Audio_and_Video

Search on the code gives:
Implementation in avmedia which we need to rebuild with
https://developer.apple.com/documentation/avfoundation?language=objc

or AVkit if we want more sophisticated player.

following references we need to take care:
in filter
on oox
in postrpocess
scp2
scripting
sd
solenv
svx
vcl

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127138] replace Quicktime

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127138

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|issues@openoffice.apache.or |arielch@apache.org
                   |g                           |

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
I'll take a look on the weekend (sooner if I can find where OpenGrok is located
now)

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127138] replace Quicktime

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127138

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
(In reply to Peter from comment #2)
> I high jack this Bug as collecting all Information for Quicktime removal.
> There is no way around this

Well, looks like you didn't collect well your information. AV Foundation is
*already* implemented on trunk (old SVN, now "master" on git?) since 2014 (*),
see issue 124875. So this bug is about removing the bits of this old Quicktime
implementation and using the newer one.

(*) Implemented in main/avmedia/source/macavf/

-- 
You are receiving this mail because:
You are the assignee for the issue.