pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mmg Initial import of mmg-0.8.9: MKVtoolnix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30742f7781ea
branches:  trunk
changeset: 474998:30742f7781ea
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat May 08 18:22:14 2004 +0000

description:
Initial import of mmg-0.8.9: MKVtoolnix mkvmerge GUI.

mmg is a GUI for mkvmerge from MKVtoolnix.  mkvmerge is a tool to create
Matroska files from other media files.

diffstat:

 multimedia/mmg/DESCR            |   2 +
 multimedia/mmg/Makefile         |  42 +++++++++++++++++++++++++++++++++++++++++
 multimedia/mmg/PLIST            |  18 +++++++++++++++++
 multimedia/mmg/distinfo         |   6 +++++
 multimedia/mmg/patches/patch-aa |  40 +++++++++++++++++++++++++++++++++++++++
 multimedia/mmg/patches/patch-ab |  14 +++++++++++++
 6 files changed, 122 insertions(+), 0 deletions(-)

diffs (146 lines):

diff -r 7e21fde57784 -r 30742f7781ea multimedia/mmg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mmg/DESCR      Sat May 08 18:22:14 2004 +0000
@@ -0,0 +1,2 @@
+mmg is a GUI for mkvmerge from MKVtoolnix.  mkvmerge is a tool to create
+Matroska files from other media files. 
diff -r 7e21fde57784 -r 30742f7781ea multimedia/mmg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mmg/Makefile   Sat May 08 18:22:14 2004 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+#
+
+.include "../../multimedia/mkvtoolnix/Makefile.dist"
+
+PKGNAME=        ${DISTNAME:S/mkvtoolnix/mmg/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge-gui.html
+COMMENT=        MKVtoolnix mkvmerge GUI
+
+DEPENDS+=      ${DISTNAME}:../../multimedia/mkvtoolnix/
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+USE_LANGUAGES= c++
+USE_X11=       yes
+
+ALL_TARGET=    src/mmg/mmg
+
+post-patch:
+       @${SED} 's,@PREFIX@,${PREFIX},' ${WRKSRC}/doc/mmg.1 > \
+               ${WRKDIR}/mmg.1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/mmg/mmg ${PREFIX}/bin/
+       ${INSTALL_MAN} ${WRKDIR}/mmg.1 ${PREFIX}/man/man1/
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/mmg/images/
+       ${INSTALL_DATA} ${WRKSRC}/doc/images/*.png \
+               ${PREFIX}/share/doc/html/mmg/images/
+       ${INSTALL_DATA} ${WRKSRC}/doc/mkvmerge-gui.html \
+               ${PREFIX}/share/doc/html/mmg/guide.html
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/libebml/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../multimedia/libmatroska/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../x11/wxGTK/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7e21fde57784 -r 30742f7781ea multimedia/mmg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mmg/PLIST      Sat May 08 18:22:14 2004 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+bin/mmg
+man/man1/mmg.1
+share/doc/html/mmg/guide.html
+share/doc/html/mmg/images/addingremovingattachments.png
+share/doc/html/mmg/images/addremovefiles.png
+share/doc/html/mmg/images/attachmentoptions.png
+share/doc/html/mmg/images/audiotrackoptions.png
+share/doc/html/mmg/images/chaptereditor.png
+share/doc/html/mmg/images/movietitle.png
+share/doc/html/mmg/images/muxingwindow.png
+share/doc/html/mmg/images/selectmkvmergeexecutable.png
+share/doc/html/mmg/images/splitting.png
+share/doc/html/mmg/images/textsubtitlestrackoptions.png
+share/doc/html/mmg/images/trackselection.png
+share/doc/html/mmg/images/videotrackoptions.png
+@dirrm share/doc/html/mmg/images
+@dirrm share/doc/html/mmg
diff -r 7e21fde57784 -r 30742f7781ea multimedia/mmg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mmg/distinfo   Sat May 08 18:22:14 2004 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+
+SHA1 (mkvtoolnix-0.8.9.tar.bz2) = 0d926648aacd0b7621cca7727ec067d2a34f3c3c
+Size (mkvtoolnix-0.8.9.tar.bz2) = 480502 bytes
+SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312
+SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795
diff -r 7e21fde57784 -r 30742f7781ea multimedia/mmg/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mmg/patches/patch-aa   Sat May 08 18:22:14 2004 +0000
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+
+--- configure.orig     2004-05-06 19:54:38.000000000 +0200
++++ configure  2004-05-08 17:57:06.000000000 +0200
+@@ -3998,7 +3998,7 @@
+   if test "$ogg_found" = "no"; then
+     { { echo "$as_me:$LINENO: error: Could not find the Ogg library" >&5
+ echo "$as_me: error: Could not find the Ogg library" >&2;}
+-   { (exit 1); exit 1; }; }
++   { (true); true; }; }
+   fi
+   # On IRIX 5.3, sys/types and inttypes.h are conflicting.
+ 
+@@ -4225,7 +4225,7 @@
+   if test "$ogg_found" = "no"; then
+     { { echo "$as_me:$LINENO: error: Could not find the Ogg header files" >&5
+ echo "$as_me: error: Could not find the Ogg header files" >&2;}
+-   { (exit 1); exit 1; }; }
++   { (true); true; }; }
+   fi
+ 
+ 
+@@ -4305,7 +4305,7 @@
+   if test "$vorbis_found" = "no"; then
+     { { echo "$as_me:$LINENO: error: Could not find the Vorbis library" >&5
+ echo "$as_me: error: Could not find the Vorbis library" >&2;}
+-   { (exit 1); exit 1; }; }
++   { (true); true; }; }
+   fi
+ 
+ for ac_header in vorbis/codec.h
+@@ -4461,7 +4461,7 @@
+   if test "$vorbis_found" = "no"; then
+     { { echo "$as_me:$LINENO: error: Could not find the Vorbis header files" >&5
+ echo "$as_me: error: Could not find the Vorbis header files" >&2;}
+-   { (exit 1); exit 1; }; }
++   { (true); true; }; }
+   fi
+ 
+ 
diff -r 7e21fde57784 -r 30742f7781ea multimedia/mmg/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mmg/patches/patch-ab   Sat May 08 18:22:14 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+
+--- doc/mmg.1.orig     2004-05-06 19:47:45.000000000 +0200
++++ doc/mmg.1  2004-05-08 18:44:49.000000000 +0200
+@@ -23,7 +23,8 @@
+ be loaded directly after startup. This way \fBmmg\fR preferences files
+ can be associated with \fBmmg\fR itself.
+ .LP
+-The full documentation is available in HTML form (doc/mkvmerge-gui.html).
++The full documentation is available in HTML form
++(@PREFIX@/share/doc/html/mmg/guide.html).
+ 
+ 
+ .SH AUTHOR



Home | Main Index | Thread Index | Old Index