Amar Takhar
|
06259dfb1e
|
Disable Fortran checks, thanks Greg! For whatever reason I only looked at the autoconf source, sigh.
Originally committed to SVN as r3101.
|
2009-07-11 03:45:03 +00:00 |
Amar Takhar
|
1b9f38747b
|
Supplant the portaudio player with the portaudio2 player. This still doesn't handle some of the issues that happen on linux, that will be fixed in a later commit, updates #876.
Originally committed to SVN as r3043.
|
2009-06-10 04:45:57 +00:00 |
Amar Takhar
|
5cff8b2d6a
|
Remove support for old FFMPEG releases, if you require or want this support you are officially on your own, closes #875.
Originally committed to SVN as r3039.
|
2009-06-10 02:21:20 +00:00 |
Amar Takhar
|
e2015ca7e9
|
The finance department (jfs) let me know that we don't depreciate things here, only deprecate.
Originally committed to SVN as r3038.
|
2009-06-10 02:15:40 +00:00 |
Amar Takhar
|
08d507e40c
|
Disable FFMPEG provider, use --with-provider-ffmpeg to enable, closes #874.
Originally committed to SVN as r3036.
|
2009-06-10 02:09:00 +00:00 |
Amar Takhar
|
f8219e4863
|
Set versions for ffmpeg: avcodec 52.27.0, avformat 52.32.0, avutil 50.3.0, postproc 51.2.0 and swscale 0.7.1, all of these are from r18642 in ffmpeg.. updates #831
Originally committed to SVN as r3035.
|
2009-06-09 20:47:28 +00:00 |
Amar Takhar
|
667f950176
|
* Re-format the arch detection case.
* Fix an annoying buy, I hate the loops configure gets stuck in when you do "$blah" = "$blah" vs test "$blah..
Originally committed to SVN as r2874.
|
2009-04-29 00:49:38 +00:00 |
Amar Takhar
|
5b3a60c506
|
* Add support in configure.in to detect the arch.
* Add two new targets, osx-tinderbox-(bundle|dmg) to handle tinderbox building.
Originally committed to SVN as r2873.
|
2009-04-28 23:25:42 +00:00 |
Amar Takhar
|
3648f61083
|
Testing the tinderbox.
Originally committed to SVN as r2863.
|
2009-04-27 20:58:42 +00:00 |
Amar Takhar
|
e2d0317df3
|
Bunk commit to trigger the build cluster.
Originally committed to SVN as r2835.
|
2009-04-21 18:48:59 +00:00 |
Amar Takhar
|
dc34db7f62
|
Early morning code-o, setting AM_CONDITIONAL _after_ the Makefiles are
generated isn't going to work very well.
Originally committed to SVN as r2793.
|
2009-04-12 10:48:20 +00:00 |
Amar Takhar
|
95e9ccaf79
|
Add support for ALSA_(LD|C)FLAGS.
Originally committed to SVN as r2790.
|
2009-04-12 10:28:42 +00:00 |
Amar Takhar
|
d71cbda47b
|
* s/$found_audio/$found_audio_player/ for clarity.
* Add AM_CONDITIONAL for FOUND_AUDIO_PLAYER and FOUND_VIDEO_PROVIDER.
Originally committed to SVN as r2788.
|
2009-04-12 10:08:28 +00:00 |
Amar Takhar
|
579b46f097
|
Update PortAudio v19 support.
Originally committed to SVN as r2787.
|
2009-04-12 10:04:10 +00:00 |
Amar Takhar
|
b89ec65c43
|
Move the PortAudio v19 check above the v18 check.
Originally committed to SVN as r2786.
|
2009-04-11 23:40:15 +00:00 |
Amar Takhar
|
5f5960ef00
|
* Fix check for libavutil/pixfmt.h
* Add detection for PortAudio2 (v19)
Originally committed to SVN as r2779.
|
2009-04-11 18:06:23 +00:00 |
Amar Takhar
|
26e427e838
|
Add a check for libavutil/pixfmt.h as a low-brow check for FFMPEG r18129+, this
needs to be fixed to check exact versions of the library. For now this should
work.
Originally committed to SVN as r2778.
|
2009-04-11 08:13:09 +00:00 |
Amar Takhar
|
d642bb37ab
|
Fix an error message to be clearer.
Originally committed to SVN as r2777.
|
2009-04-11 07:51:50 +00:00 |
Amar Takhar
|
a9180cfcf7
|
Missed patch: Fix build for auto3 it moved from ./auto3 -> src/libauto3.
Originally committed to SVN as r2760.
|
2009-03-09 05:48:13 +00:00 |
Amar Takhar
|
689e353c90
|
Update the build system for the new repository layout.
Originally committed to SVN as r2757.
|
2009-03-09 00:58:38 +00: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 |