Skip to content

Commit

Permalink
libiconv-full: update to version 1.16
Browse files Browse the repository at this point in the history
- Removed following patches:
100-strip_charsets.patch - makes the full variant slim.
101-autotools.patch - this one fails to apply because it was backported
from newer versions for 1.11.1.
103-configure_ac_fix.patch - backported from newer versions
200-work-with-libtool2.patch - is not needed anymore, it is done
differently in upstream
300-fortify-source-compat.patch - these files are not there anymore

- TVHeadend requires working iconv library e.g. transliteration to ASCII
and this does not work with libiconv-full currently.

There is a simple test, which requires to install iconv package.

Before applying this update:
root@turris:/# echo ŽluťoučkýKůň | iconv -t ASCII//TRANSLIT//IGNORE
luoukK

After applying this update:
root@turris:~# echo ŽluťoučkýKůň | iconv -t ASCII//TRANSLIT//IGNORE
Zlutouck'yKun

- Makefile changes:
Use HTTPS for their website
Fixed deprecated SPDX License Identifier
Move PKG_MAINTAINER above PKG_LICENSE

Signed-off-by: Josef Schlehofer <[email protected]>
Tested-by: Rosen Penev <[email protected]> [malta]
  • Loading branch information
BKPepe authored and aparcar committed Nov 26, 2020
1 parent 3f567d8 commit 75063b9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 29,530 deletions.
14 changes: 7 additions & 7 deletions package/libs/libiconv-full/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libiconv-full
PKG_VERSION:=1.11.1
PKG_RELEASE:=4

PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_VERSION:=1.16
PKG_RELEASE:=1

PKG_SOURCE:=libiconv-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/libiconv
PKG_HASH:=e78c347a1a0cb15f2648519e9799151f4b4a934b61ad9ee7424478efe2b8257f
PKG_HASH:=e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04
PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION)
PKG_LICENSE:=LGPL-2.0

PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=COPYING.LIB

PKG_FIXUP:=patch-libtool

include $(INCLUDE_DIR)/package.mk

define Package/libiconv-full/Default
URL:=http://www.gnu.org/software/libiconv/
URL:=https://www.gnu.org/software/libiconv/
TITLE:=Character set conversion
endef

Expand Down
Loading

0 comments on commit 75063b9

Please sign in to comment.