This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/local/bin/cmake -H/Users/tres/lmms -B/Users/tres/lmms/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
/opt/local/bin/cmake -E cmake_progress_start /Users/tres/lmms/build/CMakeFiles /Users/tres/lmms/build/CMakeFiles/progress.marks | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/bin2res.dir/build.make CMakeFiles/bin2res.dir/depend | |
cd /Users/tres/lmms/build && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /Users/tres/lmms /Users/tres/lmms /Users/tres/lmms/build /Users/tres/lmms/build /Users/tres/lmms/build/CMakeFiles/bin2res.dir/DependInfo.cmake --color= | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/bin2res.dir/build.make CMakeFiles/bin2res.dir/build | |
/opt/local/bin/cmake -E cmake_progress_report /Users/tres/lmms/build/CMakeFiles | |
[ 0%] Building CXX object CMakeFiles/bin2res.dir/buildtools/bin2res.o | |
/usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_XML_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************** | |
* LMMS style sheet * | |
********************/ | |
QLabel { | |
color: #e0e0e0; | |
} | |
QWhatsThat { | |
color: black; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# LMMS OSX Bundling Script | |
# Author: Tres Finocchiaro 2014-03-28 | |
# Help Articles: | |
# https://github.com/LMMS/lmms/issues/509 | |
# http://blog.inventic.eu/2012/08/how-to-deploy-qt-application-on-macos-part-ii/ | |
# https://qt-project.org/doc/qt-5.0/qtdoc/deployment-mac.html#creating-the-application-package | |
# First, please follow the OSX Build instructions at github.com/lmms in the Wiki section |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: LMMS [14528] | |
Path: /Users/USER/Desktop/LMMS.app/Contents/MacOS/LMMS | |
Identifier: LMMS | |
Version: 0 | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [258] | |
Responsible: LMMS [14528] | |
User ID: 501 | |
Date/Time: 2014-03-30 02:57:52.358 -0400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# LMMS OSX Bundling Script | |
# Author: Tres Finocchiaro 2014-03-28 | |
# Help Articles: | |
# https://github.com/LMMS/lmms/issues/509 | |
# http://blog.inventic.eu/2012/08/how-to-deploy-qt-application-on-macos-part-ii/ | |
# https://qt-project.org/doc/qt-5.0/qtdoc/deployment-mac.html#creating-the-application-package | |
# First, please follow the OSX Build instructions at github.com/lmms in the Wiki section |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/LMMS/lmms/issues/509 | |
objc[17638]: Class QCocoaColorPanelDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined. | |
objc[17638]: Class QMacSoundDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined. | |
objc[17638]: Class QCocoaPanel is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined. | |
objc[17638]: Class QCocoaView is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# by Andy Maloney | |
# http://asmaloney.com/2013/07/howto/packaging-a-mac-os-x-application-using-a-dmg/ | |
# make sure we are in the correct dir when we double-click a .command file | |
dir=${0%/*} | |
if [ -d "$dir" ]; then | |
cd "$dir" | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#title :create_applet_installer.sh | |
#description :Creates Apple ".app" bundle for LMMS | |
#author :Tres Finocchiaro | |
#date :20140331 | |
#version :1.0 | |
#usage :bash create_applet_installer.sh | |
#notes :See also https://github.com/LMMS | |
#notes :Troubleshooting try: export DYLD_PRINT_LIBRARIES=1 | |
#requires :deploymacqt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<!-- License: LGPL 2.1 or QZ INDUSTRIES SOURCE CODE LICENSE --> | |
<head><title>QZ Print Plugin</title> | |
<script type="text/javascript" src="js/deployJava.js"></script> | |
<script type="text/javascript"> | |
/** | |
* Optionally used to deploy multiple versions of the applet for mixed | |
* environments. Oracle uses document.write(), which puts the applet at the | |
* top of the page, bumping all HTML content down. | |
*/ |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppHack @1.1 aqua/AppHack | |
AppKiDo @0.988 aqua/AppKiDo | |
AquaLess @1.6 aqua/AquaLess | |
ArpSpyX @1.1 aqua/ArpSpyX | |
AssignmentTrackerX @2.0beta3.1 aqua/AssignmentTrackerX | |
BGHUDAppKit @0.7 aqua/BGHUDAppKit | |
BigSQL @1.0 aqua/BigSQL | |
BiggerSQL @1.3.9 aqua/BiggerSQL | |
Books @3.2.5c aqua/Books | |
BwanaDik @3.3 aqua/BwanaDik |
OlderNewer