Skip to content

Commit

Permalink
tuxtxt-enigma2: change NationalSubset to 15, to fix cyrillic teletext…
Browse files Browse the repository at this point in the history
…, thx graf72
  • Loading branch information
Taapat committed Jan 22, 2016
1 parent 3f8010f commit 305143d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
6 changes: 5 additions & 1 deletion meta-openpli/recipes-multimedia/tuxtxt/tuxtxt-enigma2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ SRCREV = "1aa27e906756a4a383a3479db180fdb933f3ac19"
GITHUB_URI ?= "git://github.com"
SRC_URI = "${GITHUB_URI}/OpenPLi/tuxtxt.git"

SRC_URI_append = " \
file://tuxtxt-national-subset-15.patch \
"

SRC_URI_append_sh4 = " \
file://tuxtxt-sh4.patch \
"
Expand All @@ -18,7 +22,7 @@ S = "${WORKDIR}/git/tuxtxt"

PV = "2.0+git${SRCPV}"
PKGV = "2.0+git${GITPKGV}"
PR = "r4"
PR = "r5"

PACKAGES = "${PN}-src ${PN}-dbg ${PN}-dev ${PN}"
FILES_${PN}-src = "/usr/src /usr/lib/enigma2/python/Plugins/Extensions/Tuxtxt/*.py"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Change NationalSubset to 15, to fix cyrillic teletext

--- a/data/tuxtxt2.conf 2016-01-22 13:11:23.769012935 +0200
+++ b/data/tuxtxt2.conf 2016-01-22 13:12:49.867873863 +0200
@@ -3,7 +3,7 @@
Brightness 16
MenuLanguage 1
AutoNational 1
-NationalSubset 5
+NationalSubset 15
SwapUpDown 0
ShowHexPages 0
Transparency 0xA

0 comments on commit 305143d

Please sign in to comment.