diff options
author | salo <salo@pkgsrc.org> | 2005-12-11 18:05:43 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-12-11 18:05:43 +0000 |
commit | 19e92a08c10e89e5039c13d7fdc1dfa190a75c00 (patch) | |
tree | 961e070f721a9eaaebf1d134b60ba58710641462 /multimedia/mkvtoolnix/patches | |
parent | 463ee04f687c6c6657baf5f9ddb4e5291d74c82a (diff) | |
download | pkgsrc-19e92a08c10e89e5039c13d7fdc1dfa190a75c00.tar.gz |
Update to version 1.6.5
Changes:
- new features (e.g., - splitting after arbitrary timecodes
and muxing of USF subtitles)
- lots of bugfixes since 1.4.2
See ChangeLog within the distfile for details.
Diffstat (limited to 'multimedia/mkvtoolnix/patches')
-rw-r--r-- | multimedia/mkvtoolnix/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/mkvtoolnix/patches/patch-aa b/multimedia/mkvtoolnix/patches/patch-aa new file mode 100644 index 00000000000..604adf77bfb --- /dev/null +++ b/multimedia/mkvtoolnix/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2005/12/11 18:05:43 salo Exp $ + +--- Makefile.in.orig 2005-09-08 17:32:08.000000000 +0000 ++++ Makefile.in 2005-12-11 16:14:31.000000000 +0000 +@@ -137,7 +137,7 @@ HTMLHELPBOOKS = mkvmerge-gui-book + + all: $(APPLICATIONS) $(TRANSLATIONS_MOS) $(HTMLHELPBOOKS) + +-install: install-programs install-mans install-trans install-guide ++install: install-programs install-mans install-trans + + install-programs: $(APPLICATIONS) + $(mkinstalldirs) $(DESTDIR)$(bindir) |