Bug 127862 - [NEW PORT] audio/p5-Audio-Mixer - Perl extension for Sound Mixer control
Summary: [NEW PORT] audio/p5-Audio-Mixer - Perl extension for Sound Mixer control
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-04 23:20 UTC by Dennis Herrmann
Modified: 2008-10-05 15:50 UTC (History)
0 users

See Also:


Attachments
shar-p5-Audio-Mixer.sh (2.35 KB, text/plain)
2008-10-04 23:20 UTC, Dennis Herrmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Herrmann 2008-10-04 23:20:04 UTC
Perl interface to libcdaudio (cd + cddb): http://cdcd.undergrid.net/

This module was created for adding CDDB support to <Xmms::shell> and
cd tray <eject>.  I added methods for a good chunk of other
<libcdaudio> functions while I was at it, but the docs and glue is
not complete.  I do not have interest in completing the interface and
docs, because xmms/Xmms::shell provides everything I need (at the
moment) for audio.  If you have an interesting reason for needing the
missing pieces, I'll probably be interested in adding them.

WWW: http://www.perl.com/CPAN/authors/id/R/RC/RCAPUTO/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-04 23:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-10-05 15:40:37 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-10-05 15:41:09 UTC
miwi        2008-10-05 14:40:55 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/p5-Audio-Mixer Makefile distinfo pkg-descr pkg-plist 
  Log:
  Audio::Mixer - Perl extension for Sound Mixer control
  
  This is just a very simple Perl interface which allows to set various
  sound mixer parameters. The most important probably 'vol' (volume). The
  list of all mixer parameters can be obtained using get_mixer_params()
  function.
  
  All values (lcval, rcval) are numbers in 0-100 range.
  
  WWW: http://search.cpan.org/dist/Audio-Mixer/
  
  PR:             ports/127862
  Submitted by:   Dennis Herrmann <adox at mcx2.org>
  
  Revision  Changes    Path
  1.989     +1 -0      ports/audio/Makefile
  1.1       +21 -0     ports/audio/p5-Audio-Mixer/Makefile (new)
  1.1       +3 -0      ports/audio/p5-Audio-Mixer/distinfo (new)
  1.1       +10 -0     ports/audio/p5-Audio-Mixer/pkg-descr (new)
  1.1       +9 -0      ports/audio/p5-Audio-Mixer/pkg-plist (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"