diff options
author | salo <salo@pkgsrc.org> | 2004-04-12 21:51:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-12 21:51:12 +0000 |
commit | effb60c5804c2eb365266320a644eba7a21a0605 (patch) | |
tree | 9706c16f4fc42ec8b30d97670e36983045d42894 /graphics | |
parent | f9d323daa9e6514aefcb93e2dc938d4ddd94cfaf (diff) | |
download | pkgsrc-effb60c5804c2eb365266320a644eba7a21a0605.tar.gz |
Moved to multimedia/ogmtools where they belong.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogmtools/DESCR | 16 | ||||
-rw-r--r-- | graphics/ogmtools/Makefile | 23 | ||||
-rw-r--r-- | graphics/ogmtools/PLIST | 13 | ||||
-rw-r--r-- | graphics/ogmtools/distinfo | 4 |
4 files changed, 0 insertions, 56 deletions
diff --git a/graphics/ogmtools/DESCR b/graphics/ogmtools/DESCR deleted file mode 100644 index bc97d736d0d..00000000000 --- a/graphics/ogmtools/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 3a26ec589de..00000000000 --- a/graphics/ogmtools/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2004/04/12 21:38:18 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/graphics/ogmtools/PLIST b/graphics/ogmtools/PLIST deleted file mode 100644 index 89fdf0b0a68..00000000000 --- a/graphics/ogmtools/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2003/12/02 23:25:25 cube 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/graphics/ogmtools/distinfo b/graphics/ogmtools/distinfo deleted file mode 100644 index cf60daa8162..00000000000 --- a/graphics/ogmtools/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.5 2004/04/12 21:38:18 salo Exp $ - -SHA1 (ogmtools-1.3.tar.bz2) = 30486a6de114a1f8870b8d84417ee138ca6c9478 -Size (ogmtools-1.3.tar.bz2) = 214680 bytes |