Bug 222038 - [NEW PORT] audio/py-opuslib: Python bindings to the libopus, IETF low-delay audio codec
Summary: [NEW PORT] audio/py-opuslib: Python bindings to the libopus, IETF low-delay a...
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: Richard Gallamore
URL:
Keywords:
Depends on:
Blocks: 222043
  Show dependency treegraph
 
Reported: 2017-09-03 23:53 UTC by Yuri Victorovich
Modified: 2017-09-14 03:10 UTC (History)
1 user (show)

See Also:


Attachments
shar (1.56 KB, text/plain)
2017-09-03 23:53 UTC, Yuri Victorovich
no flags Details
shar archive (1.73 KB, text/plain)
2017-09-12 18:11 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-09-03 23:53:22 UTC
Created attachment 186045 [details]
shar

QAs:
* poudriere 11.1 amd64
* portlint

Sorry, no longer description for pkg-descr is available.
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2017-09-10 21:35:19 UTC
looks good.
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-09-12 17:29:37 UTC
I know this is all that upstream states about this package, but can you add a little more to the description in pkg-descrb?
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2017-09-12 18:11:51 UTC
Created attachment 186305 [details]
shar archive

Added to the pkg-descr.
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-09-14 03:02:00 UTC
A commit references this bug:

Author: ultima
Date: Thu Sep 14 03:01:53 UTC 2017
New revision: 449820
URL: https://svnweb.freebsd.org/changeset/ports/449820

Log:
  Python bindings to the libopus, IETF low-delay audio codec.

  It allows python applications to use the Opus audio codec to encode
  and decode audio, usually in order to reduce the network bandwidth
  that is used by the application.

  WWW: https://github.com/onbeep/opuslib

  PR:		222038
  Submitted by:	Yuri Victorovich (maintainer)
  Reviewed by:	lifanov (mentor), matthew (mentor), koobs, sunpoet, mat
  Approved by:	lifanov (mentor), matthew (mentor), koobs
  Differential Revision:	https://reviews.freebsd.org/D12309

Changes:
  head/audio/Makefile
  head/audio/py-opuslib/
  head/audio/py-opuslib/Makefile
  head/audio/py-opuslib/distinfo
  head/audio/py-opuslib/pkg-descr
Comment 5 Richard Gallamore freebsd_committer freebsd_triage 2017-09-14 03:10:25 UTC
Committed, thanks!