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

(-)avifile/Makefile (-5 / +2 lines)
Lines 28-35 Link Here
28
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
29
29
30
LIBTOOLFILES=	acinclude.m4
30
LIBTOOLFILES=	acinclude.m4
31
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
32
		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
33
		CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
32
		CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
34
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
33
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
35
CONFIGURE_ARGS= --with-gnu-ld --enable-iconv \
34
CONFIGURE_ARGS= --with-gnu-ld --enable-iconv \
Lines 48-54 Link Here
48
47
49
LIB_VERSION=	3
48
LIB_VERSION=	3
50
VERSION=	0.7
49
VERSION=	0.7
51
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
52
DIFF?=		/usr/bin/diff
50
DIFF?=		/usr/bin/diff
53
FMT?=		/usr/bin/fmt
51
FMT?=		/usr/bin/fmt
54
52
Lines 121-128 Link Here
121
119
122
# sdl
120
# sdl
123
.if !defined(WITHOUT_SDL)
121
.if !defined(WITHOUT_SDL)
124
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
122
USE_SDL=		sdl
125
126
CONFIGURE_ARGS+=	--with-sdl-prefix=${LOCALBASE} \
123
CONFIGURE_ARGS+=	--with-sdl-prefix=${LOCALBASE} \
127
			--with-sdl-exec-prefix=${LOCALBASE}
124
			--with-sdl-exec-prefix=${LOCALBASE}
128
.else
125
.else
(-)dumpmpeg/Makefile (-4 / +2 lines)
Lines 15-26 Link Here
15
MAINTAINER=	ijliao@FreeBSD.org
15
MAINTAINER=	ijliao@FreeBSD.org
16
COMMENT=	Dump frames from mpeg movies
16
COMMENT=	Dump frames from mpeg movies
17
17
18
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
18
LIB_DEPENDS=	smpeg:${PORTSDIR}/multimedia/smpeg
19
		smpeg:${PORTSDIR}/multimedia/smpeg
20
19
21
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
20
USE_SDL=	sdl
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	SDL_CONFIG=${SDL_CONFIG}
24
22
25
MAN1=	dumpmpeg.1
23
MAN1=	dumpmpeg.1
26
24
(-)enjoympeg/Makefile (-4 / +2 lines)
Lines 14-24 Link Here
14
MAINTAINER=	ijliao@FreeBSD.org
14
MAINTAINER=	ijliao@FreeBSD.org
15
COMMENT=	An MPEG-1 video player
15
COMMENT=	An MPEG-1 video player
16
16
17
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
17
LIB_DEPENDS=	smpeg:${PORTSDIR}/multimedia/smpeg
18
		smpeg:${PORTSDIR}/multimedia/smpeg
19
18
20
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
19
USE_SDL=	sdl
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV=	SDL_CONFIG=${SDL_CONFIG}
23
21
24
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)ffmpeg/Makefile (-1 / +1 lines)
Lines 112-118 Link Here
112
.endif
112
.endif
113
## SDL
113
## SDL
114
.ifdef(WITH_SDL)
114
.ifdef(WITH_SDL)
115
USE_SDL=	yes
115
USE_SDL=	sdl
116
116
117
PLIST_SUB+=	SDL=""
117
PLIST_SUB+=	SDL=""
118
.else
118
.else
(-)gstreamer-plugins/Makefile (-3 / +1 lines)
Lines 55-61 Link Here
55
MAN1=	gst-launch-ext.1 gst-visualise.1
55
MAN1=	gst-launch-ext.1 gst-visualise.1
56
56
57
PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
57
PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
58
SDL_CONFIG?="${LOCALBASE}/bin/sdl11-config"
59
XMMS_CONFIG?="${LOCALBASE}/bin/xmms-config"
58
XMMS_CONFIG?="${LOCALBASE}/bin/xmms-config"
60
59
61
# library minor number
60
# library minor number
Lines 581-591 Link Here
581
			--disable-sdltest
580
			--disable-sdltest
582
PLIST_SUB+=	SDL="@comment "
581
PLIST_SUB+=	SDL="@comment "
583
.else
582
.else
584
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
583
USE_SLD=	sdl
585
584
586
CONFIGURE_ARGS+=	--with-sdl-prefix=${LOCALBASE}  \
585
CONFIGURE_ARGS+=	--with-sdl-prefix=${LOCALBASE}  \
587
			--with-sdl-exec-prefix=${LOCALBASE}
586
			--with-sdl-exec-prefix=${LOCALBASE}
588
CONFIGURE_ENV+=		SDL_CONFIG=${SDL_CONFIG}
589
PLIST_SUB+=	SDL=""
587
PLIST_SUB+=	SDL=""
590
.endif
588
.endif
591
589
(-)libdv/Makefile (-5 / +1 lines)
Lines 35-46 Link Here
35
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
36
36
37
.ifndef(WITHOUT_SDL)
37
.ifndef(WITHOUT_SDL)
38
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
38
USE_SDL=	sdl
39
40
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
41
42
CONFIGURE_ARGS+= --enable-sdl
39
CONFIGURE_ARGS+= --enable-sdl
43
CONFIGURE_ENV+=	SDL_CONFIG="${SDL_CONFIG}"
44
.endif
40
.endif
45
41
46
pre-everything::
42
pre-everything::
(-)libmovtar/Makefile (-6 / +3 lines)
Lines 14-33 Link Here
14
MAINTAINER=	lioux@FreeBSD.org
14
MAINTAINER=	lioux@FreeBSD.org
15
COMMENT=	Supports reading/writing of MJPEG video in YUV 4:2:2 JPEG
15
COMMENT=	Supports reading/writing of MJPEG video in YUV 4:2:2 JPEG
16
16
17
LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
17
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
18
		jpeg.9:${PORTSDIR}/graphics/jpeg
19
18
19
USE_SDL=	sdl
20
USE_GNOME=	gtk12
20
USE_GNOME=	gtk12
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share
24
CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share
25
CONFIGURE_ENV=  SDL_CONFIG="${SDL_CONFIG}" \
25
CONFIGURE_ENV=  LOCALBASE="${LOCALBASE}"
26
		LOCALBASE="${LOCALBASE}"
27
MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
26
MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
28
		PTHREAD_LIBS=${PTHREAD_LIBS}
27
		PTHREAD_LIBS=${PTHREAD_LIBS}
29
30
SDL_CONFIG?=    ${LOCALBASE}/bin/sdl11-config
31
28
32
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
33
30
(-)libmpeg2/Makefile (-3 / +1 lines)
Lines 30-41 Link Here
30
.endif
30
.endif
31
31
32
.ifdef(WITH_SDL)
32
.ifdef(WITH_SDL)
33
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
33
USE_SDL=	sdl
34
34
35
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-libvo::configure.incl
35
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-libvo::configure.incl
36
SDL_CONFIG?=    ${LOCALBASE}/bin/sdl11-config
37
36
38
CONFIGURE_ENV+=  SDL_CONFIG="${SDL_CONFIG}"
39
CONFIGURE_ARGS+=	--enable-sdl
37
CONFIGURE_ARGS+=	--enable-sdl
40
.else
38
.else
41
CONFIGURE_ARGS+=	--disable-sdl
39
CONFIGURE_ARGS+=	--disable-sdl
(-)libxine/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
USE_GNOME=	gnomehack gnometarget
35
USE_GNOME=	gnomehack gnometarget
36
USE_GMAKE=	yes
36
USE_GMAKE=	yes
37
USE_GL=		yes
37
USE_GL=		yes
38
USE_SDL=	yes
38
USE_SDL=	sdl
39
USE_REINPLACE=	yes
39
USE_REINPLACE=	yes
40
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
40
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
41
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
41
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
(-)mjpegtools/Makefile (-4 / +1 lines)
Lines 36-43 Link Here
36
	yuvplay.1 yuvscaler.1 yuvycsnoise.1
36
	yuvplay.1 yuvscaler.1 yuvycsnoise.1
37
MAN5=	yuv4mpeg.5
37
MAN5=	yuv4mpeg.5
38
38
39
SDL_CONFIG?=		${LOCALBASE}/bin/sdl11-config
40
41
DOC_FILES=	AUTHORS BUGS CHANGES COPYING ChangeLog HINTS NEWS \
39
DOC_FILES=	AUTHORS BUGS CHANGES COPYING ChangeLog HINTS NEWS \
42
		PLANS README README.DV README.avilib README.glav \
40
		PLANS README README.DV README.avilib README.glav \
43
		README.lavpipe README.transist TODO
41
		README.lavpipe README.transist TODO
Lines 106-115 Link Here
106
.endif
104
.endif
107
#
105
#
108
.ifdef(WITH_SDL)
106
.ifdef(WITH_SDL)
109
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
107
USE_SDL=	sdl
110
108
111
CONFIGURE_ARGS+=	--with-sdl
109
CONFIGURE_ARGS+=	--with-sdl
112
CONFIGURE_ENV+=		SDL_CONFIG="${SDL_CONFIG}"
113
.endif
110
.endif
114
#
111
#
115
.ifdef(WITH_QUICKTIME)
112
.ifdef(WITH_QUICKTIME)
(-)mpeg4ip/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
USE_GNOME=	gtk20
20
USE_GNOME=	gtk20
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_SDL=	yes
22
USE_SDL=	sdl
23
USE_LIBTOOL=	yes
23
USE_LIBTOOL=	yes
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
CONFIGURE_ARGS=	--datadir=${DATADIR} \
25
CONFIGURE_ARGS=	--datadir=${DATADIR} \
(-)mplayer/Makefile (-1 / +1 lines)
Lines 416-422 Link Here
416
.endif
416
.endif
417
417
418
.if defined(WITH_SDL)
418
.if defined(WITH_SDL)
419
USE_SDL=	yes
419
USE_SDL=	sdl
420
.endif
420
.endif
421
421
422
.if defined(WITH_ESOUND)
422
.if defined(WITH_ESOUND)
(-)mplayerxp/Makefile (-4 / +2 lines)
Lines 31-37 Link Here
31
31
32
MAN1=	mplayerxp.1
32
MAN1=	mplayerxp.1
33
33
34
SDL_CONFIG?=	"${LOCALBASE}/bin/sdl11-config"
35
WIN32_CODEC_PREFIX=	${LOCALBASE}/lib/win32
34
WIN32_CODEC_PREFIX=	${LOCALBASE}/lib/win32
36
35
37
# dirs to create before installation
36
# dirs to create before installation
Lines 138-153 Link Here
138
.endif
137
.endif
139
# sdl
138
# sdl
140
.ifdef(WITH_SDL)
139
.ifdef(WITH_SDL)
141
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
140
USE_SDL=	sdl
142
141
143
CONFIGURE_ARGS+=	--enable-sdl
142
CONFIGURE_ARGS+=	--enable-sdl
144
CONFIGURE_ENV+=	SDL_CONFIG=${SDL_CONFIG}
145
.else
143
.else
146
CONFIGURE_ARGS+=	--disable-sdl
144
CONFIGURE_ARGS+=	--disable-sdl
147
.endif
145
.endif
148
# sdl_image
146
# sdl_image
149
.ifdef(WITH_SDL_IMAGE)
147
.ifdef(WITH_SDL_IMAGE)
150
LIB_DEPENDS+=	SDL_image.10:${PORTSDIR}/graphics/sdl_image
148
USE_SDL+=	image
151
149
152
CONFIGURE_ARGS+=	--enable-sdl-image
150
CONFIGURE_ARGS+=	--enable-sdl-image
153
.else
151
.else
(-)oqtencoder/Makefile (-3 / +1 lines)
Lines 1-4 Link Here
1
# New ports collection makefile for:	oqtplayer
1
# New ports collection makefile for:	oqtencoder
2
# Date created:				Mon Sep 24 16:26:33 BRT 2001
2
# Date created:				Mon Sep 24 16:26:33 BRT 2001
3
# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
3
# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
4
#
4
#
Lines 18-27 Link Here
18
18
19
LIB_DEPENDS=	openquicktime.0:${PORTSDIR}/multimedia/openquicktime
19
LIB_DEPENDS=	openquicktime.0:${PORTSDIR}/multimedia/openquicktime
20
20
21
MAKE_ENV=	SDL_CONFIG=${SDL_CONFIG}
22
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
22
24
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
25
USE_PERL5_BUILD=yes
23
USE_PERL5_BUILD=yes
26
24
27
post-patch:
25
post-patch:
(-)oqtplayer/Makefile (-4 / +2 lines)
Lines 16-28 Link Here
16
MAINTAINER=	lioux@FreeBSD.org
16
MAINTAINER=	lioux@FreeBSD.org
17
COMMENT=	A very very small, not functionnal, video OpenQuicktime (TM) player
17
COMMENT=	A very very small, not functionnal, video OpenQuicktime (TM) player
18
18
19
LIB_DEPENDS=    SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
19
LIB_DEPENDS=    openquicktime.0:${PORTSDIR}/multimedia/openquicktime
20
		openquicktime.0:${PORTSDIR}/multimedia/openquicktime
21
20
21
USE_SDL=	sdl
22
MAKE_ENV=	SDL_CONFIG=${SDL_CONFIG}
22
MAKE_ENV=	SDL_CONFIG=${SDL_CONFIG}
23
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
24
25
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
26
24
27
CFLAGS+=	-I${LOCALBASE}/include
25
CFLAGS+=	-I${LOCALBASE}/include
28
26
(-)slideshow/Makefile (-5 / +3 lines)
Lines 15-34 Link Here
15
MAINTAINER=	stefan@fafoe.narf.at
15
MAINTAINER=	stefan@fafoe.narf.at
16
COMMENT=	A slideshow presentation tool to write slides in Python or XML
16
COMMENT=	A slideshow presentation tool to write slides in Python or XML
17
17
18
LIB_DEPENDS=	SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
19
		SDL_image.10:${PORTSDIR}/graphics/sdl_image \
20
		xml2.5:${PORTSDIR}/textproc/libxml2 \
21
		smpeg.1:${PORTSDIR}/multimedia/smpeg
19
		smpeg.1:${PORTSDIR}/multimedia/smpeg
22
20
23
WRKSRC=		${WRKDIR}/${DISTNAME:C/-pre.*//}
21
WRKSRC=		${WRKDIR}/${DISTNAME:C/-pre.*//}
24
SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
25
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
26
USE_GMAKE=	yes
23
USE_GMAKE=	yes
27
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
28
USE_PYTHON=	yes
25
USE_PYTHON=	yes
29
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
27
USE_SDL=	image ttf
30
CONFIGURE_ARGS+=	--disable-gtk-gui
28
CONFIGURE_ARGS+=	--disable-gtk-gui
31
CONFIGURE_ENV+=	SDL_CONFIG="${SDL_CONFIG}" LDFLAGS="-lstdc++"
29
CONFIGURE_ENV+=	LDFLAGS="-lstdc++"
32
30
33
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
34
32
(-)transcode/Makefile (-3 / +2 lines)
Lines 23-30 Link Here
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
24
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
25
CPPFLAGS=	-I${X11BASE}/include -I${LOCALBASE}/include
25
CPPFLAGS=	-I${X11BASE}/include -I${LOCALBASE}/include
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
27
		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
28
CONFIGURE_ARGS=	--program-transform-name=""
27
CONFIGURE_ARGS=	--program-transform-name=""
29
USE_REINPLACE=	yes
28
USE_REINPLACE=	yes
30
INSTALLS_SHLIB=	yes
29
INSTALLS_SHLIB=	yes
Lines 132-138 Link Here
132
.endif
131
.endif
133
132
134
.if defined(WITH_SDL)
133
.if defined(WITH_SDL)
135
LIB_DEPENDS+=	SDL-1.1.5:${PORTSDIR}/devel/sdl12
134
USE_SDL=	sdl
136
WITH_LIBDV=	yes
135
WITH_LIBDV=	yes
137
PLIST_SUB+=	WITH_SDL=""
136
PLIST_SUB+=	WITH_SDL=""
138
.else
137
.else
(-)vlc/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
USE_GMAKE=	yes
36
USE_GMAKE=	yes
37
USE_GNOME=	gtk12
37
USE_GNOME=	gtk12
38
USE_REINPLACE=	yes
38
USE_REINPLACE=	yes
39
USE_SDL=	yes
39
USE_SDL=	sdl
40
USE_XLIB=	yes
40
USE_XLIB=	yes
41
USE_GCC=	3.2
41
USE_GCC=	3.2

Return to bug 61805