2007-01-15 23:50:59 +01:00
|
|
|
#
|
2011-09-19 15:34:32 +02:00
|
|
|
# spec file for package alevt
|
2007-01-15 23:50:59 +01:00
|
|
|
#
|
2021-04-19 10:03:24 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2007-01-15 23:50:59 +01:00
|
|
|
#
|
2009-06-18 16:52:43 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-10-17 15:03:40 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:50:59 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: alevt
|
2021-08-23 17:17:23 +02:00
|
|
|
Version: 1.8.1
|
2021-04-19 10:03:24 +02:00
|
|
|
Release: 0
|
2012-01-06 17:32:47 +01:00
|
|
|
Summary: Teletext and Videotext Decoder for the BTTV Driver
|
2019-10-17 15:03:40 +02:00
|
|
|
License: GPL-2.0-or-later
|
2021-04-19 10:03:24 +02:00
|
|
|
Group: Hardware/TV
|
|
|
|
URL: https://gitlab.com/alevt/alevt
|
|
|
|
Source0: %{URL}/-/archive/v%{version}/alevt-v%{version}.tar.bz2
|
2007-07-05 13:06:10 +02:00
|
|
|
Source1: alevt.desktop
|
2021-04-19 10:03:24 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
BuildRequires: pkgconfig(zvbi-0.2)
|
2007-01-15 23:50:59 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
AleVT is a teletext and videotext decoder and browser for the BTTV
|
|
|
|
driver (/dev/vbi) and the X Window System. It features multiple
|
|
|
|
windows, a page cache, regexp searching, a built-in manual, and more.
|
|
|
|
There is also a program to get the time from teletext.
|
|
|
|
|
|
|
|
%prep
|
2021-04-19 10:03:24 +02:00
|
|
|
%autosetup -p1 -n alevt-v%{version}
|
|
|
|
# Enable ZVBI
|
|
|
|
sed -i "s|#DEFS+=-DUSE_LIBZVBI|DEFS+=-DUSE_LIBZVBI|" Makefile
|
2007-01-15 23:50:59 +01:00
|
|
|
|
|
|
|
%build
|
2021-04-19 10:03:24 +02:00
|
|
|
%make_build OPT="%{optflags}"
|
2007-01-15 23:50:59 +01:00
|
|
|
|
|
|
|
%install
|
2021-04-19 10:03:24 +02:00
|
|
|
%make_install PREFIX="%{_prefix}"
|
|
|
|
%suse_update_desktop_file -i alevt
|
2007-01-15 23:50:59 +01:00
|
|
|
|
|
|
|
%files
|
2021-04-19 10:03:24 +02:00
|
|
|
%license COPYRIGHT
|
|
|
|
%doc CHANGELOG README.md
|
|
|
|
%{_bindir}/alevt
|
|
|
|
%{_bindir}/alevt-cap
|
|
|
|
%{_bindir}/alevt-date
|
|
|
|
%{_datadir}/pixmaps/mini-alevt.xpm
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_mandir}/man1/alevt*.1{,x}*
|
2007-01-15 23:50:59 +01:00
|
|
|
|
2007-07-05 13:06:10 +02:00
|
|
|
%changelog
|