[gentoo-dev] [EBUILD] unknown description

2014-10-16 Thread sp4ze

Hi,

I try to make a deadbeef ebuild

I have two unknown description ( faad and zip )

- - faad : unknown description
- - zip : unknown description

DEADBEEF README:
...
faad2: for AAC plugin
libzip: for vfs_zip plugin
...

Here is a brief description of my ebuild :

IUSE=... faad zip ...
RDEPEND=...
faad? ( media-libs/faad2 )
zip? ( dev-libs/libzip )

I looked the other ebuild using faad ( mpd, mplayer... ) but I see no 
difference with mine.


For libzip I think I did not use the correct flag.

--
Sp4ze



Re: [gentoo-dev] [EBUILD] unknown description

2014-10-16 Thread Kent Fredric
On 17 October 2014 08:54, sp4ze sp...@sp4ze.net wrote:

 I looked the other ebuild using faad ( mpd, mplayer... ) but I see no
 difference with mine.



grep faad /usr/portage/media-video/mplayer/metadata.xml

 flag name=faadUse external faad library for AAC decoding/flag

grep faad /usr/portage/media-sound/mpd/metadata.xml

   flag name=faadUse external faad library for AAC decoding/flag

-- 
Kent

*KENTNL* - https://metacpan.org/author/KENTNL


Re: [gentoo-dev] [EBUILD] unknown description

2014-10-16 Thread sp4ze

I missed the gentoo manual page metadata. shame on me

Thx Kent


--
Sp4ze



Re: [gentoo-dev] [EBUILD] unknown description

2014-10-16 Thread Diego Elio Pettenò
And if faad is *required* for aac it should not use faad as USE flag, but
aac.

Because in the case of mplayer it's selecting faad *over libavcodec*. In
other cases faad is depended upon with aac because it is required to play
back aac files.

Diego Elio Pettenò — Flameeyes
flamee...@flameeyes.eu — http://blog.flameeyes.eu/

On 16 October 2014 20:57, Kent Fredric kentfred...@gmail.com wrote:


 On 17 October 2014 08:54, sp4ze sp...@sp4ze.net wrote:

 I looked the other ebuild using faad ( mpd, mplayer... ) but I see no
 difference with mine.



 grep faad /usr/portage/media-video/mplayer/metadata.xml

  flag name=faadUse external faad library for AAC decoding/flag

 grep faad /usr/portage/media-sound/mpd/metadata.xml

flag name=faadUse external faad library for AAC decoding/flag

 --
 Kent

 *KENTNL* - https://metacpan.org/author/KENTNL