Changeset c2a934c0ffe3b39060ea28bce715d2dff426ca39

Show
Ignore:
Timestamp:
02/02/03 05:01:29 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1044158489 +0000
git-parent:

[29b791a94c4addfd9eae9a2c95e876b543dcd2f5]

git-author:
Sam Hocevar <sam@videolan.org> 1044158489 +0000
Message:
  • ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
    of places.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL

    r07197c1 rc2a934c  
    1 INSTALL file for vlc, the VideoLAN Client 
     1$Id: INSTALL,v 1.24 2003/02/02 04:01:29 sam Exp $ 
     2 
     3INSTALL file for the VLC media player 
    24 
    35 
    4 Configuring VideoLAN 
    5 ==================== 
     6Configuring VLC 
     7=============== 
    68 
    7 A typical way to configure vlc is: 
     9A typical way to configure VLC is: 
    810 
    911   ./configure --prefix=/usr --enable-gnome 
     
    1719 
    1820 
    19 Building VideoLAN 
    20 ================= 
     21Building VLC 
     22============ 
    2123 
    2224Have a look at the generated Makefile.opts file, you may want to choose 
     
    2426the core application. The configure script tries to guess for you. 
    2527 
    26 Once configured, run `make' to build vlc
     28Once configured, run `make' to build VLC
    2729 
    2830 
    29 Installing and running VideoLAN 
    30 =============================== 
     31Installing and running VLC 
     32========================== 
    3133 
    32 You can install the vlc and its plugins by typing: 
     34You can install the VLC and its plugins by typing: 
    3335 
    3436   make install 
    3537 
    36 But you don't need to install it if you don't want to; vlc can be launched 
     38But you don't need to install it if you don't want to; VLC can be launched 
    3739from the current directory as well: 
    3840 
  • INSTALL.win32

    r4bbe6f6 rc2a934c  
    1 INSTALL file for the Windows9x/2k/XP version of vlc, the VideoLAN Client 
     1$Id: INSTALL.win32,v 1.13 2003/02/02 04:01:29 sam Exp $ 
    22 
    3 Running VideoLAN Client 
    4 ======================= 
     3INSTALL file for the Windows9x/2k/XP version of the VLC media player 
    54 
    6 If you have already built vlc (see below) or are using a binary release, 
     5 
     6Running VLC 
     7=========== 
     8 
     9If you have already built VLC (see below) or are using a binary release, 
    710just run 'vlc.exe'. 
    811 
    9 You can also run vlc from a dos command box, in which case you'll be able 
     12You can also run VLC from a dos command box, in which case you'll be able 
    1013to use the command line arguments. You can obtain a list of these command 
    1114line arguments by typing 'vlc --help'. 
    12 To store a debug log of the current vlc session, you can use 
     15To store a debug log of the current VLC session, you can use 
    1316'vlc -vvvvv --intf=logger nameofyourvideofile', but this will unfortunatly 
    1417disable the GUI. You will end-up with a vlc.log file in your current directory. 
    1518 
    16 If you want to play a DVD, run vlc and click on the Disc option in the 
     19If you want to play a DVD, run VLC and click on the Disc option in the 
    1720interface. You then have to type your drive letter followed by a colon in 
    1821the 'Device name' box (eg. 'D:' if this is the letter for your dvdrom drive). 
    1922 
    20 Building VideoLAN Client from the source code 
    21 ============================================= 
     23Building VLC from the source code 
     24================================= 
    2225 
    23 If you want to do the tricky job of building vlc from sources, you can do it 
     26If you want to do the tricky job of building VLC from sources, you can do it 
    2427in several ways: 
    2528 
     
    8891===================== 
    8992 
    90 The best way to configure the build process of vlc is to use the 
     93The best way to configure the build process of VLC is to use the 
    9194`./configure' script. 
    9295 
     
    125128  --with-dvdcss-tree=../libdvdcss-win 
    126129 
    127 If you are using cygwin, you can build vlc with or without the unix emulation 
     130If you are using cygwin, you can build VLC with or without the unix emulation 
    128131layer (without is usually better). To build without the emulaion layer, use 
    129132something like this: 
     
    141144beforehand. 
    142145 
    143 Building VideoLAN Client 
    144 ======================== 
     146Building VLC 
     147============ 
    145148 
    146149Have a look at the generated Makefile.opts file, you may want to choose 
     
    148151the core application. The configure script tries to guess for you. 
    149152 
    150 Once configured, to build vlc you have to: 
     153Once configured, to build VLC you have to: 
    151154 
    152155If you are cross-compiling from Debian or compiling natively on Windoze, 
     
    167170that call them through Wine if you are cross-compiling from Linux. 
    168171 
    169 3) Configure vlc as usual with the --enable-intfwin flag and build it. 
     1723) Configure VLC as usual with the --enable-intfwin flag and build it. 
    170173 
    171 Well done, now you're ready to use vlc
     174Well done, now you're ready to use VLC
    172175======================================= 
  • README

    r7cd7828 rc2a934c  
    1 $Id: README,v 1.14 2003/02/01 23:08:48 sam Exp $ 
     1$Id: README,v 1.15 2003/02/02 04:01:29 sam Exp $ 
    22 
    3 README for vlc, the VideoLAN Client 
    4 =================================== 
     3README for the VLC media player 
     4=============================== 
    55 
    66ABOUT-NLS          - Notes on the Free Translation Project. 
  • bootstrap

    r6d68e34 rc2a934c  
    11#! /bin/sh 
    22 
    3 ##  bootstrap file for vlc, the VideoLAN Client 
    4 ##  $Id: bootstrap,v 1.41 2003/02/01 18:41:09 sam Exp $ 
     3##  bootstrap file for the VLC media player 
     4##  $Id: bootstrap,v 1.42 2003/02/02 04:01:29 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
  • configure.ac.in

    ra2af7fb rc2a934c  
    28272827dnl 
    28282828AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION} ${CODENAME}", [Simple version string]) 
    2829 AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VideoLAN Client - version ${VERSION} ${CODENAME} - (c) 1996-2003 VideoLAN", [Copyright string]) 
     2829AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2003 VideoLAN", [Copyright string]) 
    28302830AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line]) 
    28312831 
  • install-win32

    r1b0868e rc2a934c  
    2323OutFile ..\vlc-${VERSION}-win32.exe 
    2424 
    25 Name "the VideoLAN Client
    26 Caption "VideoLAN Client '${VERSION}' for Win32 Setup" 
     25Name "VLC media player
     26Caption "VLC '${VERSION}' for Win32 Setup" 
    2727;Icon ../share/gvlc32x32.ico 
    2828 
    2929CRCCheck on 
    3030 
    31 InstallDir "$PROGRAMFILES\VideoLAN\VideoLAN Client
     31InstallDir "$PROGRAMFILES\VideoLAN\VLC
    3232; check if the program has already been installed, if so, take this dir 
    3333; as install dir 
     
    4343SetCompress auto 
    4444 
    45 UninstallText "This will uninstall the VideoLAN Client. Hit next to continue." 
     45UninstallText "This will uninstall the VLC media player. Hit next to continue." 
    4646 
    4747;;;;;;;;;;;;;;;;;;;; 
  • modules/gui/win32/about.dfm

    rd0bff31 rc2a934c  
    286286    Width = 227 
    287287    Height = 13 
    288     Caption = 'the VideoLAN Team <videolan@videolan.org>' 
     288    Caption = 'the VideoLAN team <videolan@videolan.org>' 
    289289  end 
    290290  object Image1: TImage 
  • modules/gui/win32/strings.cpp

    rd0bff31 rc2a934c  
    99    Caption = _( "(c) 1996-2003 the VideoLAN team" ); 
    1010    Caption = _(       "This is the VideoLAN Client, a DVD, MPEG and DivX player. It can"       " play MPEG and MPEG2 files from a file or from a network source." ); 
    11     Caption = _( "the VideoLAN Team <videolan@videolan.org>" ); 
     11    Caption = _( "the VideoLAN team <videolan@videolan.org>" ); 
    1212    Caption = _( "Version x.y.z" ); 
    1313    Caption = _( "OK" ); 
  • po/no.po

    ra7e0549 rc2a934c  
    28582858 
    28592859#: modules/gui/macosx/intf.m:327 
    2860 #, fuzzy 
    28612860msgid "VideoLAN Website" 
    2862 msgstr "VideoLAN Client
     2861msgstr "
    28632862 
    28642863#: modules/gui/macosx/intf.m:328 
  • toolbox

    r1584d67 rc2a934c  
    11#! /bin/sh 
    22 
    3 ##  toolbox for vlc, the VideoLAN Client 
    4 ##  $Id: toolbox,v 1.8 2003/01/29 18:10:52 sam Exp $ 
     3##  toolbox for the VLC media player 
     4##  $Id: toolbox,v 1.9 2003/02/02 04:01:29 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    299299  do 
    300300    printf "\n/*\n * from $file:\n */\n\n" >> modules/gui/win32/strings.cpp 
    301     perl -ne 'chop; chop; if( / (Caption|Text|Hint) / || $buffer =~ /[+=] *$/ ) { $buffer =~ s/\+ *$//; $buffer .= $_; } if( $buffer =~ /'"'"' *$/) { $buffer =~ s/'"'"'/"/g; $buffer =~ s/\\/\\\\/g; $buffer =~ s/=/= _(/; print $buffer." );\n"; $buffer = "";}' < $file | grep -v '"-*"' >> modules/gui/win32/strings.cpp || exit 1 
     301    perl -ne 'chop; chop; if( / (Caption|Text|Hint) / || $buffer =~ /[+=] *$/ ) { $buffer =~ s/\+ *$//; $buffer .= $_; } if( $buffer =~ /'"'"' *$/) { $buffer =~ s/'"'"'/"/g; $buffer =~ s/\\/\\\\/g; $buffer =~ s/=/= _(/; print $buffer." );\n"; $buffer = "";}' < $file | grep -v '"-*"' | grep -v '"http://' | grep -v '"vlcs"' >> modules/gui/win32/strings.cpp || exit 1 
    302302  done 
    303303  # clean old potfiles 
  • vlc.spec

    r7f4b5f8 rc2a934c  
    121121%{?_with_slp:       %{expand: %%define with_slp 1}} 
    122122 
    123 Summary:    VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution
     123Summary:    VLC is a free MPEG, MPEG2, DVD and DivX player
    124124Name:       %{name} 
    125125Version:    %{version} 
     
    220220students from the Ecole Centrale Paris and developers from all over the 
    221221World. 
    222 The VideoLAN Client (vlc) plays MPEG1, MPEG2 and MPEG4 (aka DivX) files, 
    223 DVDs, VCDs, SVCDs, from a satellite card, from an MPEG2 Transport 
    224 Streams sent by the VideoLAN Server (vls) or from a Web server (with the 
    225 HTTP input)
     222VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and 
     223MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from 
     224a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web 
     225server
    226226You may install vlc-gnome or vlc-gtk to have a nice graphical interface. 
    227227This package contains no CSS unscrambling functionality for DVDs ; 
     
    231231#general packages 
    232232%package -n %libname-devel 
    233 Summary: Development files for the VideoLAN Client 
     233Summary: Development files for the VLC media player 
    234234Group: Development/C 
    235235Requires: %name = %version-%release 
     
    237237Provides: lib%name-devel = %version-%release 
    238238%description -n %libname-devel 
    239 Development files for the VideoLAN Client 
    240 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    241  
     239Development files for the VLC media player 
    242240This package contains headers and a static library required to build plugins 
    243 for the VideoLAN Client, or standalone applications using VideoLAN Client
     241for the VLC media player, or standalone applications using features from VLC
    244242 
    245243%package -n mozilla-plugin-vlc 
     
    256254# intf plugins 
    257255%package -n gvlc 
    258 Summary: Gtk plugin for the VideoLAN client 
     256Summary: Gtk plugin for the VLC media player 
    259257Group: Video 
    260258Requires: %{name} = %{version} 
    261259Provides: vlc-gui 
    262260%description -n gvlc 
    263 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    264  
    265 This plugin adds a Gtk+ interface to vlc, the VideoLAN Client. To 
     261This plugin adds a Gtk+ interface to the VLC media player. To 
    266262activate it, use the `--intf gtk' flag or run the `gvlc' program. 
    267263 
    268264%package -n gnome-vlc 
    269 Summary: Gnome plugin for the VideoLAN client 
     265Summary: Gnome plugin for the VLC media player 
    270266Group: Video 
    271267Requires: %{name} = %{version} 
     
    273269Obsoletes: vlc-gnome 
    274270%description -n gnome-vlc 
    275 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    276  
    277 This plugin adds a Gnome interface to vlc, the VideoLAN Client. To 
     271This plugin adds a Gnome interface to the VLC media player. To 
    278272activate it, use the `--intf gnome' flag or run the `gnome-vlc' program. 
    279273 
    280274%package -n qvlc 
    281 Summary: Qt2 plugin for the VideoLAN client 
     275Summary: Qt2 plugin for the VLC media player 
    282276Group: Video 
    283277Requires: %{name} = %{version} 
     
    285279Obsoletes: vlc-qt 
    286280%description -n qvlc 
    287 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    288  
    289 This plugin adds a Qt interface to vlc, the VideoLAN Client. To 
    290 activate it, use the `--intf qt' flag or run the `qvlc' program. 
     281This plugin adds a Qt interface to the VLC media player. To activate it, 
     282use the `--intf qt' flag or run the `qvlc' program. 
    291283 
    292284%package -n kvlc 
    293 Summary: KDE frontend for the VideoLAN client 
     285Summary: KDE frontend for the VLC media player 
    294286Group: Video 
    295287Requires: %{name} = %{version} 
    296288Provides: vlc-gui 
    297289%description -n kvlc 
    298 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    299  
    300 This plugin adds a KDE interface to vlc, the VideoLAN Client. To 
     290This plugin adds a KDE interface to the VLC media player. To 
    301291activate it, use the `--intf kde' flag or run the `kvlc' program. 
    302292 
    303293%package plugin-ncurses 
    304 Summary: Ncurses console-based plugin for the VideoLAN client 
     294Summary: Ncurses console-based plugin for the VLC media player 
    305295Group: Video 
    306296Requires: %{name} = %{version} 
    307297%description plugin-ncurses 
    308 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    309  
    310 This plugin adds a ncurses interface to vlc, the VideoLAN Client. To 
     298This plugin adds a ncurses interface to the VLC media player. To 
    311299activate it, use the `--intf ncurses' flag. 
    312300 
    313301%package plugin-lirc 
    314 Summary: Lirc plugin for the VideoLAN client 
     302Summary: Lirc plugin for the VLC media player 
    315303Group: Video 
    316304Requires: %{name} = %{version} 
     
    318306Provides: vlc-lirc 
    319307%description plugin-lirc 
    320 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    321  
    322 This plugin is an infrared lirc interface for vlc, the 
    323 VideoLAN Client. To activate it, use the `--intf lirc' flag. 
     308This plugin is an infrared lirc interface for the VLC media player. To 
     309activate it, use the `--extraintf lirc' flag. 
    324310 
    325311%package -n wxvlc 
    326 Summary: WxWindow plugin for the VideoLAN client 
     312Summary: WxWindow plugin for the VLC media player 
    327313Group: Video 
    328314Requires: %{name} = %{version} 
     
    330316Provides: vlc-lirc 
    331317%description -n wxvlc 
    332 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    333  
    334 This plugin adds a wxWindow interface to vlc, the VideoLAN Client. To 
     318This plugin adds a wxWindow interface to the VLC media player. To 
    335319activate it, use the `--intf wxwin' flag or run the `wxvlc' program. 
    336320 
     
    339323# video plugins 
    340324%package plugin-aa 
    341 Summary: ASCII art video plugin for the VideoLAN client 
     325Summary: ASCII art video plugin for the VLC media player 
    342326Group: Video 
    343327Requires: %{name} = %{version} 
     
    345329Provides: vlc-aa 
    346330%description plugin-aa 
    347 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    348  
    349 This is an ASCII art video output plugin for vlc, the VideoLAN 
    350 Client. To activate it, use the `--vout aa' flag or select the `aa' 
    351 vout plugin from the preferences menu. 
     331This is an ASCII art video output plugin for the VLC media playe. To 
     332activate it, use the `--vout aa' flag or select the `aa' video output 
     333plugin from the preferences menu. 
    352334 
    353335 
    354336%package plugin-sdl 
    355 Summary: Simple DirectMedia Layer video plugin for the VideoLAN client 
     337Summary: Simple DirectMedia Layer video plugin for the VLC media player 
    356338Group: Video 
    357339Requires: %{name} = %{version} 
     
    359341Provides: vlc-sdl 
    360342%description plugin-sdl 
    361 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    362  
    363343This plugin adds support for the Simple DirectMedia Layer library to 
    364 vlc, the VideoLAN Client. To activate it, use the `--vout sdl' or 
    365 `--aout sdl' flags or select the `sdl' vout or aout plugin from the 
    366 preferences menu. 
     344the VLC media player. To activate it, use the `--vout sdl' or 
     345`--aout sdl' flags or select the `sdl' video or audio output plugin 
     346from the preferences menu. 
    367347 
    368348%package plugin-ggi 
    369 Summary: GGI video plugin for the VideoLAN client 
     349Summary: GGI video plugin for the VLC media player 
    370350Group: Video 
    371351Requires: %{name} = %{version} 
     
    373353Provides: vlc-ggi 
    374354%description plugin-ggi 
    375 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    376  
    377 This is a GGI plugin for vlc, the VideoLAN Client.  To activate it, use 
    378 the `--vout ggi' flag or select the `ggi' vout plugin from the preferences 
    379 menu. 
     355This is a GGI plugin for the VLC media player. To activate it, use 
     356the `--vout ggi' flag or select the `ggi' video output plugin from 
     357the preferences menu. 
    380358 
    381359%package plugin-svgalib 
    382 Summary: SVGAlib video plugin for the VideoLAN client 
     360Summary: SVGAlib video plugin for the VLC media player 
    383361Group: Video 
    384362Requires: %{name} = %{version} 
    385363%description plugin-svgalib 
    386 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    387  
    388 This plugin adds support for SVGAlib to vlc, the VideoLAN Client. To 
     364This plugin adds support for SVGAlib to the VLC media player. To 
    389365activate it, use the `--vout svgalib' flag or select the `svgalib' video 
    390366output plugin from the preferences menu. Note that you will need root 
     
    395371# visualization plugins 
    396372%package plugin-xosd 
    397 Summary: X On-Screen Display plugin for the VideoLAN client 
     373Summary: X On-Screen Display plugin for the VLC media player 
    398374Group: Video 
    399375Requires: %{name} = %{version} 
    400376%description plugin-xosd 
    401 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    402  
    403 This is an On-Screen Display plugin for vlc, the VideoLAN Client. To 
    404 activate it, use the `--intf xosd' flag or select the `xosd' interface 
    405 plugin from the preferences menu. 
     377This is an On-Screen Display plugin for the VLC media player. To activate 
     378it, use the `--extraintf xosd' flag or select the `xosd' interface plugin 
     379from the preferences menu. 
    406380 
    407381# codec plugins 
    408382%package plugin-mad 
    409 Summary: MAD audio codec plugin for the VideoLAN client 
     383Summary: MAD audio codec plugin for the VLC media player 
    410384Group: Video 
    411385Requires: %{name} = %{version} 
     
    413387Provides: vlc-mad 
    414388%description plugin-mad 
    415 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    416  
    417389This plugin adds support for libmad, the MPEG audio decoder library, 
    418 to the VideoLAN Client. MAD is 100% fixed-point based. To activate 
     390to the VLC media player. MAD is 100% fixed-point based. To activate 
    419391this plugin, use the `--mpeg_adec mad' flag or select the `mad' MPEG 
    420392decoder from the preferences menu. 
    421393 
    422394%package plugin-ogg 
    423 Summary: Ogg demuxer and Vorbis codec plugin for the VideoLAN client 
     395Summary: Ogg demuxer and Vorbis codec plugin for the VLC media player 
    424396Group: Video 
    425397Requires: %{name} = %{version} 
    426398%description plugin-ogg 
    427 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    428  
    429399These plugins add support for the Ogg bitstream format and the Ogg Vorbis 
    430 compressed audio format to vlc, the VideoLAN Client. They are autodetected. 
     400compressed audio format to the VLC media player. They are autodetected. 
    431401 
    432402%package plugin-a52 
    433 Summary: A-52 (AC-3) codec plugin for the VideoLAN client 
     403Summary: A-52 (AC-3) codec plugin for the VLC media player 
    434404Group: Video 
    435405Requires: %{name} = %{version} 
    436406%description plugin-a52 
    437 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    438  
    439407This plugin adds support for the ATSC A-52 (aka. AC-3) audio format to 
    440 vlc, the VideoLAN Client. The plugin is autodetected. 
     408the VLC media player. The plugin is autodetected. 
    441409 
    442410%package plugin-dv 
    443 Summary: DV codec plugin for the VideoLAN client 
     411Summary: DV codec plugin for the VLC media player 
    444412Group: Video 
    445413Requires: %{name} = %{version} 
    446414%description plugin-dv 
    447 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    448  
    449 This plugin adds support for the DV video format to vlc, the VideoLAN 
    450 Client. The plugin is autodetected. 
     415This plugin adds support for the DV video format to the VLC media player. 
     416The plugin is autodetected. 
    451417 
    452418# 
    453419# input plugins 
    454420%package plugin-dvb 
    455 Summary: DVB input plugin for the VideoLAN client 
     421Summary: DVB input plugin for the VLC media player 
    456422Group: Video 
    457423Requires: %{name} = %{version} 
    458424%description plugin-dvb 
    459 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    460  
    461 This plugin adds support for DVB cards to vlc, the VideoLAN Client. Note 
     425This plugin adds support for DVB cards to the VLC media player. Note 
    462426that your card needs to be supported by your kernel before vlc can use it. 
    463427 
     
    465429# audio plugins 
    466430%package plugin-esd 
    467 Summary: Enlightened Sound Daemon audio plugin for the VideoLAN client 
     431Summary: Enlightened Sound Daemon audio plugin for the VLC media player 
    468432Group: Video 
    469433Requires: %{name} = %{version} 
     
    471435Provides: vlc-esd 
    472436%description plugin-esd 
    473 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    474  
    475 This plugin adds support for the Enlightened Sound Daemon to vlc, the 
    476 VideoLAN Client. To activate it, use the `--aout esd' flag or select 
    477 the `esd' aout plugin from the preferences menu. 
     437This plugin adds support for the Enlightened Sound Daemon to the VLC 
     438media player. To activate it, use the `--aout esd' flag or select the 
     439`esd' audio output plugin from the preferences menu. 
    478440 
    479441%package plugin-arts 
    480 Summary: aRts audio plugin for the VideoLAN client 
     442Summary: aRts audio plugin for the VLC media player 
    481443Group: Video 
    482444Requires: %{name} = %{version} 
     
    484446Provides: vlc-arts 
    485447%description plugin-arts 
    486 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    487  
    488 This plugin adds support for the aRts Sound System to vlc, the 
    489 VideoLAN Client. To activate it, use the `--aout arts' flag or 
    490 select the `arts' aout plugin from the preferences menu. 
     448This plugin adds support for the aRts Sound System to the VLC media 
     449player. To activate it, use the `--aout arts' flag or select the `arts' 
     450audio output plugin from the preferences menu. 
    491451 
    492452%package plugin-alsa 
    493 Summary: Advanced Linux Sound Architecture audio plugin for the VideoLAN client 
     453Summary: Advanced Linux Sound Architecture audio plugin for the VLC media player 
    494454Group: Video 
    495455Requires: %{name} = %{version} 
     
    497457Provides: vlc-alsa 
    498458%description plugin-alsa 
    499 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    500  
    501459This plugin adds support for the Advanced Linux Sound Architecture to 
    502 vlc, the VideoLAN Client. To activate it, use the `--aout alsa' flag or 
    503 select the `alsa' aout plugin from the preferences menu. 
     460the VLC media player. To activate it, use the `--aout alsa' flag or 
     461select the `alsa' audio output plugin from the preferences menu. 
    504462 
    505463 
    506464%package plugin-slp 
    507 Summary: Service Location Protocol acces plugin for the VideoLAN client 
     465Summary: Service Location Protocol acces plugin for the VLC media player 
    508466Group: Video 
    509467Requires: %{name} = %{version} 
    510468%description plugin-slp 
    511 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. 
    512  
    513469This plugin adds support for the Service Location Protocol to 
    514 vlc, the VideoLAN Client
     470the VLC media player
    515471 
    516472 
     
    637593mkdir -p %buildroot/%_menudir 
    638594cat > %buildroot/%_menudir/vlc << EOF 
    639 ?package(vlc): command="%_bindir/vlc" hotkey="V" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="VideoLAN Client" icon="vlc.png" hints="Video" 
     595?package(vlc): command="%_bindir/vlc" hotkey="V" needs="X11" longtitle="VLC is a free MPEG, MPEG2, DVD and DivX player" section="Multimedia/Video" title="VLC media player" icon="vlc.png" hints="Video" 
    640596EOF 
    641597%if %with_gtk 
    642598cat > %buildroot/%_menudir/gvlc << EOF 
    643 ?package(gvlc): command="%_bindir/gvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Gtk VideoLAN Client" icon="gvlc.png" hints="Video" 
     599?package(gvlc): command="%_bindir/gvlc" needs="X11" longtitle="VLC is a free MPEG, MPEG2, DVD and DivX player" section="Multimedia/Video" title="VLC Gtk media player" icon="gvlc.png" hints="Video" 
    644600EOF 
    645601%endif 
    646602%if %with_gnome 
    647603cat > %buildroot/%_menudir/gnome-vlc << EOF 
    648 ?package(gnome-vlc): command="%_bindir/gnome-vlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Gnome VideoLAN Client" icon="gnome-vlc.png" hints="Video" 
     604?package(gnome-vlc): command="%_bindir/gnome-vlc" needs="X11" longtitle="VLC is a free MPEG, MPEG2, DVD and DivX player" section="Multimedia/Video" title="VLC Gnome media player" icon="gnome-vlc.png" hints="Video" 
    649605EOF 
    650606%endif 
    651607%if %with_qt 
    652608cat > %buildroot/%_menudir/qvlc << EOF 
    653 ?package(qvlc): command="%_bindir/qvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Qt VideoLAN Client" icon="qvlc.png" hints="Video" 
     609?package(qvlc): command="%_bindir/qvlc" needs="X11" longtitle="VLC is a free MPEG, MPEG2, DVD and DivX player" section="Multimedia/Video" title="VLC Qt media player" icon="qvlc.png" hints="Video" 
    654610EOF 
    655611%endif 
    656612%if %with_kde 
    657613cat > %buildroot/%_menudir/kvlc << EOF 
    658 ?package(kvlc): command="%_bindir/kvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="KDE VideoLAN Client" icon="kvlc.png" hints="Video" 
     614?package(kvlc): command="%_bindir/kvlc" needs="X11" longtitle="VLC is a free MPEG, MPEG2, DVD and DivX player" section="Multimedia/Video" title="VLC KDE media player" icon="kvlc.png" hints="Video" 
    659615EOF 
    660616%endif 
    661617%if %with_wx 
    662 ?package(wxvlc): command="%_bindir/wxvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="wxWindow VideoLAN Client" icon="vlc.png" hints="Video" 
     618?package(wxvlc): command="%_bindir/wxvlc" needs="X11" longtitle="VLC is a free MPEG, MPEG2, DVD and DivX player" section="Multimedia/Video" title="VLC wxWindow media player" icon="vlc.png" hints="Video" 
    663619%endif 
    664620