File eti-tools.spec of Package eti-tools
#
# spec file for package eti-tools
#
# Copyright (c) 2025, 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: eti-tools
Version: 0~git20250523
Release: 0
Summary: Ensemble Transport Interface (ETI) conversion software
License: MPL-2.0
Group: Productivity/Hamradio/Other
URL: https://github.com/piratfm/eti-tools
#Git-Clone: https://github.com/piratfm/eti-tools.git
Source: %{name}-%{version}.tar.xz
Patch0: gcc15.patch
Patch1: enable-zmq-and-fec.patch
BuildRequires: gcc-c++
BuildRequires: fec-devel
BuildRequires: pkgconfig(libzmq)
BuildRequires: make
%description
This is a software collection for converting Ensemble Transport Interface (ETI)
used in terrestrial Digital Audio Broadcasting (DAB/DAB+/T-DMB).
The main purpose of these apps is to convert/manipulate ETI-NA/ETI-NI streams
(by using pipelines). With these software tools you can create your own IceCast2
internet-radio server which will use your local DAB/DAB+ transmitter as source
for the stations streams. You also can re-multiplex some (needed) stations from
one ETI-stream to another by using ZeroMQ feature of the ni2http application and
ODR-DabMUX.
This software also allows to receive and convert special formatted Satellite
DAB(+) streams (so-called feeds) into regular ETI-NI which then can be used to
play in dablin or even feed modulator software/hardware or to create
internet-station from that source.
%prep
%autosetup -p1
%build
%make_build
%install
%make_install
%files
%license LICENSE
%doc README.md
%{_bindir}/bbfedi2eti
%{_bindir}/dvb-ip-mpe2ts
%{_bindir}/edi2eti
%{_bindir}/eti2zmq
%{_bindir}/fedi2eti
%{_bindir}/mpe2aac
%{_bindir}/mpe2mpa
%{_bindir}/mpe2ts
%{_bindir}/na2ni
%{_bindir}/na2ts
%{_bindir}/ni2out
%{_bindir}/ts2na
%changelog