Bug 216648 - [PATCH] multimedia/ffmpegthumbnailer: update to 2.2.0
Summary: [PATCH] multimedia/ffmpegthumbnailer: update to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thomas Zander
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-01-31 01:13 UTC by Scott Larson
Modified: 2017-03-05 09:06 UTC (History)
2 users (show)

See Also:
riggs: maintainer-feedback+
riggs: merge-quarterly+


Attachments
Update multimedia/ffmpegthumbnailer to 2.2.0. This drops files/patch-CMakeLists.txt which was fixed upstream. (2.78 KB, patch)
2017-01-31 01:13 UTC, Scott Larson
no flags Details | Diff
Update multimedia/ffmpegthumbnailer to 2.2.0. (2.54 KB, patch)
2017-02-01 01:04 UTC, Scott Larson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Larson 2017-01-31 01:13:02 UTC
Created attachment 179451 [details]
Update multimedia/ffmpegthumbnailer to 2.2.0. This drops files/patch-CMakeLists.txt which was fixed upstream.

FFmpegThumbnailer 2.2.0
- New option to prefer embedded image metadata over video content (command line argument: -m)
- Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0

FFmpegThumbnailer 2.1.2
- Restored deinterlace functionality using the libavfilter library (additional ffmpeg dependency)
- Additional video mime types added to the thumbnailer file
- Take rotation metadata into account when generating thumbnails
Comment 1 clutton 2017-01-31 01:29:38 UTC
Compiles fine. Thank you.

Are those lines necessary?:
GH_PROJECT=     ffmpegthumbnailer                                               
GH_SUBDIR=      src/github.com/dirkvdb/ffmpegthumbnailer

It works without them.
Comment 2 Scott Larson 2017-01-31 19:00:01 UTC
(In reply to clutton from comment #1)

Whether those lines are necessary or not, I can't say. In an unrelated port submission of mine they were added in and I've not trolled through the Mk bits to see if they serve a secret purpose, if it's considered good form, or was just the approvers preference.
Comment 3 clutton 2017-01-31 22:09:03 UTC
Mk/bsd.sites.mk

# GH_PROJECT    - name of the project on GitHub
#                 default: ${PORTNAME}

we can skip this then.

# GH_SUBDIR     - directory relative to WRKSRC where to move this distfile's
#                 content after extracting.

My guess is that this is for different extracted dir. We have OK extracted dir.

You can safely remove those lines. No need to overengineering, just using defaults would be ok.
Comment 4 Scott Larson 2017-02-01 01:04:09 UTC
Created attachment 179484 [details]
Update multimedia/ffmpegthumbnailer to 2.2.0.

Drop files/patch-CMakeLists.txt, remove extraneous GH Makefile options.
Comment 5 clutton 2017-02-19 22:16:54 UTC
approved.
Comment 6 clutton 2017-03-04 15:02:52 UTC
my feedback is: ok, finished, please accept.
Comment 7 commit-hook freebsd_committer freebsd_triage 2017-03-04 15:07:32 UTC
A commit references this bug:

Author: riggs
Date: Sat Mar  4 15:06:49 UTC 2017
New revision: 435411
URL: https://svnweb.freebsd.org/changeset/ports/435411

Log:
  Update to upstream version 2.2.0

  Detailed log:
  - New option to prefer embedded image metadata over video content (command line
    argument: -m)
  - Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0
  - Restored deinterlace functionality using the libavfilter library (additional
    ffmpeg dependency)
  - Additional video mime types added to the thumbnailer file
  - Take rotation metadata into account when generating thumbnails

  PR:		216648
  Submitted by:	stl@ossuary.net
  Approved by:	clutton@zoho.com (maintainer)
  MFH:		2017Q1

Changes:
  head/multimedia/ffmpegthumbnailer/Makefile
  head/multimedia/ffmpegthumbnailer/distinfo
  head/multimedia/ffmpegthumbnailer/files/patch-CMakeLists.txt
  head/multimedia/ffmpegthumbnailer/pkg-plist
Comment 8 commit-hook freebsd_committer freebsd_triage 2017-03-05 09:02:37 UTC
A commit references this bug:

Author: riggs
Date: Sun Mar  5 09:02:04 UTC 2017
New revision: 435460
URL: https://svnweb.freebsd.org/changeset/ports/435460

Log:
  MFH: r435411

  Update to upstream version 2.2.0

  Detailed log:
  - New option to prefer embedded image metadata over video content (command line
    argument: -m)
  - Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0
  - Restored deinterlace functionality using the libavfilter library (additional
    ffmpeg dependency)
  - Additional video mime types added to the thumbnailer file
  - Take rotation metadata into account when generating thumbnails

  PR:		216648
  Submitted by:	stl@ossuary.net
  Approved by:	ports-secteam (junovitch), clutton@zoho.com (maintainer)

Changes:
_U  branches/2017Q1/
  branches/2017Q1/multimedia/ffmpegthumbnailer/Makefile
  branches/2017Q1/multimedia/ffmpegthumbnailer/distinfo
  branches/2017Q1/multimedia/ffmpegthumbnailer/files/patch-CMakeLists.txt
  branches/2017Q1/multimedia/ffmpegthumbnailer/pkg-plist
Comment 9 Thomas Zander freebsd_committer freebsd_triage 2017-03-05 09:06:44 UTC
Exp-run flag was touched by mistake.