summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2017-12-11 13:27:27 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2017-12-11 13:27:27 +0000
commit6cab7c8cdbcfe8f46dbc82c33a4e18185e41ffe0 (patch)
treeb7efa7592ccb2d6a3608ea32272060a5fc6582eb /audio/easytag
parent- Update to 13170 (diff)
audio/easytag: adjust dependencies
- Explicitly add dependencies easytag requires: * cairo * audio/ogg for ogg vorbis support * audio/opus for opus support - Add runtime dependency on dconf to make sure users could always have their configuration saved - Enable file format support options (WAVPACK, OPUS, SPEEX) by default by adding them to OPTIONS_DEFAULT - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=456029
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 7f636807eef7..743aed5b0555 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -3,6 +3,7 @@
PORTNAME= easytag
PORTVERSION= 2.4.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GNOME
@@ -19,10 +20,11 @@ LIB_DEPENDS= libid3.so:audio/id3lib \
libid3tag.so:audio/libid3tag \
libvorbis.so:audio/libvorbis \
libFLAC.so:audio/flac \
- libtag.so:audio/taglib
+ libtag.so:audio/taglib \
+ libogg.so:audio/libogg
USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz
-USE_GNOME= gtk30 intlhack libxslt
+USE_GNOME= cairo dconf:run gtk30 intlhack libxslt
GLIB_SCHEMAS= org.gnome.EasyTAG.gschema.xml org.gnome.EasyTAG.enums.xml
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
@@ -36,12 +38,14 @@ CONFIGURE_ARGS= --disable-appdata-validate \
PORTDOCS= HACKING THANKS TODO
OPTIONS_DEFINE= WAVPACK NLS OPUS SPEEX DOCS
+OPTIONS_DEFAULT= WAVPACK OPUS SPEEX
OPTIONS_SUB= yes
WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack
WAVPACK_CONFIGURE_ENABLE= wavpack
NLS_CONFIGURE_ENABLE= nls
-OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile
+OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile \
+ libopus.so:audio/opus
OPUS_CONFIGURE_ENABLE= opus
SPEEX_LIB_DEPENDS= libspeex.so:audio/speex
SPEEX_CONFIGURE_ENABLE= speex