Bug 246905 - audio/mpg123: Update to 1.26.1
Summary: audio/mpg123: Update to 1.26.1
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-01 08:40 UTC by Daniel Engberg
Modified: 2020-06-10 16:51 UTC (History)
0 users

See Also:
novel: maintainer-feedback+


Attachments
Patch for mpg123 (3.10 KB, patch)
2020-06-01 08:40 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2020-06-01 08:40:53 UTC
Created attachment 215124 [details]
Patch for mpg123

Update mpg123 to 1.26.1
Use https for www.mpg123.de in MASTER_SITES
Remove INSTALL_TARGET, not needed
Rework Arch/CPU optimization
Enable all optimizations by default for x86, mpg123 uses run-time detection and allow to disable all optimizations if needed.
Enable ability to enable FPU and/or NEON optimization for armv6 and armv7 platforms.
Add support for "make test"

Tested on FreeBSD 13.0-CURRENT r361421 amd64 (make test and decoding)
Tested on FreeBSD 11.3 i386 (make test and decoding)
Poudriere testport OK 12.1-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-06-10 16:49:06 UTC
A commit references this bug:

Author: novel
Date: Wed Jun 10 16:48:46 UTC 2020
New revision: 538411
URL: https://svnweb.freebsd.org/changeset/ports/538411

Log:
  audio/mpg123: update to 1.26.1

   - Update mpg123 to 1.26.1
   - Use https for www.mpg123.de in MASTER_SITES
   - Remove INSTALL_TARGET, not needed
   - Rework Arch/CPU optimization
     Enable all optimizations by default for x86,
     mpg123 uses run-time detection and allow to disable all optimizations if needed
   - Enable ability to enable FPU and/or NEON optimization for armv6 and armv7 platforms
   - Add support for "make test"

  PR:		246905
  Submitted by:	daniel.engberg.lists@pyret.net

Changes:
  head/audio/mpg123/Makefile
  head/audio/mpg123/distinfo
  head/audio/mpg123/pkg-plist
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2020-06-10 16:51:27 UTC
Committed, thanks!