diff options
-rw-r--r-- | graphics/ogmtools/DESCR | 16 | ||||
-rw-r--r-- | graphics/ogmtools/Makefile | 20 | ||||
-rw-r--r-- | graphics/ogmtools/PLIST | 13 | ||||
-rw-r--r-- | graphics/ogmtools/distinfo | 4 |
4 files changed, 53 insertions, 0 deletions
diff --git a/graphics/ogmtools/DESCR b/graphics/ogmtools/DESCR new file mode 100644 index 00000000000..bc97d736d0d --- /dev/null +++ b/graphics/ogmtools/DESCR @@ -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 --git a/graphics/ogmtools/Makefile b/graphics/ogmtools/Makefile new file mode 100644 index 00000000000..18141a5c197 --- /dev/null +++ b/graphics/ogmtools/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 07:26:44 salo Exp $ +# + +DISTNAME= ogmtools-1.0.1 +CATEGORIES= graphics audio +MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= cube@cubidou.net +HOMEPAGE= http://www.bunkus.org/videotools/ogmtools/ +COMMENT= Ogg Media files manipulation tools + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --with-dvdread-includes=${BUILDLINK_DIR} + +.include "../../audio/libvorbis/buildlink2.mk" +.include "../../misc/libdvdread/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ogmtools/PLIST b/graphics/ogmtools/PLIST new file mode 100644 index 00000000000..8d041939e6a --- /dev/null +++ b/graphics/ogmtools/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/11 07:26:44 salo Exp $ +bin/ogmmerge +bin/ogmdemux +bin/ogminfo +bin/ogmsplit +bin/ogmcat +bin/dvdxchap +man/man1/ogmsplit.1 +man/man1/ogminfo.1 +man/man1/ogmmerge.1 +man/man1/ogmdemux.1 +man/man1/ogmcat.1 +man/man1/dvdxchap.1 diff --git a/graphics/ogmtools/distinfo b/graphics/ogmtools/distinfo new file mode 100644 index 00000000000..a6313bcff48 --- /dev/null +++ b/graphics/ogmtools/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/11 07:26:44 salo Exp $ + +SHA1 (ogmtools-1.0.1.tar.bz2) = 6fc28a856c26355e0ff5d5311a3c24673f1f0bd4 +Size (ogmtools-1.0.1.tar.bz2) = 188204 bytes |