Changeset 99425


Ignore:
Timestamp:
Nov 5, 2012, 1:39:28 AM (11 years ago)
Author:
jeremyhu@…
Message:

ffmpeg*: Update ffmpeg-devel to recent git and --enable-libfreetype

Location:
trunk/dports/multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/ffmpeg-devel/Portfile

    r99423 r99425  
    88name            ffmpeg-devel
    99conflicts       ffmpeg
    10 version         20121025
    11 revision        1
    12 set git_branch  14f69a0516e4a505eaa65236b919023ecd146d95
     10version         20121031
     11set git_branch  0e4d34e087e708a0211671b56418440de7847be6
    1312license         LGPL-2.1+
    1413categories      multimedia
     
    4039                        libavcodec is a library containing all the ffmpeg \
    4140                        audio/video encoders and decoders. Most codecs were \
    42                         developed from scratch to ensure best performances \
     41                        developed from scratch to ensure best performance \
    4342                        and high code reusability. \
    4443                        \
     
    6564                port:schroedinger \
    6665                port:openjpeg \
     66                port:freetype \
    6767                path:lib/libspeex.dylib:speex \
    6868                port:libvpx \
     
    7878}
    7979
    80 checksums           sha1    ea1f0a9d3ee0a378b5af76cddc6061ec5c8d70f1 \
    81                     rmd160  224288ea3445d91f2ddabb4c6e0f1dc9d36e373e \
    82                     sha256  17636682a3e8d190ae40b4953e6fe27cbe49d86f1b44c9743d36b902df2b45a6
     80checksums           sha1    da315e4822eb0cdc959113d99ad66e64fb6a994c \
     81                    rmd160  3647904ec372f2cc8f1efe56869643da770d81ab \
     82                    sha256  94b8570d30d790d01cbaf32a70709cf3df3a0c66d62de6380855f84b9aabf020
    8383
    8484build.cmd       ${prefix}/bin/gmake
     
    114114        --enable-libvpx \
    115115        --enable-libspeex \
     116        --enable-libfreetype \
    116117        --mandir=${prefix}/share/man \
    117118        --enable-shared --enable-pthreads \
  • trunk/dports/multimedia/ffmpeg/Portfile

    r99423 r99425  
    1010epoch           1
    1111version         1.0
    12 revision        1
     12revision        2
    1313set branch      [join [lrange [split ${version} .] 0 1] .]
    1414license         LGPL-2.1+
     
    4141                        libavcodec is a library containing all the ffmpeg \
    4242                        audio/video encoders and decoders. Most codecs were \
    43                         developed from scratch to ensure best performances \
     43                        developed from scratch to ensure best performance \
    4444                        and high code reusability. \
    4545                        \
     
    7070                port:schroedinger \
    7171                port:openjpeg \
     72                port:freetype \
    7273                path:lib/libspeex.dylib:speex \
    7374                port:libvpx \
     
    108109        --enable-libvpx \
    109110        --enable-libspeex \
     111        --enable-libfreetype \
    110112        --mandir=${prefix}/share/man \
    111113        --enable-shared --enable-pthreads \
Note: See TracChangeset for help on using the changeset viewer.