Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413465 - media-libs/opus should install tools (encoder/decoder)
Summary: media-libs/opus should install tools (encoder/decoder)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 08:20 UTC by jannis
Modified: 2012-07-24 22:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jannis 2012-04-25 08:20:14 UTC
Âfter emerging media-libs/opus, there is no encoder or decoder installed, only the library:
miramis ~ # equery f media-libs/opus | grep bin
/usr/share/doc/opus-0.9.8/html/group__libinfo.html
miramis ~ #

During the compile-process, these files are created:
  CCLD   opus_custom_demo
  CCLD   opus_demo
  CCLD   repacketizer_demo
  CCLD   tests/test_opus_api
  CCLD   tests/test_opus_encode
  CCLD   tests/test_opus_decode
make[2]: Leaving directory `/var/tmp/portage/media-libs/opus-0.9.8/work/opus-0.9.8'

For reference: media-libs/celt installs the tools:
miramis ~ # equery f media-libs/celt | grep bin | grep celt
/usr/bin/celtdec
/usr/bin/celtenc

Reproducible: Always

Steps to Reproduce:
emerge media-libs/opus
Actual Results:  
No tools installed

Expected Results:  
Tools should've been installed
Comment 1 Benjamin J. 2012-04-25 16:26:49 UTC
The Opus codec package doesn't include tools. The test_* tools shouldn't be used by end-users because their output is in a format which is for testing and debugging the codec only and won't be supported by other programs.

There are tools which output OGG, but they're a separate upstream package.
Comment 2 jannis 2012-04-25 18:12:33 UTC
Oh you're right, the binaries are really just tests (just took a look at the source code).
Do you know where the encoder and decoder you mentioned can be obtained? I cannot find them in their repository.

Close as INVALID?
Comment 3 Hanno Böck gentoo-dev 2012-07-24 22:33:10 UTC
media-sound/opus-tools
is the package you're looking for. It contains encoder/decoder commandline tools.