pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-gnonlin update to 0.10.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c04600d188d9
branches:  trunk
changeset: 576699:c04600d188d9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jun 16 13:58:00 2010 +0000

description:
update to 0.10.15
changes: bugfixes

diffstat:

 multimedia/gst-plugins0.10-gnonlin/Makefile         |   6 +++---
 multimedia/gst-plugins0.10-gnonlin/distinfo         |  10 +++++-----
 multimedia/gst-plugins0.10-gnonlin/patches/patch-aa |  19 +++++--------------
 3 files changed, 13 insertions(+), 22 deletions(-)

diffs (61 lines):

diff -r 6d017dba51c3 -r c04600d188d9 multimedia/gst-plugins0.10-gnonlin/Makefile
--- a/multimedia/gst-plugins0.10-gnonlin/Makefile       Wed Jun 16 13:57:53 2010 +0000
+++ b/multimedia/gst-plugins0.10-gnonlin/Makefile       Wed Jun 16 13:58:00 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:27 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/16 13:58:00 drochner Exp $
 #
 
-DISTNAME=      gnonlin-0.10.9
-PKGNAME=       gst-gnonlin-0.10.9
+DISTNAME=      gnonlin-0.10.15
+PKGNAME=       gst-gnonlin-0.10.15
 CATEGORIES=    multimedia
 MASTER_SITES=  http://gstreamer.freedesktop.org/src/gnonlin/
 EXTRACT_SUFX=  .tar.bz2
diff -r 6d017dba51c3 -r c04600d188d9 multimedia/gst-plugins0.10-gnonlin/distinfo
--- a/multimedia/gst-plugins0.10-gnonlin/distinfo       Wed Jun 16 13:57:53 2010 +0000
+++ b/multimedia/gst-plugins0.10-gnonlin/distinfo       Wed Jun 16 13:58:00 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/03/10 12:52:52 drochner Exp $
+$NetBSD: distinfo,v 1.3 2010/06/16 13:58:00 drochner Exp $
 
-SHA1 (gnonlin-0.10.9.tar.bz2) = 44981f5b7cd8221c67eeee65a3ddce6df810572d
-RMD160 (gnonlin-0.10.9.tar.bz2) = 25d6a9b98517a98075b7fbeed9036a2d00ab5408
-Size (gnonlin-0.10.9.tar.bz2) = 366567 bytes
-SHA1 (patch-aa) = 465876fd5134ee4e344f3b824af5f4d1acbc82f5
+SHA1 (gnonlin-0.10.15.tar.bz2) = 743f306ba55093ec2dcca5eb21b8fded5e6ac99f
+RMD160 (gnonlin-0.10.15.tar.bz2) = 7444999d0397955d58f9272ced305f09056ba699
+Size (gnonlin-0.10.15.tar.bz2) = 419881 bytes
+SHA1 (patch-aa) = 92e4ca171e94857782c544200fddab81f7548cbb
diff -r 6d017dba51c3 -r c04600d188d9 multimedia/gst-plugins0.10-gnonlin/patches/patch-aa
--- a/multimedia/gst-plugins0.10-gnonlin/patches/patch-aa       Wed Jun 16 13:57:53 2010 +0000
+++ b/multimedia/gst-plugins0.10-gnonlin/patches/patch-aa       Wed Jun 16 13:58:00 2010 +0000
@@ -1,22 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/02/08 21:42:26 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2010/06/16 13:58:00 drochner Exp $
 
---- configure.orig     2006-11-30 14:29:30.000000000 +0100
+--- configure.orig     2010-03-09 11:48:29.000000000 +0000
 +++ configure
-@@ -23227,7 +23227,7 @@ rm -f core conftest.err conftest.$ac_obj
- echo "${ECHO_T}$flag_ok" >&6; }
+@@ -14034,7 +14034,7 @@ rm -f core conftest.err conftest.$ac_obj
+ $as_echo "$flag_ok" >&6; }
  
  
 -        if test "x$ERROR_CFLAGS" == "x"
 +        if test "x$ERROR_CFLAGS" = "x"
      then
  
-   { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5
-@@ -23307,7 +23307,7 @@ rm -f core conftest.err conftest.$ac_obj
- echo "${ECHO_T}$flag_ok" >&6; }
- 
- 
--            if test "x$ERROR_CFLAGS" == "x"
-+            if test "x$ERROR_CFLAGS" = "x"
-       then
- 
-   { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5



Home | Main Index | Thread Index | Old Index