Ticket #36466: mkvtoolnix580.diff

File mkvtoolnix580.diff, 1.8 KB (added by bgrupe27, 12 years ago)

Updated portfile

  • Portfile

    old new  
    55PortGroup           muniversal 1.0
    66
    77name                mkvtoolnix
    8 version             5.6.0
     8version             5.8.0
    99categories          multimedia
    1010maintainers         nomaintainer
    1111license             GPL-2+ LGPL-2.1+
     
    1919master_sites        ${homepage}sources/ \
    2020                    http://svn.mandriva.com/svn/packages/cooker/mkvtoolnix/releases/${version}/1/SOURCES/
    2121use_bzip2           yes
    22 set configure.compiler macports-gcc-4.6
     22set configure.compiler macports-gcc-4.7
    2323
    24 checksums           rmd160  6880fca76b162e7a83d6d6dac0617a6dae7be62f \
    25                     sha256  09c502de690af0ad405cf66fe9863e86260f89871e9a563f1ede56a53e71fcc3
     24checksums           rmd160  29c11e66680d0f0f58f9aab4c9edd69f84f67f1d \
     25                    sha256  3c9ec7e4c035b82a35850c5ada98a29904edc44a0d1c9b900ed05d56e6274960
    2626
    2727# As of 4.7.0, mkvtoolnix uses internal static libmatroska and libebml.
    28 depends_build       port:gcc46 \
     28depends_build       port:gcc47 \
    2929                    port:pkgconfig
    3030
    3131depends_lib         port:boost \
     
    3939                    port:libvorbis \
    4040                    port:lzo2 \
    4141                    port:pcre \
     42                    port:ruby \
    4243                    port:zlib
    4344
    4445build.cmd           ./drake
     
    5354                    --disable-wxwidgets
    5455
    5556variant wxwidgets description {Build with the wxWidgets GUI} {
    56     depends_lib-append port:wxWidgets
    57 
    58     # wxWidgets is 32-bit only
    59     supported_archs i386 ppc
     57    depends_lib-append port:wxWidgets30
    6058
    6159    configure.args-delete \
    6260        --diable-gui \