2019-09-30 10:58:59 -04:00
|
|
|
Name: libvisual
|
2024-02-06 21:48:35 +08:00
|
|
|
Version: 0.4.2
|
2024-07-22 08:50:33 +00:00
|
|
|
Release: 3
|
2019-09-30 10:58:59 -04:00
|
|
|
Epoch: 1
|
|
|
|
|
Summary: Audio Visualization Library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://libvisual.org/
|
|
|
|
|
Source0: http://dl.sf.net/libvisual/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Patch1: libvisual-0.4.0-inlinedefineconflict.patch
|
2024-02-27 17:30:17 +00:00
|
|
|
Patch2: libvisual-0.4.2-sw.patch
|
2019-09-30 10:58:59 -04:00
|
|
|
|
2024-07-22 08:50:33 +00:00
|
|
|
BuildRequires: libtool gettext gcc-c++ xorg-x11-proto-devel doxygen SDL-devel autoconf-archive
|
2019-09-30 10:58:59 -04:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libvisual is a library that acts as a middle layer between applications
|
|
|
|
|
that want audio visualization, and audio visualization plugins. It is
|
|
|
|
|
middleware aimed at providing a common interface between application
|
|
|
|
|
developers with a need for audio visualization and developers who write
|
|
|
|
|
visualizations.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for libvisual
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Libvisual is a library that acts as a middle layer between applications
|
|
|
|
|
that want audio visualization, and audio visualization plugins.
|
|
|
|
|
This package provides the necessary development libraries and include
|
|
|
|
|
files to allow you to develop applications and plugins using the libvisual
|
|
|
|
|
libraries.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
2024-07-22 08:50:33 +00:00
|
|
|
#automake upgrade to 1.17 and autoconf upgrade to 2.72, but libvisual configure etc files also 1.16.5, so autoreconf
|
|
|
|
|
autoreconf
|
2019-09-30 10:58:59 -04:00
|
|
|
%configure
|
2024-02-27 17:30:17 +00:00
|
|
|
touch aclocal.m4 #Do not regenerate aclocal.m4, for ci check_build
|
2019-09-30 10:58:59 -04:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
# doc file
|
|
|
|
|
#doxygen
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}-0.4
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files -f %{name}-0.4.lang
|
|
|
|
|
#%doc doc/html/*
|
|
|
|
|
%doc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README TODO
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_libdir}/libvisual*.so.*
|
2024-02-06 21:48:35 +08:00
|
|
|
%{_bindir}/lv-tool*
|
|
|
|
|
%{_datadir}/man/man1/lv-tool*
|
2019-09-30 10:58:59 -04:00
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/%{name}-0.4
|
|
|
|
|
%{_libdir}/libvisual*.so
|
|
|
|
|
%exclude %{_libdir}/libvisual*.*a
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-07-22 08:50:33 +00:00
|
|
|
* Mon Jul 22 2024 wangxiao <wangxiao184@h-partners.com> - 1:0.4.2-3
|
|
|
|
|
- fix build failure due to automake upgrade
|
|
|
|
|
|
2024-02-27 17:30:17 +00:00
|
|
|
* Tue Feb 27 2024 wangshuo <wangshuo@kylinos.cn> - 1:0.4.2-2
|
|
|
|
|
- add libvisual-0.4.2 sw64 arch patch
|
|
|
|
|
|
2024-02-06 21:48:35 +08:00
|
|
|
* Tue Feb 6 2024 zhangnaichuan <zhangnaichuan@huawei.com> - 1:0.4.2-1
|
|
|
|
|
- upgrade to 0.4.2
|
|
|
|
|
|
|
|
|
|
* Thu Dec 29 2022 licihua <licihua@huawei.com> - 1:0.4.1-1
|
2022-12-29 10:44:00 +08:00
|
|
|
- upgrade to 0.4.1
|
|
|
|
|
|
2024-02-06 21:48:35 +08:00
|
|
|
* Fri Dec 16 2022 zhangzhixin <zhixin.zhang@i-soft.com.cn> - 1:0.4.0-29
|
2022-12-16 15:19:57 +08:00
|
|
|
- Add sw64 arch patch
|
|
|
|
|
|
2022-10-28 17:19:41 +08:00
|
|
|
* Fri Oct 28 2022 chenhaixiang <chenhaixiang3@huawei.com> - 1:0.4.0-28
|
|
|
|
|
- rebuild package
|
|
|
|
|
|
2019-12-30 22:38:11 +08:00
|
|
|
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.4.0-27
|
|
|
|
|
- Update source code
|
|
|
|
|
|
2019-09-30 10:58:59 -04:00
|
|
|
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.4.0-26
|
|
|
|
|
- Package init
|