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-bad Fix dvdnav-config --lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48df1667f2f2
branches:  trunk
changeset: 555786:48df1667f2f2
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Mar 09 11:52:11 2009 +0000

description:
Fix dvdnav-config --libs check

diffstat:

 multimedia/gst-plugins0.10-bad/distinfo         |   4 ++--
 multimedia/gst-plugins0.10-bad/patches/patch-aa |  19 ++++++++++++++++---
 2 files changed, 18 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r f90fb8e2ea26 -r 48df1667f2f2 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo   Mon Mar 09 11:31:34 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo   Mon Mar 09 11:52:11 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2009/01/26 10:42:02 drochner Exp $
+$NetBSD: distinfo,v 1.12 2009/03/09 11:52:11 jmcneill Exp $
 
 SHA1 (gst-plugins-bad-0.10.10.tar.bz2) = cae416337c20462a827c6570a00e340a6af1ab98
 RMD160 (gst-plugins-bad-0.10.10.tar.bz2) = 479eca5e6d814336c0bcc4a5eefbc83c852d1c43
 Size (gst-plugins-bad-0.10.10.tar.bz2) = 2422226 bytes
-SHA1 (patch-aa) = a8b1f65424b76ead54553de6158d51a1ae58a8c2
+SHA1 (patch-aa) = 6e3506346be8a5a0c04bb4843dee6b8f8dc71a3c
 SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
diff -r f90fb8e2ea26 -r 48df1667f2f2 multimedia/gst-plugins0.10-bad/patches/patch-aa
--- a/multimedia/gst-plugins0.10-bad/patches/patch-aa   Mon Mar 09 11:31:34 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-aa   Mon Mar 09 11:52:11 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2008/05/14 18:32:04 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2009/03/09 11:52:11 jmcneill Exp $
 
---- configure.orig     2008-04-24 01:30:31.000000000 +0200
+--- configure.orig     2009-01-19 17:06:28.000000000 -0500
 +++ configure
-@@ -30459,7 +30459,7 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -26361,7 +26361,7 @@ rm -f core conftest.err conftest.$ac_obj
  echo "${ECHO_T}$flag_ok" >&6; }
  
  
@@ -11,3 +11,16 @@
      then
  
    { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
+@@ -33364,11 +33364,7 @@ fi
+     DVDNAV_CFLAGS=
+     HAVE_DVDNAV=no
+   else
+-    if dvdnav-config --plugin-libs  &> /dev/null; then
+-      DVDNAV_LIBS=`dvdnav-config --plugin-libs `
+-    else
+-      DVDNAV_LIBS=`dvdnav-config --libs `
+-    fi
++    DVDNAV_LIBS=`dvdnav-config --libs `
+     DVDNAV_CFLAGS=`dvdnav-config --cflags `
+     HAVE_DVDNAV=yes
+   fi



Home | Main Index | Thread Index | Old Index