Date: 16 Sep 2002 17:43:59 -0000 From: Joseph King <king@v2project.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42850: New Port: audio/ogmtools Message-ID: <20020916174359.82104.qmail@main.v2project.com>
next in thread | raw e-mail | index | archive | help
>Number: 42850 >Category: ports >Synopsis: New Port: audio/ogmtools >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 16 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joseph King >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: >Description: These tools allow information and extraction from OGG media streams >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ogmtools # ogmtools/files # ogmtools/Makefile # ogmtools/distinfo # ogmtools/pkg-comment # ogmtools/pkg-descr # ogmtools/pkg-plist # echo c - ogmtools mkdir -p ogmtools > /dev/null 2>&1 echo c - ogmtools/files mkdir -p ogmtools/files > /dev/null 2>&1 echo x - ogmtools/Makefile sed 's/^X//' >ogmtools/Makefile << 'END-of-ogmtools/Makefile' X# New ports collection makefile for: ogmtools X# Date created: Mon Sep 16 18:48:28 CEST 2002 X# Whom: king@v2project.com X# X# $FreeBSD:$ X# X XPORTNAME= ogmtools XPORTVERSION= 0.922 XCATEGORIES= audio XMASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= king@v2project.com X XBUILD_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --with-ogg-prefix=${LOCALBASE} --with-vorbis-prefix=${LOCALBASE} X XUSE_BZIP2= yes X XWRKSRC= ${WRKDIR}/${PKGNAME} X Xpost-patch: X cd ${WRKSRC} && ${SH} autogen.sh X X.include <bsd.port.mk> END-of-ogmtools/Makefile echo x - ogmtools/distinfo sed 's/^X//' >ogmtools/distinfo << 'END-of-ogmtools/distinfo' XMD5 (ogmtools-0.922.tar.bz2) = 5af798d9a52cda7cc42dbb99f9304e5a END-of-ogmtools/distinfo echo x - ogmtools/pkg-comment sed 's/^X//' >ogmtools/pkg-comment << 'END-of-ogmtools/pkg-comment' XThese tools allow information and extraction from OGG media streams END-of-ogmtools/pkg-comment echo x - ogmtools/pkg-descr sed 's/^X//' >ogmtools/pkg-descr << 'END-of-ogmtools/pkg-descr' XThe ogmtools allow users to display information about (ogminfo), Xextract streams from (ogmdemux), and merge several streams Xinto (ogmmerge) Ogg files. Supported stream types include Xvideo streams from AVIs or Ogg files and Vorbis audio Xfrom Ogg files. The resulting files can be played back with mplayer X or with the OggDS Direct Show filters under Windows. X XWWW: http://www.bunkus.org/videotools/ogmtools/ END-of-ogmtools/pkg-descr echo x - ogmtools/pkg-plist sed 's/^X//' >ogmtools/pkg-plist << 'END-of-ogmtools/pkg-plist' Xbin/ogmmerge Xbin/ogmdemux Xbin/ogminfo Xbin/ogmsplit END-of-ogmtools/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020916174359.82104.qmail>