Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 17:58:16 +0100
From:      "Miguel Mendez" <flynn@energyhq.es.eu.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/78122: [Maintainer Update] multimedia/beep-media-player Install WAV input plugin
Message-ID:  <1109437096.0@scienide.energyhq.es.eu.org>
Resent-Message-ID: <200502261700.j1QH0CZJ054645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78122
>Category:       ports
>Synopsis:       [Maintainer Update] multimedia/beep-media-player Install WAV input plugin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 17:00:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.3-STABLE #0: Tue Feb  8 13:02:32 CET 2005
    root@scienide.energyhq.es.eu.org:/usr/src/sys/i386/compile/SCIENIDE.SMP



>Description:


As pointed out by Zahemszky Gabor, our bmp port isn't installing
the wav input plugin. The included patch enabled the build of said
plugin. Bump portrevision so people get the fix.


>How-To-Repeat:





>Fix:


--- beep-media-player.diff begins here ---
diff -ruN beep-media-player.old/Makefile beep-media-player/Makefile
--- beep-media-player.old/Makefile	Fri Feb 25 16:12:06 2005
+++ beep-media-player/Makefile	Sat Feb 26 15:56:51 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	beep-media-player
 PORTVERSION=	0.9.7
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -32,7 +32,7 @@
 		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
 MAN1=		beep-media-player.1
 
-INPUT_PLUGINS=	cdaudio,mpg123
+INPUT_PLUGINS=	cdaudio,mpg123,wav
 OUTPUT_PLUGINS=	OSS
 VISUALIZATION_PLUGINS=	blur_scope
 
diff -ruN beep-media-player.old/pkg-plist beep-media-player/pkg-plist
--- beep-media-player.old/pkg-plist	Fri Feb 25 16:12:06 2005
+++ beep-media-player/pkg-plist	Sat Feb 26 17:55:46 2005
@@ -16,6 +16,7 @@
 lib/bmp/Input/libcdaudio.so
 lib/bmp/Input/libmpg123.so
 %%VORBISPLUGIN:%%lib/bmp/Input/libvorbis.so
+lib/bmp/Input/libwav.so
 lib/bmp/Output/libOSS.so
 %%ESDPLUGIN:%%lib/bmp/Output/libesdout.so
 lib/bmp/Visualization/libbscope.so
--- beep-media-player.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1109437096.0>