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:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 12 21:55:00 +0000 2009
>Closed-Date:    Sun May 15 02:36:04 +0000 2022
>Last-Modified:  Sun May 15 02:36:04 +0000 2022
>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.


From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42056 CVS commit: pkgsrc/meta-pkgs/gstreamer0.10-plugins
Date: Sun, 15 May 2022 02:26:35 +0000

 Module Name:	pkgsrc
 Committed By:	dholland
 Date:		Sun May 15 02:26:35 UTC 2022

 Modified Files:
 	pkgsrc/meta-pkgs/gstreamer0.10-plugins: Makefile

 Log Message:
 PR 42056 Joachim Kuebart: missing gstreamer0.10-plugins deps

 Bump PKGREVISION to 4.


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/meta-pkgs/gstreamer0.10-plugins/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 15 May 2022 02:36:04 +0000
State-Changed-Why:
fixed, thanks


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: gnats-precook-prs,v 1.4 2018/12/21 14:20:20 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.