mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
* Define LICENSE * Clean up Makefile * Import patches from Debian and Gentoo for various bug fixes References: https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0001-configure.in-adjust-variable-formatting.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0002-ogmsplit.1-spell-correct.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0003-ogmmerge-spell-correct.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0004-ogminfo-timestamp-correction.patch/ https://sources.debian.org/src/ogmtools/1%3A1.5-4.1/debian/patches/0006-pass-CFLAGS.patch/ https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ogmtools/files/ogmtools-1.5-comments.patch https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ogmtools/files/ogmtools-1.5-endian-fix.patch https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ogmtools/files/ogmtools-1.5-gcc11.patch
11 lines
511 B
Groff
11 lines
511 B
Groff
--- ogmmerge.1.orig 2004-11-07 10:01:34 UTC
|
|
+++ ogmmerge.1
|
|
@@ -126,7 +126,7 @@ After a couple of minutes you can join video and audio
|
|
.LP
|
|
$ \fBogmmerge -o MyMovie-with-sound.ogm MyMovie.avi MyMovie.ogg\fP
|
|
.LP
|
|
-If your AVI already contains an audio track then it will be copied aswell
|
|
+If your AVI already contains an audio track then it will be copied as well
|
|
(if \fBogmmerge\fR supports the audio format). To avoid that simply do
|
|
.LP
|
|
$ \fBogmmerge -o MyMovie-with-sound.ogm -A MyMovie.avi MyMovie.ogg\fP
|