summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
AgeCommit message (Collapse)Author
2008-06-17Revert xine customisations of po/Makefile.in.in, use Makevars for the rest.Diego 'Flameeyes' Pettenò
Move all the customisations to po/Makefile.in.in to po/Makevars, and create a new SUBST-parsed Makevars.extra.in file to get the LIBNAME variable.
2008-06-17Update gettext Makefile with the new version from gettext, but keep xine's ↵Diego 'Flameeyes' Pettenò
customisation for now.
2007-01-26Fix make dist.Diego 'Flameeyes' Pettenò
CVS patchset: 8567 CVS date: 2007/01/26 18:03:44
2007-01-23Fix building where srcdir != builddir.Diego 'Flameeyes' Pettenò
CVS patchset: 8548 CVS date: 2007/01/23 23:26:37
2007-01-21Allow more strings to be marked as format strings.Darren Salt
CVS patchset: 8538 CVS date: 2007/01/21 15:29:58
2006-06-11Add xine-specific changes to the new intl files, other little correction.František Dvořák
CVS patchset: 8034 CVS date: 2006/06/11 15:13:06
2006-06-10Revert to use libxine1 as domain name, but ensure that newer gettext ↵Diego 'Flameeyes' Pettenò
versions behave as intended. CVS patchset: 8032 CVS date: 2006/06/10 17:38:46
2006-06-10Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ↵Diego 'Flameeyes' Pettenò
is used, as discussed in xine-devel. CVS patchset: 8027 CVS date: 2006/06/10 01:47:01
2006-05-31Fix install problems in case configure was generated by autoconf >= 2.59c.Darren Salt
CVS patchset: 8000 CVS date: 2006/05/31 00:01:44
2005-02-13**BUGFIX**František Dvořák
Used utf-8 for comments visible in po-files. (user visible texts should be only in ASCII). CVS patchset: 7406 CVS date: 2005/02/13 13:14:43
2005-02-06**BUGFIX**František Dvořák
Convert non-ASCII latin1 character to ASCII in xine source code. Synchronize po-files. Czech translation update. CVS patchset: 7387 CVS date: 2005/02/06 19:52:54
2004-12-13Unbreak installation (caused by recent MKINSTALLDIRS changes to configure.ac).Darren Salt
CVS patchset: 7234 CVS date: 2004/12/13 00:17:45
2004-09-05Fix a warning from 'head': change option from "-3" to "-n 3".František Dvořák
CVS patchset: 6941 CVS date: 2004/09/05 20:38:01
2004-09-04Fix some 'make distcheck' problems.František Dvořák
Fix srcdir != buiddir problem with vidix. Change some "_lib" variables to more clear name "_dep". CVS patchset: 6938 CVS date: 2004/09/04 18:34:17
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-08Added two AM_CONDITIONAL for handling if sgmltools and fig2dev areStephen Torri
available. HAVE_SGMLTOOLS is set if sgmltools is installed and similar HAVE_FIG2DEV set for fig2dev. Fixed error in 'uninstall' rule in Makefile.in.in in the po/ directory. It was using the $(PACKAGE) variable in the line to remove the install po libraries. So it was looking for xine-lib.mo in all the $(localedir)/<catalog>/LC_Messages directory. Switched this to look for $(LIBNAME).mo files. This change matches the 'install' rule which names the files libxine1.mo CVS patchset: 6878 CVS date: 2004/08/08 00:34:17
2004-06-06mkinstalldirs again. :-) This is just a fix for builddir != srcdir.František Dvořák
CVS patchset: 6646 CVS date: 2004/06/06 09:26:36
2004-05-11Fix Robin install problemDaniel Caujolle-Bert
CVS patchset: 6521 CVS date: 2004/05/11 22:21:44
2004-05-08fix .po install with new automakeDaniel Caujolle-Bert
CVS patchset: 6501 CVS date: 2004/05/08 20:19:45
2004-04-10Autostuff houskeeping:František Dvořák
- prepare also po/POTFILES.in by 'make dist' before updating po-files, so also new files with strings for translatiom will be included - make build proces working in separate directory CVS patchset: 6387 CVS date: 2004/04/10 20:35:27
2004-03-17using ISO8859-1 source encoding now...Siggi Langauf
CVS patchset: 6281 CVS date: 2004/03/17 08:38:41
2003-05-15get "make install-debug" to work.James Courtier-Dutton
CVS patchset: 4852 CVS date: 2003/05/15 14:53:45
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2002-12-11Avoiding filesystem clashes with libxine0 (0.9.13)Siggi Langauf
=> you can install xine-lib 0.9.13, gnome-xine 0.1, xine-lib 1-beta*, xine-ui 0.9.15 in that order and both applications will work => distributions can have libxine0 and libxine1 binary packages (not the -dev/-devel) packages installed inparallel for a smooth upgrade path I can't get rid of the feeling that I have broken something here... CVS patchset: 3479 CVS date: 2002/12/11 01:04:01
2002-10-28Handle the case when the user has no working/acceptable GNU msgfmt utilityJuergen Keil
installed, so that GMSGFMT is defined as ':' (noop, in gettext.m4). This causes problems in our build system, because now there are no .gmo compiled message files available for installation, and the 'make install' fails. Print a warning and continue. CVS patchset: 3068 CVS date: 2002/10/28 13:03:37
2002-06-24Remove last tranlated enums. Add --check in .po build, since it seems someDaniel Caujolle-Bert
tranlators don't use a tool who check validity. CVS patchset: 2158 CVS date: 2002/06/24 19:55:38
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28