Moritz Bunkus
fc9a7cb379
Add src/common/compression to the list of source directories
...
Otherwise common_pch.h won't depend on the files in said directory.
2012-03-23 18:02:48 +01:00
Moritz Bunkus
3e22c4a4bf
Refactoring: split compression.{h,cpp} into multiple files
2012-03-20 06:52:22 +01:00
Moritz Bunkus
e1a499f3a2
Move temporary dependency files to a temporary directory
2012-03-18 10:57:43 +01:00
Moritz Bunkus
f39cbdd042
Add the pugixml library
2012-03-17 01:10:46 +01:00
Moritz Bunkus
5f8795c2e2
Simplify library link list
2012-03-17 01:07:45 +01:00
Moritz Bunkus
c7f6519355
Re-build resources.o if resources.rc changes
2012-03-15 17:53:42 +01:00
Moritz Bunkus
45adfd4e4f
Use PNG icons instead of XPM icons on non-Windows
2012-03-15 17:17:57 +01:00
Moritz Bunkus
49091c5411
Add test tool for the new AC3 parser
2012-02-25 19:23:02 +01:00
Moritz Bunkus
9cc37dd272
Abort drake if xsltproc finds a logical error (like wrong link targets)
2012-02-25 15:05:14 +01:00
Moritz Bunkus
ab96199b68
Fix for building the tools
2012-02-22 13:22:09 +01:00
Moritz Bunkus
aa7b2b4dec
Possibility to override available languages
2012-02-06 12:39:59 +01:00
Andriy Bilous'ko
32e2acb544
Add Ukrainian translation for mkvextract's man page
2011-12-14 22:18:54 +01:00
KonaBlend
2ecf2e2f46
optimize rake deps to exclude absolute paths
...
- exclude absolute pathnames from rake.d/dependency.d/ content
- improve readability of content files: 1 file per line
- content size and dependencies reduced from 3.3MB --> 0.9MB
- time to perform rake on built tree reduced from 2200ms to 500ms
2011-12-10 17:41:24 +01:00
Moritz Bunkus
16784dade6
Fix building with precompiled headers
2011-12-05 13:43:36 +01:00
Moritz Bunkus
dbd69f832c
Remove dependency files on "rake clean" instead of "clean:dist"
2011-12-04 17:08:16 +01:00
Moritz Bunkus
b9104f2f99
Make resource files depend on the icons
2011-12-03 20:41:38 +01:00
Moritz Bunkus
afd858a675
Declare explicit dependency on manifest.xml for resources.rc
2011-11-24 00:50:00 +01:00
Moritz Bunkus
288f68e65c
Rename mmg-resources.rc to resources.rc
...
Now the file name matches for all executables.
2011-11-24 00:49:44 +01:00
Nils Maier
0ed70ebbb4
Rake: Fix missing end_if calls
...
Fixes mingw builds sans GUI
2011-11-23 20:44:11 +01:00
Moritz Bunkus
f6ac546fbb
Fix building mkvinfo's resource file if GUIs are disabled
2011-11-23 20:30:00 +01:00
Moritz Bunkus
9df51e5dd9
Compile with "-Wextra" and fix all warnings from that
2011-11-19 22:32:46 +01:00
Moritz Bunkus
6e3798589c
More warnings
2011-11-17 21:40:32 +01:00
Moritz Bunkus
6e17266c49
Remove more traces of the DLL build process for libmtxcommon
2011-11-05 23:50:33 +01:00
Moritz Bunkus
639498ab76
Remove the ability to build "libmtxcommon" as a DLL
...
This feature has literally not been tested by me in years.
2011-11-05 22:19:41 +01:00
Moritz Bunkus
0e29699e8a
Use ngettext for translating texts with plural forms
2011-11-05 14:45:35 +01:00
Moritz Bunkus
da718b01c6
Rake task for creating a new "po" file
2011-11-04 00:34:05 +01:00
Moritz Bunkus
13aacdf0c0
Pass flag "-std=c++0x" if the compiler supports it
2011-10-23 14:03:37 +02:00
Moritz Bunkus
3723e46a32
Add Rake target for all command line applications
2011-10-16 19:43:10 +02:00
Moritz Bunkus
be8f62c66c
Build system: Only install the guide if wxWidgets is enabled
2011-10-12 23:19:11 +02:00
Moritz Bunkus
365efd0c01
Translations: Always use poedit style
...
Most translators use poedit as their application. poedit always writes
one file name per comment line, while normal msgmerge writes up to
80 (or so) chars per line often fitting more than one file name. This
change, while inflating the number of lines once, should cut down on
future number of changes that only differ in file name comment lines.
2011-10-12 21:57:08 +02:00
Moritz Bunkus
f06fa024fd
Build system: Always process source files in alphabetical order
...
Background is that the po files contain the file names in the order
they're given to xgettext. Unfortunately that order depends on the
order in which Ruby (via Rake) finds the files in the file
system. That again depends on the OS and file system involved.
All this leads to the situation that, even though no translation or
translatable string has changed, almost all of a po file changes just
because the file names are ordered differently.
This can be avoided by always handing xgettext a list of file names
that's already sorted.
2011-10-12 21:53:35 +02:00
Moritz Bunkus
52a5c57f32
Recognize Boost format strings in translatable strings
2011-09-17 16:43:56 +02:00
Moritz Bunkus
3bddf19d58
Run msgfmt with the "-c" parameter
2011-09-17 16:36:51 +02:00
Moritz Bunkus
da161a432b
CSS & build rules for the developer documentation
2011-08-03 22:32:47 +02:00
Moritz Bunkus
df335cb415
Only build the TAGS file if the "etags" tool has been found
...
Don't rely on the existence of "TAGS" alone.
2011-05-11 21:40:41 +02:00
Moritz Bunkus
cc43e1d322
Fix mkvpropedit task description
2011-03-23 12:08:30 +01:00
Moritz Bunkus
9cb8a50c96
Depend on the .h produced from the .ui, not the .ui itself
...
Another fix for bug 576.
2011-03-08 00:16:21 +01:00
Moritz Bunkus
868edce381
Put lib/lib{ebml,matroska} first in include/library paths during compilation if internal libs are to be used
2011-02-06 12:54:56 +01:00
Moritz Bunkus
fa9fc31e5f
Include libebml & libmatroska in the sources & compilation system
...
Further commits will make this optional so that the system libs are
used if they're new enough.
2011-01-31 10:28:38 +01:00
Moritz Bunkus
78ad167b77
Use explicit dependency information for XML to man page transformation
2010-12-26 01:50:21 +01:00
Moritz Bunkus
259d2dbb95
Use curl-config for the CFLAGS and LIBS
2010-12-25 23:23:22 +01:00
Moritz Bunkus
5d3d24c8f3
Added task for calling the format verification script for translations
2010-12-25 21:16:50 +01:00
Moritz Bunkus
6549317870
Link against libcurl if found
2010-12-23 16:04:23 +01:00
Moritz Bunkus
fd451fca7e
Don't wrap long lines in man po output; poedit style comments for zh_CN man po
2010-12-21 11:52:57 +01:00
Moritz Bunkus
edff1163cd
Build moc files properly
2010-12-20 23:32:37 +01:00
Moritz Bunkus
b686e2b1c2
Install mmg's guide into the "docdir" location
...
Patch by Christian Morales Vega
2010-11-09 14:41:06 +01:00
Moritz Bunkus
dc5608d4da
Only build .1 from .xml if xsltproc & DocBook are available
...
Fix for bug 575.
2010-10-31 15:41:13 +01:00
Moritz Bunkus
c65f181eb9
Better detection if require_relative is known by the current Ruby version
2010-10-28 09:09:32 +02:00
Moritz Bunkus
6d4969eefc
Don't disable warnings about alias breaking
2010-09-08 20:04:49 +02:00
Moritz Bunkus
65d868b1d3
Compile the correct header file for precompiled headers
2010-09-04 22:04:59 +02:00