mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Use USE_SDL macros in these ports.
This commit is contained in:
parent
cd45853ad0
commit
65c0626261
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98919
@ -19,13 +19,12 @@ COMMENT= MPEG2 GOP-accurate editor
|
||||
|
||||
LIB_DEPENDS= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
|
||||
|
||||
USE_SDL= yes
|
||||
USE_SDL= sdl
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= gnometarget gtk12
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
SDLCONFIG="${SDL_CONFIG}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-mlib
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg \
|
||||
xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_SDL= yes
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= gnomehack gtk12
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -22,7 +22,7 @@ WANT_GNOME= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_SDL= yes
|
||||
USE_SDL= sdl
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= GLBASE="${X11BASE}" \
|
||||
CPPFLAGS="-I${X11BASE}/include" \
|
||||
|
@ -22,7 +22,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_SDL= yes
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= gtk12
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -15,17 +15,14 @@ MASTER_SITES= # http://xmps.sourceforge.net/sources/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X MPEG Player System - a media player with a very nice GUI
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
SDL_CONFIG="${SDL_CONFIG}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
|
@ -17,19 +17,16 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MPEG-1 player in GTK+ capable of playing MPEG-1 format streams
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
||||
smpeg.1:${PORTSDIR}/multimedia/smpeg
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GL= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
SDL_CONFIG="${SDL_CONFIG}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --enable-gl
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
||||
|
Loading…
Reference in New Issue
Block a user