diff options
author | salo <salo@pkgsrc.org> | 2004-04-12 21:47:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-12 21:47:02 +0000 |
commit | f9d323daa9e6514aefcb93e2dc938d4ddd94cfaf (patch) | |
tree | 062cded41788891c466eff52c3d2545615aae399 /multimedia/ogmtools | |
parent | 94981e8ff8bf9b4ec15fe7ff84641c28621bf7c5 (diff) | |
download | pkgsrc-f9d323daa9e6514aefcb93e2dc938d4ddd94cfaf.tar.gz |
Reimport ogmtools from graphics/ogmtools.
Diffstat (limited to 'multimedia/ogmtools')
-rw-r--r-- | multimedia/ogmtools/DESCR | 16 | ||||
-rw-r--r-- | multimedia/ogmtools/Makefile | 23 | ||||
-rw-r--r-- | multimedia/ogmtools/PLIST | 13 | ||||
-rw-r--r-- | multimedia/ogmtools/distinfo | 4 |
4 files changed, 56 insertions, 0 deletions
diff --git a/multimedia/ogmtools/DESCR b/multimedia/ogmtools/DESCR new file mode 100644 index 00000000000..bc97d736d0d --- /dev/null +++ b/multimedia/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/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile new file mode 100644 index 00000000000..943040a8af8 --- /dev/null +++ b/multimedia/ogmtools/Makefile @@ -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 +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 --git a/multimedia/ogmtools/PLIST b/multimedia/ogmtools/PLIST new file mode 100644 index 00000000000..2512d12cea4 --- /dev/null +++ b/multimedia/ogmtools/PLIST @@ -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 --git a/multimedia/ogmtools/distinfo b/multimedia/ogmtools/distinfo new file mode 100644 index 00000000000..a5bc8f9b6c9 --- /dev/null +++ b/multimedia/ogmtools/distinfo @@ -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 |