]> git.sesse.net Git - vlc/commitdiff
* vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 20 Jun 2003 01:27:55 +0000 (01:27 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 20 Jun 2003 01:27:55 +0000 (01:27 +0000)
* README.MacOSX.rtf: More updates because of new prefs dialog.

README.MacOSX.rtf
vlc.ebuild

index 3a1fb8b44ebe57434376f8d7eb84458b13cef8d4..182dc72a849f6946f5656f54ae2c88a44974b136 100644 (file)
@@ -79,7 +79,7 @@ Simply drag VLC from the place where you have installed it, to the Trash.\
 
 \f1\b \ul 6. Where can I find an older version for Mac OS 9 ?\
 
-\f0\b0 \ulnone There is no version for Mac OS 9. VLC is originally a UNIX application and has never been ported to Mac OS 9. Considering the amount of differences between Mac OS 9 and modern systems, it would require a tremendous work to port VLC. We do not plan to do it, because we prefer to focus on creating a very good Mac OS X application. So please don't ask.\
+\f0\b0 \ulnone There is no version for Mac OS 9. VLC is originally a UNIX application and has never been ported to Mac OS 9. Considering the amount of differences between Mac OS 9 and modern systems, it would require a tremendous effort to port VLC. We do not plan to do it, because we prefer to focus on creating a very good Mac OS X application. So please don't ask.\
 \
 \
 
@@ -115,15 +115,15 @@ Hold your mouse still on top of an option for just over a second and a ToolTip w
 \
 \
 
-\f1\b \ul 11. How do i get fullscreen video on my other monitor ? 
+\f1\b \ul 11. How do I get fullscreen video on my other monitor ? 
 \f0\b0 \ulnone \
-If you want to use your second screen for fullscreen playback, then look at the Video->Screen menuitem. You can set this option permanently by going into the Preferences and choosing Interface->Interface module: macosx ->Configure->Video (You will need to choose "Show Advanced options" first).\
+If you want to use your second screen for fullscreen playback, then look at the Video->Screen menuitem. You can set this option permanently by going into the Preferences and choosing Modules -> video output -> macosx -> video device (You will need to choose "Show Advanced options" first).\
 \
 \
 
 \f1\b \ul 12. Multiple sound-devices and multi-channel sound? \
 
-\f0\b0 \ulnone Look at the Audio->Device menuitem. You can set this option permanently by going into the Preferences and choosing Audio -> audio output module: coreaudio -> Configure (You will need to choose "Show Advanced options" first).\
+\f0\b0 \ulnone Look at the Audio->Device menuitem. You can set this option permanently by going into the Preferences and choosing Modules -> audio output -> coreaudio -> audio device (You will need to choose "Show Advanced options" first).\
 - AC3 over SPDIF with M-Audio Sonica Theater does not work. This is most likely a driver bug which has been reported to M-Audio.\
 - Many problems might still exist. Multiple channel audio support is pretty new on Mac OS X and there are many bugs in the system software, the device drivers and probably in VLC media player as well.\
 \
@@ -132,4 +132,4 @@ Thanks for reading this file. For additional information, subscribe to the VLC m
 -- \
 Christophe Massiot <massiot@via.ecp.fr> and\
 Derk-Jan Hartman <thedj@users.sourceforge.net> for the VideoLAN team.\
-$Id: README.MacOSX.rtf,v 1.20 2003/06/15 14:00:40 hartman Exp $}
\ No newline at end of file
+$Id: README.MacOSX.rtf,v 1.21 2003/06/20 01:27:55 hartman Exp $}
\ No newline at end of file
index 3e69d98bbe1f2f535828ef33d2992eb1df219c1f..d9cea4b492e80f911d8e1af040d94d19d22c3fa9 100644 (file)
@@ -2,7 +2,7 @@
 # vlc.ebuild: A Gentoo ebuild for vlc
 ###############################################################################
 # Copyright (C) 2003 VideoLAN
-# $Id: vlc.ebuild,v 1.5 2003/06/14 21:06:30 hartman Exp $
+# $Id: vlc.ebuild,v 1.6 2003/06/20 01:27:55 hartman Exp $
 #
 # Authors: Derk-Jan Hartman <thedj at users.sf.net>
 #
@@ -20,7 +20,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 ###############################################################################
-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"
+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"
 
 # Change these to correspond with the
 # unpacked dirnames of the CVS snapshots.
@@ -66,13 +66,14 @@ DEPEND="X? ( virtual/x11 )
        slp? ( >=net-libs/openslp-1.0.10 )
        truetype? ( >=media-libs/freetype-2.1.4 )
        lirc? ( app-misc/lirc )
+       imlib? ( >=media-libs/imlib2-1.0.6 )
        wxwindows? ( >=x11-libs/wxGTK-2.4.0 )
         >=media-libs/libdvbpsi-0.1.2
        >=media-sound/mad-0.14.2b
+       >=media-libs/faad2-1.1
        >=media-libs/a52dec-0.7.4"
 # other optional libraries
 #      >=media-libs/flac-1.1.0
-#      >=media-libs/faad2-1.2
 #      >=media-libs/libdv-0.98
 
 # not in gentoo
@@ -211,6 +212,8 @@ src_compile(){
        use v4l && myconf="${myconf} --enable-v4l"
 
        # wxwindows is a local USE var. already enabled by default, but depends on wxGTK
+       # but if we use wxwindows and imlib, then we can also use skins
+       (use imlib && use wxwindows) && myconf="${myconf} --enable-skins"
 
        # vlc uses its own ultraoptimizaed CXXFLAGS
        # and forcing custom ones generally fails building
@@ -224,6 +227,7 @@ src_compile(){
                --enable-dvbpsi \
                --enable-release \
                --enable-mad \
+               --enable-faad \
                --enable-a52"
 
        ewarn ${myconf}