Ticket #25803: ffmpeg-docs.diff

File ffmpeg-docs.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

a patch we could apply

  • 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

     
    88conflicts       ffmpeg-devel
    99epoch           1
    1010version         0.6
     11revision        1
    1112license         nonfree GPLv2.1+ LGPLv2.1+
    1213categories      multimedia
    1314maintainers     devans openmaintainer
     
    5455                rmd160  1ff6a8f419239a03d84f67cc954f60f73632432a
    5556
    5657patchfiles      patch-libswscale-Makefile.diff \
    57                 patch-libswscale-swscale.h.diff
     58                patch-libswscale-swscale.h.diff \
     59                patch-Makefile.diff
    5860
    5961use_parallel_build yes
    6062
    61 depends_build   port:gmake
     63depends_build   port:gmake \
     64                bin:texi2html:texi2html
    6265
    6366depends_lib     port:lame \
    6467                port:libvorbis \
     
    8588
    8689configure.cflags-append    -DHAVE_LRINTF ${configure.cppflags}
    8790configure.args \
    88         --disable-doc \
    8991        --enable-gpl \
    9092        --enable-postproc \
    9193        --enable-swscale --enable-avfilter --enable-avfilter-lavf \