View | Details | Raw Unified | Return to bug 133534
Collapse All | Expand All

(-)Makefile (-45 / +66 lines)
Lines 9-16 Link Here
9
#
9
#
10
10
11
PORTNAME=	vlc
11
PORTNAME=	vlc
12
DISTVERSION=	0.9.8a
12
DISTVERSION=	0.9.9a
13
PORTREVISION=	4
14
PORTEPOCH=	3
13
PORTEPOCH=	3
15
CATEGORIES=	multimedia audio ipv6 net www
14
CATEGORIES=	multimedia audio ipv6 net www
16
MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
15
MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
Lines 26-69 Link Here
26
		avcodec.1:${PORTSDIR}/multimedia/ffmpeg
25
		avcodec.1:${PORTSDIR}/multimedia/ffmpeg
27
RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
26
RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
28
27
29
OPTIONS+=	A52 "a52 audio support, many DVDs use this" On
28
OPTIONS=	A52 "a52 audio support, many DVDs use this" On \
30
OPTIONS+=	AALIB "Aalib Console Graphics Support" Off
29
		AALIB "Aalib Console Graphics Support" Off \
31
OPTIONS+=	AVAHI "Avahi (Rendezvous/Bonjour (R) ) networking" On
30
		ARTS "Enable arts sound support" Off \
32
OPTIONS+=	CACA "Libcaca Console Graphics Support" Off
31
		AVAHI "Avahi (Rendezvous/Bonjour (R) ) networking" On \
33
OPTIONS+=	ARTS "Enable arts sound support" Off
32
		CACA "Libcaca Console Graphics Support" Off \
34
OPTIONS+=	DEBUG "Enable debuging support" Off
33
		DBUS "Enable D-Bus control support" On \
35
OPTIONS+=	DTS "DTS decoder support, many DVDs use this" On
34
		DEBUG "Enable debuging support" Off \
36
OPTIONS+=	ESOUND "Esound Support" Off
35
		DTS "DTS decoder support, many DVDs use this" On \
37
OPTIONS+=	FAAC "Faac audio encoder (mp4/aac) support" Off
36
		ESOUND "Esound Support" Off \
38
OPTIONS+=	FAAD "Faad audio decoder (mp4/aac) support" On
37
		FAAC "Faac audio encoder (mp4/aac) support" Off \
39
OPTIONS+=	FLAC "Flac audio codec support" On
38
		FAAD "Faad audio decoder (mp4/aac) support" On \
40
OPTIONS+=	HTTPD "Streaming media control via http" On
39
		FLAC "Flac audio codec support" On \
41
OPTIONS+=	LIVEMEDIA "Support for rstp/rtp/sdp protocols" On
40
		HTTPD "Streaming media control via http" On \
42
OPTIONS+=	LUA "Enable lua scripting" Off
41
		LIVEMEDIA "Support for rstp/rtp/sdp protocols" On \
43
OPTIONS+=	MAD "Mad mp3 audio decoder support" On
42
		LUA "Enable lua scripting" Off \
44
OPTIONS+=	MATROSKA "Matroska Container Format support" On
43
		MAD "Mad mp3 audio decoder support" On \
45
OPTIONS+=	MPEG2 "Mpeg-2 audio/video decoder Support" On
44
		MATROSKA "Matroska Container Format support" On \
46
OPTIONS+=	NCURSES "Enable ncurses (console) interface" Off
45
		MPEG2 "Mpeg-2 audio/video decoder Support" On \
47
OPTIONS+=	OGG "Ogg audio decoder support" On
46
		NCURSES "Enable ncurses (console) interface" Off \
48
OPTIONS+=	QT4 "QT4 Interface" On
47
		OGG "Ogg audio decoder support" On \
49
OPTIONS+=	REALAUDIO "Real audio(R) support" On
48
		QT4 "QT4 Interface (requires X11)" On \
50
OPTIONS+=	SAMBA "SAMBA Access module" On
49
		REALAUDIO "Real audio(R) support" On \
51
OPTIONS+=	SDL "SDL video output" On
50
		SAMBA "SAMBA Access module" On \
52
OPTIONS+=	SVG "SVG graphics support" Off
51
		SDL "SDL video output" On \
53
OPTIONS+=	SVGALIB "SVGALIB video output" Off
52
		SVG "SVG graphics support" Off \
54
OPTIONS+=	SHOUT "Shout2 support" Off
53
		SVGALIB "SVGALIB video output" Off \
55
OPTIONS+=	SKINS "Enable winamp skins interface (requires QT4)" Off
54
		SHOUT "Shout2 support" Off \
56
OPTIONS+=	SPEEX "Speex voice codec support" On
55
		SKINS "Enable winamp skins interface (requires QT4)" Off \
57
OPTIONS+=	THEORA "OGG/Vorbis video codec support" On
56
		SPEEX "Speex voice codec support" On \
58
OPTIONS+=	TWOLAME "Twolame mpeg2 audio encoder support" On
57
		THEORA "OGG/Vorbis video codec support" On \
59
OPTIONS+=	VORBIS "Vorbis support" On
58
		TWOLAME "Twolame mpeg2 audio encoder support" On \
60
OPTIONS+=	WIN32_CODECS "win32 multimedia DLL's" Off
59
		V4L "Enable Video for Linux" On\
61
OPTIONS+=	X264 "Enable H.264/AVC codec support" On
60
		VORBIS "Vorbis support" On \
61
		WIN32_CODECS "win32 multimedia DLL's" Off \
62
		X264 "Enable H.264/AVC codec support" On \
63
		X11 "Enable X11 (disable for stream only server)" On
62
64
63
USE_BZIP2=	yes
65
USE_BZIP2=	yes
64
USE_GETTEXT=	yes
65
USE_GMAKE=	yes
66
USE_GMAKE=	yes
66
USE_XORG=	xpm
67
WANT_GNOME=	yes
67
WANT_GNOME=	yes
68
USE_GNOME=	gnomehack gnometarget libxml2
68
USE_GNOME=	gnomehack gnometarget libxml2
69
WANT_SDL=	yes
69
WANT_SDL=	yes
Lines 97-102 Link Here
97
BROKEN=	Does not compile with perl ${PERL_VERSION}
97
BROKEN=	Does not compile with perl ${PERL_VERSION}
98
.endif
98
.endif
99
99
100
.if !defined(WITHOUT_QT4)
101
USE_QT_VER+=	4
102
QT_COMPONENTS+=	gui corelib moc rcc uic
103
CONFIGURE_ARGS+=--enable-qt4
104
.else
105
CONFIGURE_ARGS+=--disable-qt4
106
.endif
107
108
.if defined(WITHOUT_DBUS)
109
CONFIGURE_ARGS+=--disable-dbus
110
.else
111
LIB_DEPENDS+=	dbus-1.3:${PORTSDIR}/devel/dbus
112
CONFIGURE_ARGS+=--enable-dbus
113
.endif
114
100
# compatible knobs.
115
# compatible knobs.
101
.if defined(WITH_DEBUG)
116
.if defined(WITH_DEBUG)
102
DEBUG=	yes
117
DEBUG=	yes
Lines 128-133 Link Here
128
# end compatible knobs
143
# end compatible knobs
129
144
130
.if defined(WITHOUT_NLS)
145
.if defined(WITHOUT_NLS)
146
USE_GETTEXT=	yes
131
CONFIGURE_ARGS+=--disable-nls
147
CONFIGURE_ARGS+=--disable-nls
132
.endif
148
.endif
133
149
Lines 150-163 Link Here
150
DEFAULT_CDROM_DEVICE=/dev/acd0
166
DEFAULT_CDROM_DEVICE=/dev/acd0
151
.endif
167
.endif
152
168
153
.if !defined(WITHOUT_QT4)
154
USE_QT_VER+=	4
155
QT_COMPONENTS+=	gui corelib moc rcc uic
156
CONFIGURE_ARGS+=--enable-qt4
157
.else
158
CONFIGURE_ARGS+=--disable-qt4
159
.endif
160
161
.if !defined(WITHOUT_LIBNOTIFY)
169
.if !defined(WITHOUT_LIBNOTIFY)
162
LIB_DEPENDS+=	notify.1:${PORTSDIR}/devel/libnotify
170
LIB_DEPENDS+=	notify.1:${PORTSDIR}/devel/libnotify
163
CONFIGURE_ARGS+=--enable-notify
171
CONFIGURE_ARGS+=--enable-notify
Lines 575-579 Link Here
575
CONFIGURE_ARGS+=--enable-release
583
CONFIGURE_ARGS+=--enable-release
576
.endif
584
.endif
577
585
586
.if defined(WITHOUT_V4L)
587
CONFIGURE_ARGS+=--disable-v4l
588
.else
589
CONFIGURE_ARGS+=--enable-v4l
590
.endif
591
592
.if defined(WITHOUT_X11)
593
CONFIGURE_ARGS+=--disable-x11
594
.else
595
USE_XORG=	xpm
596
CONFIGURE_ARGS+=--enable-x11
597
.endif
598
578
.include "${.CURDIR}/Makefile.inc"
599
.include "${.CURDIR}/Makefile.inc"
579
.include <bsd.port.post.mk>
600
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (vlc-0.9.8a.tar.bz2) = 8ffa2ff763badd5de7592004d8d69a63
1
MD5 (vlc-0.9.9a.tar.bz2) = c8d832deeef7f4072a73506f8d033198
2
SHA256 (vlc-0.9.8a.tar.bz2) = 197c29803790efc0273bb4577d54629d0769a3b49b091c6430eb6704fd69824f
2
SHA256 (vlc-0.9.9a.tar.bz2) = e5d0a168263f56bccc62d30031287d56f0b6a3447b552f3a5224132d0b597dd6
3
SIZE (vlc-0.9.8a.tar.bz2) = 17032727
3
SIZE (vlc-0.9.9a.tar.bz2) = 17500620

Return to bug 133534