summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)Author
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
You would do: autogen.sh <configure flags> or autogen <shortcut> The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with <configure flags> or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18
2002-11-01I forgot 'make dist' againMichael Roitzsch
CVS patchset: 3125 CVS date: 2002/11/01 17:36:23
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-02-05added minimum support for hackersguideSiggi Langauf
CVS patchset: 1475 CVS date: 2002/02/05 18:17:21
2001-10-09cleanupHeiko Schaefer
CVS patchset: 777 CVS date: 2001/10/09 15:02:03
2001-10-05Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.Daniel Caujolle-Bert
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
2001-09-27Fixed aalib checks. xine-config will contain thread cflags. Update installDaniel Caujolle-Bert
docs files. CVS patchset: 699 CVS date: 2001/09/27 01:42:42
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-08-27FAQ updatesGuenter Bartsch
CVS patchset: 506 CVS date: 2001/08/27 09:33:20
2001-08-22README.xinerc and README.dxr3 were not installed becauseEduard Hasenleithner
they are not contained in xine-ui. Fixed. CVS patchset: 465 CVS date: 2001/08/22 17:06:43
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man ↵Daniel Caujolle-Bert
page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25
2001-07-22README.dxr3 was missing from the distribution :(Eduard Hasenleithner
CVS patchset: 328 CVS date: 2001/07/22 19:59:13
2001-07-22added a README.xinerc where end-user .xinerc options can be documentedGuenter Bartsch
CVS patchset: 323 CVS date: 2001/07/22 12:55:31
2001-07-21Move FAQ to doc dir, rename some doc files. All current docs aren't ↵Daniel Caujolle-Bert
installed by xine-lib but xine-ui. CVS patchset: 318 CVS date: 2001/07/21 23:06:54
2001-07-17Cleanup (first stage) docs/mans.Daniel Caujolle-Bert
CVS patchset: 297 CVS date: 2001/07/17 15:40:14
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-04-21Turned demuxers into plugins. Change plugins naming scheme (seeDaniel Caujolle-Bert
xine_internal.h). Fixed load_plugins* to new API. Add iface version into demux_plugin_t, add version checking into init_demux_plugin. Fixed get_identifier from demuxers (void param). Turned libw32dll into codec plugin (only compiling side yet). CVS patchset: 11 CVS date: 2001/04/21 00:14:39
2001-04-19Create api doc dir if not exist.Daniel Caujolle-Bert
CVS patchset: 8 CVS date: 2001/04/19 23:32:27
2001-04-19Add doxygen support. just do 'make docs', and html version will beDaniel Caujolle-Bert
created into doc/xine-lib-API/html subdir. This is a pre-alpha API documentation, you're warned ;-). CVS patchset: 7 CVS date: 2001/04/19 23:13:09
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39