pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ogmtools Reimport ogmtools from graphics/og...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ee96f47840c
branches: trunk
changeset: 472845:3ee96f47840c
user: salo <salo%pkgsrc.org@localhost>
date: Mon Apr 12 21:47:02 2004 +0000
description:
Reimport ogmtools from graphics/ogmtools.
diffstat:
multimedia/ogmtools/DESCR | 16 ++++++++++++++++
multimedia/ogmtools/Makefile | 23 +++++++++++++++++++++++
multimedia/ogmtools/PLIST | 13 +++++++++++++
multimedia/ogmtools/distinfo | 4 ++++
4 files changed, 56 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r a0523a41e53b -r 3ee96f47840c multimedia/ogmtools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ogmtools/DESCR Mon Apr 12 21:47:02 2004 +0000
@@ -0,0 +1,16 @@
+ogmtools are a set of utilities for Ogg Media files (OGM) manipulation,
+written by Moritz Bunkuns.
+
+Ogg is a container format that can contains much more than a simple
+Vorbis sound stream: notably, you can have a video stream, subtitles,
+etc.
+
+ogmtools are not meant to encode or decode anything, but will be used
+complementary to mplayer/mencoder or any other media encoding utility.
+ogmmerge will produce an OGM file from separated components, like an
+audio track and a video track, and ogmdemux will have the inverse
+behaviour. ogmsplit will cut a file into several parts, and ogminfo
+will print information about the file. The last tool, dvdxchap is
+used in combination with ogmmerge to add some special comments into
+the resulting OGM file to provide chaptering with the player that
+support it (the OggDS Windows filter takes advantage of that).
diff -r a0523a41e53b -r 3ee96f47840c multimedia/ogmtools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ogmtools/Makefile Mon Apr 12 21:47:02 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/12 21:47:02 salo Exp $
+#
+
+DISTNAME= ogmtools-1.3
+CATEGORIES= multimedia
+MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= cube%NetBSD.org@localhost
+HOMEPAGE= http://www.bunkus.org/videotools/ogmtools/
+COMMENT= Ogg Media files manipulation tools
+
+USE_BUILDLINK3= YES
+USE_LANGUAGES= c c++
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-dvdread-includes=${BUILDLINK_DIR}
+
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/libogg/buildlink3.mk"
+.include "../../multimedia/libdvdread/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r a0523a41e53b -r 3ee96f47840c multimedia/ogmtools/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ogmtools/PLIST Mon Apr 12 21:47:02 2004 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/12 21:47:02 salo Exp $
+bin/dvdxchap
+bin/ogmcat
+bin/ogmdemux
+bin/ogminfo
+bin/ogmmerge
+bin/ogmsplit
+man/man1/dvdxchap.1
+man/man1/ogmcat.1
+man/man1/ogmdemux.1
+man/man1/ogminfo.1
+man/man1/ogmmerge.1
+man/man1/ogmsplit.1
diff -r a0523a41e53b -r 3ee96f47840c multimedia/ogmtools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ogmtools/distinfo Mon Apr 12 21:47:02 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/12 21:47:02 salo Exp $
+
+SHA1 (ogmtools-1.3.tar.bz2) = 30486a6de114a1f8870b8d84417ee138ca6c9478
+Size (ogmtools-1.3.tar.bz2) = 214680 bytes
Home |
Main Index |
Thread Index |
Old Index