summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-18 04:08:57 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-18 04:08:57 +0000
commitdb90ac6c588db64fbeeb4b4d17c8b0867b91aafb (patch)
tree3d310d34ec9e1345dd1edd7f07b2ffcac470be1e /multimedia
parent- use lang/gnustep-objc so libobjc.so is be used (diff)
Switch to new USE_GETOPT_LONG ports option
Notes
Notes: svn path=/head/; revision=79175
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg-devel/Makefile3
-rw-r--r--multimedia/ffmpeg/Makefile3
-rw-r--r--multimedia/ffmpeg045/Makefile2
-rw-r--r--multimedia/gtksubtitler/Makefile3
-rw-r--r--multimedia/mjpegtools/Makefile5
-rw-r--r--multimedia/mpeg4ip/Makefile2
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