svn commit: r493647 - branches/2019Q1/multimedia/photofilmstrip

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 23 06:32:41 UTC 2019


Author: tobik
Date: Sat Feb 23 06:32:40 2019
New Revision: 493647
URL: https://svnweb.freebsd.org/changeset/ports/493647

Log:
  MFH: r493646
  
  multimedia/photofilmstrip: Add missing run dependency
  
  The application needs gstreamer1-plugins-jpeg to handle jpeg files.
  
  PR:		235480
  Submitted by:	Matthias Gamsjager <mgamsjager at gmail.com>
  Approved by:	bofh (maintainer timeout, 2 weeks)
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/multimedia/photofilmstrip/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/multimedia/photofilmstrip/Makefile
==============================================================================
--- branches/2019Q1/multimedia/photofilmstrip/Makefile	Sat Feb 23 06:31:52 2019	(r493646)
+++ branches/2019Q1/multimedia/photofilmstrip/Makefile	Sat Feb 23 06:32:40 2019	(r493647)
@@ -3,7 +3,7 @@
 
 PORTNAME=	photofilmstrip
 PORTVERSION=	3.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia python
 MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +21,7 @@ RUN_DEPENDS=	mencoder:multimedia/mencoder \
 		mplayer:multimedia/mplayer
 
 USES=		python:2.7 gettext
+USE_GSTREAMER1=	jpeg
 USE_PYTHON=	distutils autoplist
 USE_WX=		3.0+
 WX_COMPS=	python:lib


More information about the svn-ports-branches mailing list