Accepting request 1172416 from home:msmeissn:branches:multimedia:apps
- alevt-fix-implicit.patch: fixed implicit definitions. OBS-URL: https://build.opensuse.org/request/show/1172416 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/alevt?expand=0&rev=21
This commit is contained in:
parent
f680d4a9b4
commit
3e19b949dd
13
alevt-fix-implicit.patch
Normal file
13
alevt-fix-implicit.patch
Normal 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)
|
@ -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>
|
Mon Aug 23 10:49:31 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package alevt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,6 +25,7 @@ Group: Hardware/TV
|
|||||||
URL: https://gitlab.com/alevt/alevt
|
URL: https://gitlab.com/alevt/alevt
|
||||||
Source0: %{URL}/-/archive/v%{version}/alevt-v%{version}.tar.bz2
|
Source0: %{URL}/-/archive/v%{version}/alevt-v%{version}.tar.bz2
|
||||||
Source1: alevt.desktop
|
Source1: alevt.desktop
|
||||||
|
Patch0: alevt-fix-implicit.patch
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user