buddhika priyadarshana
2008-Jan-17  22:46 UTC
[theora-dev] What are the theora installation files
hi all,
I am using Ubuntu 7.04 version.
please can anyone tell me what are the files that copy in to a computer when
it install.
the following are the some of observations i got.
After installing the theora it will copy the required files to the following
places (default) according to the configure script.
    libtheora: ................... /usr/local/lib
    C header files: .............. /usr/local/include/theora
    Documentation: ............... /usr/local/share/doc/libtheora
so when i check the /usr/local/lib there were following files there
libtheora.a
libtheora.la
libtheora.so
libtheora.so.0
libtheora.so.0.2.0
libtheora.so.0.3.2
After uninstall theora still there was a remaining file "
libtheora.so.0.2.0". so why it was not removed...?
And threre were some libtheora files in the /usr/lib directory also.
libtheora.so.0
libtheora.so.0.2.0
after uninstall theora any of these were not removed
so what are them..? are they the libraries which was added with players...?
Because I have installed several players.( VLC, MPlayer)
Buddhika Priyadarshana
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.xiph.org/pipermail/theora-dev/attachments/20080118/12c6867a/attachment.html
On Fri, Jan 18, 2008 at 12:16:41PM +0530, buddhika priyadarshana wrote:> After uninstall theora still there was a remaining file " > libtheora.so.0.2.0". so why it was not removed...?That would be an older version from a previous install.> after uninstall theora any of these were not removed > so what are them..? are they the libraries which was added with players...? > Because I have installed several players.( VLC, MPlayer)It's likely that if you installed VLC or mplayer from packages that they would have installed a system package for libtheora as well. -r