diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 5 | ||||
-rw-r--r-- | audio/easytag/PLIST | 5 | ||||
-rw-r--r-- | audio/easytag/distinfo | 10 | ||||
-rw-r--r-- | audio/easytag/options.mk | 19 |
4 files changed, 27 insertions, 12 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 65879e9405b..67af8ab5a3b 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2018/11/14 22:21:01 kleink Exp $ +# $NetBSD: Makefile,v 1.109 2019/06/21 06:25:58 triaxx Exp $ -DISTNAME= easytag-2.4.2 -PKGREVISION= 8 +DISTNAME= easytag-2.4.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.4/} EXTRACT_SUFX= .tar.xz diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST index 099af83f001..9492ae491bd 100644 --- a/audio/easytag/PLIST +++ b/audio/easytag/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.23 2016/03/07 20:56:39 nros Exp $ +@comment $NetBSD: PLIST,v 1.24 2019/06/21 06:25:58 triaxx Exp $ bin/easytag +man/man1/easytag.1 share/appdata/easytag.appdata.xml share/applications/easytag.desktop share/glib-2.0/schemas/org.gnome.EasyTAG.enums.xml @@ -205,6 +206,7 @@ share/locale/en_GB/LC_MESSAGES/easytag.mo share/locale/es/LC_MESSAGES/easytag.mo share/locale/fr/LC_MESSAGES/easytag.mo share/locale/he/LC_MESSAGES/easytag.mo +share/locale/hr/LC_MESSAGES/easytag.mo share/locale/hu/LC_MESSAGES/easytag.mo share/locale/id/LC_MESSAGES/easytag.mo share/locale/it/LC_MESSAGES/easytag.mo @@ -213,6 +215,7 @@ share/locale/ko/LC_MESSAGES/easytag.mo share/locale/lt/LC_MESSAGES/easytag.mo share/locale/nb/LC_MESSAGES/easytag.mo share/locale/nl/LC_MESSAGES/easytag.mo +share/locale/oc/LC_MESSAGES/easytag.mo share/locale/pl/LC_MESSAGES/easytag.mo share/locale/pt/LC_MESSAGES/easytag.mo share/locale/pt_BR/LC_MESSAGES/easytag.mo diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 122175487a6..b4435391990 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2016/03/07 20:56:39 nros Exp $ +$NetBSD: distinfo,v 1.44 2019/06/21 06:25:58 triaxx Exp $ -SHA1 (easytag-2.4.2.tar.xz) = 40a86f070960244aa9b24457884d14c928c9bb11 -RMD160 (easytag-2.4.2.tar.xz) = af521a740302d54d2406506c07aa60c801988119 -SHA512 (easytag-2.4.2.tar.xz) = 8aa50a430249fe5d99b6fa06890dae7a946c65bae22a97a4ee9bd9984412a1a85479de86d8251796a926d54f4e1be5bffb0f532dd44bfb2d4613486767114784 -Size (easytag-2.4.2.tar.xz) = 1362768 bytes +SHA1 (easytag-2.4.3.tar.xz) = eb8196fe699543776e632de4c3931f88fb82aaa4 +RMD160 (easytag-2.4.3.tar.xz) = fb5684d904efeb8902bf4ec212f75cbba5e77dd1 +SHA512 (easytag-2.4.3.tar.xz) = ef596341772ce7da3b7feec2c82a20ca29d25c2496074c469be5b8dd75d2b2718e689310e0d61de53bc29a4f54ce9f853a336e1a35076046fd107afd28699087 +Size (easytag-2.4.3.tar.xz) = 1381084 bytes diff --git a/audio/easytag/options.mk b/audio/easytag/options.mk index c69480c3574..cf4483fba9e 100644 --- a/audio/easytag/options.mk +++ b/audio/easytag/options.mk @@ -1,11 +1,15 @@ -# $NetBSD: options.mk,v 1.8 2014/04/12 06:45:31 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2019/06/21 06:25:58 triaxx Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.easytag -PKG_SUPPORTED_OPTIONS= flac ogg opus speex wavpack -PKG_SUGGESTED_OPTIONS= flac ogg opus speex wavpack +PKG_SUPPORTED_OPTIONS= doc flac manual ogg opus speex wavpack +PKG_SUGGESTED_OPTIONS= doc flac manual ogg opus speex wavpack .include "../../mk/bsd.options.mk" +.if !empty(PKG_OPTIONS:Mdoc) +DEPENDS+= yelp-[0-9]*:../../misc/yelp3 +.endif + .if !empty(PKG_OPTIONS:Mflac) . include "../../audio/flac/buildlink3.mk" . include "../../audio/libvorbis/buildlink3.mk" @@ -14,6 +18,15 @@ CONFIGURE_ARGS+= --enable-flac CONFIGURE_ARGS+= --disable-flac .endif +.if !empty(PKG_OPTIONS:Mmanual) +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +CONFIGURE_ARGS+= --with-xml-catalog=${PKG_SYSCONFDIR}/xml/catalog +CONFIGURE_ARGS+= --enable-man +.else +CONFIGURE_ARGS+= --disable-man +.endif + .if !empty(PKG_OPTIONS:Mogg) . include "../../audio/libvorbis/buildlink3.mk" CONFIGURE_ARGS+= --enable-ogg |