Difference between revisions of "FreeBSD"

From VideoLAN Wiki
Jump to navigation Jump to search
m
(correct some errors, put Spanish stuff together, reformat text, rewrite so it's not in first person)
Line 1: Line 1:
 
== Installing VLC Media Player under FreeBSD ==
 
== Installing VLC Media Player under FreeBSD ==
  
Make sure you have upto date Ports collection or Just CVSup your Ports.Once you have your ports collection up to date.
+
Make sure you have upto date Ports collection or Just CVSup your Ports:
  
 
  cd /usr/ports
 
  cd /usr/ports
 +
make update
 +
 +
Once you have your ports collection up to date, proceed with the install:
 +
 
  cd /usr/ports/multimedia/vlc
 
  cd /usr/ports/multimedia/vlc
 
  make install clean
 
  make install clean
  
VLC compiles correctly from ports, but the spanish interface (I don't know about the rest) gets sort of screwed up.
+
If you would prefer to simply install the already-compiled binary package, with a common set of default compile-time settings, use the following command:
  
I got a [http://mexinetica.com/~lanjoe9/vlc/spanish/vlc.mo spanish vlc.mo] file from a previous installation that works correctly with the "20051102 Janus Snapshot".
+
pkg_add -r vlc
I will check the other languages and place more links if necessary.
 
  
To use the vlc.mo file provided here, you need to download it and then (as root), move it to the following location:
+
== Spanish language support ==
 +
 
 +
VLC compiles and installs correctly from ports, but it has been reported that the Spanish interface doesn't work properly. There is a Spanish language file [http://mexinetica.com/~lanjoe9/vlc/spanish/vlc.mo here] from a previous installation that works correctly with the "20051102 Janus Snapshot".
 +
 
 +
To use the vlc.mo file provided from the link above, you need to download it and then (as root), move it to the following location:
  
 
"/usr/X11R6/share/locale/{Your Language abbreviation here}/LC_MESSAGES/vlc.mo"
 
"/usr/X11R6/share/locale/{Your Language abbreviation here}/LC_MESSAGES/vlc.mo"
  
So in the case of the spanish locale file, I would use the following command
+
So in the case of the spanish locale file, you would use the following command
  
mv /downloads/vlc.mo /usr/X11R6/share/locale/es/LC_MESSAGES/vlc.mo
+
mv /downloads/vlc.mo /usr/X11R6/share/locale/es/LC_MESSAGES/vlc.mo
  
 
to overwrite the erroneous vlc.mo file.
 
to overwrite the erroneous vlc.mo file.
 
- [http://mexinetica.com/~lanjoe9/bloginetica lanjoe9 at mexinetica dot com]
 
  
 
[[Category:Operating systems]]
 
[[Category:Operating systems]]
 
[[Category:Building]]
 
[[Category:Building]]

Revision as of 07:52, 7 February 2011

Installing VLC Media Player under FreeBSD

Make sure you have upto date Ports collection or Just CVSup your Ports:

cd /usr/ports
make update

Once you have your ports collection up to date, proceed with the install:

cd /usr/ports/multimedia/vlc
make install clean

If you would prefer to simply install the already-compiled binary package, with a common set of default compile-time settings, use the following command:

pkg_add -r vlc

Spanish language support

VLC compiles and installs correctly from ports, but it has been reported that the Spanish interface doesn't work properly. There is a Spanish language file here from a previous installation that works correctly with the "20051102 Janus Snapshot".

To use the vlc.mo file provided from the link above, you need to download it and then (as root), move it to the following location:

"/usr/X11R6/share/locale/{Your Language abbreviation here}/LC_MESSAGES/vlc.mo"

So in the case of the spanish locale file, you would use the following command

mv /downloads/vlc.mo /usr/X11R6/share/locale/es/LC_MESSAGES/vlc.mo

to overwrite the erroneous vlc.mo file.