From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 9 12:20:08 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 768D016A419 for ; Sun, 9 Sep 2007 12:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B99613C45E for ; Sun, 9 Sep 2007 12:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l89CK88G031944 for ; Sun, 9 Sep 2007 12:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l89CK8M6031939; Sun, 9 Sep 2007 12:20:08 GMT (envelope-from gnats) Resent-Date: Sun, 9 Sep 2007 12:20:08 GMT Resent-Message-Id: <200709091220.l89CK8M6031939@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, Dar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A1216A41A for ; Sun, 9 Sep 2007 12:17:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A1B3713C478 for ; Sun, 9 Sep 2007 12:17:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l89CH93r024418 for ; Sun, 9 Sep 2007 12:17:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l89CH9dN024417; Sun, 9 Sep 2007 12:17:09 GMT (envelope-from nobody) Message-Id: <200709091217.l89CH9dN024417@www.freebsd.org> Date: Sun, 9 Sep 2007 12:17:09 GMT From: Dar To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116227: Lack of WavPack support in libxine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 12:20:08 -0000 >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: