summaryrefslogtreecommitdiffstats
path: root/libs/lightmediascanner/DEPENDS
blob: 77ab1cdc48753cc767827b7a375797ad11eb8ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
depends  pkgconfig  &&
depends  sqlite     &&

if  [[  "$LIGHTMEDIASCANNER_SCM"  ==  "y"  ]];  then
  depends  git
fi  &&

optional_depends  'jpeg'                    \
                  '--enable-jpeg'           \
                  '--disable-jpeg'          \
                  'for JPEG image support'  &&

optional_depends  'libvorbis'                     \
                  '--enable-ogg'                  \
                  '--disable-ogg'                 \
                  'for Ogg/Vorbis audio support'