* Add an FFMPEG compile check from TheFluff, thanks! (modified)
* Add a libpostproc check from Myrsloik, thanks!. (reqired by ffms)
* Rework how ffms / FFMPEG providers are enabled/disabled.
* Fix PulseAudio check to use pulseaudio_required_version.
Originally committed to SVN as r2705.
* Add second argument to osx-bundle.sh ($AEGISUB_VERSION_DATA)
* Modify osx-bundle.sh to copy correct binary name.
Originally committed to SVN as r2671.
* s/HAVE_FFMPEGSOURCE/HAVE_PROVIDER_FFMPEGSOURCE/
* Add FFMPEG_CFLAGS / FFMPEG_LDFLAGS as configure env vars for FFMPEG
detection.
Originally committed to SVN as r2664.
will allow users on unix to install and operate different versions of aegisub a$
the same time. Note: auto3 linking is broken it will be fixed in the next
commit as it's unrelated to these changes.
Originally committed to SVN as r2659.
--with-provider-(video|audio) and --with-player-audio.
* Cleanup --help alignment
* Print default values at the end of configure
* Remove :'s in end status section headings in configure.
Originally committed to SVN as r2648.
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
Revision, Debug (yes+flags/no), CPPFLAGS, LDFLAGS. Hopefully this will stop
any wonky settings from sliding in without being noticed.
Originally committed to SVN as r2620.
at the time $prefix isn't populated unless --prefix is provided. This broke
paths for any situation where --prefix wasn't provided. On Linux wx can figure
out the install prefix automatically at the moment we use SetInstallPrefix in w
to set the prefix which was being set to 'NONE' if --prefix wasn't used.
(broken locale on linux reported by tomman)
Originally committed to SVN as r2619.
titlebar (I didn't want to add this but it keeps coming up.) I also hope it is
not abused by setting usernames during package builds for distributions. It
should only be used for personal builds only or shared builds by individuals.
Originally committed to SVN as r2614.
from around r2140. An artifact from the very first commit of the new build
system was wiping CPPFLAGS, which removed -g if --enable-debug was used. I
didn't notice it locally as I was setting the flag differently. I wonder how
it went on this long without anyone noticing, next: useful crashdumps for all.
Originally committed to SVN as r2599.
* 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.
"no". This is probably expected behaviour as the --with-XXX=BLAH flags will
pass along BLAH. Most of the time if users want it turned on they'll set it to
something else other than no. (they shouldn't though)
Originally committed to SVN as r2534.