mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add missing faad dependency
PR: ports/141163 Submitted by: Axel Gonzalez <loox@e-shell.net>
This commit is contained in:
parent
4e4ef94026
commit
8cad8d4250
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245221
2 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,7 @@ PLIST_SUB+= WAVPACKPLUGIN="@comment "
|
||||||
.if !defined(WITHOUT_AAC)
|
.if !defined(WITHOUT_AAC)
|
||||||
CONFIGURE_ARGS+=--enable-aac
|
CONFIGURE_ARGS+=--enable-aac
|
||||||
PLIST_SUB+= AACPLUGIN=""
|
PLIST_SUB+= AACPLUGIN=""
|
||||||
|
LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+=--disable-aac
|
CONFIGURE_ARGS+=--disable-aac
|
||||||
PLIST_SUB+= AACPLUGIN="@comment "
|
PLIST_SUB+= AACPLUGIN="@comment "
|
||||||
|
|
|
@ -20,6 +20,7 @@ lib/audacious/General/song_change.so
|
||||||
%%STATUSICONPLUGIN%%lib/audacious/General/statusicon.so
|
%%STATUSICONPLUGIN%%lib/audacious/General/statusicon.so
|
||||||
lib/audacious/General/streambrowser.so
|
lib/audacious/General/streambrowser.so
|
||||||
lib/audacious/General/vfstrace.so
|
lib/audacious/General/vfstrace.so
|
||||||
|
%%AACPLUGIN%%lib/audacious/Input/aac.so
|
||||||
%%ADPLUGPLUGIN%%lib/audacious/Input/adplug.so
|
%%ADPLUGPLUGIN%%lib/audacious/Input/adplug.so
|
||||||
%%CDAUDIOPLUGIN%%lib/audacious/Input/cdaudio-ng.so
|
%%CDAUDIOPLUGIN%%lib/audacious/Input/cdaudio-ng.so
|
||||||
lib/audacious/Input/console.so
|
lib/audacious/Input/console.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue