Bug 111032 - New port: audio/py-speex Python bindings for the Speex encoding/decoding codec
Summary: New port: audio/py-speex Python bindings for the Speex encoding/decoding codec
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-30 13:40 UTC by Carl Johan Gustavsson
Modified: 2007-04-02 08:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.70 KB, text/plain)
2007-03-30 13:40 UTC, Carl Johan Gustavsson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Johan Gustavsson 2007-03-30 13:40:03 UTC
This is a port which provides Python bindings for the Speex codec.

http://www.freenet.org.nz/python/pySpeex/

Fix: Shell archive attached.

Patch attached with submission follows:
How-To-Repeat: -
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-30 16:41:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-02 08:18:20 UTC
clsung      2007-04-02 07:18:13 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/py-speex       Makefile distinfo pkg-descr 
    audio/py-speex/files patch-setup.py patch-speex.pyx 
  Log:
  Add py-speex 0.2, python bindings for the Speex compressor/decompressor
  audio codec.
  
  PR:             ports/111032
  Submitted by:   Carl Johan Gustavsson <cjg at bsdmail.org>
  
  Revision  Changes    Path
  1.847     +1 -0      ports/audio/Makefile
  1.1       +30 -0     ports/audio/py-speex/Makefile (new)
  1.1       +3 -0      ports/audio/py-speex/distinfo (new)
  1.1       +14 -0     ports/audio/py-speex/files/patch-setup.py (new)
  1.1       +20 -0     ports/audio/py-speex/files/patch-speex.pyx (new)
  1.1       +4 -0      ports/audio/py-speex/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-02 08:18:34 UTC
State Changed
From-To: open->closed

New port added. Thank You.