mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
minidlna: update to 1.3.2.
This commit is contained in:
parent
5ea2dad3e3
commit
af374bd6b3
1 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'minidlna'
|
||||
pkgname=minidlna
|
||||
version=1.3.0
|
||||
revision=2
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sbindir=/usr/bin
|
||||
|
@ -18,19 +18,23 @@ short_desc="DLNA/UPnP-AV compliant media server"
|
|||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-2.0-only, BSD-3-Clause"
|
||||
homepage="https://minidlna.sourceforge.net/"
|
||||
changelog="https://sourceforge.net/projects/minidlna/files/minidlna/${version}/README/view"
|
||||
changelog="https://sourceforge.net/p/minidlna/git/ci/master/tree/NEWS?format=raw"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=47d9b06b4c48801a4c1112ec23d24782728b5495e95ec2195bbe5c81bc2d3c63
|
||||
checksum=222ce45a1a60c3ce3de17527955d38e5ff7a4592d61db39577e6bf88e0ae1cb0
|
||||
|
||||
system_accounts="minidlna"
|
||||
minidlna_homedir="/var/lib/minidlna"
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
export CFLAGS="-fcommon"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
post_patch() {
|
||||
vsed -e 's/@LIBAVUTIL_LIBS@/-lavutil/g' -i Makefile.in
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE.miniupnpd # This one is BSD. COPYING is GPL-2
|
||||
vconf minidlna.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue