update to 0.10.8
changes: bugfixes
This commit is contained in:
parent
f323e16aff
commit
411f8e6462
3 changed files with 6 additions and 25 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.4 2006/04/03 16:11:39 jmmv Exp $
|
||||
# $NetBSD: Makefile.common,v 1.5 2006/06/14 11:19:19 drochner Exp $
|
||||
#
|
||||
|
||||
GST_PLUGINS0.10_TYPE= base
|
||||
GST_PLUGINS0.10_VER= 0.10.5
|
||||
GST_PLUGINS0.10_VER= 0.10.8
|
||||
|
||||
# Disable all drivers and features by default.
|
||||
.for driver in alsa \
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2006/04/03 16:11:39 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.7 2006/06/14 11:19:19 drochner Exp $
|
||||
|
||||
SHA1 (gst-plugins-base-0.10.5.tar.bz2) = a0e721cc1ea52212c4906894e8f86168c794d38e
|
||||
RMD160 (gst-plugins-base-0.10.5.tar.bz2) = 80bd0023d92a985230146c77d0c91f4afc7c0a14
|
||||
Size (gst-plugins-base-0.10.5.tar.bz2) = 1100090 bytes
|
||||
SHA1 (patch-ab) = 94492cdfab49737e419b39c11b65d76f9bee2e3b
|
||||
SHA1 (gst-plugins-base-0.10.8.tar.bz2) = b428fe9caa17edd78a87d50931691a6d47c20e72
|
||||
RMD160 (gst-plugins-base-0.10.8.tar.bz2) = 41f5647fb0be2d0038ca925a0479e5c8ac57ab4a
|
||||
Size (gst-plugins-base-0.10.8.tar.bz2) = 1234234 bytes
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1.1.1 2006/01/18 15:41:03 jmmv Exp $
|
||||
|
||||
--- tests/Makefile.in.orig 2005-12-23 16:28:21.000000000 +0100
|
||||
+++ tests/Makefile.in
|
||||
@@ -371,10 +371,12 @@ target_alias = @target_alias@
|
||||
@BUILD_EXAMPLES_TRUE@SUBDIRS_EXAMPLES = examples
|
||||
@HAVE_CHECK_FALSE@SUBDIRS_CHECK =
|
||||
@HAVE_CHECK_TRUE@SUBDIRS_CHECK = check
|
||||
+@USE_X_FALSE@SUBDIRS_ICLES =
|
||||
+@USE_X_TRUE@SUBDIRS_ICLES = icles
|
||||
SUBDIRS = \
|
||||
$(SUBDIRS_CHECK) \
|
||||
$(SUBDIRS_EXAMPLES) \
|
||||
- icles
|
||||
+ $(SUBDIRS_ICLES)
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
check \
|
Loading…
Reference in a new issue