]> git.sesse.net Git - vlc/commitdiff
* NEWS: added some more stuff for the upcoming 0.6.1
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 19 Jul 2003 00:02:35 +0000 (00:02 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 19 Jul 2003 00:02:35 +0000 (00:02 +0000)
* vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.

NEWS
vlc.ebuild

diff --git a/NEWS b/NEWS
index 17327fb6e1f26f19b7143066c7370da93dfd8bbc..84f9728eaacf8dd73c53b47167c795b3985a99e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.55 2003/07/11 23:36:01 gbazin Exp $
+$Id: NEWS,v 1.56 2003/07/19 00:02:35 hartman Exp $
 
 Changes between 0.6.0 and 0.6.1:
 ---------------------------------
@@ -7,17 +7,21 @@ Stream output:
  * Added vorbis audio support in Ogg streaming.
  * Added vorbis audio transcoding support.
  * Added mp3 audio transcoding support (when ffmpeg is compiled with mp3lame).
+ * PS muxer can create mpeg1 files now and produce streams with system headers.
+ * You can transcode a52 with more than two channels to mpga now.
 
 Win32 port:
  * Fixed DVD support which was partly broken due to a bug in libdvdcss
  * Fixed 5.1 audio support for the sblive/audigy soundcards.
+ * Fixed sound on Windows NT.
 
 UNIX ports:
  * Fixed/improved alsa support and enabled multi-channel audio output.
 
 Interfaces:
  * Small updates/fixes to the wxWindows interface.
- * Improved HTTP remote control interface.
+ * Improved HTTP remote control interface. You can now create your own HTML pages.
+ * A new CORBA control plugin.
 
 Input demux:
  * Improved support for the Matroska container format.
@@ -26,6 +30,9 @@ Miscellaneous:
  * Improved build system.
  * New video filter plugin to overlay logos.
  * Added support for Winamp 3 B4S files.
+ * New subtitle module which uses freetype2 to render arbitrary fonts in any size.
+   Should also work with languages like russion for instance.
+
 
 Changes between 0.5.3 and 0.6.0:
 ---------------------------------
index 2cffc444227f63b5c2247989d9789b8718942ecc..8d1f38af2daa6744ce980fe6185fb6f1e2d0e363 100644 (file)
@@ -2,7 +2,7 @@
 # vlc.ebuild: A Gentoo ebuild for vlc
 ###############################################################################
 # Copyright (C) 2003 VideoLAN
-# $Id: vlc.ebuild,v 1.14 2003/07/18 20:16:53 hartman Exp $
+# $Id: vlc.ebuild,v 1.15 2003/07/19 00:02:35 hartman Exp $
 #
 # Authors: Derk-Jan Hartman <thedj at users.sf.net>
 #
@@ -25,7 +25,7 @@
 # Thanks to the Gentoo Team for supporting us.
 ###############################################################################
 
-IUSE="arts qt ncurses dvd gtk nls 3dfx matrox svga fbcon esd kde X alsa ggi oggvorbis gnome xv oss sdl fbcon aalib slp truetype v4l xvid lirc wxwindows imlib matroska dvb pvr mozilla mad"
+IUSE="arts qt ncurses dvd gtk nls 3dfx matrox svga fbcon esd kde X alsa ggi oggvorbis gnome xv oss sdl fbcon aalib slp truetype v4l lirc wxwindows imlib matroska dvb pvr mozilla mad debug"
 
 # Change these to correspond with the
 # unpacked dirnames of the CVS snapshots.
@@ -76,7 +76,7 @@ DEPEND="X? ( virtual/x11 )
        truetype? ( >=media-libs/freetype-2.1.4 )
        wxwindows? ( >=x11-libs/wxGTK-2.4.1 )
        >=media-sound/lame-3.93.1
-        >=media-libs/libdvbpsi-0.1.2
+       >=media-libs/libdvbpsi-0.1.2
        >=media-libs/faad2-1.1
        >=media-libs/a52dec-0.7.4
        >=media-libs/flac-1.1.0"
@@ -161,17 +161,17 @@ src_compile(){
 
        use ggi && myconf="${myconf} --enable-ggi"
 
-        use 3dfx && myconf="${myconf} --enable-glide"
+       use 3dfx && myconf="${myconf} --enable-glide"
 
-        use matrox && myconf="${myconf} --enable-mga"
+       use matrox && myconf="${myconf} --enable-mga"
 
-        use svga && myconf="${myconf} --enable-svgalib"
+       use svga && myconf="${myconf} --enable-svgalib"
 
        use sdl || myconf="${myconf} --disable-sdl"
 
-        use fbcon || myconf="${myconf} --disable-fb"
+       use fbcon || myconf="${myconf} --disable-fb"
 
-        use aalib && myconf="${myconf} --enable-aa"
+       use aalib && myconf="${myconf} --enable-aa"
 
        use dvd \
                && myconf="${myconf} --enable-dvdread" \
@@ -183,7 +183,7 @@ src_compile(){
 
        use alsa && myconf="${myconf} --enable-alsa"
 
-        use oss || myconf="${myconf} --disable-oss"
+       use oss || myconf="${myconf} --disable-oss"
 
        use esd && myconf="${myconf} --enable-esd"
 
@@ -231,7 +231,7 @@ src_compile(){
        use dvb && myconf="${myconf} --enable-satellite"
 
        # pvr is a local USE var, see /usr/portage/profiles/use.local.desc for more details
-        use pvr && myconf="${myconf} --enable-pvr"
+       use pvr && myconf="${myconf} --enable-pvr"
 
        if [ "`use mozilla`" ]; then
          myconf="${myconf} --enable-mozilla \
@@ -239,6 +239,10 @@ src_compile(){
            XPIDL=/usr/bin/xpidl"
        fi
 
+       use debug \
+               && myconf="${myconf} --enable-debug" \
+               || myconf="${myconf} --enable-release"
+
        # vlc uses its own ultraoptimizaed CXXFLAGS
        # and forcing custom ones generally fails building
        export CXXFLAGS=""
@@ -253,10 +257,10 @@ src_compile(){
        touch config.h.in
        touch `find . -name Makefile.in`
 
-       myconf="${myconf} --enable-ffmpeg --with-ffmpeg-tree=${SFFMPEG} --with-ffmpeg-mp3lame \
+       myconf="${myconf} --enable-ffmpeg --with-ffmpeg-tree=${SFFMPEG} \
+               --with-ffmpeg-mp3lame \
                --enable-libmpeg2 --with-libmpeg2-tree=${SLIBMPEG2} \
                --enable-dvbpsi \
-               --enable-release \
                --enable-faad \
                --enable-flac \
                --enable-a52"