Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 10:09:45 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352238 - head/multimedia/lives
Message-ID:  <201404261009.s3QA9jl4068799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Apr 26 10:09:45 2014
New Revision: 352238
URL: http://svnweb.freebsd.org/changeset/ports/352238
QAT: https://qat.redports.org/buildarchive/r352238/

Log:
  - Update to version 2.2.4
  - Make Matroska support optional and off by default (mainly due to
    multimedia/mkvtoolnix being notoriously broken)
  - Fix few shebangs
  - Install striped binaries

Modified:
  head/multimedia/lives/Makefile
  head/multimedia/lives/distinfo

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Sat Apr 26 10:06:08 2014	(r352237)
+++ head/multimedia/lives/Makefile	Sat Apr 26 10:09:45 2014	(r352238)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.2.2
-PORTREVISION=	1
+PORTVERSION=	2.2.4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://salsaman.home.xs4all.nl/lives/current/
 DISTNAME=	LiVES-${PORTVERSION}
@@ -34,7 +33,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/analyseplu
 		convert:${PORTSDIR}/graphics/ImageMagick \
 		sswf:${PORTSDIR}/graphics/sswf \
 		mencoder:${PORTSDIR}/multimedia/mencoder \
-		mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix \
 		mplayer:${PORTSDIR}/multimedia/mplayer \
 		ogmmerge:${PORTSDIR}/multimedia/ogmtools \
 		transcode:${PORTSDIR}/multimedia/transcode \
@@ -43,7 +41,9 @@ RUN_DEPENDS=	${LOCALBASE}/bin/analyseplu
 
 WRKSRC=		${WRKDIR}/${DISTNAME:L}
 
-USES=		perl5 pkgconfig tar:bzip2 
+USES=		perl5 pkgconfig shebangfix tar:bzip2 
+SHEBANG_FILES=	build-lives-rfx-plugin build-lives-rfx-plugin-multi \
+		smogrify tools/autolives.pl
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 USE_PYTHON=	yes
@@ -52,26 +52,27 @@ USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--disable-ldvgrab --disable-gtk3
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
 DOC_FILES=	AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED README \
-		OMC/lives-OMC.txt \
-		RFX/LiVES-Perl.odt RFX/rfxbuilder.odt RFX/RFX.spec \
-		docs/clip_format.txt \
+		OMC/lives-OMC.txt RFX/LiVES-Perl.odt RFX/rfxbuilder.odt \
+		RFX/RFX.spec docs/clip_format.txt \
 		lives-plugins/marcos-encoders/README.multi_encoder \
 		weed-docs/weedspec.txt weed-docs/weedevents.txt
 
 PORT_VERBS=	lives LiVES _encoder.py midistart midistop smogrify sendOSC
 
-OPTIONS_DEFINE=	DOCS DOXYGEN FREI0R NLS
+OPTIONS_DEFINE=	DOCS DOXYGEN FREI0R MATROSKA NLS
 OPTIONS_SUB=	yes
 
-DOXYGEN_BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
 DOXYGEN_CONFIGURE_OFF=	--disable-doxygen
-FREI0R_BUILD_DEPENDS=	${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
-FREI0R_RUN_DEPENDS=	${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
+FREI0R_BUILD_DEPENDS=	frei0r>0:${PORTSDIR}/graphics/frei0r
+FREI0R_RUN_DEPENDS=	frei0r>0:${PORTSDIR}/graphics/frei0r
+MATROSKA_RUN_DEPENDS=	mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix
 NLS_USES=		gettext
 NLS_CONFIGURE_OFF=	--disable-nls
 

Modified: head/multimedia/lives/distinfo
==============================================================================
--- head/multimedia/lives/distinfo	Sat Apr 26 10:06:08 2014	(r352237)
+++ head/multimedia/lives/distinfo	Sat Apr 26 10:09:45 2014	(r352238)
@@ -1,2 +1,2 @@
-SHA256 (LiVES-2.2.2.tar.bz2) = 9690a3bd9fedb9f3b45023c2bae2d964cc0eef7b9b69df229c7b0e5bc48bf4c7
-SIZE (LiVES-2.2.2.tar.bz2) = 3581107
+SHA256 (LiVES-2.2.4.tar.bz2) = b840c9d2b74baa6a4218375f3b5543c446e9e75cf85935d8c3123970ef91b886
+SIZE (LiVES-2.2.4.tar.bz2) = 3592749



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