From 1c1f36e73907513028a27d431f6cbf3eba6c7f27 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 18 Dec 2006 17:30:48 +0000 Subject: Remove 4.x patch since we don't don't support gstreamer on 4.x anymore --- multimedia/gstreamer-ffmpeg/Makefile | 5 +---- .../files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c | 12 ------------ 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 multimedia/gstreamer-ffmpeg/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c (limited to 'multimedia/gstreamer-ffmpeg') diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile index bffefdcb2799..efed93b9a0e2 100644 --- a/multimedia/gstreamer-ffmpeg/Makefile +++ b/multimedia/gstreamer-ffmpeg/Makefile @@ -19,6 +19,7 @@ COMMENT= GStreamer plug-in for manipulating MPEG video streams USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes +USE_LDCONFIG= yes USE_GNOME= gnometarget USE_GSTREAMER= yes GNU_CONFIGURE= yes @@ -35,10 +36,6 @@ GST_VERSION=${PORTVERSION:C/..$//} .include -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|make|${GMAKE}|' \ diff --git a/multimedia/gstreamer-ffmpeg/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c b/multimedia/gstreamer-ffmpeg/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c deleted file mode 100644 index 1c1fc628e17a..000000000000 --- a/multimedia/gstreamer-ffmpeg/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c +++ /dev/null @@ -1,12 +0,0 @@ ---- gst-libs/ext/ffmpeg/libavformat/nut.c.orig Wed Apr 14 20:38:02 2004 -+++ gst-libs/ext/ffmpeg/libavformat/nut.c Sun Jul 11 18:14:19 2004 -@@ -59,6 +59,9 @@ - #define FLAG_FULL_PTS 4 - #define FLAG_KEY_FRAME 32 - -+// UINT64_MAX isn't defined on FreeBSD 4.x borrow it from 5.x -+#define UINT64_MAX 0xffffffffffffffffULL -+ - typedef struct { - uint8_t flags; - uint8_t stream_id_plus1; -- cgit v1.2.3