Commit Graph

21 Commits

Author SHA1 Message Date
Niels Martin Hansen 4be2ee900a Fix misc OS X build issues, hopefully without making things even more insane. This also removes 10.4 compatibility.
Originally committed to SVN as r5551.
2011-08-20 23:43:05 +00:00
Amar Takhar 283beba0fd Make sure /usr/lib/libexpat* isn't linked, this only exists in 10.5 forward and breaks 10.4 compat.
Originally committed to SVN as r4054.
2010-01-26 17:19:50 +00:00
Amar Takhar 349ef61104 Switch variable from the device name to the package name for open.
Originally committed to SVN as r4012.
2010-01-20 13:32:41 +00:00
Amar Takhar 91e7ad52b0 Use AppleScript to generate our DS_Store, Mac::Finder::DSStore was causing major issues and the main website is gone. The method we use was borrowed from the Inkscape Project http://www.inkscape.org/
Originally committed to SVN as r4011.
2010-01-20 12:32:58 +00:00
Amar Takhar cfe1faa6ad * Fix restart-helper to work with spaces in the bundle name.
* Add some helpful debug printfs.

closes #1103.

Originally committed to SVN as r3992.
2010-01-18 06:49:49 +00:00
Amar Takhar 9d00aac800 Copy over wx catalogs.. there needs to be some kind of solution for mis-matched names, for instance we use 'ko' wx uses 'ko_KR' so the catalog isn't found.
Originally committed to SVN as r3979.
2010-01-12 16:51:32 +00:00
Amar Takhar e5a612657b Change osx-fix-libs to resolve links and update library references as required within the bundle. updates #964.
Originally committed to SVN as r3977.
2010-01-12 12:56:41 +00:00
Amar Takhar d43ae8e010 Take updates from various revisions in trunk with slight modifications for the older setup.
Originally committed to SVN as r3848.
2009-12-01 09:23:04 +00:00
Amar Takhar 4783530e9f Fix osx-bundle and osx-dmg breakage after adding buildbot support, both scripts now accept spaces in the directory names.
Originally committed to SVN as r3001.
2009-06-02 00:16:45 +00:00
Amar Takhar c9affe9aeb Sigh, make gawk happy, I despise gawk someone please get rid of it forever.
Originally committed to SVN as r2900.
2009-05-04 08:06:26 +00:00
Amar Takhar 8c8a0abe38 Add a note why the 'sed' hack is nessicary.
Originally committed to SVN as r2899.
2009-05-04 06:52:45 +00:00
Amar Takhar f893e8a29f Add a crappy sed hack to silence gcc warnings, sigh, I wish ImageMagick would update convert already.
Originally committed to SVN as r2898.
2009-05-04 06:51:02 +00:00
Amar Takhar 1fb14af113 Use 'SetFile' instead of '/usr/bin/SetFile' when creating the .dmg, 10.5 puts it in /usr/bin, on 10.4 it's in /Developer/Tools/.
Originally committed to SVN as r2876.
2009-04-29 07:55:40 +00:00
Amar Takhar 05af876c1d * Favour '/usr/bin/perl' over 'perl' to ensure the base perl is always used. (it's required)
Originally committed to SVN as r2875.
2009-04-29 06:50:08 +00:00
Amar Takhar 77643ae596 Remove some EOF whitespace (more testing.)
Originally committed to SVN as r2868.
2009-04-28 05:24:28 +00:00
Amar Takhar 9079f1576f Remove some EOF whitespace.
Originally committed to SVN as r2867.
2009-04-28 05:21:23 +00:00
Amar Takhar 8a13a78229 Add some error-checking and exit 1's.
Originally committed to SVN as r2866.
2009-04-28 05:17:33 +00:00
Amar Takhar d929e60b4c Add exit codes to various commands to ensure the script fails and doesn't proceed to the next step(s).
Originally committed to SVN as r2865.
2009-04-28 05:11:32 +00:00
Amar Takhar 501782d605 Testing the tinderbox (a stub commit but still useful.)
Originally committed to SVN as r2864.
2009-04-28 05:08:18 +00:00
Amar Takhar c6e55826f5 * Add a (small) hack for scripts/osx-bundle.sh to handle libtools weirdness.
* Update path to reflect new repo changes.

Originally committed to SVN as r2765.
2009-03-13 04:27:24 +00:00
Amar Takhar a067bd560d SVN Transition Step 3/7
1. cd aegisub/
  2. svn mv *cpp *h src/
  3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
     changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
     mythes.hxx res.rc src/
  4. cd ..
  5. svn mv FFmpegSource2/ INSTALL Makefile.am README  acinclude.m4 \
     autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
     libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
  6. mkdir -p docs/wiki_convert
  7. svn add docs/wiki_convert
  8. cd docs
  9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/

* See r2749 for full description.

Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00