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 depend on openssl (whic...
details: https://anonhg.NetBSD.org/pkgsrc/rev/659b13c67bdf
branches: trunk
changeset: 557021:659b13c67bdf
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Apr 08 19:04:54 2009 +0000
description:
depend on openssl (which is likely there anyway) and update configure
args to avoid hidden dependencies, should fix build problem
seen in Linux bulk build
diffstat:
multimedia/gst-plugins0.10-bad/Makefile | 4 +++-
multimedia/gst-plugins0.10-bad/Makefile.common | 21 +++++++++++----------
2 files changed, 14 insertions(+), 11 deletions(-)
diffs (60 lines):
diff -r f80224bbe065 -r 659b13c67bdf multimedia/gst-plugins0.10-bad/Makefile
--- a/multimedia/gst-plugins0.10-bad/Makefile Wed Apr 08 18:43:17 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile Wed Apr 08 19:04:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/04/07 09:53:54 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/08 19:04:54 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,4 +17,6 @@
# bzip2 is likely present anyway, make it default
.include "../../archivers/bzip2/buildlink3.mk"
+# same for OpenSSL
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r f80224bbe065 -r 659b13c67bdf multimedia/gst-plugins0.10-bad/Makefile.common
--- a/multimedia/gst-plugins0.10-bad/Makefile.common Wed Apr 08 18:43:17 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile.common Wed Apr 08 19:04:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2009/04/07 09:53:54 drochner Exp $
+# $NetBSD: Makefile.common,v 1.11 2009/04/08 19:04:54 drochner Exp $
#
# used by audio/gst-plugins0.10-dts/Makefile
# used by audio/gst-plugins0.10-faad/Makefile
@@ -14,24 +14,25 @@
# Disable all drivers and features by default.
.for driver in amrwb \
cdaudio \
- dfbvideosink \
+ directfb \
+ dts \
+ dvb \
dvdnav \
divx \
- tsdec \
faac \
faad \
- glsink \
- gsmenc gsmdec \
- ivorbisdec \
+ fbdev \
+ gsm \
+ ivorbis \
libmms \
musepack \
musicbrainz \
- neonhttpsrc \
- sdlvideosink sdlaudiosink \
+ neon \
+ sdl \
soundtouch \
swfdec \
- theoraexpdec \
- v4l2src \
+ theoradec \
+ vcd \
xvid
CONFIGURE_ARGS+= --disable-${driver}
.endfor
Home |
Main Index |
Thread Index |
Old Index