From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 4 12:30:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E05437B401 for ; Wed, 4 Jun 2003 12:30:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5876243F93 for ; Wed, 4 Jun 2003 12:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h54JUCUp030040 for ; Wed, 4 Jun 2003 12:30:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h54JUCRC030039; Wed, 4 Jun 2003 12:30:12 -0700 (PDT) Resent-Date: Wed, 4 Jun 2003 12:30:12 -0700 (PDT) Resent-Message-Id: <200306041930.h54JUCRC030039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D15C37B401 for ; Wed, 4 Jun 2003 12:21:10 -0700 (PDT) Received: from prisma.quccc.org (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB31D43F75 for ; Wed, 4 Jun 2003 12:21:09 -0700 (PDT) (envelope-from kwm@prisma.quccc.org) Received: by prisma.quccc.org (Postfix, from userid 1001) id C22933D; Wed, 4 Jun 2003 21:21:12 +0200 (CEST) Message-Id: <20030604192112.C22933D@prisma.quccc.org> Date: Wed, 4 Jun 2003 21:21:12 +0200 (CEST) From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52946: Add cdparanoia support to gstreamer-plugins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 19:30:14 -0000 >Number: 52946 >Category: ports >Synopsis: Add cdparanoia support to gstreamer-plugins >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 04 12:30:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD prisma.quccc.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 10:29:05 CEST 2003 root@:/usr/obj/usr/src/sys/rainbow i386 >Description: Add cdparanoia support to gstreamer-plugins >How-To-Repeat: >Fix: --- gstreamer-plugins.diff begins here --- diff -ruN gstreamer-plugins.orig/Makefile gstreamer-plugins/Makefile --- gstreamer-plugins.orig/Makefile Tue May 13 22:05:16 2003 +++ gstreamer-plugins/Makefile Wed May 28 20:07:43 2003 @@ -138,6 +138,11 @@ WITH_AVIFILE=yes .endif +# cdparanoia +.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) +WITH_CDPARANOIA=yes +.endif + # esound .if (${HAVE_GNOME:Mesound}!="") WITH_ESOUND=yes @@ -304,6 +309,15 @@ PLIST_SUB+= AVIFILE="" .endif +# cdparanoia +.ifndef(WITH_CDPARANOIA) +CONFIGURE_ARGS+= --disble-cdparanoia +PLIST_SUB+= CDPARANOIA="@comment " +.else +LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia +PLIST_SUB+= CDPARANOIA="" +.endif + # esound .ifndef(WITH_ESOUND) CONFIGURE_ARGS+= --disable-esd \ @@ -605,6 +619,10 @@ @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AVIFILE to enable avifile Video plugin' .endif +.ifndef(WITH_CDPARANOIA) + @${ECHO_MSG} '===>' + @${ECHO_MSG} '===> Define WITH_CDPARANOIA to enable cdparanoia Audio plugin' +.endif .ifndef(WITH_ESOUND) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ESOUND to enable esound Audio plugin' diff -ruN gstreamer-plugins.orig/pkg-plist gstreamer-plugins/pkg-plist --- gstreamer-plugins.orig/pkg-plist Tue Apr 22 22:01:35 2003 +++ gstreamer-plugins/pkg-plist Wed May 28 19:57:23 2003 @@ -22,6 +22,7 @@ lib/gstreamer-%%VERSION%%/libgstauparse.so lib/gstreamer-%%VERSION%%/libgstavidemux.so lib/gstreamer-%%VERSION%%/libgstavimux.so +%%CDPARANOIA%%lib/gstreamer-%%VERSION%%/libgstcdparanoia.so lib/gstreamer-%%VERSION%%/libgstcdxaparse.so lib/gstreamer-%%VERSION%%/libgstchart.so %%HERMES%%lib/gstreamer-%%VERSION%%/libgstcolorspace.so --- gstreamer-plugins.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: