Rodrigo Braz Monteiro
ee61192c43
Made audio players register manually.
...
Originally committed to SVN as r1893.
2008-03-05 02:43:01 +00:00
Rodrigo Braz Monteiro
30d1aeb551
ops.
...
Originally committed to SVN as r1892.
2008-03-05 02:23:47 +00:00
Rodrigo Braz Monteiro
b1b2c3d7fb
Changed audio providers to register manually.
...
Originally committed to SVN as r1891.
2008-03-05 02:19:50 +00:00
Rodrigo Braz Monteiro
59f1962e7c
Changed video providers to be initialized explicitly. (Only avisynth tested, though)
...
Originally committed to SVN as r1890.
2008-03-05 02:05:01 +00:00
Niels Martin Hansen
5047295635
Separate general Auto4 support and Auto4 Lua support into different defines in source
...
Originally committed to SVN as r1889.
2008-03-04 23:17:07 +00:00
Amar Takhar
42cd531584
s/LIBS/LIBRUBYARG/ to get the ldflags for ruby.
...
Originally committed to SVN as r1888.
2008-03-04 20:08:06 +00:00
Amar Takhar
8798ebd38f
s/AM_CPPFLAGS/AM_CXXFLAGS/, CXXFLAGS are sent to every file including libraries.
...
(This was a typo on my part that I didn't notice until now.)
Originally committed to SVN as r1887.
2008-03-04 17:16:32 +00:00
Amar Takhar
3ec3b42c3d
Add a --enable-debug flag, with a DEBUG_FLAGS env variable to set the
...
debugging flag (default: -g)
Originally committed to SVN as r1886.
2008-03-04 16:59:01 +00:00
Amar Takhar
7b9af6a159
* Fix all per-conditional/'library' CFLAGS (this fixes all library building).
...
* Fix 1 cut-and-past-o
Originally committed to SVN as r1884.
2008-03-04 04:15:14 +00:00
Amar Takhar
a55e392fc2
In r1876 the compiler flags were pushed up from the AC_CHECK* commands.
...
However they wern't removed from the CPP/LDFLAG settings so we ended up
with -I-I and -L-L.
Originally committed to SVN as r1882.
2008-03-04 01:11:22 +00:00
Amar Takhar
eee84bced9
Fix ffmpeg support, -lavcodec was added to both libs (avcodec/avformat), fix
...
the 2nd to be -lavformat.
Originally committed to SVN as r1881.
2008-03-04 01:02:13 +00:00
Amar Takhar
f5764fa2e4
Add support for OpenAL.
...
Originally committed to SVN as r1880.
2008-03-04 00:59:02 +00:00
Amar Takhar
448add536a
Fix --without-lua and --without-ffmpeg so they work as expected.
...
Originally committed to SVN as r1879.
2008-03-03 21:52:41 +00:00
Amar Takhar
c44dd80448
Sigh.. _really_ remove the flags, -1 point for comitting before breakfast.
...
Originally committed to SVN as r1877.
2008-03-03 17:41:53 +00:00
Amar Takhar
c86d525d98
Push linker/compiler flages up into the --with-lua* functions, this stops
...
empty flags from being passed. I didn't notice beacuse I always have them
set.
Originally committed to SVN as r1876.
2008-03-03 17:39:39 +00:00
Amar Takhar
76ed1d4ad8
I forgot to add all the required libraries (on condition) to the final link.
...
Originally committed to SVN as r1875.
2008-03-03 09:59:59 +00:00
Amar Takhar
c9b8969c6d
Align the help for the --with* flags.
...
Originally committed to SVN as r1874.
2008-03-03 09:12:12 +00:00
Amar Takhar
964a710403
Add a --without-hunspell switch.
...
Originally committed to SVN as r1873.
2008-03-03 09:09:34 +00:00
Amar Takhar
ed4e70fae8
Add preliminary support for the swscale library if swscale is not included
...
in ffmpeg, there are some linux distro's running ancient versions still.
Originally committed to SVN as r1872.
2008-03-03 08:57:08 +00:00
Amar Takhar
65ed5fa6b8
Fix typo s/LUA_CPPLAGS/LUA_CPPFLAGS/
...
Originally committed to SVN as r1871.
2008-03-03 08:45:15 +00:00
Amar Takhar
4f9183b4fe
Add a note about removing the relative paths from the included headers.
...
Originally committed to SVN as r1870.
2008-03-03 08:28:12 +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
14b319414f
Add the 13 required AC_DEFINE lines to actually enable the
...
detected packages, I meant to do this but completely forgot.
Originally committed to SVN as r1867.
2008-03-03 07:54:19 +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
1deb1b0217
Forgot to update version number
...
Originally committed to SVN as r1864.
2008-02-22 22:04:58 +00:00
Niels Martin Hansen
a34ef985f9
Use positioning calculated from style rather than assuming \an8 alignment.
...
Originally committed to SVN as r1863.
2008-02-22 22:03:28 +00:00
Niels Martin Hansen
9f898ef5c2
Fix bug with # as first syllable on line, I think.
...
Originally committed to SVN as r1862.
2008-02-19 18:14:57 +00:00
Rodrigo Braz Monteiro
d23733da21
Hopefully fixed crash on search dialog.
...
Originally committed to SVN as r1861.
2008-02-15 21:47:09 +00:00
shb
8e7f84c818
Fixed perl-api.txt further.
...
Originally committed to SVN as r1860.
2008-02-09 17:18:28 +00:00
shb
984bf384f9
Fixed perl-api.txt
...
Originally committed to SVN as r1859.
2008-02-09 17:12:29 +00:00
shb
5fd966f0f3
Various improvements to autoperl
...
Originally committed to SVN as r1858.
2008-02-03 19:21:02 +00:00
Rodrigo Braz Monteiro
05a87703ed
Added a very early rough sketch of Aegilib (Aegisub's future subtitles manipulation library)
...
Originally committed to SVN as r1857.
2008-01-30 06:35:51 +00:00
Rodrigo Braz Monteiro
9eb12b0f36
Fixed source-wide spelling of the word adjacent.
...
Originally committed to SVN as r1856.
2008-01-27 22:09:47 +00:00
Niels Martin Hansen
375730fa52
Have kara-templater version number follow Aegisub version number.
...
Originally committed to SVN as r1855.
2008-01-27 21:55:43 +00:00
Rodrigo Braz Monteiro
3ee6d78939
Increased the default vertical size of audio display from 100 to 200.
...
Originally committed to SVN as r1854.
2008-01-27 18:30:16 +00:00
Niels Martin Hansen
b25d7a8598
Some additional grouping of "Utilities" into sub-categories.
...
Originally committed to SVN as r1853.
2008-01-27 17:59:38 +00:00
Rodrigo Braz Monteiro
c583f15082
Fixed button to open assdraw... again
...
Originally committed to SVN as r1852.
2008-01-27 16:58:15 +00:00
Rodrigo Braz Monteiro
52753169b0
Little update for universalchardet on x64.
...
Originally committed to SVN as r1851.
2008-01-27 04:14:46 +00:00
Niels Martin Hansen
519ebb3db8
CMake include for detecting the location of wxWidgets.
...
Originally committed to SVN as r1850.
2008-01-27 03:50:41 +00:00
Rodrigo Braz Monteiro
b2a854396c
Fixed ASSDraw3 and building of auto4-perl with console disabled.
...
Originally committed to SVN as r1849.
2008-01-27 03:04:42 +00:00
shb
9a7012de0b
Made PerlConsole compilation optional. Added a funny line in autoperl docs.
...
Originally committed to SVN as r1848.
2008-01-27 01:22:01 +00:00
Rodrigo Braz Monteiro
f6a7c5c98a
Modified version string to say "RELEASE PREVIEW" instead of "PRE-RELEASE".
...
Originally committed to SVN as r1847.
2008-01-26 20:41:44 +00:00
Rodrigo Braz Monteiro
db1de1a8e0
Fixed a rogue long path (made it short path) in avs audio provider.
...
Originally committed to SVN as r1846.
2008-01-26 17:18:12 +00:00
Rodrigo Braz Monteiro
96bb7cbe53
Fix for avisynth.h for it to work with avisynthx64
...
Originally committed to SVN as r1845.
2008-01-26 16:57:46 +00:00
Rodrigo Braz Monteiro
346520fbce
Removed a #pragma from wxstd.h (yay for forced full rebuild) and updated installer.
...
Originally committed to SVN as r1844.
2008-01-26 03:42:01 +00:00
Rodrigo Braz Monteiro
4157469ed2
Changed the splash screen for 2.1.x releases.
...
Originally committed to SVN as r1843.
2008-01-26 03:35:58 +00:00
Rodrigo Braz Monteiro
07acd8ca62
Added petrkr's incomplete (work-in-progress) Czech translation
...
Originally committed to SVN as r1842.
2008-01-26 03:35:01 +00:00
shb
7cff10cf5b
Fixed bugs in autoperl: entry's class recognition misreading comments as key:value; crash if core modules are not found; description not set after script loading failure.
...
Originally committed to SVN as r1841.
2008-01-26 01:24:52 +00:00