NetBSD Problem Report #42056
From www@NetBSD.org Sat Sep 12 21:52:29 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
by www.NetBSD.org (Postfix) with ESMTP id 6A8A363BFE3
for <gnats-bugs@gnats.netbsd.org>; Sat, 12 Sep 2009 21:52:29 +0000 (UTC)
Message-Id: <20090912215229.2211563B877@www.NetBSD.org>
Date: Sat, 12 Sep 2009 21:52:29 +0000 (UTC)
From: joachim.kuebart@gmx.net
Reply-To: joachim.kuebart@gmx.net
To: gnats-bugs@NetBSD.org
Subject: gstreamer0.10-plugins misses out alsa, faac, jpeg and soup plugins
X-Send-Pr-Version: www-1.0
>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
>Last-Modified: Mon Feb 28 15:09:54 +0000 2011
>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
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"
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: pkg-manager->bjs
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Wed, 16 Sep 2009 02:10:17 +0000
Responsible-Changed-Why:
Over to maintainer.
Responsible-Changed-From-To: bjs->pkg-manager
Responsible-Changed-By: wiz@NetBSD.org
Responsible-Changed-When: Mon, 28 Feb 2011 15:09:54 +0000
Responsible-Changed-Why:
Reset responsible field for retired developer.
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.36 2007/11/24 03:27:39 kano Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.