pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mkvtoolnix Initial import of mkvtoolnix-0.8...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41045168723d
branches:  trunk
changeset: 472421:41045168723d
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Apr 10 12:44:31 2004 +0000

description:
Initial import of mkvtoolnix-0.8.6: Set of tools to create, alter and inspect
Matroska files.

MKVtoolnix is a set of tools to create, alter and inspect Matroska files.

With these tools one can get information about (mkvinfo) Matroska files,
extract tracks/data from (mkvextract) Matroska files and create (mkvmerge)
Matroska files from other media files.

>From pkgsrc-wip, created by Sergey Svishchev with modifications by me.

diffstat:

 multimedia/mkvtoolnix/DESCR    |   5 +++++
 multimedia/mkvtoolnix/Makefile |  30 ++++++++++++++++++++++++++++++
 multimedia/mkvtoolnix/PLIST    |   9 +++++++++
 multimedia/mkvtoolnix/distinfo |   4 ++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r fefb17738dad -r 41045168723d multimedia/mkvtoolnix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mkvtoolnix/DESCR       Sat Apr 10 12:44:31 2004 +0000
@@ -0,0 +1,5 @@
+MKVtoolnix is a set of tools to create, alter and inspect Matroska files.
+
+With these tools one can get information about (mkvinfo) Matroska files,
+extract tracks/data from (mkvextract) Matroska files and create (mkvmerge)
+Matroska files from other media files. 
diff -r fefb17738dad -r 41045168723d multimedia/mkvtoolnix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mkvtoolnix/Makefile    Sat Apr 10 12:44:31 2004 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/10 12:44:31 salo Exp $
+#
+
+DISTNAME=      mkvtoolnix-0.8.6
+CATEGORIES=    multimedia
+MASTER_SITES=  http://www.bunkus.org/videotools/mkvtoolnix/sources/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.bunkus.org/videotools/mkvtoolnix/
+COMMENT=       Set of tools to create, alter and inspect Matroska files
+
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=       --with-extra-libs=${PREFIX}
+CONFIGURE_ARGS+=       --with-extra-includes=${PREFIX}
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/liblzo/buildlink3.mk"
+.include "../../audio/flac/buildlink3.mk"
+.include "../../audio/libogg/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../multimedia/libmatroska/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r fefb17738dad -r 41045168723d multimedia/mkvtoolnix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mkvtoolnix/PLIST       Sat Apr 10 12:44:31 2004 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/10 12:44:31 salo Exp $
+bin/base64tool
+bin/mkvextract
+bin/mkvinfo
+bin/mkvmerge
+man/man1/base64tool.1
+man/man1/mkvextract.1
+man/man1/mkvinfo.1
+man/man1/mkvmerge.1
diff -r fefb17738dad -r 41045168723d multimedia/mkvtoolnix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Sat Apr 10 12:44:31 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/10 12:44:31 salo Exp $
+
+SHA1 (mkvtoolnix-0.8.6.tar.bz2) = 2fdb833c14fef3a0f7817ff7f2bb8319c182f29b
+Size (mkvtoolnix-0.8.6.tar.bz2) = 444379 bytes



Home | Main Index | Thread Index | Old Index