Ticket #25803: ffmpeg-docs.diff
File ffmpeg-docs.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
files/patch-Makefile.diff
1 --- Makefile.orig 2010-04-19 08:05:26.000000000 -0500 2 +++ Makefile 2010-07-31 14:25:38.000000000 -0500 3 @@ -107,7 +107,7 @@ 4 5 doc/%.html: TAG = HTML 6 doc/%.html: doc/%.texi 7 - $(M)cd doc && texi2html -monolithic -number $(<:doc/%=%) 8 + $(M)cd doc && texi2html $(<:doc/%=%) 9 10 doc/%.pod: TAG = POD 11 doc/%.pod: doc/%-doc.texi -
Portfile
8 8 conflicts ffmpeg-devel 9 9 epoch 1 10 10 version 0.6 11 revision 1 11 12 license nonfree GPLv2.1+ LGPLv2.1+ 12 13 categories multimedia 13 14 maintainers devans openmaintainer … … 54 55 rmd160 1ff6a8f419239a03d84f67cc954f60f73632432a 55 56 56 57 patchfiles patch-libswscale-Makefile.diff \ 57 patch-libswscale-swscale.h.diff 58 patch-libswscale-swscale.h.diff \ 59 patch-Makefile.diff 58 60 59 61 use_parallel_build yes 60 62 61 depends_build port:gmake 63 depends_build port:gmake \ 64 bin:texi2html:texi2html 62 65 63 66 depends_lib port:lame \ 64 67 port:libvorbis \ … … 85 88 86 89 configure.cflags-append -DHAVE_LRINTF ${configure.cppflags} 87 90 configure.args \ 88 --disable-doc \89 91 --enable-gpl \ 90 92 --enable-postproc \ 91 93 --enable-swscale --enable-avfilter --enable-avfilter-lavf \