Commit Graph

41 Commits

Author SHA1 Message Date
Thomas Goyne 33a4a056a4 Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
Amar Takhar 91d73ec8ea 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
Amar Takhar bd78a5c60e Instead of generating wxicon_xpm.xpm from icon.ico (which is very low-res)
supply a 48x48 xpm to be included as the application icon.  There's probably a
better way to do this, like figuring out what the typical application icon size
is and supplying different sizes.

Originally committed to SVN as r2702.
2009-01-24 15:58:38 +00:00
Amar Takhar eba8f8fa3c Re-enable glib-gettextize, it _was_ disabled to handle localisations in a different
way.. it's safe to use it now.

Originally committed to SVN as r2658.
2009-01-06 09:39:58 +00:00
Amar Takhar 8d25a378c3 mkinstalldirs is no longer required for gettext.
Originally committed to SVN as r2657.
2009-01-06 09:38:17 +00:00
Amar Takhar a501846057 Remove a single line of debug code that slipped in r2638. This commit
is dedicated to the pains of cross-platform development.

Originally committed to SVN as r2647.
2009-01-05 05:14:44 +00:00
Amar Takhar 7463ef058f s/libres.h/libresrc.h/
Originally committed to SVN as r2638.
2009-01-04 10:13:05 +00:00
Amar Takhar f9eb36ea67 Remove the 'touch aegisub/posix/config.h' kludge which is no longer required.
Originally committed to SVN as r2632.
2009-01-04 09:03:50 +00:00
Amar Takhar bf09c76081 Remove posix dir and 'libposix' and create 'libresrc' which includes
resources from res.rc and and future resources required.

Originally committed to SVN as r2631.
2009-01-04 09:01:49 +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 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 2c4de1fb21 set gettextize to $GETTEXTIZE and intltoolize to $INLTOOLIZE which is required
for OSX as they're being used in non-standard locations.

Originally committed to SVN as r2542.
2008-12-29 02:37:16 +00:00
Amar Takhar 9f8c45bf65 Set convert to BIN_CONVERT in Makefile.bitmaps.
Originally committed to SVN as r2531.
2008-12-27 08:06:29 +00:00
Amar Takhar b7e5b367d2 s/awk/BIN_AWK/
Originally committed to SVN as r2530.
2008-12-27 07:23:37 +00:00
Amar Takhar 400be89f48 Allow BIN_CONVERT and BIN_AWK to be set on the commandline when
autogen.sh is run.

Originally committed to SVN as r2529.
2008-12-27 07:21:04 +00:00
Amar Takhar ef1eeb6fe2 Fix unterminated string.
Originally committed to SVN as r2528.
2008-12-27 07:16:01 +00:00
Amar Takhar 1209081b97 Fix cut-and-paste-o (s/convert/awk/)
Originally committed to SVN as r2527.
2008-12-27 07:09:22 +00:00
Amar Takhar de6a89c4ed move aegisub/bitmaps/genxpm.awk to scripts/ and edit autogen.sh.
Originally committed to SVN as r2526.
2008-12-27 04:50:53 +00:00
Amar Takhar 943e87f1d1 Add aditional notices, remove 'the' at the bottom.
Originally committed to SVN as r2516.
2008-12-25 07:20:35 +00:00
Amar Takhar 62f428c71c Fix typo, (remove stray L)
Originally committed to SVN as r2108.
2008-03-22 10:49:05 +00:00
Amar Takhar ec5fce6921 Remove wxwin28.m4 from REQUIRED_M4 now that it's in REQUIRED_M4_WX.
Originally committed to SVN as r2107.
2008-03-22 10:44:19 +00:00
Amar Takhar 02939b2aee Move the "NO WARRENTY" notice above the conditional exit, so if configure fails
users will still see the notice.

Originally committed to SVN as r2105.
2008-03-22 10:39:32 +00:00
Amar Takhar 67fc793c90 Add a seperate check for wxwin.m4 and wxwin28.m4, Linux names them different
than I see here on FreeBSD, more names may be added later.

Originally committed to SVN as r2104.
2008-03-22 10:38:02 +00:00
Amar Takhar f5746ee0fc Add a trailing " (noticed by amz)
Originally committed to SVN as r2030.
2008-03-12 21:51:08 +00:00
Amar Takhar 2ecfca5ac8 Remove redundant variable, some indendation fixes.
Originally committed to SVN as r2029.
2008-03-12 21:39:44 +00:00
Amar Takhar f74845e12b Hopefully these are the (near) final changes to autogen, some things need to be
fixed but it's far better than what we had before.

Originally committed to SVN as r2023.
2008-03-11 20:07:12 +00:00
Amar Takhar 6d6ac1b18e Remove an old conditional for Makefile.bitmaps generation, it's speedy now that
it uses AWK, the old way was an SH script which made a conditional worthwhile.

Originally committed to SVN as r2022.
2008-03-11 17:07:06 +00:00
Amar Takhar 1d34474ca6 Hopefully make autogen.sh more robust by checking for m4 files and AWK/convert.
I've also added a blaring (hopefully) notice about not supporting the SVN
version.  There are no 'official' distfiles yet, but I'm working on that, for
now they can try their luck with the SVN version anyway.

Originally committed to SVN as r2021.
2008-03-11 16:43:49 +00:00
Amar Takhar 9ba882ed3c Fix missing tab, file and space. (figures.)
Originally committed to SVN as r1869.
2008-03-03 08:25:50 +00:00
Amar Takhar c92232db0c * Add a kludge to handle config.h for now until it's sorted properly (what a
pain).
* Fix generation of bitmaps/Makefile.am.

Originally committed to SVN as r1868.
2008-03-03 08:09:32 +00:00
Amar Takhar 52d7d1e02f Fix some of the pre-auto* build glue, also set svn:executable.
Originally committed to SVN as r1866.
2008-03-03 07:29:29 +00:00
Amar Takhar b1c441ff73 Commit the new build system (complete re-write), this includes several changes:
* Sane C/CXX/CPP/LDFLAGS
 * --with/--without settings
 * Proper gettext support
 * System portability changes (to support OS X and all other unix-like osen)
 * Features to allow for proper compile time settings (support exists features
   need to be added)

This comes with no warrenty at the moment, auto3 and asa support are both
incomplete/non-existent, there is no documentation and some conftests still nee$
to be written.

It's still incomplete try it at your own risk!

Originally committed to SVN as r1865.
2008-03-03 07:22:58 +00:00
Niels Martin Hansen 339f9fe8bb Probably fixed syntax error in autogen.sh.
Originally committed to SVN as r1235.
2007-06-17 12:32:22 +00:00
Niels Martin Hansen 5b8273d67c Attempt at workaround for the -e bug... I hope it works. (Untested as usual.)
Originally committed to SVN as r1222.
2007-06-16 12:50:34 +00:00
David Lamparter 0d0c423398 REALLY fix dist this time
Originally committed to SVN as r1216.
2007-06-08 00:38:22 +00:00
David Lamparter be7a2cd2f7 ARGH. shell escapes\!
Originally committed to SVN as r1212.
2007-06-07 23:43:20 +00:00
David Lamparter 555992dbd5 install automation files to /usr/share/aegisub/automation
Originally committed to SVN as r1211.
2007-06-07 23:26:06 +00:00
David Lamparter 5baa205007 fix Makefiles / dist target
Originally committed to SVN as r1210.
2007-06-07 23:23:30 +00:00
Niels Martin Hansen d244277ac9 More fixing build system
Originally committed to SVN as r1148.
2007-04-26 21:38:42 +00:00
David Lamparter ae37b2481f CSRI helper library; fixup build system while at it
Originally committed to SVN as r968.
2007-03-31 22:04:57 +00:00
David Lamparter 4001dc5eff move autotools to root
Originally committed to SVN as r370.
2006-05-06 12:58:01 +00:00