diff options
author | drochner <drochner@pkgsrc.org> | 2009-04-08 19:04:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-04-08 19:04:54 +0000 |
commit | a597cca898622438c80fc31489e35a369ab58828 (patch) | |
tree | 2b6e1a5f1673355a61e29b32a5659511c52c24d1 /multimedia | |
parent | a94a7282e0f16fb6dd0ac0cfb09dc080c48c7236 (diff) | |
download | pkgsrc-a597cca898622438c80fc31489e35a369ab58828.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 21 |
2 files changed, 14 insertions, 11 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile index 30e39e5cb83..f393f969d20 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -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 @@ PLIST.x86= yes # 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 --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common index d29f7c0e76f..b493bafb76e 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile.common +++ b/multimedia/gst-plugins0.10-bad/Makefile.common @@ -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 @@ GST_PLUGINS0.10_VER= 0.10.11 # 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 |