Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:30 wiz Exp $
# $NetBSD: Makefile,v 1.9 2013/12/04 11:32:13 drochner Exp $
#
DISTNAME= gstreamer-1.0.7
DISTNAME= gstreamer-1.0.10
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
EXTRACT_SUFX= .tar.xz

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2013/04/08 16:57:46 drochner Exp $
@comment $NetBSD: PLIST,v 1.4 2013/08/01 06:30:31 obache Exp $
bin/gst-inspect-1.0
bin/gst-launch-1.0
bin/gst-typefind-1.0
@@ -92,6 +92,7 @@ include/gstreamer-1.0/gst/net/gstnettimepacket.h
include/gstreamer-1.0/gst/net/gstnettimeprovider.h
lib/girepository-1.0/Gst-1.0.typelib
lib/girepository-1.0/GstBase-1.0.typelib
${PLIST.gstcheck}lib/girepository-1.0/GstCheck-1.0.typelib
lib/girepository-1.0/GstController-1.0.typelib
lib/girepository-1.0/GstNet-1.0.typelib
lib/gstreamer-1.0/libgstcoreelements.la
@@ -112,6 +113,7 @@ man/man1/gst-typefind-1.0.1
share/aclocal/gst-element-check-1.0.m4
share/gir-1.0/Gst-1.0.gir
share/gir-1.0/GstBase-1.0.gir
${PLIST.gstcheck}share/gir-1.0/GstCheck-1.0.gir
share/gir-1.0/GstController-1.0.gir
share/gir-1.0/GstNet-1.0.gir
share/gtk-doc/html/gstreamer-1.0/GstAllocator.html

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.4 2013/05/03 15:58:35 drochner Exp $
$NetBSD: distinfo,v 1.9 2013/12/17 11:39:38 jperkin Exp $
SHA1 (gstreamer-1.0.7.tar.xz) = 3ce96dd414233f23b81651e90a3efd54054abce4
RMD160 (gstreamer-1.0.7.tar.xz) = 738a9ddb509d26d94c0f6db0c7c52436122abc13
Size (gstreamer-1.0.7.tar.xz) = 3089280 bytes
SHA1 (gstreamer-1.0.10.tar.xz) = bb705d949ba470c4c647efae979066514cf6b013
RMD160 (gstreamer-1.0.10.tar.xz) = b5f297880bf5c4b7bb8c0955d77983a85c570ac4
Size (gstreamer-1.0.10.tar.xz) = 3140588 bytes
SHA1 (patch-gst_gstdatetime.c) = dc5a1cd90a09792cd48b8c02fdd8ee60303346b6
SHA1 (patch-gst_gsttaglist.c) = 7c72330e2177df0f6f40f10dad81e4c927008698

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-gst_gstdatetime.c,v 1.1 2013/12/14 17:11:22 joerg Exp $
--- gst/gstdatetime.c.orig 2013-12-13 11:16:38.000000000 +0000
+++ gst/gstdatetime.c
@@ -21,8 +21,8 @@
#include "config.h"
#endif
-#include "glib-compat-private.h"
#include "gst_private.h"
+#include "glib-compat-private.h"
#include "gstdatetime.h"
#include "gstvalue.h"
#include <glib.h>

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-gst_gsttaglist.c,v 1.1 2013/12/17 11:39:38 jperkin Exp $
g-ir-scanner on Darwin doesn't like empty comments.
--- gst/gsttaglist.c.orig 2013-07-04 23:50:56.000000000 +0000
+++ gst/gsttaglist.c
@@ -1522,7 +1522,7 @@ gst_tag_list_get_ ## name ## _index (con
return ret; \
}
-#define COPY_FUNC /**/
+#define COPY_FUNC /* */
/**
* gst_tag_list_get_boolean:
* @list: a #GstTagList to get the tag from