Commit Graph

2639 Commits

Author SHA1 Message Date
Amar Takhar 47bd9666c5 Fix scripts/osx-bundle.sh to copy the fontconfig config files.
Originally committed to SVN as r2598.
2009-01-01 05:59:41 +00:00
Amar Takhar 946acb99dd The check for enable_check_wx_stc should be = 'no' no != 'no'
Originally committed to SVN as r2597.
2009-01-01 05:48:49 +00:00
Amar Takhar cab9ba86b0 Fix StyledTextCtrl detection support, no idea how long this has been broken for.
Originally committed to SVN as r2596.
2009-01-01 05:41:07 +00:00
Rodrigo Braz Monteiro cd9faac6b0 Possible fix for crash on aegisublocale.cpp
Originally committed to SVN as r2595.
2009-01-01 05:37:47 +00:00
Amar Takhar a107de7d44 add etc/fonts for fontconfig now that we have bundle-local fontconfig
working.

Originally committed to SVN as r2594.
2009-01-01 04:47:34 +00:00
Rodrigo Braz Monteiro 77095bab39 UNTESTED - Per verm's request, changed listing of locales for non-Windows to use a hardcoded list. Change this to use a proper txt list later.
Originally committed to SVN as r2593.
2009-01-01 02:16:09 +00:00
Fredrik Mellbin 91b205e7bd FFMS2 Forgot debug code that made seeking slow
Originally committed to SVN as r2592.
2008-12-31 13:46:09 +00:00
Amar Takhar cf4524603c * Add code for grabbing fonts.conf from within a bundle (thanks jfs!)
* Set BUILD_DARWIN on libass when building on Darwin.

Originally committed to SVN as r2589.
2008-12-31 11:47:16 +00:00
Niels Martin Hansen 1cce8b4ac7 License headers, documentation comments and changed name of a few functions. (The names were inconsistent.)
Originally committed to SVN as r2588.
2008-12-31 09:40:07 +00:00
Amar Takhar 610a6c11cf Sigh, s/Framwork/Framework/
Originally committed to SVN as r2587.
2008-12-31 09:25:11 +00:00
Amar Takhar 1fd3ffc313 Add 'libosxutil' which gives us functions to locate paths within bundles, for
now this is used by libass to load fontconfig's fonts.conf.

Originally committed to SVN as r2585.
2008-12-31 09:20:50 +00:00
Amar Takhar b262b3016b Check for Mac::Finder::DSStore in scripts/osx-dmg.sh and spit
out a warning + url if it does not exist.

Originally committed to SVN as r2584.
2008-12-31 08:49:36 +00:00
Amar Takhar faa58f80f2 Add SharedSupport/dictionarties to the bundle which will hold spelling
dictionaries.

Originally committed to SVN as r2583.
2008-12-31 08:32:43 +00:00
Niels Martin Hansen 9c04724e13 Fix conversion to multibyte strings from widechar strings in FFmpegSource providers. (tomman)
Originally committed to SVN as r2582.
2008-12-31 07:22:24 +00:00
Amar Takhar 93002cf4a8 * s/SVN_VERSION/SVN_REVISION/ in configure.in
* Prefix PLIST_ to swappable variables in Plist.info
* Add scripts/osx-bundle.sed.in which swaps the variables in Info.plist
* Split AC_OUTPUT into AC_CONFIG_FILES for Makefiles/config scripts
  (osx-bundle.sed.in) and add AC_OUTPUT below.
* svn:ignore property on . and scripts/
* Fix bug in Info.plist (---> to --> for ending XML comment)

Originally committed to SVN as r2581.
2008-12-31 05:52:52 +00:00
Niels Martin Hansen 5de82eb98a Incomplete Danish translation
Originally committed to SVN as r2580.
2008-12-31 05:22:05 +00:00
Niels Martin Hansen 234ab505bb Use FINAL_RELEASE define to determine whether to display beta version number or stable version number. (Currently 2.1.6 vs. 2.2.0.)
Originally committed to SVN as r2579.
2008-12-31 05:19:24 +00:00
Amar Takhar c03b3f4069 * Get SVN_VERSION properly.
* Add BUILD_DATE

Originally committed to SVN as r2578.
2008-12-31 05:07:58 +00:00
Amar Takhar 6d6e68ad5c Cleanup version entries.
Originally committed to SVN as r2577.
2008-12-31 04:12:39 +00:00
Amar Takhar 51a2a8ba98 Update Info.plist, this has some variables that need swapping.
Originally committed to SVN as r2576.
2008-12-31 03:40:31 +00:00
Amar Takhar 82f6bdcc41 Move CFBundleDocumentTypes below standard settings in preperation for major changes.
Originally committed to SVN as r2575.
2008-12-31 02:56:31 +00:00
Amar Takhar 84bda88a9d dammit! remove debug code that slipped in during my r2568 commit, I
knew if I left it around it would slip in, sigh. thanks murphy.

Originally committed to SVN as r2574.
2008-12-31 00:23:17 +00:00
Karl Blomster ba4144d25e update ffms2.lib
Originally committed to SVN as r2573.
2008-12-31 00:10:20 +00:00
Fredrik Mellbin e1dfb76c1e FFMS2 Add all required HAALITS ifdefs
Originally committed to SVN as r2572.
2008-12-31 00:06:57 +00:00
Fredrik Mellbin ff8d019d58 FFMS2 beta 4
This commit breaks the shit out of linux

Originally committed to SVN as r2571.
2008-12-30 23:57:22 +00:00
Karl Blomster 8a4e4efff3 add finnish translation
Originally committed to SVN as r2570.
2008-12-30 17:16:19 +00:00
Karl Blomster 7aa52df35e update czech translation
Originally committed to SVN as r2569.
2008-12-30 13:42:20 +00:00
Amar Takhar c4e8dd0dfb * Remove DS_Store, it is now custom generated using
http://freehg.org/u/wiml/dsstore/.  This allows us to have versions in our
  folder names without requiring manual intervention!  It requires dsstore to b$
  installed and runs a modified scripts/osx-dmg-dsstore.pl to generate the
  DS_Store file.

Originally committed to SVN as r2568.
2008-12-30 11:38:08 +00:00
Amar Takhar 00c134e1c9 Use @SHELL@ instead of /bin/sh, this allows $SHELL to be changed.
Originally committed to SVN as r2567.
2008-12-30 06:49:05 +00:00
Amar Takhar ba4d82d1fe Rename genxpm.awk -> unix-gen-xpm.awk and genres.awk -> unix-gen-res.awk
to follow current naming conventions.

Originally committed to SVN as r2566.
2008-12-30 06:46:28 +00:00
Amar Takhar 4459cbf3e8 Instead of removing the old bundle, print a notice that
it is being re-used this makes development much easier.

Originally committed to SVN as r2565.
2008-12-30 06:44:04 +00:00
Amar Takhar 12ba64ffb2 Remove the old dmg before trying to make a new one.
Originally committed to SVN as r2564.
2008-12-30 06:42:06 +00:00
Amar Takhar 489405da98 Fix the silly 'echo -n' problem on Darwin.
Originally committed to SVN as r2563.
2008-12-30 04:13:33 +00:00
Amar Takhar 2aaad558ed Add 'Drag to install!' text, I'm sure there will be _someone_ out
there that won't see the big blue arrow pointing downwards to the
'Applications' symlink.

Originally committed to SVN as r2562.
2008-12-29 23:46:24 +00:00
Amar Takhar edc3d7c75a Set the folder icon for the mounted .dmg file.
Originally committed to SVN as r2561.
2008-12-29 11:05:30 +00:00
Amar Takhar da6d05d79e Add an rm -rf ${TMP_DMG} before mkdir.
Originally committed to SVN as r2560.
2008-12-29 10:53:17 +00:00
Amar Takhar 44d1465db0 * Add 'make osx-dmg' target
* Fix scripts/osx-dmg.sh to check for ${PKG_DIR}.app before making a dmg.

Originally committed to SVN as r2559.
2008-12-29 10:36:21 +00:00
Amar Takhar 461002bfad Add the 'default' DS_Store file, not sure if this will work the way we
want it to but for now I'll add it.

Originally committed to SVN as r2558.
2008-12-29 10:09:29 +00:00
Amar Takhar 1b2cde71a1 Update position data.
Originally committed to SVN as r2557.
2008-12-29 09:29:52 +00:00
Amar Takhar 1e309debfd Move the blue arrow down a little.
Originally committed to SVN as r2556.
2008-12-29 09:28:34 +00:00
Amar Takhar b7d279364a Add an arrow for the folder background.
Originally committed to SVN as r2555.
2008-12-29 08:22:37 +00:00
Amar Takhar 4908e68f61 First pass at osx-dmg.sh to create a dmg image.
Originally committed to SVN as r2554.
2008-12-29 08:07:06 +00:00
Amar Takhar 02252a440f s/Inkscape/@PKG_NAME@/ which will be replaced using sed.
Originally committed to SVN as r2552.
2008-12-29 07:11:44 +00:00
Amar Takhar 691b85697e Applescript used to set DMG settings, used from the Inkscape project.
Originally committed to SVN as r2551.
2008-12-29 07:11:11 +00:00
Amar Takhar d3645364e5 Add packages/osx_dmg, with a dmg_background.png this is a verbatium
conversion of installer/welcome.bmp.

Originally committed to SVN as r2550.
2008-12-29 05:42:05 +00:00
Amar Takhar 841a152044 Add an osx-bundle target: 'make osx-bundle'
Originally committed to SVN as r2548.
2008-12-29 04:49:19 +00:00
Amar Takhar 88f7515ec4 s|/bin/bash|/bin/sh|
Originally committed to SVN as r2547.
2008-12-29 04:43:17 +00:00
Amar Takhar a41e1279b4 * Fix sh script to use new paths.
* Change osx-fix-libs.py to print system libraries used

Originally committed to SVN as r2546.
2008-12-29 04:41:00 +00:00
Amar Takhar 954d7282aa * Create packages/osx_bundle which is a skel of OS X bundles.
* Move aegisub/macosx/*.icns to packages/osx_bundle/Contents/Resources
* Move aegisub/macosx/Info.plist to packages/osx_bundle/Contents/
* Remove aegisub/macosx as it's no longer required.

Originally committed to SVN as r2545.
2008-12-29 03:22:04 +00:00
Amar Takhar b0296ebcbd No idea why it copies aegisub/aegisub the binary is in aegisub/.libs/aegisub.
Originally committed to SVN as r2544.
2008-12-29 03:18:12 +00:00