Ticket #26647: Portfile-4.3.0.diff

File Portfile-4.3.0.diff, 1.8 KB (added by ruud@…, 14 years ago)
  • multimedia/mkvtoolnix/Portfile

    old new  
    44PortSystem          1.0
    55
    66name                mkvtoolnix
    7 version             3.2.0
     7version             4.3.0
    88categories          multimedia
    99maintainers         il.fontys.nl:ruud
    1010description         Matroska media files manipulation tools.
     
    1515platforms           darwin
    1616master_sites        ${homepage}sources/
    1717use_bzip2           yes
    18 patchfiles          patch-configure.diff
    1918
    20 # libmatroska is not universal
    21 universal_variant   no
     19checksums           md5 6367631773f41e2bb564323f2b1c48a3 \
     20                    sha1 70ae0d5769d65b032c15eedc01e914be3245779e \
     21                    rmd160 c55a126da2bcf5e36de61113bb64672d5fb44af4
    2222
    23 checksums           md5 9bf31280cb07870771e69de0287dc769 \
    24                     sha1 e5d2137402ef6731ee019a472527b77935d301b1 \
    25                     rmd160 d4dd843ddfbb741339080dbb729938eedf2505d8
     23depends_build       port:ruby
    2624
    2725depends_lib         port:boost \
    2826                    port:expat \
     
    3230                    port:pcre \
    3331                    port:zlib
    3432
     33build.cmd           ./drake
     34build.target        default
     35
    3536configure.args      --mandir=${prefix}/share/man \
    36                     --with-boost-regex=boost_regex-mt \
    3737                    --with-extra-libs=${prefix}/lib \
    3838                    --with-extra-includes=${prefix}/include \
    3939                    --without-flac \
    4040                    --disable-gui \
    4141                    --disable-wxwidgets
    4242
    43 default_variants    +flac
     43destroot.cmd        ./drake
     44
     45default_variants    +flac +bzip2 +lzo
    4446
    4547variant wxwidgets description {Build with the wxWidgets GUI} {
    4648    depends_lib-append port:wxWidgets