On Mon, Feb 21, 2005 at 07:32:49AM -0600, Josh Bozarth top-posted (grr):
> On Mon, 21 Feb 2005 01:00:26 -0800, Jim Kusznir <[EMAIL PROTECTED]> wrote:
> > Is there any way we can get AAC as an option for mythmusic under
> > Gentoo? Perhaps an "AAC" use flag?
>
> Yeah, I had the same problem, and I forgot to let the ebuild
> maintainers know about it.
> Find your mythmusic 0.17 ebuild and in the section that says:
>
> src_compile() {
> econf \
> `use_enable X fftw` \
> `use_enable opengl` \
> `use_enable sdl`
>
> add in `use_enable aac`
>
> Don't forget to add the \ to the end of the sdl statement.
You should also modify the DEPEND section to make sure faad2 is built.
Here's a diff that should work (mythmusic-0.17-r1.ebuild goes in
/usr/local/portage/media-plugins/mythmusic):
--- /usr/portage/media-plugins/mythmusic/mythmusic-0.17.ebuild 2005-02-11
07:54:58.000000000 -0800
+++ mythmusic-0.17-r1.ebuild 2005-02-21 09:16:11.634860058 -0800
@@ -19,6 +19,7 @@
>=media-libs/libvorbis-1.0
>=media-libs/libcdaudio-0.99.6
>=media-libs/flac-1.1.0
+ aac? ( >=media-libs/faad2-2.0 )
>=sys-apps/sed-4
X? ( =sci-libs/fftw-2* )
opengl? ( virtual/opengl =sci-libs/fftw-2* )
@@ -43,7 +44,8 @@
econf \
`use_enable X fftw` \
`use_enable opengl` \
- `use_enable sdl`
+ `use_enable sdl` \
+ `use_enable aac`
myth_src_compile || die
}
Once that's done, "aac" needs to be among your USE flags. For FAAD2 2.0,
you also need to unpack the tarball and copy
faad2/common/mp4ff/mp4ff_int_types.h to /usr/include (the FAAD2 ebuild
should be fixed), or else the ebuild will fail.
_/_
/ v \ Scott Alfter (remove the obvious to send mail)
(IIGS( http://alfter.us/ Top-posting!
\_^_/ rm -rf /bin/laden >What's the most annoying thing on Usenet?
pgpd4opZ6xrMT.pgp
Description: PGP signature
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
