From f54eaf2aa2df835310ff4e914db8908984f2c854 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 2 Dec 2024 17:32:16 +0100 Subject: [PATCH] minidlna, revbump for libid3tag (#11403) --- net-misc/minidlna/minidlna-1.3.3.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/minidlna/minidlna-1.3.3.recipe b/net-misc/minidlna/minidlna-1.3.3.recipe index 0eff0d894..fba26e723 100644 --- a/net-misc/minidlna/minidlna-1.3.3.recipe +++ b/net-misc/minidlna/minidlna-1.3.3.recipe @@ -6,7 +6,7 @@ HOMEPAGE="http://minidlna.sourceforge.net/ COPYRIGHT="2008-2017 Justin Maggard" LICENSE="GNU GPL v2 BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://downloads.sourceforge.net/minidlna/minidlna-$portVersion.tar.gz" CHECKSUM_SHA256="39026c6d4a139b9180192d1c37225aa3376fdf4f1a74d7debbdbb693d996afa4" PATCHES="minidlna-$portVersion.patchset" @@ -46,14 +46,11 @@ REQUIRES=" lib:libz$secondaryArchSuffix " -# gettext by package name instead of cmd:gettext, because those commands have "compat > 0". BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - gettext$secondaryArchSuffix >= 0.22 # Should be >= 0.20, but apparently pkgman gettext-0.22.5 doesn't matches that? devel:libavcodec$secondaryArchSuffix devel:libavformat$secondaryArchSuffix devel:libavutil$secondaryArchSuffix - devel:libcurl$secondaryArchSuffix # without this the ./configure fails to find libid3tag, WAT? devel:libexif$secondaryArchSuffix devel:libFLAC$secondaryArchSuffix devel:libiconv$secondaryArchSuffix @@ -63,6 +60,7 @@ BUILD_REQUIRES=" devel:libogg$secondaryArchSuffix devel:libsqlite3$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix + devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal @@ -70,6 +68,8 @@ BUILD_PREREQUIRES=" cmd:awk cmd:gcc$secondaryArchSuffix cmd:make + cmd:msgfmt$secondaryArchSuffix + cmd:msgmerge$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix "