Subject: AAC support for audio/gtkpod
To: None <tech-pkg@NetBSD.org>
From: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
List: tech-pkg
Date: 11/15/2005 22:40:14
Hello,

I want to transfer the AAC audio files to my iPod via audio/gtkpod.
Currently this does not work.  audio/gtkpod can't recognize these
files.  However, I can do this by adding the inclusion of
audio/faad2/buildlink3.mk.  This is better to support by default,
I think.

I'd like to commit this patch.  Any objections?

best regards.
--
 Kouichirou Hiratsuka
   hira@po6.nsk.ne.jp

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/gtkpod/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	10 Oct 2005 17:18:04 -0000	1.4
+++ Makefile	15 Nov 2005 13:11:47 -0000
@@ -2,6 +2,7 @@
 #
 
 DISTNAME=	gtkpod-0.94.0
+PKGREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gtkpod/}
 
@@ -20,6 +21,7 @@
 BUILDLINK_DEPENDS.gtk2+=	gtk2+>=2.4.0
 
 .include "../../audio/libid3tag/buildlink3.mk"
+.include "../../audio/faad2/buildlink3.mk"
 .include "../../devel/atk/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"