tvheadend: update to 2023-06-05
Update to git master 2023-06-05 and removed unneeded compatibility patch. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
This commit is contained in:
parent
ec56b39423
commit
dedf51702e
3 changed files with 6 additions and 16 deletions
|
@ -1,21 +1,20 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tvheadend
|
||||
PKG_VERSION:=2022-11-20
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=2023-06-05
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/tvheadend/tvheadend.git
|
||||
PKG_MIRROR_HASH:=9c1bb3eea3f3539454d17e4c6aabc774a104a772aa34ed39f248521cf6488ce5
|
||||
PKG_SOURCE_VERSION:=0ff96106aa2e0f9a384c3a2662ca005797a6b399
|
||||
PKG_SOURCE_DATE:=2022-11-20
|
||||
PKG_MIRROR_HASH:=921506f54a93fa78ba17578a0ef127f4eebd4df0691aef5905cd1eb2eae52bef
|
||||
PKG_SOURCE_VERSION:=003fd92707531bdf7ad1753ab028db8748ac5ab8
|
||||
PKG_SOURCE_DATE:=2023-06-05
|
||||
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
PKG_LICENSE_FILES:=LICENSE.md
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
--- a/src/intlconv.c
|
||||
+++ b/src/intlconv.c
|
||||
@@ -1,3 +1,6 @@
|
||||
+#ifndef _GNU_SOURCE
|
||||
+#define _GNU_SOURCE
|
||||
+#endif
|
||||
#include <iconv.h>
|
||||
#include "tvheadend.h"
|
||||
#include "intlconv.h"
|
|
@ -1,6 +1,6 @@
|
|||
--- a/src/intlconv.c
|
||||
+++ b/src/intlconv.c
|
||||
@@ -36,9 +36,8 @@ intlconv_test( void )
|
||||
@@ -37,9 +37,8 @@ intlconv_test( void )
|
||||
(strcmp(s, "ZlutouckyKun") &&
|
||||
strcmp(s, "Zlutouck'yKun") &&
|
||||
strcmp(s, "?lu?ou?k?K??"))) {
|
||||
|
|
Loading…
Reference in a new issue