Date: Sat, 23 Feb 2019 06:31:53 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493646 - head/multimedia/photofilmstrip Message-ID: <201902230631.x1N6VrBa019899@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Feb 23 06:31:52 2019 New Revision: 493646 URL: https://svnweb.freebsd.org/changeset/ports/493646 Log: multimedia/photofilmstrip: Add missing run dependency The application needs gstreamer1-plugins-jpeg to handle jpeg files. PR: 235480 Submitted by: Matthias Gamsjager <mgamsjager@gmail.com> Approved by: bofh (maintainer timeout, 2 weeks) Modified: head/multimedia/photofilmstrip/Makefile Modified: head/multimedia/photofilmstrip/Makefile ============================================================================== --- head/multimedia/photofilmstrip/Makefile Sat Feb 23 06:10:50 2019 (r493645) +++ head/multimedia/photofilmstrip/Makefile Sat Feb 23 06:31:52 2019 (r493646) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902230631.x1N6VrBa019899>