Changeset e525bf1328170052fd31a4b7612b1c20996abc75

Show
Ignore:
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
  • INSTALL.win32

    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 $ 
    22 
    33INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player 
     
    8888 
    8989They can be found here (source code): 
    90 http://www.videolan.org/pub/testing/contrib/ 
     90http://download.videolan.org/pub/testing/contrib/ 
    9191 
    9292We also provide a package with all the libraries already compiled so it is 
    9393actually really easy to compile a full-featured version of vlc (these compiled 
    9494libraries 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). 
     95http://download.videolan.org/pub/testing/win32/contrib-20040106-win32-bin-gcc3.3.1-only.tar.bz2 
    9896All you need to do is extract it in your root directory (the include files 
    9997and 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 /" 
     98command: "tar xjvf contrib-20040106-win32-bin-gcc3.3.1-only.tar.bz2 -C /" 
    10199 
    102100A complete list of the libraries on which we depend can be found here: 
  • MAINTAINERS

    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 $ 
    22# 
    33#                            VLC MAINTAINERS 
     
    2626  - BeOS : Eric Petit (Stephan Assmus) 
    2727  - Windows : [gibalou] 
    28   - Mac OS X : [jlj] ([meuuh]) 
     28  - Mac OS X : [thedj]) 
    2929  - QNX RTOS : [jlj] 
    3030  - Solaris : [meuuh] 
     
    104104[sigmund] = Sigmund Augdal 
    105105[stef] = St�ane Borel 
     106[thedj] = Derk-Jan Hartman 
  • README

    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 $ 
    22 
    33README for the VLC media player 
     
    1515README.MacOSX.rtf  - Information specific to the MacOS X port. 
    1616THANKS             - All VLC contributors. 
    17 doc/               - miscellaneous documentation. 
     17doc/               - Miscellaneous documentation. 
    1818 
    1919Resources 
     
    2121 
    2222The VideoLAN web site : http://www.videolan.org/ 
    23 Mailing-lists : http://www.videolan.org/lists.html 
     23Mailing-lists : http://developers.videolan.org/lists.html 
     24Forums: http://forum.videolan.org/ 
    2425 
  • debian/copyright

    r618d4d6 re525bf1  
    22Mon, 13 Mar 2000 02:21:45 +0100. 
    33 
    4 It was taken from the CVS tree. See http://www.videolan.org/cvs.html 
     4It was taken from the CVS tree. See http://developers.videolan.org/cvs.html 
    55 
    66Upstream Authors: The VideoLAN Team <videolan@videolan.org> 
    77 
    8 VideoLAN is Copyright 1996, 1997, 1998, 1999, 2000, 2001 The VideoLAN Team 
     8VideoLAN is Copyright 1996-2004 The VideoLAN Team 
    99 
    1010This program is free software; you can redistribute it and/or modify it 
  • doc/win32/Cross-Compile-Howto.txt

    rf67672a re525bf1  
    5151or grab the cvs at: 
    5252 
    53         http://www.videolan.org/cvs.html 
     53        http://developers.videolan.org/cvs.html 
    5454 
    5555using the command: 
  • evc/vlc.c

    r1fdc92c re525bf1  
    33 ***************************************************************************** 
    44 * 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 $ 
    66 * 
    77 * Authors: Samuel Hocevar <sam@zoy.org> 
     
    8989 
    9090    /* Print the version information */ 
    91     sprintf( psz_title, "VideoLAN Client %s", VLC_Version() ); 
     91    sprintf( psz_title, "VLC media player %s", VLC_Version() ); 
    9292    MultiByteToWideChar( CP_ACP, 0, psz_title, -1, pwz_title, 100 ); 
    9393 
  • extras/contrib/src/Makefile

    re03531a re525bf1  
    22# src/Makefile : Dearchive and compile all files necessary 
    33# *************************************************************************** 
    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 $ 
    66# 
    77# Authors: Christophe Massiot <massiot@via.ecp.fr> 
     8#          Derk-Jan Hartman <hartman at videolan dot org> 
    89# 
    910# This program is free software; you can redistribute it and/or modify 
     
    4344    .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ 
    4445    .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 
    4647FORCE: 
    4748 
     
    614615 
    615616# *************************************************************************** 
     617# libdvdnav 
     618# *************************************************************************** 
     619 
     620libdvdnav-$(LIBDVDNAV_VERSION).tar.gz: 
     621    $(WGET) $(LIBDVDNAV_URL) 
     622 
     623libdvdnav: 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 
     631CLEAN_FILE += .dvdnav 
     632CLEAN_PKG += libdvdnav 
     633DISTCLEAN_PKG += libdvdnav-$(LIBDVDNAV_VERSION).tar.gz 
     634 
     635# *************************************************************************** 
    616636# libdvbpsi 
    617637# *************************************************************************** 
     
    688708 
    689709# *************************************************************************** 
    690 # *************************************************************************** 
    691710# Some cleansing 
    692711# *************************************************************************** 
  • extras/contrib/src/packages.mak

    r78cd514 re525bf1  
    11# *************************************************************************** 
    2 # src/packages.mak : Archives locations 
     2# src/packages.mak : Archive locations 
    33# *************************************************************************** 
    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 $ 
    66# 
    77# Authors: Christophe Massiot <massiot@via.ecp.fr> 
     8#          Derk-Jan Hartman <hartman at videolan dot org> 
    89# 
    910# This program is free software; you can redistribute it and/or modify 
     
    9091LIBCACA_VERSION=0.8 
    9192LIBCACA_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 
    9493 
  • menuconfig

    r84b3b12 re525bf1  
    11#! /bin/sh 
    22# 
    3 # VideoLAN Client configuration script, borrowed from linux menuconfig 
     3# VLC media player configuration script, borrowed from linux menuconfig 
    44# Cyril Deguet <asmax@videolan.org> 
    55# 
  • vlc.spec

    r42b31b7 re525bf1  
    11%define mozver 1.4.1 
    22 
    3 Summary: The VideoLAN client, also a very good standalone video player
     3Summary: VLC media player, a multimedia player and streaming application
    44Name: vlc 
    55Version: 0.7.0 
     
    88License: GPL 
    99URL: http://www.videolan.org/ 
    10 Source: http://www.videolan.org/pub/videolan/vlc/vlc-%{version}-%{release}.tar.bz2 
     10Source: http://download.videolan.org/pub/videolan/vlc/vlc-%{version}-%{release}.tar.bz2 
    1111Buildroot: %{_tmppath}/%{name}-root 
    1212Packager: Jason Luka <jason@geshp.com> 
     
    8080 
    8181%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. 
     82VLC media player is a highly portable multimedia player for various audio and  
     83video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVD's,  
     84VCD's, and various streaming protocols. It can also be used as a server to  
     85stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. 
    8586 
    8687Available rpmbuild rebuild options : 
     
    9495 
    9596%package devel 
    96 Summary: Header files and static library from the Videolan Client
     97Summary: Header files and static library from VLC media player
    9798Group: Development/Libraries 
    9899Requires: %{name} = %{version} 
    99100 
    100101%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. 
     102VLC media player is a highly portable multimedia player for various audio and  
     103video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVD's,  
     104VCD's, and various streaming protocols. It can also be used as a server to  
     105stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. 
    104106 
    105107Install this package if you need to build Videolan Client plugins or intend 
     
    195197cat > %{name}.desktop << EOF 
    196198[Desktop Entry] 
    197 Name=VideoLAN Media Player 
     199Name=VLC Media Player 
    198200Comment=%{summary} 
    199201Icon=%{_datadir}/vlc/vlc48x48.png 
  • vlc.spec.mdk

    r9bf905a re525bf1  
    135135%{?_with_tar:       %{expand: %%global with_tar 1}} 
    136136 
    137 Summary:    VLC is a free MPEG, MPEG2, DVD and DivX player
     137Summary:    VLC media player, a multimedia player and streaming application
    138138Name:       %{name} 
    139139Version:    %{version} 
     
    141141 
    142142%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   
     143Source0:    http://download.videolan.org/pub/videolan/vlc/snapshots/%{cvs_name}.tar.bz2 
     144%else 
     145Source0:    http://download.videolan.org/packages/%{version}/%{name}-%{version}.tar.bz2 
     146%endif 
     147Source1:    http://download.videolan.org/pub/videolan/vlc/0.6.0/contrib/ffmpeg-%ffcvs.tar.bz2 
     148Source2:    http://download.videolan.org/pub/videolan/vlc/0.6.0/contrib/mpeg2dec-%mpegcvs.tar.bz2  
    149149#gw remove NP_GetValue, as it was already defined in the mozilla headers 
    150150Patch:      vlc-0.6.0-mozilla-conflict.patch.bz2 
     
    270270students from the Ecole Centrale Paris and developers from all over the 
    271271World. 
    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. 
     272VLC media player is a highly portable multimedia player for various audio  
     273and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as  
     274DVD's, VCD's, and various streaming protocols. It can also be used as a  
     275server to stream in unicast or multicast in IPv4 or IPv6 on a  
     276high-bandwidth network. 
    276277You may install vlc-gnome or vlc-gtk to have a nice graphical interface. 
    277278This package contains no CSS unscrambling functionality for DVDs ;