diff options
author | naddy <naddy@FreeBSD.org> | 2008-04-08 04:37:23 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-04-08 04:37:23 +0800 |
commit | 5d7648cf54a89e826350ff1b2f40131f20c43261 (patch) | |
tree | 2ef2e56717d3ec99a2689360c25c64d5cae8418d /multimedia/mkvtoolnix | |
parent | ac39987147fb57e12b7fc719185f6a8153a068d7 (diff) | |
download | freebsd-ports-graphics-5d7648cf54a89e826350ff1b2f40131f20c43261.tar.gz freebsd-ports-graphics-5d7648cf54a89e826350ff1b2f40131f20c43261.tar.zst freebsd-ports-graphics-5d7648cf54a89e826350ff1b2f40131f20c43261.zip |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 63775968ffd..a33a37bc7c9 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -7,13 +7,14 @@ PORTNAME= mkvtoolnix PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Tools to extract from/get info about/create Matroska media streams -LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ +LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ ebml:${PORTSDIR}/textproc/libebml \ expat.6:${PORTSDIR}/textproc/expat2 \ lzo2.2:${PORTSDIR}/archivers/lzo2 \ |