summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-29 21:55:00 +0000
committerwiz <wiz@pkgsrc.org>2014-11-29 21:55:00 +0000
commit0ca56740197672e26efe22a627a6a6fa49a0beb8 (patch)
tree4ac056c3fe31941bf23a5fd027b3d94d43bfb5ee /multimedia
parent0c48ee18b02c4c55ae973c4d808aa79697e2036a (diff)
downloadpkgsrc-0ca56740197672e26efe22a627a6a6fa49a0beb8.tar.gz
Remove obsolete patch.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-good/distinfo3
-rw-r--r--multimedia/gst-plugins1-good/patches/patch-ab32
2 files changed, 1 insertions, 34 deletions
diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo
index 9bcb11e7281..e71b9e0c81d 100644
--- a/multimedia/gst-plugins1-good/distinfo
+++ b/multimedia/gst-plugins1-good/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.12 2014/11/29 13:47:34 jmcneill Exp $
+$NetBSD: distinfo,v 1.13 2014/11/29 21:55:00 wiz Exp $
SHA1 (gst-plugins-good-1.4.4.tar.xz) = b2c1691bd13d4567788dcb3af49a99401f057112
RMD160 (gst-plugins-good-1.4.4.tar.xz) = 8fa0090102e7079e0aa281a66a393ab910d40d86
Size (gst-plugins-good-1.4.4.tar.xz) = 3025496 bytes
-SHA1 (patch-ab) = 9029ec3e48740ca4101f986271348c92e6dd2ef0
SHA1 (patch-bb) = 0ce5dba892ba814e3c1b79a36e652dd1110db040
SHA1 (patch-sys_v4l2_gstv4l2object.c) = e7aa3fc13d03a2f1ee4e81e67aa8e503a2c93f0f
diff --git a/multimedia/gst-plugins1-good/patches/patch-ab b/multimedia/gst-plugins1-good/patches/patch-ab
deleted file mode 100644
index 35a4fe7c4b3..00000000000
--- a/multimedia/gst-plugins1-good/patches/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2014/08/08 21:28:06 wiz Exp $
-
---- configure.orig 2014-07-19 13:47:10.000000000 +0000
-+++ configure
-@@ -23734,6 +23734,9 @@ main ()
- #error GCC before 3.4 has critical bugs compiling inline assembly
- #endif
- #endif
-+#ifdef __SUNPRO_C
-+#error Sun Studio cannot handle assembly in this package
-+#endif
- __asm__ (""::)
- ;
- return 0;
-@@ -29705,6 +29708,8 @@ int
- main ()
- {
- return 0;
-+#elif defined(__NetBSD__)
-+#include <sys/videoio.h>
- ;
- return 0;
- }
-@@ -29780,6 +29785,8 @@ else
- USE_GST_V4L2=yes
- fi
-
-+#elif defined(__NetBSD__)
-+#include <sys/videoio.h>
- if test "x$NOUSE" = "xyes"; then
- USE_GST_V4L2="no"
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** video4linux2 pre-configured not to be built" >&5