Opened 12 years ago
Last modified 10 years ago
#38345 new defect
gnupod: fix variants
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | gnupod |
Description
The gnupod port has variants that only add dependencies:
# should also use timidity variant flac description "Enable FLAC" { depends_lib-append port:flac port:p5.12-audio-flac-header } # should use Ogg::Vorbis::Header::PurePerl, won't work variant vorbis description "Enable Ogg/Vorbis" { depends_lib-append port:vorbis-tools port:p5.12-libvorbis-perl } variant aac description "Enable AAC" { depends_lib-append port:faac path:lib/libavcodec.dylib:ffmpeg } variant artwork description "Enable artwork support" { depends_lib-append port:ImageMagick }
The port needs to be updated to ensure that those dependencies will not be used if those variants are not selected, even if those ports are already installed.
Change History (1)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from pmq@… to macports-tickets@… |
---|
Note: See
TracTickets for help on using
tickets.
This port is no longer maintained.