mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
avahi: update to 0.8
This commit is contained in:
parent
b6bcb0e54a
commit
7a95d1ad95
@ -1,13 +1,14 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="avahi"
|
PKG_NAME="avahi"
|
||||||
PKG_VERSION="0.7"
|
PKG_VERSION="0.8"
|
||||||
PKG_SHA256="fd45480cef0559b3eab965ea3ad4fe2d7a8f27db32c851a032ee0b487c378329"
|
PKG_SHA256="c15e750ef7c6df595fb5f2ce10cac0fee2353649600e6919ad08ae8871e4945f"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://avahi.org/"
|
PKG_SITE="http://avahi.org/"
|
||||||
PKG_URL="https://github.com/lathiat/avahi/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/lathiat/avahi/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain expat libdaemon dbus connman"
|
PKG_DEPENDS_TARGET="toolchain expat libdaemon dbus connman libevent gettext"
|
||||||
PKG_LONGDESC="Service Discovery for Linux using mDNS/DNS-SD, compatible with Bonjour."
|
PKG_LONGDESC="Service Discovery for Linux using mDNS/DNS-SD, compatible with Bonjour."
|
||||||
PKG_TOOLCHAIN="configure"
|
PKG_TOOLCHAIN="configure"
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ PKG_CONFIGURE_OPTS_TARGET="py_cv_mod_gtk_=yes \
|
|||||||
--disable-gobject \
|
--disable-gobject \
|
||||||
--disable-qt3 \
|
--disable-qt3 \
|
||||||
--disable-qt4 \
|
--disable-qt4 \
|
||||||
|
--disable-qt5 \
|
||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
--disable-gtk3 \
|
--disable-gtk3 \
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -Naur a/configure.ac b/configure.ac
|
|
||||||
--- a/configure.ac 2016-02-18 21:17:52.000000000 +0100
|
|
||||||
+++ b/configure.ac 2016-02-18 23:22:37.384875431 +0100
|
|
||||||
@@ -417,7 +417,6 @@
|
|
||||||
GETTEXT_PACKAGE=avahi
|
|
||||||
AC_SUBST([GETTEXT_PACKAGE])
|
|
||||||
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
|
|
||||||
-AM_GLIB_GNU_GETTEXT
|
|
||||||
|
|
||||||
avahilocaledir='${prefix}/${DATADIRNAME}/locale'
|
|
||||||
AC_SUBST(avahilocaledir)
|
|
Loading…
x
Reference in New Issue
Block a user