File dablin.spec of Package dablin
#
# spec file for package dablin
#
# Copyright (c) 2017-2024, Martin Hauke <mardnh@gmx.de>
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: dablin
Version: 1.16.0
Release: 0
Summary: DAB/DAB+ receiver for Linux (including ETI-NI playback)
# The bundled fec library is licenced under LGPL-2.1
License: GPL-3.0-or-later
Group: Productivity/Hamradio/Other
URL: https://github.com/Opendigitalradio/dablin
#Git-Clone: https://github.com/Opendigitalradio/dablin.git
Source: https://github.com/Opendigitalradio/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libfaad-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fdk-aac)
BuildRequires: pkgconfig(gtkmm-3.0)
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(sdl2)
%description
DABlin plays a DAB/DAB+ audio service - either from a received live transmission
or from a stored ensemble recording (frame-aligned ETI-NI).
Both DAB (MP2) and DAB+ (AAC-LC, HE-AAC, HE-AAC v2) services are supported.
%prep
%setup -q
%build
%cmake
make %{?_smp_mflags}
%install
%cmake_install
%files
%license COPYING
%doc README.md
%{_bindir}/dablin
%{_bindir}/dablin_gtk
%{_mandir}/man1/dablin.1%{ext_man}
%{_mandir}/man1/dablin_gtk.1%{ext_man}
%changelog