Ticket #36466: mkvtoolnix580.diff
File mkvtoolnix580.diff, 1.8 KB (added by bgrupe27, 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name mkvtoolnix 8 version 5. 6.08 version 5.8.0 9 9 categories multimedia 10 10 maintainers nomaintainer 11 11 license GPL-2+ LGPL-2.1+ … … 19 19 master_sites ${homepage}sources/ \ 20 20 http://svn.mandriva.com/svn/packages/cooker/mkvtoolnix/releases/${version}/1/SOURCES/ 21 21 use_bzip2 yes 22 set configure.compiler macports-gcc-4. 622 set configure.compiler macports-gcc-4.7 23 23 24 checksums rmd160 6880fca76b162e7a83d6d6dac0617a6dae7be62f\25 sha256 09c502de690af0ad405cf66fe9863e86260f89871e9a563f1ede56a53e71fcc324 checksums rmd160 29c11e66680d0f0f58f9aab4c9edd69f84f67f1d \ 25 sha256 3c9ec7e4c035b82a35850c5ada98a29904edc44a0d1c9b900ed05d56e6274960 26 26 27 27 # As of 4.7.0, mkvtoolnix uses internal static libmatroska and libebml. 28 depends_build port:gcc4 6\28 depends_build port:gcc47 \ 29 29 port:pkgconfig 30 30 31 31 depends_lib port:boost \ … … 39 39 port:libvorbis \ 40 40 port:lzo2 \ 41 41 port:pcre \ 42 port:ruby \ 42 43 port:zlib 43 44 44 45 build.cmd ./drake … … 53 54 --disable-wxwidgets 54 55 55 56 variant 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 60 58 61 59 configure.args-delete \ 62 60 --diable-gui \