cvs commit: ports/multimedia/vlc-devel Makefile distinfo patch-modules-codec-ffmpeg-ffmpeg.h patch-modules_codec_ffmpeg_postprocess.c patch-modules_codec_ffmpeg_video.c patch-modules_stream_out_switcher.c ...

Michael Johnson ahze at FreeBSD.org
Sat May 14 11:57:50 PDT 2005


ahze        2005-05-14 18:57:49 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc-devel Makefile distinfo 
  Added files:
    multimedia/vlc-devel/files patch-modules_codec_ffmpeg_ffmpeg.c 
                               patch-modules_codec_ffmpeg_postprocess.c 
                               patch-modules_codec_ffmpeg_video.c 
                               patch-modules_stream_out_switcher.c 
                               patch-modules_video_filter_swscale_common.h 
                               svlc.desktop wxvlc.desktop 
  Removed files:
    multimedia/vlc-devel/files patch-configure 
                               patch-modules-codec-ffmpeg-ffmpeg.h 
                               patch-modules_codec_x264.c 
                               patch-modules_gui_ncurses.c 
                               vlc.desktop 
  Log:
  - Add vlc-devel after repo-copy [1] at version 0.8.2-test1
  - Use OPTIONS
  - Install .desktop file and icon in share/applications and
    share/pixmaps instead of share/gnome/
  
  - Changed Knobs
    WITHOUT_FAAD --> WITH_FAAD (disabled by default)
    WITH_LAME --> WITHOUT_LAME (enabled by default, disabled for package building)  WITHOUT_SDL --> WITH_SDL (disabled by default)
    WITHOUT_TRANSCODE --> WITH_TRANSCODE (disabled by default)
    WITHOUT_DVD removed.
  
  - New knobs
    WITH_CORBA --  Corba interface via orbit2
    WITH_DAAP  --  iTunes(R) music shares
    WITHOUT_DVDNAV -- DVD (dvd menus) support
    WITH_DVDREAD -- Regular DVD support (non-menu)
    WITH_DIRAC --  diace general-purpose video codec
    WITHOUT_OGG -- OGG audio decoder
    WITH_SMB  -- Samba access module
    WITH_TWOLAME -- Mpeg layer 2 audio Support
  
  NOTE: WITH_ knobs are  disabled by default.
        WITHOUT_ knobs are enabled by default.
  
  NOTE2: It is recommended that you use multimedia/ffmpeg-devel
         instead of multimedia/ffmpeg if you want to use any of
         ffmpeg's postprocess features.
  
  PR:             ports/80963 [1]
  Repocopied by:  marcus [1]
  
  Revision  Changes    Path
  1.92      +277 -79   ports/multimedia/vlc-devel/Makefile
  1.16      +4 -6      ports/multimedia/vlc-devel/distinfo
  1.9       +0 -31     ports/multimedia/vlc-devel/files/patch-configure (dead)
  1.2       +0 -14     ports/multimedia/vlc-devel/files/patch-modules-codec-ffmpeg-ffmpeg.h (dead)
  1.1       +25 -0     ports/multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_ffmpeg.c (new)
  1.1       +18 -0     ports/multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_postprocess.c (new)
  1.1       +38 -0     ports/multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_video.c (new)
  1.3       +0 -112    ports/multimedia/vlc-devel/files/patch-modules_codec_x264.c (dead)
  1.2       +0 -29     ports/multimedia/vlc-devel/files/patch-modules_gui_ncurses.c (dead)
  1.1       +11 -0     ports/multimedia/vlc-devel/files/patch-modules_stream_out_switcher.c (new)
  1.1       +21 -0     ports/multimedia/vlc-devel/files/patch-modules_video_filter_swscale_common.h (new)
  1.1       +9 -0      ports/multimedia/vlc-devel/files/svlc.desktop (new)
  1.2       +0 -9      ports/multimedia/vlc-devel/files/vlc.desktop (dead)
  1.1       +9 -0      ports/multimedia/vlc-devel/files/wxvlc.desktop (new)


More information about the cvs-all mailing list