diff options
-rw-r--r-- | multimedia/vlc-devel/Makefile | 38 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile.inc | 19 | ||||
-rw-r--r-- | multimedia/vlc-devel/distinfo | 6 |
3 files changed, 43 insertions, 20 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 64b287fc2de9..135633066a91 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -9,7 +9,7 @@ # PORTNAME= vlc -DISTVERSION= 0.9.0.20060926 +DISTVERSION= 0.9.0.20061020 PORTREVISION= 0 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ @@ -26,6 +26,42 @@ COMMENT= Multimedia streaming server and player for various audio/video formats LIB_DEPENDS= notify.2:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera +OPTIONS+= A52 "a52 audio support, many DVDs use this" On +OPTIONS+= AALIB "Aalib Console Graphics Support" Off +OPTIONS+= AVAHI "Avahi (Rendezvous/Bonjour (R) ) networking" On +OPTIONS+= CACA "Libcaca Console Graphics Support" Off +OPTIONS+= ARTS "Enable arts sound support" Off +OPTIONS+= CORBA "Enable a Corba interface via orbit2" Off +OPTIONS+= DAAP "Connect to iTunes(R) music shares" On +OPTIONS+= DBUS "Dbus support" On +OPTIONS+= DEBUG "Enable debuging support" Off +OPTIONS+= DTS "DTS decoder support, many DVDs use this" On +OPTIONS+= ESOUND "Esound Support" Off +OPTIONS+= FAAC "Faac audio encoder (mp4/aac) support" Off +OPTIONS+= FAAD "Faad audio decoder (mp4/aac) support" Off +OPTIONS+= FLAC "Flac audio codec support" Off +OPTIONS+= HTTPD "Streaming media control via http" On +OPTIONS+= LAME "Lame mp3 audio encoder support" On +OPTIONS+= LIVEMEDIA "Support for rstp/rtp/sdp protocols" On +OPTIONS+= MAD "Mad mp3 audio decoder support" On +OPTIONS+= MATROSKA "Matroska Container Format support" On +OPTIONS+= MPEG2 "Mpeg-2 audio/video decoder Support" On +OPTIONS+= NCURSES "Enable ncueses (console) interface" Off +OPTIONS+= OGG "Ogg audio decoder support" On +OPTIONS+= REALAUDIO "Real audio(R) support" On +OPTIONS+= SAMBA "SAMBA Access module" On +OPTIONS+= SDL "SDL video output" On +OPTIONS+= SVG "SVG graphics support" Off +OPTIONS+= SVGALIB "SVGALIB video output" Off +OPTIONS+= SHOUT "Shout2 support" Off +OPTIONS+= SKINS "Enable GTK+ skinsned interface" Off +OPTIONS+= SPEEX "Speex voice codec support" On +OPTIONS+= THEORA "OGG/Vorbis video codec support" Off +OPTIONS+= TWOLAME "Twolame mpeg2 audio encoder support" Off +OPTIONS+= VORBIS "Vorbis support" On +OPTIONS+= WIN32_CODECS "win32 multimedia DLL's" Off +OPTIONS+= X264 "Enable H.264/AVC codec support" On + CONFLICTS= vlc-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.0-svn diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc index 1e542a6cf6e1..b086517ceb78 100644 --- a/multimedia/vlc-devel/Makefile.inc +++ b/multimedia/vlc-devel/Makefile.inc @@ -1,4 +1,3 @@ - # NOTES about VLC Knobs: # Below you will see a number of knobs, if it starts with WITHOUT_ it is # enabled by default, if it starts with WITH_ it is disabled by default @@ -56,6 +55,7 @@ # WITH_FLAC=yes # Flac Support # + # WITHOUT_LAME=yes # Mp3 encoder Support # ** NOT DEFINED if PACKAGE_BUILDING is defined ** @@ -116,6 +116,7 @@ # # WITH_XOSD=yes # + # Multimedia Knobs: # # WITH_DIRAC @@ -133,12 +134,6 @@ # WITH_THEORA=yes # Video codec for OGG/Vorbis Support # -# WITH_TRANSCODE=yes -# Disable transcode of multimedia via transcode (multimedia/transcode). -# This option allows you to convert a media file, dvd, A/V stream, etc -# in to another format. This also allows you to transcode multimedia -# on-the-fly and stream to a network and/or local playback. -# # Streaming Knobs: # # WITHOUT_HTTPD=yes @@ -236,15 +231,6 @@ # Do not install Vlc's Documents # -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Take a careful look at the beginning of the Makefile.inc in order" - @${ECHO_MSG} "to learn how to tune VLC to your personal preferences!" - @${ECHO_MSG} "" -.if !defined(BATCH) || !defined(PACKAGE_BUILDING) - @sleep 2 -.endif - post-patch: # Subtitle default font @${REINPLACE_CMD} -e \ @@ -281,6 +267,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|' \ ${WRKSRC}/loader/module.c .endif + @${REINPLACE_CMD} -e 's|bindings/java/src/Makefile||' ${WRKSRC}/configure pre-build: @${REINPLACE_CMD} -e 's|/intl/libintl.a|${WRKSRC}/intl/libintl.a|' \ diff --git a/multimedia/vlc-devel/distinfo b/multimedia/vlc-devel/distinfo index 55306aab015a..86eebbe2ea9f 100644 --- a/multimedia/vlc-devel/distinfo +++ b/multimedia/vlc-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (vlc-snapshot-20060926.tar.gz) = a4ecdcc79e6f5ce756858b767ec284af -SHA256 (vlc-snapshot-20060926.tar.gz) = f633b5c50d0330a1ed8b477a0bda0f36f7f45e86b08760a9b897efbd32c40d5b -SIZE (vlc-snapshot-20060926.tar.gz) = 13327513 +MD5 (vlc-snapshot-20061020.tar.gz) = 8f7585dfccf1eff8f2bed7ce7edd30cb +SHA256 (vlc-snapshot-20061020.tar.gz) = 67cb59f7bb5b2b3242fa50921b6bbff5bd027fcd08e634b905309c82798ef97b +SIZE (vlc-snapshot-20061020.tar.gz) = 13877097 |