diff options
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 10 | ||||
-rw-r--r-- | multimedia/mpeg4ip/distinfo | 2 | ||||
-rw-r--r-- | multimedia/mpeg4ip/files/patch-lib::Makefile.in | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 40348795e196..5eb8ca7fb969 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mpeg4ip -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTVERSION= 0.9.8 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +17,6 @@ COMMENT= Standards-based system to encode, stream and play MPEG-4 audio/video BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ nasm:${PORTSDIR}/devel/nasm \ 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 \ @@ -32,6 +30,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-glib-prefix=${LOCALBASE} \ --with-gtk-prefix=${X11BASE} \ --program-transform-name='' +INSTALLS_SHLIB= yes SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config @@ -114,6 +113,11 @@ post-patch: @${REINPLACE_CMD} -E -e \ s'|(-lm)|\1 -lgnugetopt|' \ ${WRKSRC}/util/iptv/Makefile.in +# do not install manm man pages + @${REINPLACE_CMD} -E \ + -e 's|api.mpt||' \ + -e 's|^(install-man.*)install-manm|\1|' \ + ${WRKSRC}/doc/mp4v2/Makefile.in post-configure: # disable GNU auto* tools diff --git a/multimedia/mpeg4ip/distinfo b/multimedia/mpeg4ip/distinfo index 9d1f2891f7fd..423ff63bcafb 100644 --- a/multimedia/mpeg4ip/distinfo +++ b/multimedia/mpeg4ip/distinfo @@ -1 +1 @@ -MD5 (mpeg4ip-0.9.7.tar.gz) = c83f50433eff04436e9e7c372e7c60c8 +MD5 (mpeg4ip-0.9.8.tar.gz) = 076ee64f2d5cec82bc391485f2b6a251 diff --git a/multimedia/mpeg4ip/files/patch-lib::Makefile.in b/multimedia/mpeg4ip/files/patch-lib::Makefile.in index 9b8473efa0f9..f4bf9cba5d1a 100644 --- a/multimedia/mpeg4ip/files/patch-lib::Makefile.in +++ b/multimedia/mpeg4ip/files/patch-lib::Makefile.in @@ -1,9 +1,9 @@ --- lib/Makefile.in.orig Wed Jan 1 21:46:28 2003 +++ lib/Makefile.in Wed Jan 1 21:47:39 2003 -@@ -106,7 +106,7 @@ +@@ -110,7 +110,7 @@ + am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ - -SUBDIRS = avi bitstream config_file fposrec gnu mp4 mp4v2 mp4av msg_queue rtp sdp SDL xvid mpeg2t SDL_VisualC +SUBDIRS = avi bitstream config_file fposrec gnu mp4 mp4v2 mp4av msg_queue rtp sdp xvid mpeg2t subdir = lib |