[opus] minor issue using opus-tools

Monty Montgomery monty at xiph.org
Fri Feb 28 09:42:07 PST 2014


>Consider adjusting the PKG_CONFIG_PATH environment variable if you
>installed software in a non-standard prefix.

This.  pkgconfig doesn't look in /usr/local/ by default.
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
should fix you up.

Monty



On Fri, Feb 28, 2014 at 12:39 PM, Mark Edwards <Mark at edwardsmark.com> wrote:
>
> hello all - this is probably something simple, but i am on-the-road and cant
> find a quick solution.  i cant seem to get the opus toolset to recognize the
> ogg library.  i was able to successfully get opus to work with FFMPEG, but
> not the toolset.
>
> when i go to install opus-tools, i get the following message:
> No package 'ogg' found
>
> i would like to have opusenc working, since i have 700k audio recordings i
> wish to convert to opus now that chrome-33 supports it.   i am assuming i am
> better off to use opusenc rather than ffmpeg?
>
> i am a big believer in keeping my installation scripts since there is
> absolutely no chance i will remember just what i did to get things
> installed, so once i get the complete installation script working i will
> publish it.
>
> to install ogg, i followed this link:
> http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libogg.html
>
> here is my script so far and the results.
>
>
> curl  ftp://downloads.xiph.org/pub/xiph/releases/ogg/libogg-1.3.1.tar.xz
>>libogg-1.3.1.tar.xz   ;
> tar  -xJf   libogg-1.3.1.tar.xz  ;
>  cd   libogg-1.3.1  ;
>  ./configure --prefix=/usr --docdir=/usr/share/doc/libogg-1.3.1
> --disable-static  ;
> make  && make check && make install ;
>
> curl  http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz    >
> opus-1.1.tar.gz  ;
> gzip -d  opus-1.1.tar.gz  ;
> tar -xvf   opus-1.1.tar  ;
> cd   opus-1.1  ;
> ./configure ;
> make  && make check && make install ;
>
>  ls /usr/share/doc/libogg-1.3.1  ;
> fish_xiph_org.png  index.html  multiplex1.png      oggstream.html  pages.png
> rfc5334.txt    stream.png       white-ogg.png
> framing.html       libogg      ogg-multiplex.html  packets.png
> rfc3533.txt  skeleton.html  vorbisword2.png  white-xifish.png
>
> ls   /usr/include/ogg ;
> config_types.h  ogg.h  os_types.h
>
>  ls -lR  /usr  | grep  '/ogg'  ;
> /usr/include/ogg:
> /usr/local/include/ogg:
> /usr/local/share/doc/libogg-1.3.0/ogg:
>
>  curl   http://downloads.xiph.org/releases/opus/opus-tools-0.1.7.tar.gz   >
> opus-tools-0.1.7.tar.gz   ;
>  gzip -d     opus-tools-0.1.7.tar.gz  ;
>  tar -xvf    opus-tools-0.1.7.tar  ;
>  cd   opus-tools-0.1.7   ;
> ./configure ;
>
> blah blah blah
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for OGG... no
> configure: error: Package requirements (ogg >= 1.3) were not met:
>
> No package 'ogg' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
>
>
> thank you all for your work and your help.
>
>
>
>
>
>
>
> Thank you,
> Mark Edwards
>
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
>


More information about the opus mailing list