Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Flash Player 17 (Issue #84) #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ before_install:
- brew install apple-gcc42
- brew install adobe-air-sdk
- mkdir -p /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/11.1/
- cp -f /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/15.0/playerglobal.swc /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/11.1/
- cp -f /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/17.0/playerglobal.swc /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/11.1/
- "export AIR_HOME=/usr/local/opt/adobe-air-sdk/libexec"

# Packages (Linux)
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -519,13 +519,13 @@ base:
$(RSYNC) $(SRCROOT)/tools/utils-py/swf-info.py $(SDK)/usr/bin/

$(MAKE) builtinabcs
$(RSYNC) tools/playerglobal/15.0/airglobal.abc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/15.0/airglobal.swc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/15.0/playerglobal.abc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/15.0/playerglobal.swc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/17.0/airglobal.abc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/17.0/airglobal.swc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/17.0/playerglobal.abc $(SDK)/usr/lib/
$(RSYNC) tools/playerglobal/17.0/playerglobal.swc $(SDK)/usr/lib/
$(RSYNC) avm2_env/public-api.txt $(SDK)/
rm -rf $(DEPENDENCY_AVMPLUS)/generated/builtin.abc
$(RSYNC) tools/playerglobal/15.0/builtin.abc $(DEPENDENCY_AVMPLUS)/generated/
$(RSYNC) tools/playerglobal/17.0/builtin.abc $(DEPENDENCY_AVMPLUS)/generated/
cp -f $(DEPENDENCY_AVMPLUS)/generated/*.abc $(SDK)/usr/lib/

$(RSYNC) --exclude '*iconv.h' avm2_env/usr/include/ $(SDK)/usr/include
Expand Down Expand Up @@ -651,7 +651,7 @@ abclibs_asdocs:
mkdir -p $(BUILD)/logs
cd $(BUILDROOT) && $(FLEX_ASDOC) \
-load-config= \
-external-library-path=$(call nativepath,$(FLEX_SDK_HOME)/frameworks/libs/player/15.0/playerglobal.swc) \
-external-library-path=$(call nativepath,$(FLEX_SDK_HOME)/frameworks/libs/player/17.0/playerglobal.swc) \
-strict=false -define+=CONFIG::asdocs,true -define+=CONFIG::actual,false -define+=CONFIG::debug,false \
-doc-sources+=$(call nativepath,$(SRCROOT)/posix/vfs) \
-doc-sources+=$(call nativepath,$(SRCROOT)/posix) \
Expand Down
Binary file added tools/playerglobal/17.0/airglobal.abc
Binary file not shown.
Binary file added tools/playerglobal/17.0/airglobal.swc
Binary file not shown.
Binary file added tools/playerglobal/17.0/builtin.abc
Binary file not shown.
Binary file added tools/playerglobal/17.0/playerglobal.abc
Binary file not shown.
Binary file added tools/playerglobal/17.0/playerglobal.swc
Binary file not shown.