Bug 227336 - audio/grip: Update to 3.7.0
Summary: audio/grip: Update to 3.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL: https://reviews.freebsd.org/D14997
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-04-07 01:43 UTC by Jason E. Hale
Modified: 2018-04-07 12:37 UTC (History)
2 users (show)

See Also:
riggs: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale freebsd_committer freebsd_triage 2018-04-07 01:43:30 UTC
Update audio/grip to 3.7.0

See Differential Revision URL for more details.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-04-07 12:32:56 UTC
A commit references this bug:

Author: riggs
Date: Sat Apr  7 12:32:27 UTC 2018
New revision: 466722
URL: https://svnweb.freebsd.org/changeset/ports/466722

Log:
  Update to upstream version 3.7.0

  Detailed log:
  - Update audio/grip to 3.7.0
  - Fix LICENSE
  - Convert to USES=localbase
  - Remove --disable-nls which does nothing
  - Trim down the encoders list defined in src/gripcfg.c to those which we
    have ports for and fix a pre-existing offset problem that arose from
    removing one the encoders from the list. Specfically, the "xingmp3enc"
    encoder was removed, but ginfo->selected_encoder was not changed in
    src/grip.c. This caused the program to point to the flac encoder as the
    default instead of oggenc and overwrote the flac settings with the
    settings for oggenc.

  PR:		227336
  Submitted by:	jhale
  Differential Revision:	https://reviews.freebsd.org/D14997

Changes:
  head/audio/grip/Makefile
  head/audio/grip/distinfo
  head/audio/grip/files/patch-src_grip.c
  head/audio/grip/files/patch-src_gripcfg.c
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2018-04-07 12:37:13 UTC
This is very good! Thanks for addressing the issues with grip!