Summary: | [PATCH] multimedia/photofilmstrip missing plugin | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthias Gamsjager <mgamsjager> | ||||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | Flags: | tobik:
maintainer-feedback-
|
||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Comment on attachment 201708 [details]
Patch for Makefile
This doesn't work. The RUN_DEPENDS spec currently checks for a binary
called gstreamer1-plugins-jpeg which doesn't exist. This basically breaks
the port. Please use
USE_GSTREAMER1= jpeg
here.
Comment on attachment 201708 [details]
Patch for Makefile
The patch doesn't apply either. It seems to be malformed with tabs replaced by
spaces.
Created attachment 201834 [details]
Updated patch file for Makefile
(In reply to Tobias Kortkamp from comment #2) Sorry for cause more work then needed. Updated the patch file. A commit references this bug: Author: tobik Date: Sat Feb 23 06:31:53 UTC 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) Changes: head/multimedia/photofilmstrip/Makefile A commit references this bug: Author: tobik Date: Sat Feb 23 06:32:40 UTC 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 Changes: _U branches/2019Q1/ branches/2019Q1/multimedia/photofilmstrip/Makefile |
Created attachment 201708 [details] Patch for Makefile The applications is missing a gstreamer plugin to handle jpeg files.