[40012] trunk/dports/multimedia/mkvtoolnix/Portfile
pguyot at kallisys.net
pguyot at kallisys.net
Wed Sep 17 03:14:01 PDT 2008
Revision: 40012
http://trac.macports.org/changeset/40012
Author: pguyot at kallisys.net
Date: 2008-09-17 03:13:59 -0700 (Wed, 17 Sep 2008)
Log Message:
-----------
multimedia/mkvtoolnix: update to 2.3.0 + made wxwidgets a variant (#13872)
Modified Paths:
--------------
trunk/dports/multimedia/mkvtoolnix/Portfile
Modified: trunk/dports/multimedia/mkvtoolnix/Portfile
===================================================================
--- trunk/dports/multimedia/mkvtoolnix/Portfile 2008-09-17 09:23:55 UTC (rev 40011)
+++ trunk/dports/multimedia/mkvtoolnix/Portfile 2008-09-17 10:13:59 UTC (rev 40012)
@@ -1,10 +1,11 @@
# $Id$
PortSystem 1.0
+
name mkvtoolnix
-version 2.0.2
+version 2.3.0
categories multimedia
-maintainers pguyot at kallisys.net
+maintainers pguyot at kallisys.net openmaintainer
description Matroska media files manipulation tools.
long_description mkvtoolnix will evolve to a set of tools to create, \
alter and inspect Matroska files under Linux and other \
@@ -13,21 +14,37 @@
platforms darwin
use_bzip2 yes
master_sites ${homepage}sources/
-checksums md5 48b478caef80117b6cd3cd9b06e9f104 \
- sha1 6a4b1e62786fb6e5f426fe3a6ddc667034868212 \
- rmd160 01ea703dfe6e15f9cf121fa0752d059b01a79c15
+checksums md5 c50060111ee8e41d73a3cc8b264eec15 \
+ sha1 92002a03e6961d52b84493e51420d77d36475292 \
+ rmd160 a6a86ec94c0038541af83fadb0523202ffbb476d
depends_lib port:libmatroska \
port:libogg \
port:libvorbis \
- port:flac \
port:expat \
port:lzo \
- port:wxWidgets \
- port:pcre
+ port:pcre \
+ port:boost
configure.args --mandir=${prefix}/share/man \
--with-extra-libs=${prefix}/lib \
- --with-extra-includes=${prefix}/include
+ --with-extra-includes=${prefix}/include \
+ --disable-wxwidgets \
+ --without-flac \
+ --with-boost-regex=boost_regex-mt
+variant wxwidgets description "build with the GUI with wxWidgets" {
+ depends_lib-append port:wxWidgets
+ configure.args-delete --disable-wxwidgets
+ configure.args-append --enable-wxwidgets
+}
+
+variant flac description "flac support" {
+ depends_lib-append port:flac
+ configure.args-delete --without-flac
+ configure.args-append --with-flac
+}
+
+default_variants +flac
+
# livecheck.
livecheck.check regex
livecheck.url http://www.archlinux.org/packages/3992/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080917/c044155a/attachment.html
More information about the macports-changes
mailing list