diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-18 12:08:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-18 12:08:57 +0800 |
commit | bab5e410f8a38192d34f33eceba60e3999de5ac8 (patch) | |
tree | a741bbec99c796702233c425e52f4d3343791e26 /multimedia | |
parent | 2beb342728929d81a0c13419923a1941f24166dc (diff) | |
download | freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.gz freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.zst freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.zip |
Switch to new USE_GETOPT_LONG ports option
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg-devel/Makefile | 3 | ||||
-rw-r--r-- | multimedia/ffmpeg/Makefile | 3 | ||||
-rw-r--r-- | multimedia/ffmpeg045/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gtksubtitler/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mjpegtools/Makefile | 5 | ||||
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile index 801a6d6553d0..1739cfc618fb 100644 --- a/multimedia/ffmpeg-devel/Makefile +++ b/multimedia/ffmpeg-devel/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ffmpeg MAINTAINER= lioux@FreeBSD.org COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 801a6d6553d0..1739cfc618fb 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ffmpeg MAINTAINER= lioux@FreeBSD.org COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/multimedia/ffmpeg045/Makefile b/multimedia/ffmpeg045/Makefile index 1a440cc49a0d..0a59b0cdb256 100644 --- a/multimedia/ffmpeg045/Makefile +++ b/multimedia/ffmpeg045/Makefile @@ -17,11 +17,11 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= i386 +USE_GETOPT_LONG= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/multimedia/gtksubtitler/Makefile b/multimedia/gtksubtitler/Makefile index bdc880d7c5a9..22003e2c1a93 100644 --- a/multimedia/gtksubtitler/Makefile +++ b/multimedia/gtksubtitler/Makefile @@ -14,9 +14,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:C/.p(.)$/pre\1/} MAINTAINER= lioux@FreeBSD.org COMMENT= A small GNOME program for editing and converting subtitles -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - USE_X_PREFIX= yes +USE_GETOPT_LONG= yes USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomelibs USE_REINPLACE= yes diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 6373eee4b2bb..e9a111a4365b 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --with-dv=${LOCALBASE} .endif # .ifdef(WITH_LIBGNUGETOPT) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +USE_GETOPT_LONG= yes .endif # .ifdef(WITH_LIBMOVTAR) @@ -172,6 +172,9 @@ post-patch: @${REINPLACE_CMD} -E -e 's|(AVIPLAY_LIBS \=.*)|\1 -lgnugetopt|' \ ${WRKSRC}/lavtools/Makefile.in .endif +# link to pthreads + @${REINPLACE_CMD} -E -e 's|(AVIPLAY_LIBS \=.*)|\1 ${PTHREAD_LIBS}|' \ + ${WRKSRC}/lavtools/Makefile.in post-configure: @${CP} -f ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC} diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 5eb8ca7fb969..f9e3e0aa4760 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -19,9 +19,9 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ glib-2.0.200:${PORTSDIR}/devel/glib20 \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes |