[packages/tvtime] External gettext
arekm
arekm at pld-linux.org
Mon Aug 25 17:24:53 CEST 2025
commit 83f1d51d0b9d47b87e7d90b831ebc3b9581bf53b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Aug 25 17:24:47 2025 +0200
External gettext
build.patch | 19 +++++++++++++++++++
tvtime.spec | 2 ++
2 files changed, 21 insertions(+)
---
diff --git a/tvtime.spec b/tvtime.spec
index d3e8855..bdb37c7 100644
--- a/tvtime.spec
+++ b/tvtime.spec
@@ -10,6 +10,7 @@ Source0: https://linuxtv.org/downloads/tvtime/%{name}-%{version}.tar.gz
Patch0: %{name}-opt.patch
Patch1: %{name}-autodetect_textured_overlay.patch
Patch2: %{name}-x32.patch
+Patch3: build.patch
URL: http://tvtime.sourceforge.net/
BuildRequires: alsa-lib-devel >= 1.0.9
BuildRequires: autoconf >= 2.52
@@ -53,6 +54,7 @@ wysokiej jakości obrazu, co czyni go idealnym dla wideofili.
%patch -P0 -p1
%patch -P1 -p1
%patch -P2 -p1
+%patch -P3 -p1
%build
%{__gettextize}
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..18a2527
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,19 @@
+--- tvtime-1.0.11/configure.ac~ 2025-08-25 16:40:11.000000000 +0200
++++ tvtime-1.0.11/configure.ac 2025-08-25 16:40:47.343409849 +0200
+@@ -39,7 +39,7 @@ AC_CHECK_FUNCS([asprintf atexit fork exe
+
+ # Check for gettext
+ AM_GNU_GETTEXT_VERSION
+-AM_GNU_GETTEXT
++AM_GNU_GETTEXT([external])
+
+ dnl ---------------------------------------------
+ dnl zlib
+@@ -243,7 +243,6 @@ AC_CONFIG_FILES([
+ data/Makefile
+ plugins/Makefile
+ src/Makefile
+- intl/Makefile
+ po/Makefile.in
+ m4/Makefile
+ docs/man/Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tvtime.git/commitdiff/83f1d51d0b9d47b87e7d90b831ebc3b9581bf53b
More information about the pld-cvs-commit
mailing list