summaryrefslogtreecommitdiffstats
path: root/audio-soft/easytag/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/easytag/DEPENDS')
-rwxr-xr-xaudio-soft/easytag/DEPENDS16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio-soft/easytag/DEPENDS b/audio-soft/easytag/DEPENDS
new file mode 100755
index 0000000000..e29c06a550
--- /dev/null
+++ b/audio-soft/easytag/DEPENDS
@@ -0,0 +1,16 @@
+if [ "$GETDEVEL" == "y" ]; then
+ depends gtk+2
+else
+ depends gtk+
+fi &&
+
+depends id3lib &&
+
+optional_depends flac \
+ "--enable-flac" \
+ "--disable-flac" \
+ "Enable Flac support" &&
+optional_depends libvorbis \
+ "--enable-ogg" \
+ "--disable-ogg" \
+ "Enable Ogg/Vorbis support"