Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2007 12:17:09 GMT
From:      Dar <dar.quonb@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116227: Lack of WavPack support in libxine
Message-ID:  <200709091217.l89CH9dN024417@www.freebsd.org>
Resent-Message-ID: <200709091220.l89CK8M6031939@freefall.freebsd.org>

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

>Number:         116227
>Category:       ports
>Synopsis:       Lack of WavPack support in libxine
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 09 12:20:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dar
>Release:        FreeBSD 6.2-RELEASE-p7
>Organization:
>Environment:
FreeBSD dasha.office.best-hosting.ru 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Mon Aug  6 13:27:09 MSD 2007 <..> i386
>Description:
Current release of libxine 1.1.7 supports demultiplexing/decoding of WavPack through libwavpack. But there are no options to enable this in ports.
>How-To-Repeat:
Simply build multimedia/libxine
>Fix:
Apply patch. It adds option to enable WavPack into Makefile.

Patch attached with submission follows:

--- Makefile	2007-09-09 16:07:11.000000000 +0400
+++ Makefile.new	2007-09-09 16:08:09.000000000 +0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	xine
 PORTVERSION=	1.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -64,6 +64,7 @@
 		AALIB "Enable aalib support" off \
 		IMAGEMAGICK "Enable ImageMagick support" off \
 		GTK2 "Enable gdkpixbuf support" off \
+		WV "Enable WavPack support" on \
 
 MAN1=	xine-config.1
 MAN5=	xine.5
@@ -168,6 +169,11 @@
 CONFIGURE_ARGS+=	--disable-gdkpixbuf
 .endif
 
+.if defined(WITH_WV)
+LIB_DEPENDS+=	wavpack.1:${PORTSDIR}/audio/wavpack
+CONFIGURE_ARGS+=	--with-wavpack
+.endif
+
 .if ${CONFIGURE_ARGS:M*--without-imagemagick*} == "" || ${CONFIGURE_ARGS:M*-disable-gdkpixbuf*} == ""
 PLIST_SUB+=	WITH_DMX_IMAGE=""
 .else


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



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