svn commit: r313195 - head/multimedia/oggvideotools

Martin Wilke miwi at FreeBSD.org
Sat Mar 2 05:49:01 UTC 2013


Author: miwi
Date: Sat Mar  2 05:48:59 2013
New Revision: 313195
URL: http://svnweb.freebsd.org/changeset/ports/313195

Log:
  - Update to 0.8a
  
  PR:		176532
  Submitted by:	ports fury

Added:
  head/multimedia/oggvideotools/pkg-plist   (contents, props changed)
Modified:
  head/multimedia/oggvideotools/Makefile
  head/multimedia/oggvideotools/distinfo   (contents, props changed)
  head/multimedia/oggvideotools/pkg-descr   (contents, props changed)

Modified: head/multimedia/oggvideotools/Makefile
==============================================================================
--- head/multimedia/oggvideotools/Makefile	Sat Mar  2 05:48:29 2013	(r313194)
+++ head/multimedia/oggvideotools/Makefile	Sat Mar  2 05:48:59 2013	(r313195)
@@ -2,30 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	oggvideotools
-PORTVERSION=	0.8
-PORTREVISION=	5
+PORTVERSION=	0.8a
 CATEGORIES=	multimedia
-MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=	oggvideotools/oggvideotools/${DISTNAME}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A toolbox for manipulating Ogg video files
+COMMENT=	Toolbox for manipulating Ogg video files
 
-LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd \
+LICENSE=	GPLv2 # (or later)
+
+LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd \
 		ogg:${PORTSDIR}/audio/libogg \
-		theora.0:${PORTSDIR}/multimedia/libtheora \
-		vorbis.4:${PORTSDIR}/audio/libvorbis
+		theora:${PORTSDIR}/multimedia/libtheora \
+		vorbis:${PORTSDIR}/audio/libvorbis
 
 USE_SDL=	sdl
-GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-MAKEFILE=	makefile
-
-.for app in oggSplit oggDump oggJoin oggCut oggCat oggLength oggSlideshow oggThumb oggResize oggSilence oggScroll mkThumbs mkSlideshow
-PLIST_FILES+=	bin/${app}
-.endfor
-.for app in oggResize oggSlideshow oggThumb oggSplit oggJoin oggCut oggCat oggSilence
-MAN1+=	${app}.1
-.endfor
+USE_PKGCONFIG=	build
+USE_CMAKE=	yes
+USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
+
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+MAN1=		mkThumbs.1 oggCat.1 oggCut.1 oggDump.1 oggJoin.1 \
+		oggLength.1 oggSilence.1 oggSlideshow.1 oggSplit.1 \
+		oggThumb.1 oggTranscode.1
 
 .include <bsd.port.mk>

Modified: head/multimedia/oggvideotools/distinfo
==============================================================================
--- head/multimedia/oggvideotools/distinfo	Sat Mar  2 05:48:29 2013	(r313194)
+++ head/multimedia/oggvideotools/distinfo	Sat Mar  2 05:48:59 2013	(r313195)
@@ -1,2 +1,2 @@
-SHA256 (oggvideotools-0.8.tar.gz) = c33f33b400d6c01d12490a063e29347ac36fb59eac00892256552cafb0d4c93a
-SIZE (oggvideotools-0.8.tar.gz) = 476044
+SHA256 (oggvideotools-0.8a.tar.gz) = 27f96a98d8b5a2c90f042ace7b4d08c9246d4d0590a8e630800b4779024514cc
+SIZE (oggvideotools-0.8a.tar.gz) = 186093

Modified: head/multimedia/oggvideotools/pkg-descr
==============================================================================
--- head/multimedia/oggvideotools/pkg-descr	Sat Mar  2 05:48:29 2013	(r313194)
+++ head/multimedia/oggvideotools/pkg-descr	Sat Mar  2 05:48:59 2013	(r313195)
@@ -4,8 +4,4 @@ which usually consist of a video stream 
 creating an manipulating these video files, such as for splitting the
 different streams.
 
-At the moment there are the following tools available: oggResize,
-oggThumb, oggSlideshow, oggCut, oggCat, oggSplit, oggJoin, oggDump,
-oggLength, oggSilence and oggScroll.
-
-WWW: http://dev.streamnik.de/oggvideotools.html
+WWW: http://www.streamnik.de/oggvideotools.html

Added: head/multimedia/oggvideotools/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/oggvideotools/pkg-plist	Sat Mar  2 05:48:59 2013	(r313195)
@@ -0,0 +1,82 @@
+bin/oggCat
+bin/oggCut
+bin/oggDump
+bin/oggJoin
+bin/oggLength
+bin/oggSilence
+bin/oggSlideshow
+bin/oggSplit
+bin/oggThumb
+bin/oggTranscode
+include/oggvt/audioConverter.h
+include/oggvt/audioHook.h
+include/oggvt/audioPacket.h
+include/oggvt/basePlane.h
+include/oggvt/blendElement.h
+include/oggvt/bufferRepository.h
+include/oggvt/cmdlineextractor.h
+include/oggvt/crc.h
+include/oggvt/crossfader.h
+include/oggvt/definition.h
+include/oggvt/effector.h
+include/oggvt/exception.h
+include/oggvt/fileRepository.h
+include/oggvt/granulePosInterpreter.h
+include/oggvt/helper.h
+include/oggvt/hookHandler.h
+include/oggvt/kateExtractor.h
+include/oggvt/kateHeader.h
+include/oggvt/katePosInterpreter.h
+include/oggvt/kateStreamParameter.h
+include/oggvt/kenburnseffect.h
+include/oggvt/log.h
+include/oggvt/lowpassEffect.h
+include/oggvt/mediaConverter.h
+include/oggvt/mediaDecoder.h
+include/oggvt/mediaEncoder.h
+include/oggvt/mediaInputEncoder.h
+include/oggvt/mediaOutputDecoder.h
+include/oggvt/mediaRepository.h
+include/oggvt/mediaUnit.h
+include/oggvt/oggBOSExtractorFactory.h
+include/oggvt/oggComment.h
+include/oggvt/oggDecoder.h
+include/oggvt/oggEncoder.h
+include/oggvt/oggHeader.h
+include/oggvt/oggPacket.h
+include/oggvt/oggPage.h
+include/oggvt/oggRingbuffer.h
+include/oggvt/oggStreamDecoder.h
+include/oggvt/oggStreamEncoder.h
+include/oggvt/oggTypes.h
+include/oggvt/pictureBlend.h
+include/oggvt/pictureLoader.h
+include/oggvt/pictureResize.h
+include/oggvt/plainPicture.h
+include/oggvt/rawMediaPacket.h
+include/oggvt/refObject.h
+include/oggvt/rgbPlane.h
+include/oggvt/ringbuffer.h
+include/oggvt/streamConfig.h
+include/oggvt/streamExtractor.h
+include/oggvt/streamMux.h
+include/oggvt/streamParameter.h
+include/oggvt/streamSerializer.h
+include/oggvt/th_helper.h
+include/oggvt/theoraDecoder.h
+include/oggvt/theoraEncoder.h
+include/oggvt/theoraExtractor.h
+include/oggvt/theoraHeader.h
+include/oggvt/theoraPosInterpreter.h
+include/oggvt/theoraStreamParameter.h
+include/oggvt/videoHook.h
+include/oggvt/vorbisDecoder.h
+include/oggvt/vorbisEncoder.h
+include/oggvt/vorbisExtractor.h
+include/oggvt/vorbisHeader.h
+include/oggvt/vorbisPosInterpreter.h
+include/oggvt/vorbisStreamParameter.h
+include/oggvt/wishList.h
+lib/liboggvideotools.so
+sbin/mkThumbs
+ at dirrm include/oggvt


More information about the svn-ports-all mailing list