Changeset c2a934c0ffe3b39060ea28bce715d2dff426ca39
- 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
| 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 | |
|---|
| | 3 | INSTALL file for the VLC media player |
|---|
| 2 | 4 | |
|---|
| 3 | 5 | |
|---|
| 4 | | Configuring VideoLAN |
|---|
| 5 | | ==================== |
|---|
| | 6 | Configuring VLC |
|---|
| | 7 | =============== |
|---|
| 6 | 8 | |
|---|
| 7 | | A typical way to configure vlc is: |
|---|
| | 9 | A typical way to configure VLC is: |
|---|
| 8 | 10 | |
|---|
| 9 | 11 | ./configure --prefix=/usr --enable-gnome |
|---|
| … | … | |
| 17 | 19 | |
|---|
| 18 | 20 | |
|---|
| 19 | | Building VideoLAN |
|---|
| 20 | | ================= |
|---|
| | 21 | Building VLC |
|---|
| | 22 | ============ |
|---|
| 21 | 23 | |
|---|
| 22 | 24 | Have a look at the generated Makefile.opts file, you may want to choose |
|---|
| … | … | |
| 24 | 26 | the core application. The configure script tries to guess for you. |
|---|
| 25 | 27 | |
|---|
| 26 | | Once configured, run `make' to build vlc. |
|---|
| | 28 | Once configured, run `make' to build VLC. |
|---|
| 27 | 29 | |
|---|
| 28 | 30 | |
|---|
| 29 | | Installing and running VideoLAN |
|---|
| 30 | | =============================== |
|---|
| | 31 | Installing and running VLC |
|---|
| | 32 | ========================== |
|---|
| 31 | 33 | |
|---|
| 32 | | You can install the vlc and its plugins by typing: |
|---|
| | 34 | You can install the VLC and its plugins by typing: |
|---|
| 33 | 35 | |
|---|
| 34 | 36 | make install |
|---|
| 35 | 37 | |
|---|
| 36 | | But you don't need to install it if you don't want to; vlc can be launched |
|---|
| | 38 | But you don't need to install it if you don't want to; VLC can be launched |
|---|
| 37 | 39 | from the current directory as well: |
|---|
| 38 | 40 | |
|---|
| 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 $ |
|---|
| 2 | 2 | |
|---|
| 3 | | Running VideoLAN Client |
|---|
| 4 | | ======================= |
|---|
| | 3 | INSTALL file for the Windows9x/2k/XP version of the VLC media player |
|---|
| 5 | 4 | |
|---|
| 6 | | If you have already built vlc (see below) or are using a binary release, |
|---|
| | 5 | |
|---|
| | 6 | Running VLC |
|---|
| | 7 | =========== |
|---|
| | 8 | |
|---|
| | 9 | If you have already built VLC (see below) or are using a binary release, |
|---|
| 7 | 10 | just run 'vlc.exe'. |
|---|
| 8 | 11 | |
|---|
| 9 | | You can also run vlc from a dos command box, in which case you'll be able |
|---|
| | 12 | You can also run VLC from a dos command box, in which case you'll be able |
|---|
| 10 | 13 | to use the command line arguments. You can obtain a list of these command |
|---|
| 11 | 14 | line arguments by typing 'vlc --help'. |
|---|
| 12 | | To store a debug log of the current vlc session, you can use |
|---|
| | 15 | To store a debug log of the current VLC session, you can use |
|---|
| 13 | 16 | 'vlc -vvvvv --intf=logger nameofyourvideofile', but this will unfortunatly |
|---|
| 14 | 17 | disable the GUI. You will end-up with a vlc.log file in your current directory. |
|---|
| 15 | 18 | |
|---|
| 16 | | If you want to play a DVD, run vlc and click on the Disc option in the |
|---|
| | 19 | If you want to play a DVD, run VLC and click on the Disc option in the |
|---|
| 17 | 20 | interface. You then have to type your drive letter followed by a colon in |
|---|
| 18 | 21 | the 'Device name' box (eg. 'D:' if this is the letter for your dvdrom drive). |
|---|
| 19 | 22 | |
|---|
| 20 | | Building VideoLAN Client from the source code |
|---|
| 21 | | ============================================= |
|---|
| | 23 | Building VLC from the source code |
|---|
| | 24 | ================================= |
|---|
| 22 | 25 | |
|---|
| 23 | | If you want to do the tricky job of building vlc from sources, you can do it |
|---|
| | 26 | If you want to do the tricky job of building VLC from sources, you can do it |
|---|
| 24 | 27 | in several ways: |
|---|
| 25 | 28 | |
|---|
| … | … | |
| 88 | 91 | ===================== |
|---|
| 89 | 92 | |
|---|
| 90 | | The best way to configure the build process of vlc is to use the |
|---|
| | 93 | The best way to configure the build process of VLC is to use the |
|---|
| 91 | 94 | `./configure' script. |
|---|
| 92 | 95 | |
|---|
| … | … | |
| 125 | 128 | --with-dvdcss-tree=../libdvdcss-win |
|---|
| 126 | 129 | |
|---|
| 127 | | If you are using cygwin, you can build vlc with or without the unix emulation |
|---|
| | 130 | If you are using cygwin, you can build VLC with or without the unix emulation |
|---|
| 128 | 131 | layer (without is usually better). To build without the emulaion layer, use |
|---|
| 129 | 132 | something like this: |
|---|
| … | … | |
| 141 | 144 | beforehand. |
|---|
| 142 | 145 | |
|---|
| 143 | | Building VideoLAN Client |
|---|
| 144 | | ======================== |
|---|
| | 146 | Building VLC |
|---|
| | 147 | ============ |
|---|
| 145 | 148 | |
|---|
| 146 | 149 | Have a look at the generated Makefile.opts file, you may want to choose |
|---|
| … | … | |
| 148 | 151 | the core application. The configure script tries to guess for you. |
|---|
| 149 | 152 | |
|---|
| 150 | | Once configured, to build vlc you have to: |
|---|
| | 153 | Once configured, to build VLC you have to: |
|---|
| 151 | 154 | |
|---|
| 152 | 155 | If you are cross-compiling from Debian or compiling natively on Windoze, |
|---|
| … | … | |
| 167 | 170 | that call them through Wine if you are cross-compiling from Linux. |
|---|
| 168 | 171 | |
|---|
| 169 | | 3) Configure vlc as usual with the --enable-intfwin flag and build it. |
|---|
| | 172 | 3) Configure VLC as usual with the --enable-intfwin flag and build it. |
|---|
| 170 | 173 | |
|---|
| 171 | | Well done, now you're ready to use vlc! |
|---|
| | 174 | Well done, now you're ready to use VLC! |
|---|
| 172 | 175 | ======================================= |
|---|
| 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 $ |
|---|
| 2 | 2 | |
|---|
| 3 | | README for vlc, the VideoLAN Client |
|---|
| 4 | | =================================== |
|---|
| | 3 | README for the VLC media player |
|---|
| | 4 | =============================== |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | ABOUT-NLS - Notes on the Free Translation Project. |
|---|
| r6d68e34 |
rc2a934c |
|
| 1 | 1 | #! /bin/sh |
|---|
| 2 | 2 | |
|---|
| 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 $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| ra2af7fb |
rc2a934c |
|
| 2827 | 2827 | dnl |
|---|
| 2828 | 2828 | AC_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]) |
|---|
| | 2829 | AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2003 VideoLAN", [Copyright string]) |
|---|
| 2830 | 2830 | AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line]) |
|---|
| 2831 | 2831 | |
|---|
| r1b0868e |
rc2a934c |
|
| 23 | 23 | OutFile ..\vlc-${VERSION}-win32.exe |
|---|
| 24 | 24 | |
|---|
| 25 | | Name "the VideoLAN Client" |
|---|
| 26 | | Caption "VideoLAN Client '${VERSION}' for Win32 Setup" |
|---|
| | 25 | Name "VLC media player" |
|---|
| | 26 | Caption "VLC '${VERSION}' for Win32 Setup" |
|---|
| 27 | 27 | ;Icon ../share/gvlc32x32.ico |
|---|
| 28 | 28 | |
|---|
| 29 | 29 | CRCCheck on |
|---|
| 30 | 30 | |
|---|
| 31 | | InstallDir "$PROGRAMFILES\VideoLAN\VideoLAN Client" |
|---|
| | 31 | InstallDir "$PROGRAMFILES\VideoLAN\VLC" |
|---|
| 32 | 32 | ; check if the program has already been installed, if so, take this dir |
|---|
| 33 | 33 | ; as install dir |
|---|
| … | … | |
| 43 | 43 | SetCompress auto |
|---|
| 44 | 44 | |
|---|
| 45 | | UninstallText "This will uninstall the VideoLAN Client. Hit next to continue." |
|---|
| | 45 | UninstallText "This will uninstall the VLC media player. Hit next to continue." |
|---|
| 46 | 46 | |
|---|
| 47 | 47 | ;;;;;;;;;;;;;;;;;;;; |
|---|
| rd0bff31 |
rc2a934c |
|
| 286 | 286 | Width = 227 |
|---|
| 287 | 287 | Height = 13 |
|---|
| 288 | | Caption = 'the VideoLAN Team <videolan@videolan.org>' |
|---|
| | 288 | Caption = 'the VideoLAN team <videolan@videolan.org>' |
|---|
| 289 | 289 | end |
|---|
| 290 | 290 | object Image1: TImage |
|---|
| rd0bff31 |
rc2a934c |
|
| 9 | 9 | Caption = _( "(c) 1996-2003 the VideoLAN team" ); |
|---|
| 10 | 10 | 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>" ); |
|---|
| 12 | 12 | Caption = _( "Version x.y.z" ); |
|---|
| 13 | 13 | Caption = _( "OK" ); |
|---|
| ra7e0549 |
rc2a934c |
|
| 2858 | 2858 | |
|---|
| 2859 | 2859 | #: modules/gui/macosx/intf.m:327 |
|---|
| 2860 | | #, fuzzy |
|---|
| 2861 | 2860 | msgid "VideoLAN Website" |
|---|
| 2862 | | msgstr "VideoLAN Client" |
|---|
| | 2861 | msgstr "" |
|---|
| 2863 | 2862 | |
|---|
| 2864 | 2863 | #: modules/gui/macosx/intf.m:328 |
|---|
| r1584d67 |
rc2a934c |
|
| 1 | 1 | #! /bin/sh |
|---|
| 2 | 2 | |
|---|
| 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 $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 299 | 299 | do |
|---|
| 300 | 300 | 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 |
|---|
| 302 | 302 | done |
|---|
| 303 | 303 | # clean old potfiles |
|---|
| r7f4b5f8 |
rc2a934c |
|
| 121 | 121 | %{?_with_slp: %{expand: %%define with_slp 1}} |
|---|
| 122 | 122 | |
|---|
| 123 | | Summary: VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| | 123 | Summary: VLC is a free MPEG, MPEG2, DVD and DivX player. |
|---|
| 124 | 124 | Name: %{name} |
|---|
| 125 | 125 | Version: %{version} |
|---|
| … | … | |
| 220 | 220 | students from the Ecole Centrale Paris and developers from all over the |
|---|
| 221 | 221 | World. |
|---|
| 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). |
|---|
| | 222 | VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and |
|---|
| | 223 | MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from |
|---|
| | 224 | a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web |
|---|
| | 225 | server. |
|---|
| 226 | 226 | You may install vlc-gnome or vlc-gtk to have a nice graphical interface. |
|---|
| 227 | 227 | This package contains no CSS unscrambling functionality for DVDs ; |
|---|
| … | … | |
| 231 | 231 | #general packages |
|---|
| 232 | 232 | %package -n %libname-devel |
|---|
| 233 | | Summary: Development files for the VideoLAN Client |
|---|
| | 233 | Summary: Development files for the VLC media player |
|---|
| 234 | 234 | Group: Development/C |
|---|
| 235 | 235 | Requires: %name = %version-%release |
|---|
| … | … | |
| 237 | 237 | Provides: lib%name-devel = %version-%release |
|---|
| 238 | 238 | %description -n %libname-devel |
|---|
| 239 | | Development files for the VideoLAN Client |
|---|
| 240 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 241 | | |
|---|
| | 239 | Development files for the VLC media player |
|---|
| 242 | 240 | This package contains headers and a static library required to build plugins |
|---|
| 243 | | for the VideoLAN Client, or standalone applications using VideoLAN Client. |
|---|
| | 241 | for the VLC media player, or standalone applications using features from VLC. |
|---|
| 244 | 242 | |
|---|
| 245 | 243 | %package -n mozilla-plugin-vlc |
|---|
| … | … | |
| 256 | 254 | # intf plugins |
|---|
| 257 | 255 | %package -n gvlc |
|---|
| 258 | | Summary: Gtk plugin for the VideoLAN client |
|---|
| | 256 | Summary: Gtk plugin for the VLC media player |
|---|
| 259 | 257 | Group: Video |
|---|
| 260 | 258 | Requires: %{name} = %{version} |
|---|
| 261 | 259 | Provides: vlc-gui |
|---|
| 262 | 260 | %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 |
|---|
| | 261 | This plugin adds a Gtk+ interface to the VLC media player. To |
|---|
| 266 | 262 | activate it, use the `--intf gtk' flag or run the `gvlc' program. |
|---|
| 267 | 263 | |
|---|
| 268 | 264 | %package -n gnome-vlc |
|---|
| 269 | | Summary: Gnome plugin for the VideoLAN client |
|---|
| | 265 | Summary: Gnome plugin for the VLC media player |
|---|
| 270 | 266 | Group: Video |
|---|
| 271 | 267 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 273 | 269 | Obsoletes: vlc-gnome |
|---|
| 274 | 270 | %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 |
|---|
| | 271 | This plugin adds a Gnome interface to the VLC media player. To |
|---|
| 278 | 272 | activate it, use the `--intf gnome' flag or run the `gnome-vlc' program. |
|---|
| 279 | 273 | |
|---|
| 280 | 274 | %package -n qvlc |
|---|
| 281 | | Summary: Qt2 plugin for the VideoLAN client |
|---|
| | 275 | Summary: Qt2 plugin for the VLC media player |
|---|
| 282 | 276 | Group: Video |
|---|
| 283 | 277 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 285 | 279 | Obsoletes: vlc-qt |
|---|
| 286 | 280 | %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. |
|---|
| | 281 | This plugin adds a Qt interface to the VLC media player. To activate it, |
|---|
| | 282 | use the `--intf qt' flag or run the `qvlc' program. |
|---|
| 291 | 283 | |
|---|
| 292 | 284 | %package -n kvlc |
|---|
| 293 | | Summary: KDE frontend for the VideoLAN client |
|---|
| | 285 | Summary: KDE frontend for the VLC media player |
|---|
| 294 | 286 | Group: Video |
|---|
| 295 | 287 | Requires: %{name} = %{version} |
|---|
| 296 | 288 | Provides: vlc-gui |
|---|
| 297 | 289 | %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 |
|---|
| | 290 | This plugin adds a KDE interface to the VLC media player. To |
|---|
| 301 | 291 | activate it, use the `--intf kde' flag or run the `kvlc' program. |
|---|
| 302 | 292 | |
|---|
| 303 | 293 | %package plugin-ncurses |
|---|
| 304 | | Summary: Ncurses console-based plugin for the VideoLAN client |
|---|
| | 294 | Summary: Ncurses console-based plugin for the VLC media player |
|---|
| 305 | 295 | Group: Video |
|---|
| 306 | 296 | Requires: %{name} = %{version} |
|---|
| 307 | 297 | %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 |
|---|
| | 298 | This plugin adds a ncurses interface to the VLC media player. To |
|---|
| 311 | 299 | activate it, use the `--intf ncurses' flag. |
|---|
| 312 | 300 | |
|---|
| 313 | 301 | %package plugin-lirc |
|---|
| 314 | | Summary: Lirc plugin for the VideoLAN client |
|---|
| | 302 | Summary: Lirc plugin for the VLC media player |
|---|
| 315 | 303 | Group: Video |
|---|
| 316 | 304 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 318 | 306 | Provides: vlc-lirc |
|---|
| 319 | 307 | %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. |
|---|
| | 308 | This plugin is an infrared lirc interface for the VLC media player. To |
|---|
| | 309 | activate it, use the `--extraintf lirc' flag. |
|---|
| 324 | 310 | |
|---|
| 325 | 311 | %package -n wxvlc |
|---|
| 326 | | Summary: WxWindow plugin for the VideoLAN client |
|---|
| | 312 | Summary: WxWindow plugin for the VLC media player |
|---|
| 327 | 313 | Group: Video |
|---|
| 328 | 314 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 330 | 316 | Provides: vlc-lirc |
|---|
| 331 | 317 | %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 |
|---|
| | 318 | This plugin adds a wxWindow interface to the VLC media player. To |
|---|
| 335 | 319 | activate it, use the `--intf wxwin' flag or run the `wxvlc' program. |
|---|
| 336 | 320 | |
|---|
| … | … | |
| 339 | 323 | # video plugins |
|---|
| 340 | 324 | %package plugin-aa |
|---|
| 341 | | Summary: ASCII art video plugin for the VideoLAN client |
|---|
| | 325 | Summary: ASCII art video plugin for the VLC media player |
|---|
| 342 | 326 | Group: Video |
|---|
| 343 | 327 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 345 | 329 | Provides: vlc-aa |
|---|
| 346 | 330 | %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. |
|---|
| | 331 | This is an ASCII art video output plugin for the VLC media playe. To |
|---|
| | 332 | activate it, use the `--vout aa' flag or select the `aa' video output |
|---|
| | 333 | plugin from the preferences menu. |
|---|
| 352 | 334 | |
|---|
| 353 | 335 | |
|---|
| 354 | 336 | %package plugin-sdl |
|---|
| 355 | | Summary: Simple DirectMedia Layer video plugin for the VideoLAN client |
|---|
| | 337 | Summary: Simple DirectMedia Layer video plugin for the VLC media player |
|---|
| 356 | 338 | Group: Video |
|---|
| 357 | 339 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 359 | 341 | Provides: vlc-sdl |
|---|
| 360 | 342 | %description plugin-sdl |
|---|
| 361 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 362 | | |
|---|
| 363 | 343 | This 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. |
|---|
| | 344 | the VLC media player. To activate it, use the `--vout sdl' or |
|---|
| | 345 | `--aout sdl' flags or select the `sdl' video or audio output plugin |
|---|
| | 346 | from the preferences menu. |
|---|
| 367 | 347 | |
|---|
| 368 | 348 | %package plugin-ggi |
|---|
| 369 | | Summary: GGI video plugin for the VideoLAN client |
|---|
| | 349 | Summary: GGI video plugin for the VLC media player |
|---|
| 370 | 350 | Group: Video |
|---|
| 371 | 351 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 373 | 353 | Provides: vlc-ggi |
|---|
| 374 | 354 | %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. |
|---|
| | 355 | This is a GGI plugin for the VLC media player. To activate it, use |
|---|
| | 356 | the `--vout ggi' flag or select the `ggi' video output plugin from |
|---|
| | 357 | the preferences menu. |
|---|
| 380 | 358 | |
|---|
| 381 | 359 | %package plugin-svgalib |
|---|
| 382 | | Summary: SVGAlib video plugin for the VideoLAN client |
|---|
| | 360 | Summary: SVGAlib video plugin for the VLC media player |
|---|
| 383 | 361 | Group: Video |
|---|
| 384 | 362 | Requires: %{name} = %{version} |
|---|
| 385 | 363 | %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 |
|---|
| | 364 | This plugin adds support for SVGAlib to the VLC media player. To |
|---|
| 389 | 365 | activate it, use the `--vout svgalib' flag or select the `svgalib' video |
|---|
| 390 | 366 | output plugin from the preferences menu. Note that you will need root |
|---|
| … | … | |
| 395 | 371 | # visualization plugins |
|---|
| 396 | 372 | %package plugin-xosd |
|---|
| 397 | | Summary: X On-Screen Display plugin for the VideoLAN client |
|---|
| | 373 | Summary: X On-Screen Display plugin for the VLC media player |
|---|
| 398 | 374 | Group: Video |
|---|
| 399 | 375 | Requires: %{name} = %{version} |
|---|
| 400 | 376 | %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. |
|---|
| | 377 | This is an On-Screen Display plugin for the VLC media player. To activate |
|---|
| | 378 | it, use the `--extraintf xosd' flag or select the `xosd' interface plugin |
|---|
| | 379 | from the preferences menu. |
|---|
| 406 | 380 | |
|---|
| 407 | 381 | # codec plugins |
|---|
| 408 | 382 | %package plugin-mad |
|---|
| 409 | | Summary: MAD audio codec plugin for the VideoLAN client |
|---|
| | 383 | Summary: MAD audio codec plugin for the VLC media player |
|---|
| 410 | 384 | Group: Video |
|---|
| 411 | 385 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 413 | 387 | Provides: vlc-mad |
|---|
| 414 | 388 | %description plugin-mad |
|---|
| 415 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 416 | | |
|---|
| 417 | 389 | This plugin adds support for libmad, the MPEG audio decoder library, |
|---|
| 418 | | to the VideoLAN Client. MAD is 100% fixed-point based. To activate |
|---|
| | 390 | to the VLC media player. MAD is 100% fixed-point based. To activate |
|---|
| 419 | 391 | this plugin, use the `--mpeg_adec mad' flag or select the `mad' MPEG |
|---|
| 420 | 392 | decoder from the preferences menu. |
|---|
| 421 | 393 | |
|---|
| 422 | 394 | %package plugin-ogg |
|---|
| 423 | | Summary: Ogg demuxer and Vorbis codec plugin for the VideoLAN client |
|---|
| | 395 | Summary: Ogg demuxer and Vorbis codec plugin for the VLC media player |
|---|
| 424 | 396 | Group: Video |
|---|
| 425 | 397 | Requires: %{name} = %{version} |
|---|
| 426 | 398 | %description plugin-ogg |
|---|
| 427 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 428 | | |
|---|
| 429 | 399 | These plugins add support for the Ogg bitstream format and the Ogg Vorbis |
|---|
| 430 | | compressed audio format to vlc, the VideoLAN Client. They are autodetected. |
|---|
| | 400 | compressed audio format to the VLC media player. They are autodetected. |
|---|
| 431 | 401 | |
|---|
| 432 | 402 | %package plugin-a52 |
|---|
| 433 | | Summary: A-52 (AC-3) codec plugin for the VideoLAN client |
|---|
| | 403 | Summary: A-52 (AC-3) codec plugin for the VLC media player |
|---|
| 434 | 404 | Group: Video |
|---|
| 435 | 405 | Requires: %{name} = %{version} |
|---|
| 436 | 406 | %description plugin-a52 |
|---|
| 437 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 438 | | |
|---|
| 439 | 407 | This plugin adds support for the ATSC A-52 (aka. AC-3) audio format to |
|---|
| 440 | | vlc, the VideoLAN Client. The plugin is autodetected. |
|---|
| | 408 | the VLC media player. The plugin is autodetected. |
|---|
| 441 | 409 | |
|---|
| 442 | 410 | %package plugin-dv |
|---|
| 443 | | Summary: DV codec plugin for the VideoLAN client |
|---|
| | 411 | Summary: DV codec plugin for the VLC media player |
|---|
| 444 | 412 | Group: Video |
|---|
| 445 | 413 | Requires: %{name} = %{version} |
|---|
| 446 | 414 | %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. |
|---|
| | 415 | This plugin adds support for the DV video format to the VLC media player. |
|---|
| | 416 | The plugin is autodetected. |
|---|
| 451 | 417 | |
|---|
| 452 | 418 | # |
|---|
| 453 | 419 | # input plugins |
|---|
| 454 | 420 | %package plugin-dvb |
|---|
| 455 | | Summary: DVB input plugin for the VideoLAN client |
|---|
| | 421 | Summary: DVB input plugin for the VLC media player |
|---|
| 456 | 422 | Group: Video |
|---|
| 457 | 423 | Requires: %{name} = %{version} |
|---|
| 458 | 424 | %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 |
|---|
| | 425 | This plugin adds support for DVB cards to the VLC media player. Note |
|---|
| 462 | 426 | that your card needs to be supported by your kernel before vlc can use it. |
|---|
| 463 | 427 | |
|---|
| … | … | |
| 465 | 429 | # audio plugins |
|---|
| 466 | 430 | %package plugin-esd |
|---|
| 467 | | Summary: Enlightened Sound Daemon audio plugin for the VideoLAN client |
|---|
| | 431 | Summary: Enlightened Sound Daemon audio plugin for the VLC media player |
|---|
| 468 | 432 | Group: Video |
|---|
| 469 | 433 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 471 | 435 | Provides: vlc-esd |
|---|
| 472 | 436 | %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. |
|---|
| | 437 | This plugin adds support for the Enlightened Sound Daemon to the VLC |
|---|
| | 438 | media player. To activate it, use the `--aout esd' flag or select the |
|---|
| | 439 | `esd' audio output plugin from the preferences menu. |
|---|
| 478 | 440 | |
|---|
| 479 | 441 | %package plugin-arts |
|---|
| 480 | | Summary: aRts audio plugin for the VideoLAN client |
|---|
| | 442 | Summary: aRts audio plugin for the VLC media player |
|---|
| 481 | 443 | Group: Video |
|---|
| 482 | 444 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 484 | 446 | Provides: vlc-arts |
|---|
| 485 | 447 | %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. |
|---|
| | 448 | This plugin adds support for the aRts Sound System to the VLC media |
|---|
| | 449 | player. To activate it, use the `--aout arts' flag or select the `arts' |
|---|
| | 450 | audio output plugin from the preferences menu. |
|---|
| 491 | 451 | |
|---|
| 492 | 452 | %package plugin-alsa |
|---|
| 493 | | Summary: Advanced Linux Sound Architecture audio plugin for the VideoLAN client |
|---|
| | 453 | Summary: Advanced Linux Sound Architecture audio plugin for the VLC media player |
|---|
| 494 | 454 | Group: Video |
|---|
| 495 | 455 | Requires: %{name} = %{version} |
|---|
| … | … | |
| 497 | 457 | Provides: vlc-alsa |
|---|
| 498 | 458 | %description plugin-alsa |
|---|
| 499 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 500 | | |
|---|
| 501 | 459 | This 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. |
|---|
| | 460 | the VLC media player. To activate it, use the `--aout alsa' flag or |
|---|
| | 461 | select the `alsa' audio output plugin from the preferences menu. |
|---|
| 504 | 462 | |
|---|
| 505 | 463 | |
|---|
| 506 | 464 | %package plugin-slp |
|---|
| 507 | | Summary: Service Location Protocol acces plugin for the VideoLAN client |
|---|
| | 465 | Summary: Service Location Protocol acces plugin for the VLC media player |
|---|
| 508 | 466 | Group: Video |
|---|
| 509 | 467 | Requires: %{name} = %{version} |
|---|
| 510 | 468 | %description plugin-slp |
|---|
| 511 | | VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. |
|---|
| 512 | | |
|---|
| 513 | 469 | This plugin adds support for the Service Location Protocol to |
|---|
| 514 | | vlc, the VideoLAN Client. |
|---|
| | 470 | the VLC media player. |
|---|
| 515 | 471 | |
|---|
| 516 | 472 | |
|---|
| … | … | |
| 637 | 593 | mkdir -p %buildroot/%_menudir |
|---|
| 638 | 594 | cat > %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" |
|---|
| 640 | 596 | EOF |
|---|
| 641 | 597 | %if %with_gtk |
|---|
| 642 | 598 | cat > %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" |
|---|
| 644 | 600 | EOF |
|---|
| 645 | 601 | %endif |
|---|
| 646 | 602 | %if %with_gnome |
|---|
| 647 | 603 | cat > %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" |
|---|
| 649 | 605 | EOF |
|---|
| 650 | 606 | %endif |
|---|
| 651 | 607 | %if %with_qt |
|---|
| 652 | 608 | cat > %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" |
|---|
| 654 | 610 | EOF |
|---|
| 655 | 611 | %endif |
|---|
| 656 | 612 | %if %with_kde |
|---|
| 657 | 613 | cat > %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" |
|---|
| 659 | 615 | EOF |
|---|
| 660 | 616 | %endif |
|---|
| 661 | 617 | %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" |
|---|
| 663 | 619 | %endif |
|---|
| 664 | 620 | |
|---|