Changeset e525bf1328170052fd31a4b7612b1c20996abc75
- Timestamp:
- 01/24/04 22:06:52
(4 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1074978412 +0000
- git-parent:
[33c764faa9be5935c51e28b937e9bb849bfd481b]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1074978412 +0000
- Message:
* extras/contrib/src/ dvdnav packages
* REST: stringreview round 1
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re832247 |
re525bf1 |
|
| 1 | | $Id: INSTALL.win32,v 1.21 2003/11/13 14:23:30 lool Exp $ |
|---|
| | 1 | $Id: INSTALL.win32,v 1.22 2004/01/24 21:06:51 hartman Exp $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player |
|---|
| … | … | |
| 88 | 88 | |
|---|
| 89 | 89 | They can be found here (source code): |
|---|
| 90 | | http://www.videolan.org/pub/testing/contrib/ |
|---|
| | 90 | http://download.videolan.org/pub/testing/contrib/ |
|---|
| 91 | 91 | |
|---|
| 92 | 92 | We also provide a package with all the libraries already compiled so it is |
|---|
| 93 | 93 | actually really easy to compile a full-featured version of vlc (these compiled |
|---|
| 94 | 94 | libraries will only work with mingw or cygwin): |
|---|
| 95 | | http://www.videolan.org/pub/testing/win32/contrib-20030729-win32-bin.tar.bz2 or |
|---|
| 96 | | http://www.videolan.org/pub/testing/win32/contrib-20031026-win32-bin-gcc3.3.1-only.tar.bz2 |
|---|
| 97 | | if you are using the new version of gcc (3.3.1). |
|---|
| | 95 | http://download.videolan.org/pub/testing/win32/contrib-20040106-win32-bin-gcc3.3.1-only.tar.bz2 |
|---|
| 98 | 96 | All you need to do is extract it in your root directory (the include files |
|---|
| 99 | 97 | and libraries will be put in /usr/win32). You can do this with the following |
|---|
| 100 | | command: "tar xjvf contrib-20030729-win32-bin.tar.bz2 -C /" |
|---|
| | 98 | command: "tar xjvf contrib-20040106-win32-bin-gcc3.3.1-only.tar.bz2 -C /" |
|---|
| 101 | 99 | |
|---|
| 102 | 100 | A complete list of the libraries on which we depend can be found here: |
|---|
| rec556fc |
re525bf1 |
|
| 1 | | # $Id: MAINTAINERS,v 1.6 2003/02/27 12:44:01 marcari Exp $ |
|---|
| | 1 | # $Id: MAINTAINERS,v 1.7 2004/01/24 21:06:51 hartman Exp $ |
|---|
| 2 | 2 | # |
|---|
| 3 | 3 | # VLC MAINTAINERS |
|---|
| … | … | |
| 26 | 26 | - BeOS : Eric Petit (Stephan Assmus) |
|---|
| 27 | 27 | - Windows : [gibalou] |
|---|
| 28 | | - Mac OS X : [jlj] ([meuuh]) |
|---|
| | 28 | - Mac OS X : [thedj]) |
|---|
| 29 | 29 | - QNX RTOS : [jlj] |
|---|
| 30 | 30 | - Solaris : [meuuh] |
|---|
| … | … | |
| 104 | 104 | [sigmund] = Sigmund Augdal |
|---|
| 105 | 105 | [stef] = St�ane Borel |
|---|
| | 106 | [thedj] = Derk-Jan Hartman |
|---|
| rc2a934c |
re525bf1 |
|
| 1 | | $Id: README,v 1.15 2003/02/02 04:01:29 sam Exp $ |
|---|
| | 1 | $Id: README,v 1.16 2004/01/24 21:06:51 hartman Exp $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | README for the VLC media player |
|---|
| … | … | |
| 15 | 15 | README.MacOSX.rtf - Information specific to the MacOS X port. |
|---|
| 16 | 16 | THANKS - All VLC contributors. |
|---|
| 17 | | doc/ - miscellaneous documentation. |
|---|
| | 17 | doc/ - Miscellaneous documentation. |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | Resources |
|---|
| … | … | |
| 21 | 21 | |
|---|
| 22 | 22 | The VideoLAN web site : http://www.videolan.org/ |
|---|
| 23 | | Mailing-lists : http://www.videolan.org/lists.html |
|---|
| | 23 | Mailing-lists : http://developers.videolan.org/lists.html |
|---|
| | 24 | Forums: http://forum.videolan.org/ |
|---|
| 24 | 25 | |
|---|
| r618d4d6 |
re525bf1 |
|
| 2 | 2 | Mon, 13 Mar 2000 02:21:45 +0100. |
|---|
| 3 | 3 | |
|---|
| 4 | | It was taken from the CVS tree. See http://www.videolan.org/cvs.html |
|---|
| | 4 | It was taken from the CVS tree. See http://developers.videolan.org/cvs.html |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | Upstream Authors: The VideoLAN Team <videolan@videolan.org> |
|---|
| 7 | 7 | |
|---|
| 8 | | VideoLAN is Copyright 1996, 1997, 1998, 1999, 2000, 2001 The VideoLAN Team |
|---|
| | 8 | VideoLAN is Copyright 1996-2004 The VideoLAN Team |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | This program is free software; you can redistribute it and/or modify it |
|---|
| rf67672a |
re525bf1 |
|
| 51 | 51 | or grab the cvs at: |
|---|
| 52 | 52 | |
|---|
| 53 | | http://www.videolan.org/cvs.html |
|---|
| | 53 | http://developers.videolan.org/cvs.html |
|---|
| 54 | 54 | |
|---|
| 55 | 55 | using the command: |
|---|
| r1fdc92c |
re525bf1 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2002 VideoLAN |
|---|
| 5 | | * $Id: vlc.c,v 1.5 2002/11/21 13:53:31 sam Exp $ |
|---|
| | 5 | * $Id: vlc.c,v 1.6 2004/01/24 21:06:52 hartman Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 89 | 89 | |
|---|
| 90 | 90 | /* Print the version information */ |
|---|
| 91 | | sprintf( psz_title, "VideoLAN Client %s", VLC_Version() ); |
|---|
| | 91 | sprintf( psz_title, "VLC media player %s", VLC_Version() ); |
|---|
| 92 | 92 | MultiByteToWideChar( CP_ACP, 0, psz_title, -1, pwz_title, 100 ); |
|---|
| 93 | 93 | |
|---|
| re03531a |
re525bf1 |
|
| 2 | 2 | # src/Makefile : Dearchive and compile all files necessary |
|---|
| 3 | 3 | # *************************************************************************** |
|---|
| 4 | | # Copyright (C) 2003 VideoLAN |
|---|
| 5 | | # $Id: Makefile,v 1.13 2004/01/19 01:11:47 hartman Exp $ |
|---|
| | 4 | # Copyright (C) 2003, 2004 VideoLAN |
|---|
| | 5 | # $Id: Makefile,v 1.14 2004/01/24 21:06:52 hartman Exp $ |
|---|
| 6 | 6 | # |
|---|
| 7 | 7 | # Authors: Christophe Massiot <massiot@via.ecp.fr> |
|---|
| | 8 | # Derk-Jan Hartman <hartman at videolan dot org> |
|---|
| 8 | 9 | # |
|---|
| 9 | 10 | # This program is free software; you can redistribute it and/or modify |
|---|
| … | … | |
| 43 | 44 | .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ |
|---|
| 44 | 45 | .FLAC .speex .faad .lame .ebml .matroska .ffmpeg .openslp \ |
|---|
| 45 | | .dvdcss .dvdread .dvdplay .dvbpsi .live .goom .caca |
|---|
| | 46 | .dvdcss .dvdread .dvdplay .dvdnav .dvbpsi .live .goom .caca |
|---|
| 46 | 47 | FORCE: |
|---|
| 47 | 48 | |
|---|
| … | … | |
| 614 | 615 | |
|---|
| 615 | 616 | # *************************************************************************** |
|---|
| | 617 | # libdvdnav |
|---|
| | 618 | # *************************************************************************** |
|---|
| | 619 | |
|---|
| | 620 | libdvdnav-$(LIBDVDNAV_VERSION).tar.gz: |
|---|
| | 621 | $(WGET) $(LIBDVDNAV_URL) |
|---|
| | 622 | |
|---|
| | 623 | libdvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.gz |
|---|
| | 624 | $(EXTRACT_GZ) |
|---|
| | 625 | |
|---|
| | 626 | .dvdnav: libdvdnav .dvdread |
|---|
| | 627 | (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -Dlseek64=lseek -Doff64_t=off_t" && make && make install) |
|---|
| | 628 | $(INSTALL_NAME) |
|---|
| | 629 | touch $@ |
|---|
| | 630 | |
|---|
| | 631 | CLEAN_FILE += .dvdnav |
|---|
| | 632 | CLEAN_PKG += libdvdnav |
|---|
| | 633 | DISTCLEAN_PKG += libdvdnav-$(LIBDVDNAV_VERSION).tar.gz |
|---|
| | 634 | |
|---|
| | 635 | # *************************************************************************** |
|---|
| 616 | 636 | # libdvbpsi |
|---|
| 617 | 637 | # *************************************************************************** |
|---|
| … | … | |
| 688 | 708 | |
|---|
| 689 | 709 | # *************************************************************************** |
|---|
| 690 | | # *************************************************************************** |
|---|
| 691 | 710 | # Some cleansing |
|---|
| 692 | 711 | # *************************************************************************** |
|---|
| r78cd514 |
re525bf1 |
|
| 1 | 1 | # *************************************************************************** |
|---|
| 2 | | # src/packages.mak : Archives locations |
|---|
| | 2 | # src/packages.mak : Archive locations |
|---|
| 3 | 3 | # *************************************************************************** |
|---|
| 4 | | # Copyright (C) 2003 VideoLAN |
|---|
| 5 | | # $Id: packages.mak,v 1.11 2004/01/21 19:21:23 hartman Exp $ |
|---|
| | 4 | # Copyright (C) 2003, 2004 VideoLAN |
|---|
| | 5 | # $Id: packages.mak,v 1.12 2004/01/24 21:06:52 hartman Exp $ |
|---|
| 6 | 6 | # |
|---|
| 7 | 7 | # Authors: Christophe Massiot <massiot@via.ecp.fr> |
|---|
| | 8 | # Derk-Jan Hartman <hartman at videolan dot org> |
|---|
| 8 | 9 | # |
|---|
| 9 | 10 | # This program is free software; you can redistribute it and/or modify |
|---|
| … | … | |
| 90 | 91 | LIBCACA_VERSION=0.8 |
|---|
| 91 | 92 | LIBCACA_URL=http://sam.zoy.org/projects/libcaca/libcaca-$(LIBCACA_VERSION).tar.gz |
|---|
| 92 | | LIBMODPLUG_VERSION=0.7 |
|---|
| 93 | | LIBMODPLUG_URL=$(SF)/modplug-xmms/libmodplug-$(LIBMODPLUG_VERSION).tar.gz |
|---|
| 94 | 93 | |
|---|
| r84b3b12 |
re525bf1 |
|
| 1 | 1 | #! /bin/sh |
|---|
| 2 | 2 | # |
|---|
| 3 | | # VideoLAN Client configuration script, borrowed from linux menuconfig |
|---|
| | 3 | # VLC media player configuration script, borrowed from linux menuconfig |
|---|
| 4 | 4 | # Cyril Deguet <asmax@videolan.org> |
|---|
| 5 | 5 | # |
|---|
| r42b31b7 |
re525bf1 |
|
| 1 | 1 | %define mozver 1.4.1 |
|---|
| 2 | 2 | |
|---|
| 3 | | Summary: The VideoLAN client, also a very good standalone video player. |
|---|
| | 3 | Summary: VLC media player, a multimedia player and streaming application. |
|---|
| 4 | 4 | Name: vlc |
|---|
| 5 | 5 | Version: 0.7.0 |
|---|
| … | … | |
| 8 | 8 | License: GPL |
|---|
| 9 | 9 | URL: http://www.videolan.org/ |
|---|
| 10 | | Source: http://www.videolan.org/pub/videolan/vlc/vlc-%{version}-%{release}.tar.bz2 |
|---|
| | 10 | Source: http://download.videolan.org/pub/videolan/vlc/vlc-%{version}-%{release}.tar.bz2 |
|---|
| 11 | 11 | Buildroot: %{_tmppath}/%{name}-root |
|---|
| 12 | 12 | Packager: Jason Luka <jason@geshp.com> |
|---|
| … | … | |
| 80 | 80 | |
|---|
| 81 | 81 | %description |
|---|
| 82 | | VideoLAN Client (VLC) is a highly portable multimedia player for various |
|---|
| 83 | | audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as |
|---|
| 84 | | well as DVDs, VCDs, and various streaming protocols. |
|---|
| | 82 | VLC media player is a highly portable multimedia player for various audio and |
|---|
| | 83 | video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVD's, |
|---|
| | 84 | VCD's, and various streaming protocols. It can also be used as a server to |
|---|
| | 85 | stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. |
|---|
| 85 | 86 | |
|---|
| 86 | 87 | Available rpmbuild rebuild options : |
|---|
| … | … | |
| 94 | 95 | |
|---|
| 95 | 96 | %package devel |
|---|
| 96 | | Summary: Header files and static library from the Videolan Client. |
|---|
| | 97 | Summary: Header files and static library from VLC media player. |
|---|
| 97 | 98 | Group: Development/Libraries |
|---|
| 98 | 99 | Requires: %{name} = %{version} |
|---|
| 99 | 100 | |
|---|
| 100 | 101 | %description devel |
|---|
| 101 | | VideoLAN Client (VLC) is a highly portable multimedia player for various |
|---|
| 102 | | audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as |
|---|
| 103 | | well as DVDs, VCDs, and various streaming protocols. |
|---|
| | 102 | VLC media player is a highly portable multimedia player for various audio and |
|---|
| | 103 | video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVD's, |
|---|
| | 104 | VCD's, and various streaming protocols. It can also be used as a server to |
|---|
| | 105 | stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. |
|---|
| 104 | 106 | |
|---|
| 105 | 107 | Install this package if you need to build Videolan Client plugins or intend |
|---|
| … | … | |
| 195 | 197 | cat > %{name}.desktop << EOF |
|---|
| 196 | 198 | [Desktop Entry] |
|---|
| 197 | | Name=VideoLAN Media Player |
|---|
| | 199 | Name=VLC Media Player |
|---|
| 198 | 200 | Comment=%{summary} |
|---|
| 199 | 201 | Icon=%{_datadir}/vlc/vlc48x48.png |
|---|
| r9bf905a |
re525bf1 |
|
| 135 | 135 | %{?_with_tar: %{expand: %%global with_tar 1}} |
|---|
| 136 | 136 | |
|---|
| 137 | | Summary: VLC is a free MPEG, MPEG2, DVD and DivX player. |
|---|
| | 137 | Summary: VLC media player, a multimedia player and streaming application. |
|---|
| 138 | 138 | Name: %{name} |
|---|
| 139 | 139 | Version: %{version} |
|---|
| … | … | |
| 141 | 141 | |
|---|
| 142 | 142 | %if %{cvs} |
|---|
| 143 | | Source0: http://www.videolan.org/pub/videolan/vlc/snapshots/%{cvs_name}.tar.bz2 |
|---|
| 144 | | %else |
|---|
| 145 | | Source0: http://www.videolan.org/packages/%{version}/%{name}-%{version}.tar.bz2 |
|---|
| 146 | | %endif |
|---|
| 147 | | Source1: http://www.videolan.org/pub/videolan/vlc/0.6.0/contrib/ffmpeg-%ffcvs.tar.bz2 |
|---|
| 148 | | Source2: http://www.videolan.org/pub/videolan/vlc/0.6.0/contrib/mpeg2dec-%mpegcvs.tar.bz2 |
|---|
| | 143 | Source0: http://download.videolan.org/pub/videolan/vlc/snapshots/%{cvs_name}.tar.bz2 |
|---|
| | 144 | %else |
|---|
| | 145 | Source0: http://download.videolan.org/packages/%{version}/%{name}-%{version}.tar.bz2 |
|---|
| | 146 | %endif |
|---|
| | 147 | Source1: http://download.videolan.org/pub/videolan/vlc/0.6.0/contrib/ffmpeg-%ffcvs.tar.bz2 |
|---|
| | 148 | Source2: http://download.videolan.org/pub/videolan/vlc/0.6.0/contrib/mpeg2dec-%mpegcvs.tar.bz2 |
|---|
| 149 | 149 | #gw remove NP_GetValue, as it was already defined in the mozilla headers |
|---|
| 150 | 150 | Patch: vlc-0.6.0-mozilla-conflict.patch.bz2 |
|---|
| … | … | |
| 270 | 270 | students from the Ecole Centrale Paris and developers from all over the |
|---|
| 271 | 271 | World. |
|---|
| 272 | | VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and |
|---|
| 273 | | MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from |
|---|
| 274 | | a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web |
|---|
| 275 | | server. |
|---|
| | 272 | VLC media player is a highly portable multimedia player for various audio |
|---|
| | 273 | and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as |
|---|
| | 274 | DVD's, VCD's, and various streaming protocols. It can also be used as a |
|---|
| | 275 | server to stream in unicast or multicast in IPv4 or IPv6 on a |
|---|
| | 276 | high-bandwidth network. |
|---|
| 276 | 277 | You may install vlc-gnome or vlc-gtk to have a nice graphical interface. |
|---|
| 277 | 278 | This package contains no CSS unscrambling functionality for DVDs ; |
|---|