Skip to content

Commit

Permalink
Update to 1.7.0.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@18683 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
pguyot committed Jul 22, 2006
1 parent 35c0798 commit 6f60a0a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 69 deletions.
20 changes: 11 additions & 9 deletions multimedia/mkvtoolnix/Portfile
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.3 2004/09/28 15:59:38 pguyot Exp $
# $Id: Portfile,v 1.4 2006/07/22 07:39:18 pguyot Exp $

PortSystem 1.0
name mkvtoolnix
version 0.9.5
version 1.7.0
categories multimedia
maintainers pguyot@kallisys.net
description Matroska media files manipulation tools.
Expand All @@ -13,19 +13,21 @@ homepage http://www.bunkus.org/videotools/mkvtoolnix/
platforms darwin
use_bzip2 yes
master_sites ${homepage}sources/
checksums md5 ede557a3d66d7e581910259f50a3235a
checksums md5 a4d2720ace7509b2af026db00405cfc0 \
sha1 c705af2778faac3e5244015646e331e811500b26 \
rmd160 0c90a44f0b6df466a4799ed8fa2f99791059c7fb
depends_lib lib:libmatroska:libmatroska \
lib:libogg:libogg \
lib:libvorbis:libvorbis \
lib:libFLAC:flac \
lib:libexpat:expat \
lib:liblzo:lzo \
lib:libwxWindows:wxWindows
port:wxWidgets
configure.args --mandir=${prefix}/share/man \
--with-extra-libs=${prefix}/lib \
--with-extra-includes=${prefix}/include
# libmatroska APIs changed a little bit.
# Also fix the fact that there is no prototype for wxEntry.
patchfiles patch-src-common-chapter_parser_xml.cpp \
patch-src-common-chapter_writer.cpp \
patch-src-mkvinfo.cpp

# livecheck.
livecheck.check regex
livecheck.url http://www.archlinux.org/packages/3992/
livecheck.regex mkvtoolnix (\[0-9.\]+)-\[0-9\]

This file was deleted.

11 changes: 0 additions & 11 deletions multimedia/mkvtoolnix/files/patch-src-common-chapter_writer.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions multimedia/mkvtoolnix/files/patch-src-mkvinfo.cpp

This file was deleted.

0 comments on commit 6f60a0a

Please sign in to comment.