summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-05-03 08:28:40 +0000
committeradam <adam>2012-05-03 08:28:40 +0000
commita7ac49c4187b5781cac6d70f0dc62d2edc3f6671 (patch)
tree2002756dd5d217650b94b365e08296622fc962da /multimedia/mkvtoolnix/Makefile
parent875b6f2cba475a8ee7e76704cf761b52dc451b0f (diff)
downloadpkgsrc-a7ac49c4187b5781cac6d70f0dc62d2edc3f6671.tar.gz
Changes 5.0.1:
* build system: Updated the Debian/Ubuntu files to debhelper v7/quilt 3.0 format. * mkvmerge: enhancement: Implemented support for yet another way of storing EAC3 and DTS in MPEG transport streams. * mkvinfo: bug fix: Track information was not reset when opening more than one file in the GUI. * mkvmerge: bug fix: The PGS subtitle output module was not outputting any packet in certain cases due to uninitialized variables. * mkvmerge: bug fix: Fixed mkvmerge not finding any track in TS streams whose first PMT packet could not be parsed (e.g. invalid CRC). * mkvmerge: bug fix: Fixed detection of TS streams that only contain one PAT or PMT packet within the first few KB but no others within the first 10 MB.
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r--multimedia/mkvtoolnix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index 45ce40e0462..9e59f1a824b 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2012/03/22 14:25:25 taca Exp $
+# $NetBSD: Makefile,v 1.45 2012/05/03 08:28:40 adam Exp $
-DISTNAME= mkvtoolnix-5.0.0
-PKGREVISION= 8
+DISTNAME= mkvtoolnix-5.0.1
CATEGORIES= multimedia
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/
EXTRACT_SUFX= .tar.bz2
@@ -19,6 +18,7 @@ USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-boost-libdir=${BUILDLINK_PREFIX.boost-libs}
CONFIGURE_ARGS+= --with-boost_regex=boost_regex
+CONFIGURE_ARGS+= --with-boost-system=boost_system
CONFIGURE_ARGS+= --with-boost-filesystem=boost_filesystem
LDFLAGS.DragonFly= -lboost_system