* NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.

* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
This commit is contained in:
Derk-Jan Hartman 2003-06-22 15:03:33 +00:00
parent ac2a4ae1cb
commit 6ddcf95676
2 changed files with 13 additions and 11 deletions

14
NEWS
View File

@ -1,4 +1,4 @@
$Id: NEWS,v 1.51 2003/06/21 17:26:16 sigmunau Exp $
$Id: NEWS,v 1.52 2003/06/22 15:03:33 hartman Exp $
Changes between 0.5.3 and 0.6.0:
---------------------------------
@ -7,11 +7,11 @@ Core Support:
* Channel Server support was removed (was deprecated)
Input access:
* fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
* fixed large file support on Windows
* Fixed a big bug in ftp and http access that prevented many platforms (OSX most prominently) to view ftp and http streams.
* Fixed large file support on Windows
* Video 4 Linux support
* CD Digital Audio support
* Fixed an ipv6 link-local multicasting bug affecting all platforms but GNU/Linux
* Fixed IPv6 multicasting on Windows and OSX.
Input demux:
* Better detection of AAC and mp3 files
@ -25,6 +25,7 @@ Codecs:
* Fixed a bug which was causing artefacts in DivX video (ffmpeg)
* Updated our theora decoder to use the alpha 2 release of libtheora
* If ffmpeg cannot keep up, skip and try to recover instead of stopping altogether
* Indeo Video 3 (IV32) support for little-endian computers. (so not for OSX)
Interfaces:
* The wxWindows interface is now fully useable as well as Unicode safe
@ -40,12 +41,13 @@ Miscellaneous:
* New reset option for the preferences
* You can set your language in the prefences
* New video chroma conversion module using ffmpeg
* Added a Gentoo ebuild file to the distribution
* Added a Gentoo ebuild to the distribution
* Added a new smaller subtitles font (now the default) + scripts to generate your own
UNIX ports:
* Basic support for the X11 Xinerama extension.
* New skinnable interface ported to X11.
* New skinable interface ported to X11.
* Run opie-vlc and zaurus-vlc as GuiServer
Mac OS X port:
* When you add several items to the playlist, they are sorted alphabetically.

View File

@ -2,7 +2,7 @@
# vlc.ebuild: A Gentoo ebuild for vlc
###############################################################################
# Copyright (C) 2003 VideoLAN
# $Id: vlc.ebuild,v 1.7 2003/06/21 17:04:20 sam Exp $
# $Id: vlc.ebuild,v 1.8 2003/06/22 15:03:33 hartman Exp $
#
# Authors: Derk-Jan Hartman <thedj at users.sf.net>
#
@ -24,7 +24,7 @@ IUSE="arts qt ncurses dvd gtk nls 3dfx matrox svga fbcon esd kde X alsa ggi oggv
# Change these to correspond with the
# unpacked dirnames of the CVS snapshots.
PFFMPEG=ffmpeg-20030612
PFFMPEG=ffmpeg-20030622
PLIBMPEG2=mpeg2dec-20030612
S=${WORKDIR}/${P}
@ -34,9 +34,9 @@ SLIBMPEG2=${WORKDIR}/${PLIBMPEG2}
DESCRIPTION="VLC media player - A videoplayer that plays DVD,
VCD, files and networkstreams o.a."
SRC_URI="http://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2
http://www.videolan.org/pub/testing/contrib/mpeg2dec-20030612.tar.bz2
http://www.videolan.org/pub/testing/contrib/ffmpeg-20030612.tar.bz2"
SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2
http://www.videolan.org/pub/${PN}/${PV}/contrib/mpeg2dec-20030612.tar.bz2
http://www.videolan.org/pub/${PN}/${PV}/contrib/ffmpeg-20030612.tar.bz2"
HOMEPAGE="http://www.videolan.org/vlc"