1 Star 0 Fork 11

zhangnaichuan/libvisual

forked from src-openEuler/libvisual
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libvisual.spec 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
zhangnaichuan 提交于 2024-02-06 21:48 +08:00 . upgrade to 0.4.2
Name: libvisual
Version: 0.4.2
Release: 1
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
BuildRequires: libtool gettext gcc-c++ xorg-x11-proto-devel doxygen SDL-devel
%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
%configure
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.*
%{_bindir}/lv-tool*
%{_datadir}/man/man1/lv-tool*
%files devel
%{_includedir}/%{name}-0.4
%{_libdir}/libvisual*.so
%exclude %{_libdir}/libvisual*.*a
%{_libdir}/pkgconfig/*.pc
%changelog
* 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
- upgrade to 0.4.1
* Fri Dec 16 2022 zhangzhixin <zhixin.zhang@i-soft.com.cn> - 1:0.4.0-29
- Add sw64 arch patch
* Fri Oct 28 2022 chenhaixiang <chenhaixiang3@huawei.com> - 1:0.4.0-28
- rebuild package
* Mon Dec 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.4.0-27
- Update source code
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:0.4.0-26
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangnaichuan/libvisual.git
git@gitee.com:zhangnaichuan/libvisual.git
zhangnaichuan
libvisual
libvisual
master

搜索帮助