Date: Sat, 23 Feb 2019 06:32:40 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r493647 - branches/2019Q1/multimedia/photofilmstrip Message-ID: <201902230632.x1N6WeZ2021504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902230632.x1N6WeZ2021504>