SHA256
1
0
forked from pool/alevt

Accepting request 1172430 from multimedia:apps

- alevt-fix-implicit.patch: fixed implicit definitions. (forwarded request 1172416 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/1172430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alevt?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2024-05-07 16:05:03 +00:00 committed by Git OBS Bridge
commit de11a87476
3 changed files with 20 additions and 1 deletions

13
alevt-fix-implicit.patch Normal file
View File

@ -0,0 +1,13 @@
Index: alevt-v1.8.1/lang.c
===================================================================
--- alevt-v1.8.1.orig/lang.c
+++ alevt-v1.8.1/lang.c
@@ -142,6 +142,8 @@ lang_init(void)
lang_char[lang_chars[0][i]] = i;
}
+int is_koi(int c);
+int is_greek(int c);
void
conv2latin(u8 *p, int n, int lang)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 11:12:28 UTC 2024 - Marcus Meissner <meissner@suse.com>
- alevt-fix-implicit.patch: fixed implicit definitions.
-------------------------------------------------------------------
Mon Aug 23 10:49:31 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package alevt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,6 +25,7 @@ Group: Hardware/TV
URL: https://gitlab.com/alevt/alevt
Source0: %{URL}/-/archive/v%{version}/alevt-v%{version}.tar.bz2
Source1: alevt.desktop
Patch0: alevt-fix-implicit.patch
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(libpng)