2014-06-05 22:25:02 +02:00
|
|
|
#
|
2014-08-03 11:46:26 +02:00
|
|
|
# spec file for package pulseview
|
2014-06-05 22:25:02 +02:00
|
|
|
#
|
Accepting request 790709 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
* PulseView session setups can now be saved/restored to and
from *.pvs files.
* Translation support was added to the GUI elements (and a first
translation, German, is available). Please check the wiki for
details on how you can contribute further translations.
* There's a new protocol decoder selection subwindow with
filtering capabilities, browing by decoder tags, auto-stacking
of decoders where required, and more.
* A new decoder "binary" output subwindow can show/save
"OUTPUT_BINARY" type decoder data in various (decoder-specific)
formats (WAV, PCAP, PNG, and many others). This also features
a simple "hex view" for the data.
* It is now possible to show/hide individual decoder annotation
rows, and individual annotation classes. This is very handy
when you're debugging a specific issue and only want to see
certain classes of decoder annotations, e.g. "show me only CRC
errors", "show me only parity errors and frame errors", or
"show me only I²C NACKs" etc. etc.
* Lots of UI and functionality improvements regarding cursors
and markers.
* Various new handy key shortcuts for zooming, moving around in
the data, placing cursors, etc.
* Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)
OBS-URL: https://build.opensuse.org/request/show/790709
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=20
2020-04-01 22:42:39 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2014-06-05 22:25:02 +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.
|
|
|
|
|
2018-10-30 07:48:25 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-06-05 22:25:02 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: pulseview
|
Accepting request 790709 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
* PulseView session setups can now be saved/restored to and
from *.pvs files.
* Translation support was added to the GUI elements (and a first
translation, German, is available). Please check the wiki for
details on how you can contribute further translations.
* There's a new protocol decoder selection subwindow with
filtering capabilities, browing by decoder tags, auto-stacking
of decoders where required, and more.
* A new decoder "binary" output subwindow can show/save
"OUTPUT_BINARY" type decoder data in various (decoder-specific)
formats (WAV, PCAP, PNG, and many others). This also features
a simple "hex view" for the data.
* It is now possible to show/hide individual decoder annotation
rows, and individual annotation classes. This is very handy
when you're debugging a specific issue and only want to see
certain classes of decoder annotations, e.g. "show me only CRC
errors", "show me only parity errors and frame errors", or
"show me only I²C NACKs" etc. etc.
* Lots of UI and functionality improvements regarding cursors
and markers.
* Various new handy key shortcuts for zooming, moving around in
the data, placing cursors, etc.
* Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)
OBS-URL: https://build.opensuse.org/request/show/790709
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=20
2020-04-01 22:42:39 +02:00
|
|
|
Version: 0.4.2
|
2014-08-03 11:46:26 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Qt-based GUI for sigrok
|
2018-10-30 20:08:57 +01:00
|
|
|
License: GPL-3.0-or-later
|
2014-06-05 22:25:02 +02:00
|
|
|
Group: Productivity/Scientific/Electronics
|
Accepting request 790709 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
* PulseView session setups can now be saved/restored to and
from *.pvs files.
* Translation support was added to the GUI elements (and a first
translation, German, is available). Please check the wiki for
details on how you can contribute further translations.
* There's a new protocol decoder selection subwindow with
filtering capabilities, browing by decoder tags, auto-stacking
of decoders where required, and more.
* A new decoder "binary" output subwindow can show/save
"OUTPUT_BINARY" type decoder data in various (decoder-specific)
formats (WAV, PCAP, PNG, and many others). This also features
a simple "hex view" for the data.
* It is now possible to show/hide individual decoder annotation
rows, and individual annotation classes. This is very handy
when you're debugging a specific issue and only want to see
certain classes of decoder annotations, e.g. "show me only CRC
errors", "show me only parity errors and frame errors", or
"show me only I²C NACKs" etc. etc.
* Lots of UI and functionality improvements regarding cursors
and markers.
* Various new handy key shortcuts for zooming, moving around in
the data, placing cursors, etc.
* Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)
OBS-URL: https://build.opensuse.org/request/show/790709
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=20
2020-04-01 22:42:39 +02:00
|
|
|
URL: https://sigrok.org
|
|
|
|
Source0: https://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
2017-06-14 19:06:20 +02:00
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: glib2-devel
|
2017-02-05 03:33:17 +01:00
|
|
|
BuildRequires: libboost_filesystem-devel
|
2017-06-14 19:06:20 +02:00
|
|
|
BuildRequires: libboost_serialization-devel
|
2019-03-20 00:22:36 +01:00
|
|
|
BuildRequires: libboost_system-devel
|
2017-02-05 03:33:17 +01:00
|
|
|
BuildRequires: libboost_test-devel
|
|
|
|
BuildRequires: libboost_thread-devel
|
Accepting request 790709 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
* PulseView session setups can now be saved/restored to and
from *.pvs files.
* Translation support was added to the GUI elements (and a first
translation, German, is available). Please check the wiki for
details on how you can contribute further translations.
* There's a new protocol decoder selection subwindow with
filtering capabilities, browing by decoder tags, auto-stacking
of decoders where required, and more.
* A new decoder "binary" output subwindow can show/save
"OUTPUT_BINARY" type decoder data in various (decoder-specific)
formats (WAV, PCAP, PNG, and many others). This also features
a simple "hex view" for the data.
* It is now possible to show/hide individual decoder annotation
rows, and individual annotation classes. This is very handy
when you're debugging a specific issue and only want to see
certain classes of decoder annotations, e.g. "show me only CRC
errors", "show me only parity errors and frame errors", or
"show me only I²C NACKs" etc. etc.
* Lots of UI and functionality improvements regarding cursors
and markers.
* Various new handy key shortcuts for zooming, moving around in
the data, placing cursors, etc.
* Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)
OBS-URL: https://build.opensuse.org/request/show/790709
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=20
2020-04-01 22:42:39 +02:00
|
|
|
BuildRequires: libsigrok-devel >= 0.5.2
|
2018-10-30 07:48:25 +01:00
|
|
|
BuildRequires: libsigrokdecode-devel >= 0.5.2
|
2016-10-24 02:25:11 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2017-06-14 19:06:20 +02:00
|
|
|
BuildRequires: cmake(Qt5Gui)
|
Accepting request 790709 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
* PulseView session setups can now be saved/restored to and
from *.pvs files.
* Translation support was added to the GUI elements (and a first
translation, German, is available). Please check the wiki for
details on how you can contribute further translations.
* There's a new protocol decoder selection subwindow with
filtering capabilities, browing by decoder tags, auto-stacking
of decoders where required, and more.
* A new decoder "binary" output subwindow can show/save
"OUTPUT_BINARY" type decoder data in various (decoder-specific)
formats (WAV, PCAP, PNG, and many others). This also features
a simple "hex view" for the data.
* It is now possible to show/hide individual decoder annotation
rows, and individual annotation classes. This is very handy
when you're debugging a specific issue and only want to see
certain classes of decoder annotations, e.g. "show me only CRC
errors", "show me only parity errors and frame errors", or
"show me only I²C NACKs" etc. etc.
* Lots of UI and functionality improvements regarding cursors
and markers.
* Various new handy key shortcuts for zooming, moving around in
the data, placing cursors, etc.
* Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)
OBS-URL: https://build.opensuse.org/request/show/790709
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=20
2020-04-01 22:42:39 +02:00
|
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
2017-06-14 19:06:20 +02:00
|
|
|
BuildRequires: cmake(Qt5Svg)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2014-06-05 22:25:02 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
The sigrok project aims at creating a portable, cross-platform,
|
|
|
|
Free/Libre/Open-Source logic analyzer software that supports various
|
|
|
|
logic analyzer hardware products.
|
|
|
|
|
|
|
|
PulseView is a Qt-based GUI for sigrok.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2018-10-30 07:48:25 +01:00
|
|
|
export CXXFLAGS="%{optflags} -fpermissive"
|
2014-08-03 11:46:26 +02:00
|
|
|
%cmake -DDISABLE_WERROR=TRUE ..
|
|
|
|
make %{?_smp_mflags}
|
2014-06-05 22:25:02 +02:00
|
|
|
|
|
|
|
%install
|
2014-08-03 11:46:26 +02:00
|
|
|
%cmake_install
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2014-06-05 22:25:02 +02:00
|
|
|
|
2017-06-14 19:06:20 +02:00
|
|
|
install -m 644 -D icons/pulseview.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/pulseview.png
|
|
|
|
install -m 644 -D icons/pulseview.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/pulseview.svg
|
2016-10-24 02:25:11 +02:00
|
|
|
|
|
|
|
install -m 755 -d %{buildroot}%{_datadir}/applications/
|
2017-06-14 19:06:20 +02:00
|
|
|
install -m 644 contrib/org.sigrok.PulseView.desktop %{buildroot}%{_datadir}/applications/org.sigrok.PulseView.desktop
|
|
|
|
%suse_update_desktop_file -r org.sigrok.PulseView Education Engineering
|
2016-10-24 02:25:11 +02:00
|
|
|
|
2017-06-14 19:06:20 +02:00
|
|
|
install -m 755 -d %{buildroot}%{_datadir}/metainfo/
|
|
|
|
install -m 644 contrib/org.sigrok.PulseView.appdata.xml %{buildroot}%{_datadir}/metainfo/org.sigrok.PulseView.appdata.xml
|
2016-10-24 02:25:11 +02:00
|
|
|
|
2014-06-05 22:25:02 +02:00
|
|
|
%files
|
2018-10-30 07:48:25 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS README HACKING
|
2014-08-03 11:46:26 +02:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/pulseview.*
|
2016-10-24 02:25:11 +02:00
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/pulseview*
|
2017-06-14 19:06:20 +02:00
|
|
|
%dir %{_datadir}/metainfo
|
|
|
|
%{_datadir}/metainfo/org.sigrok.PulseView.appdata.xml
|
2014-06-05 22:25:02 +02:00
|
|
|
|
|
|
|
%changelog
|