mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
parent
e6d269b8ec
commit
a7f15b552a
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mumudvb"
|
PKG_NAME="mumudvb"
|
||||||
PKG_VERSION="ab6222a9e60473d243a56dff6c5662725e3f9524"
|
PKG_VERSION="46056b21f790603dfb38ca5c39be84c92f32d99e"
|
||||||
PKG_SHA256="aa269f532d9285311a6d51f90226cfb5fc82b6cb8b564fc0ac7dec095d5e7cff"
|
PKG_SHA256="e904348a36c10a3930384b55a4a31250780456306c9c98cedbdcee277afea3e9"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://mumudvb.net/"
|
PKG_SITE="http://mumudvb.net/"
|
||||||
PKG_URL="https://github.com/braice/MuMuDVB/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/braice/MuMuDVB/archive/${PKG_VERSION}.tar.gz"
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
From fc1a659dfa7d0f859f4275cd032a61a3211630cf Mon Sep 17 00:00:00 2001
|
|
||||||
From: Rudi Heitbaum <rudi@heitbaum.com>
|
|
||||||
Date: Sun, 4 May 2025 01:09:28 +0000
|
|
||||||
Subject: [PATCH] allow build with gettext 0.24.1
|
|
||||||
|
|
||||||
make sure iconv.m4 is available for autoconf to find it
|
|
||||||
---
|
|
||||||
configure.ac | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index e33d6d3c..022546bb 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -4,6 +4,7 @@
|
|
||||||
AC_PREREQ([2.61])
|
|
||||||
AC_INIT([MuMuDVB], [m4_join([_], [2.1.0], m4_chomp_all(m4_esyscmd([git rev-parse HEAD])))], [mumudvb@braice.net])
|
|
||||||
AC_CONFIG_SRCDIR([src/mumudvb.c])
|
|
||||||
+AC_CONFIG_MACRO_DIR([m4])
|
|
||||||
AM_INIT_AUTOMAKE
|
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
|
||||||
|
|
||||||
@@ -16,6 +17,7 @@ AC_PROG_MAKE_SET
|
|
||||||
dnl
|
|
||||||
dnl Iconv stuff
|
|
||||||
dnl
|
|
||||||
+AM_GNU_GETTEXT_VERSION([0.15])
|
|
||||||
AM_ICONV
|
|
||||||
|
|
||||||
dnl
|
|
Loading…
x
Reference in New Issue
Block a user