mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
minidlna, revbump for libid3tag (#11403)
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user