summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2005-01-03**BUGFIX**Michael Roitzsch
change LT_* variables into XINE_LT_*, because newer versions of libtool claim the whole LT_* namespace for themselves (fixes bug #1094262) CVS patchset: 7321 CVS date: 2005/01/03 20:12:18
2004-12-13I knew I made some mistake: sed scripts should not be applied to binary filesMichael Roitzsch
CVS patchset: 7238 CVS date: 2004/12/13 10:41:18
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-12-08spec-file: included xxmc video out plugin into xvmc sub-rpmManfred Tremmel
CVS patchset: 7207 CVS date: 2004/12/08 20:25:36
2004-12-01mkinstalldirs script is obsoleted in automake. Using "install-sh -d" instead.František Dvořák
CVS patchset: 7181 CVS date: 2004/12/01 20:26:45
2004-11-03make sure frontend links to -lrt when posix timers are usedMiguel Freitas
(i don't know if this is really needed though...) CVS patchset: 7101 CVS date: 2004/11/03 18:58:29
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
poor platforms, of course) - fix a bug in generated xine-config for WIN32 and make it relocateable under Windows - MSVC port: update, fix some warnings, remove old unneeded files - improve function for getting runtime directory, it will need next fix yet (bug probably due to active volume drives) CVS patchset: 7001 CVS date: 2004/09/26 22:54:51
2004-09-11added missing Requires-Statements in the subpackagesManfred Tremmel
CVS patchset: 6958 CVS date: 2004/09/11 16:03:05
2004-09-05autogen.sh:Stephen Torri
Fix what I perceive to be a bug only on platforms that have a automake installed that contains multiple version. Gentoo releases a package of automake that contains all the latest stable version (1.4 to 1.8). In order to use a specific one besides the default you need to declare WANT_AUTOMAKE=1.6 in your environment varibles. ------------------------------------ doc/faq/Makefile.am doc/hackersguide/Makefile.am Applied Frantisek Dvorak changes for the documentation. CVS patchset: 6939 CVS date: 2004/09/05 02:14:38
2004-09-03Czech translation update and fix bad conversion.František Dvořák
(uniform UTF-8 is better than encoding babel :-)) CVS patchset: 6935 CVS date: 2004/09/03 19:32:44
2004-09-02spec-file: converted to utf8, some fixes for non IA32 systems (especialy ↵Manfred Tremmel
Athlon64/Opteron) CVS patchset: 6931 CVS date: 2004/09/02 18:50:55
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
- new flags added at the end, so the users can override them properly - removed X11 libs and cflags from xine-config and libxine.pc - removed replacing for setenv (thanks to Robin for the hint) - better way for temporary disabling of w32dll module - data directories will be different on Windows - force installing catalogs with translation into XINE_LOCALEDIR - timer linked in xine-engine (just central place for linking such stuff) - adjusted load_plugins and remove reduntant WIN32 conditionals - removed unused $(lib_thr) CVS patchset: 6927 CVS date: 2004/09/01 18:19:49
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
List of some changes: - replaced some _MSC_VER by more common WIN32 - define INTLDIR, remove -static flag for included intl - shared more common CFLAGS with DEBUG_CFLAGS - use WIN32_CFLAGS for all building - separate some flags into THREAD_CFLAGS_CONFIG, THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config, automatically use internal libs if necessary - don't warn about missing X for mingw and cygwin - libw32dll disabled for WIN32 (making native loader would be interesting, or porting wine code to Windows? :->) - DVB and RTP disabled for WIN32, not ported yet - fix build and fix a warning in cdda - fix build for nosefart and libfaad - implement configure option --disable-freetype - sync libxine.pc and xine-config.in - add -liberty to goom under WIN32 - move original build files from included phread and zlib into archives and replace them by autotools CVS patchset: 6910 CVS date: 2004/08/27 19:33:17
2004-08-02disable unused functionMichael Roitzsch
CVS patchset: 6870 CVS date: 2004/08/02 12:34:05
2004-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
(actually it works with glibc and sprintf, but not with snprintf) CVS patchset: 6859 CVS date: 2004/07/27 18:06:45
2004-07-25protect buffersMichael Roitzsch
CVS patchset: 6846 CVS date: 2004/07/25 17:06:29
2004-07-25do not fill up to the max when you intend to strcat() another character laterMichael Roitzsch
CVS patchset: 6845 CVS date: 2004/07/25 17:06:03
2004-06-05From: Daniel MackJames Courtier-Dutton
Mac OSX video out support. patch to configure.ac to follow CVS patchset: 6642 CVS date: 2004/06/05 16:06:12
2004-05-11spec-file: enabled building separat opengl rpmManfred Tremmel
CVS patchset: 6518 CVS date: 2004/05/11 21:14:53
2004-04-08Chris Rankin's patch for rpmbuild supportMiguel Freitas
CVS patchset: 6354 CVS date: 2004/04/08 22:21:59
2004-04-06spec-file: moved xvid modules from devel to main packageManfred Tremmel
CVS patchset: 6339 CVS date: 2004/04/06 21:32:38
2004-02-17Tiny adjustment of xine-fontconv behaviour.František Dvořák
CVS patchset: 6167 CVS date: 2004/02/17 13:37:19
2004-02-14Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)).František Dvořák
CVS patchset: 6157 CVS date: 2004/02/14 21:45:31
2004-02-14spec-file: added new sub-rpm for stk videoout pluginManfred Tremmel
CVS patchset: 6152 CVS date: 2004/02/14 11:03:14
2004-01-26Force endian also in xine-fontconv (using UCS-2LE and UCS-2BE encodings).František Dvořák
CVS patchset: 6069 CVS date: 2004/01/26 22:19:56
2003-11-26remove sanshu, adjust makefileMiguel Freitas
CVS patchset: 5785 CVS date: 2003/11/26 10:11:05
2003-11-26Rebuild the fonts. New font sizes 48 and 64, supported codepages: ↵František Dvořák
iso-8859-1, iso-8859-2, iso-8859-5, cp1250, cp1251. Used .ttf fonts: cc Courier_New_Bold.ttf (latin1 only) cci Courier_New_Bold_Italic.ttf (latin1 only) cetus cetus.ttf mono Courier_New_Bold.ttf sans Arial.ttf serif FreeSerifBold.ttf CVS patchset: 5782 CVS date: 2003/11/26 07:57:31
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup note: support added to xv, xshm and vidix CVS patchset: 5780 CVS date: 2003/11/26 01:03:31
2003-11-21spec-file: use internal vcdlibs to keep dependencies lowManfred Tremmel
CVS patchset: 5768 CVS date: 2003/11/21 00:30:05
2003-11-12Ohoh, it seems i've happily broke the "uninstall" stage when i hacked theDaniel Caujolle-Bert
libtool to made it not install .la file. Here's the fix. CVS patchset: 5728 CVS date: 2003/11/12 20:24:42
2003-10-29this should finally be correct nowMichael Roitzsch
(it should reconstruct the whole tree after the check) CVS patchset: 5636 CVS date: 2003/10/29 20:47:38
2003-10-28better reconfigure completelyMichael Roitzsch
CVS patchset: 5628 CVS date: 2003/10/28 16:59:48
2003-10-27spec-file: little bugfix in sdl subpackageManfred Tremmel
CVS patchset: 5619 CVS date: 2003/10/27 21:43:06
2003-10-27filter autom4te.cacheMichael Roitzsch
CVS patchset: 5618 CVS date: 2003/10/27 20:44:08
2003-10-26modify relchk to not clutter the current configuration by saving config.statusMichael Roitzsch
and rebuilding all Makefiles after the check is done CVS patchset: 5607 CVS date: 2003/10/26 17:39:45
2003-10-19specfile: new rpm for directfb implementedManfred Tremmel
CVS patchset: 5544 CVS date: 2003/10/19 15:06:18
2003-10-14made libtool-nofpic silent and not installing .la files at allDaniel Caujolle-Bert
CVS patchset: 5519 CVS date: 2003/10/14 21:58:22
2003-10-13strange things are going on...Michael Roitzsch
CVS patchset: 5511 CVS date: 2003/10/13 17:43:37
2003-10-13when using find to delete *.la, this is uselessMichael Roitzsch
CVS patchset: 5508 CVS date: 2003/10/13 16:25:55
2003-10-13Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).Daniel Caujolle-Bert
Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11
2003-10-11uncommented new part for xvmc pluginManfred Tremmel
CVS patchset: 5482 CVS date: 2003/10/11 20:34:58
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
Right computing text size of multibyte texts in OSD. Different alias character for missing character in the conversion and in the font: #, _ CVS patchset: 5402 CVS date: 2003/09/18 18:14:50
2003-07-20spec-file: ogg/vorbis and ogg/theora moved together with the new ogg/speex ↵Manfred Tremmel
in a separat ogg rpm CVS patchset: 5200 CVS date: 2003/07/20 15:08:37
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-06-27fix post install target: when doing a "make install" from withinMichael Roitzsch
some subdirectories (those which have subdirs themselves), the post install procedure would not be executed properly CVS patchset: 5103 CVS date: 2003/06/27 12:29:17
2003-05-30sorry for forcing another complete rebuild, but $(DESTDIR) is clearly needed ↵Michael Roitzsch
here (thanks to Carsten Weinhold for noticing) CVS patchset: 4986 CVS date: 2003/05/30 13:06:57
2003-05-29remove the .la files from the plugindir after installMichael Roitzsch
CVS patchset: 4982 CVS date: 2003/05/29 13:09:36
2003-05-28spec-file: sorry, some wrong entries from my daily build-specfileManfred Tremmel
CVS patchset: 4977 CVS date: 2003/05/28 17:35:56
2003-05-28trying to get daily rpm building again...Miguel Freitas
CVS patchset: 4976 CVS date: 2003/05/28 15:08:24
2003-05-28commenting some system specific stuffMiguel Freitas
CVS patchset: 4965 CVS date: 2003/05/28 03:13:29