Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 15:29:07 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411174 - in head/multimedia/oggvideotools: . files
Message-ID:  <201603151529.u2FFT77G072258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Mar 15 15:29:07 2016
New Revision: 411174
URL: https://svnweb.freebsd.org/changeset/ports/411174

Log:
  Update to 0.9.
  
  PR:		207990
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Added:
  head/multimedia/oggvideotools/files/patch-src_base_fileRepository.h   (contents, props changed)
     - copied, changed from r411173, head/multimedia/oggvideotools/files/patch-src_fileRepository.h
  head/multimedia/oggvideotools/files/patch-src_effect_pictureBlend.cpp   (contents, props changed)
     - copied, changed from r411173, head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp
  head/multimedia/oggvideotools/files/patch-src_main_cmdlineextractor.h   (contents, props changed)
     - copied, changed from r411173, head/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h
Deleted:
  head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp
  head/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h
  head/multimedia/oggvideotools/files/patch-src_fileRepository.h
Modified:
  head/multimedia/oggvideotools/Makefile
  head/multimedia/oggvideotools/distinfo
  head/multimedia/oggvideotools/pkg-plist

Modified: head/multimedia/oggvideotools/Makefile
==============================================================================
--- head/multimedia/oggvideotools/Makefile	Tue Mar 15 15:29:01 2016	(r411173)
+++ head/multimedia/oggvideotools/Makefile	Tue Mar 15 15:29:07 2016	(r411174)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oggvideotools
-PORTVERSION=	0.8a
-PORTREVISION=	4
+PORTVERSION=	0.9
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 
@@ -17,11 +16,16 @@ LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphi
 		libtheora.so:${PORTSDIR}/multimedia/libtheora \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c++11-lib pkgconfig
+USE_CXXSTD=	c++11
 USE_SDL=	sdl
 USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|-O0.*-fPIC|-fPIC|' ${WRKSRC}/CMakeLists.txt
+
 .include <bsd.port.mk>

Modified: head/multimedia/oggvideotools/distinfo
==============================================================================
--- head/multimedia/oggvideotools/distinfo	Tue Mar 15 15:29:01 2016	(r411173)
+++ head/multimedia/oggvideotools/distinfo	Tue Mar 15 15:29:07 2016	(r411174)
@@ -1,2 +1,2 @@
-SHA256 (oggvideotools-0.8a.tar.gz) = 27f96a98d8b5a2c90f042ace7b4d08c9246d4d0590a8e630800b4779024514cc
-SIZE (oggvideotools-0.8a.tar.gz) = 186093
+SHA256 (oggvideotools-0.9.tar.gz) = 16589d6f4b888ec3ed2c7cc22c915899a8ff1358a8a56cdfd91432cb6223cb79
+SIZE (oggvideotools-0.9.tar.gz) = 289859

Copied and modified: head/multimedia/oggvideotools/files/patch-src_base_fileRepository.h (from r411173, head/multimedia/oggvideotools/files/patch-src_fileRepository.h)
==============================================================================
--- head/multimedia/oggvideotools/files/patch-src_fileRepository.h	Tue Mar 15 15:29:01 2016	(r411173, copy source)
+++ head/multimedia/oggvideotools/files/patch-src_base_fileRepository.h	Tue Mar 15 15:29:07 2016	(r411174)
@@ -1,5 +1,5 @@
---- src/fileRepository.h.orig	2010-05-30 19:11:10.000000000 +0000
-+++ src/fileRepository.h
+--- src/base/fileRepository.h.orig	2015-10-05 06:33:52 UTC
++++ src/base/fileRepository.h
 @@ -23,6 +23,7 @@
  #define FILEREPOSITORY_H_
  

Copied and modified: head/multimedia/oggvideotools/files/patch-src_effect_pictureBlend.cpp (from r411173, head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp)
==============================================================================
--- head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp	Tue Mar 15 15:29:01 2016	(r411173, copy source)
+++ head/multimedia/oggvideotools/files/patch-src_effect_pictureBlend.cpp	Tue Mar 15 15:29:07 2016	(r411174)
@@ -1,5 +1,5 @@
---- src/pictureBlend.cpp.orig
-+++ src/pictureBlend.cpp
+--- src/effect/pictureBlend.cpp.orig	2015-10-05 06:33:52 UTC
++++ src/effect/pictureBlend.cpp
 @@ -9,6 +9,8 @@
  // Copyright: See COPYING file that comes with this distribution
  //

Copied and modified: head/multimedia/oggvideotools/files/patch-src_main_cmdlineextractor.h (from r411173, head/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h)
==============================================================================
--- head/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h	Tue Mar 15 15:29:01 2016	(r411173, copy source)
+++ head/multimedia/oggvideotools/files/patch-src_main_cmdlineextractor.h	Tue Mar 15 15:29:07 2016	(r411174)
@@ -1,8 +1,8 @@
---- src/cmdlineextractor.h.orig	2010-05-30 21:11:10.000000000 +0200
-+++ src/cmdlineextractor.h	2014-01-25 18:46:51.620972183 +0100
-@@ -20,7 +20,7 @@
- #include "oggComment.h"
+--- src/main/cmdlineextractor.h.orig	2015-10-05 06:33:52 UTC
++++ src/main/cmdlineextractor.h
+@@ -21,7 +21,7 @@
  #include "blendElement.h"
+ #include "effectorTypes.h"
  
 -const std::string validChars ( "0123456789,x" );
 +const std::string validChars ( "0123456789,x:" );

Modified: head/multimedia/oggvideotools/pkg-plist
==============================================================================
--- head/multimedia/oggvideotools/pkg-plist	Tue Mar 15 15:29:01 2016	(r411173)
+++ head/multimedia/oggvideotools/pkg-plist	Tue Mar 15 15:29:07 2016	(r411174)
@@ -8,76 +8,6 @@ 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
 man/man1/mkThumbs.1.gz
 man/man1/oggCat.1.gz
 man/man1/oggCut.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151529.u2FFT77G072258>