pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Make this build in FreeBSD, pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ce7cd03f24d
branches:  trunk
changeset: 473031:7ce7cd03f24d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Apr 15 12:56:22 2004 +0000

description:
Make this build in FreeBSD, patches stolen from FreeBSD/ports.

diffstat:

 multimedia/gst-plugins/distinfo         |   4 +++-
 multimedia/gst-plugins/patches/patch-ab |  12 ++++++++++++
 multimedia/gst-plugins/patches/patch-ac |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 5a16fec7ae57 -r 7ce7cd03f24d multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo   Thu Apr 15 12:52:57 2004 +0000
+++ b/multimedia/gst-plugins/distinfo   Thu Apr 15 12:56:22 2004 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.4 2004/04/06 09:36:28 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/04/15 12:56:22 xtraeme Exp $
 
 SHA1 (gst-plugins-0.8.0.tar.bz2) = 283770761c4f479367ebdb68f936b9f9a74bbf6a
 Size (gst-plugins-0.8.0.tar.bz2) = 1751685 bytes
 SHA1 (patch-aa) = 09588da88c74496b981f6130bd61d7d08cae37ad
+SHA1 (patch-ab) = 018d981b32e2d8484334e0dd53a1a5e4bb7c4360
+SHA1 (patch-ac) = 2ee2741b86c2b9f76c8d8cc32d27e82f79e26464
diff -r 5a16fec7ae57 -r 7ce7cd03f24d multimedia/gst-plugins/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins/patches/patch-ab   Thu Apr 15 12:56:22 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2004/04/15 12:56:22 xtraeme Exp $
+
+--- sys/ximage/ximagesink.h.orig       Tue Mar 16 22:51:03 2004
++++ sys/ximage/ximagesink.h    Tue Mar 16 23:06:44 2004
+@@ -23,6 +23,7 @@
+ #include <gst/video/videosink.h>
+ 
+ #ifdef HAVE_XSHM
++#include <sys/types.h>
+ #include <sys/ipc.h>
+ #include <sys/shm.h>
+ #endif /* HAVE_XSHM */
diff -r 5a16fec7ae57 -r 7ce7cd03f24d multimedia/gst-plugins/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins/patches/patch-ac   Thu Apr 15 12:56:22 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2004/04/15 12:56:22 xtraeme Exp $
+
+--- sys/xvimage/xvimagesink.h.orig     Tue Mar 16 22:51:04 2004
++++ sys/xvimage/xvimagesink.h  Tue Mar 16 23:07:39 2004
+@@ -23,6 +23,7 @@
+ #include <gst/video/videosink.h>
+ 
+ #ifdef HAVE_XSHM
++#include <sys/types.h>
+ #include <sys/ipc.h>
+ #include <sys/shm.h>
+ #endif /* HAVE_XSHM */



Home | Main Index | Thread Index | Old Index