pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42056: gstreamer0.10-plugins misses out alsa, faac, jpeg and soup plugins
>Number: 42056
>Category: pkg
>Synopsis: gstreamer0.10-plugins misses out alsa, faac, jpeg and soup
>plugins
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Sep 12 21:55:00 +0000 2009
>Originator: Joachim Kuebart
>Release: NetBSD-current
>Organization:
>Environment:
NetBSD yacht 5.99.16 NetBSD 5.99.16 (YACHT) #2: Thu Sep 10 10:16:00 BST 2009
joki@yacht:/usr/obj/amd64/usr/src/sys/arch/amd64/compile/YACHT amd64
>Description:
Hi, the description for gstreamer0.10-plugins mentions that it includes all
non-deprecated GStreamer plugins in pkgsrc. However, it does not include the
alsa, faac, jpeg and soup plugins. If these four plugins are deprecated, it
isn't mentioned in their description.
>How-To-Repeat:
Install gstreamer0.10-plugins, the four mentioned plugins are not intsalled.
>Fix:
The following patch adds the four missing plugins as dependencies:
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/meta-pkgs/gstreamer0.10-plugins/Makefile,v
retrieving revision 1.3
diff -p -U8 -r1.3 Makefile
--- Makefile 16 Mar 2009 11:43:14 -0000 1.3
+++ Makefile 12 Sep 2009 21:39:31 -0000
@@ -9,20 +9,23 @@ DISTFILES= # empty
MAINTAINER= bjs%NetBSD.org@localhost
HOMEPAGE= http://www.gstreamer.net/
COMMENT= Open-source multimedia framework (plug-in meta-package)
META_PACKAGE= yes
DEPENDS+= gst-plugins0.10-a52-[0-9]*:../../audio/gst-plugins0.10-a52
+DEPENDS+= gst-plugins0.10-alsa-[0-9]*:../../audio/gst-plugins0.10-alsa
DEPENDS+=
gst-plugins0.10-cdparanoia-[0-9]*:../../audio/gst-plugins0.10-cdparanoia
DEPENDS+= gst-plugins0.10-dts-[0-9]*:../../audio/gst-plugins0.10-dts
DEPENDS+= gst-plugins0.10-esound-[0-9]*:../../audio/gst-plugins0.10-esound
+DEPENDS+= gst-plugins0.10-faac-[0-9]*:../../audio/gst-plugins0.10-faac
DEPENDS+= gst-plugins0.10-faad-[0-9]*:../../audio/gst-plugins0.10-faad
+DEPENDS+= gst-plugins0.10-jpeg-[0-9]*:../../graphics/gst-plugins0.10-jpeg
DEPENDS+= gst-ffmpeg-[0-9]*:../../multimedia/gst-plugins0.10-ffmpeg
DEPENDS+= gst-fluendo-mp3-[0-9]*:../../audio/gst-plugins0.10-fluendo-mp3
DEPENDS+= gst-plugins0.10-flac-[0-9]*:../../audio/gst-plugins0.10-flac
DEPENDS+= gst-plugins0.10-jack-[0-9]*:../../audio/gst-plugins0.10-jack
DEPENDS+=
gst-plugins0.10-libvisual-[0-9]*:../../audio/gst-plugins0.10-libvisual
DEPENDS+= gst-plugins0.10-mad-[0-9]*:../../audio/gst-plugins0.10-mad
DEPENDS+=
gst-plugins0.10-musepack-[0-9]*:../../audio/gst-plugins0.10-musepack
DEPENDS+= gst-plugins0.10-oss-[0-9]*:../../audio/gst-plugins0.10-oss
@@ -38,12 +41,13 @@ DEPENDS+= gst-plugins0.10-png-[0-9]*:../
DEPENDS+=
gst-plugins0.10-dvdread-[0-9]*:../../multimedia/gst-plugins0.10-dvdread
DEPENDS+= gst-gnonlin-[0-9]*:../../multimedia/gst-plugins0.10-gnonlin
DEPENDS+=
gst-plugins0.10-mpeg2dec-[0-9]*:../../multimedia/gst-plugins0.10-mpeg2dec
DEPENDS+= gst-plugins0.10-ogg-[0-9]*:../../multimedia/gst-plugins0.10-ogg
DEPENDS+=
gst-plugins0.10-resindvd-[0-9]*:../../multimedia/gst-plugins0.10-resindvd
DEPENDS+=
gst-plugins0.10-theora-[0-9]*:../../multimedia/gst-plugins0.10-theora
DEPENDS+=
gst-plugins0.10-x264-[0-9]*:../../multimedia/gst-plugins0.10-x264
DEPENDS+=
gst-plugins0.10-xvid-[0-9]*:../../multimedia/gst-plugins0.10-xvid
+DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup
DEPENDS+=
gst-plugins0.10-gnomevfs-[0-9]*:../../sysutils/gst-plugins0.10-gnomevfs
DEPENDS+= gst-plugins0.10-x11-[0-9]*:../../x11/gst-plugins0.10-x11
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index