Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2007 20:37:52 -0500 (EST)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        johnson.peter@gmail.com
Subject:   ports/108531: [PATCH] multimedia/quodlibet: Make OPTIONS match test
Message-ID:  <200701300137.l0U1bqxE001710@blueherron.ahze.net>
Resent-Message-ID: <200701300200.l0U20a23012550@freefall.freebsd.org>

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

>Number:         108531
>Category:       ports
>Synopsis:       [PATCH] multimedia/quodlibet: Make OPTIONS match test
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 02:00:36 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
>Description:
WITH[OUT]_AAC is not found in the Makefile, but WITH_MPEG4IP is. 

Port maintainer (johnson.peter@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- quodlibet-0.24_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/quodlibet/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	3 Jan 2007 02:19:49 -0000	1.18
+++ Makefile	30 Jan 2007 01:36:08 -0000
@@ -28,7 +28,7 @@
 
 OPTIONS=	FLAC "Flac audio support" on
 OPTIONS+=	MP3 "MP3 audio support" on
-OPTIONS+=	AAC "AAC support with MPEG4IP" on
+OPTIONS+=	MPEG4IP "AAC/mp4 support with MPEG4IP" on
 OPTIONS+=	MUSEPACK "Musepack (MPC, musicpd, libmpcdec) support" on
 OPTIONS+=	OGG "OGG multimedia container support" on
 OPTIONS+=	SPEEX "OGG/Speex audio support" on
--- quodlibet-0.24_2.patch ends here ---

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



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