123 Star 0 Fork 5

src-openEuler/libdvdnav
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libdvdnav.spec 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
lingsheng 提交于 2020-11-30 16:52 +08:00 . Update to 6.1.0
Name: libdvdnav
Version: 6.1.0
Release: 1
Summary: A library contains functions to display DVD video menus.
License: GPLv2+
URL: http://dvdnav.mplayerhq.hu/
Source0: https://download.videolan.org/pub/videolan/libdvdnav/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: doxygen gcc gnupg2 libdvdread-devel >= 6.0.0
%description
Libdvdnav is a library that allows easy use of sophisticated DVD navigation
features such as DVD menus, multiangle playback and even interactive DVD games.
%package devel
Summary: Libraries and include files for libdvdnav
Requires: %{name} = %{version}-%{release} libdvdread-devel >= 6.0.0 pkgconfig
%description devel
Libdvdnav-devel provides development files used to build packages for libdvdnav.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --disable-static
%make_build V=1
pushd doc
doxygen doxy.conf
popd
%install
%make_install
%delete_la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING
%doc AUTHORS ChangeLog TODO doc/html/* README
%{_libdir}/libdvdnav.so.*
%files devel
%{_includedir}/dvdnav
%{_libdir}/libdvdnav.so
%{_libdir}/pkgconfig/dvdnav.pc
%exclude %{_pkgdocdir}/{COPYING,TODO}
%changelog
* Mon Nov 30 2020 lingsheng <lingsheng@huawei.com> - 6.1.0-1
- Update to 6.1.0
* Thu Feb 20 2020 cangyi <cangyi@huawei.com> 6.0.0-4
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libdvdnav.git
git@gitee.com:src-openeuler/libdvdnav.git
src-openeuler
libdvdnav
libdvdnav
openEuler-22.03-LTS-SP4

搜索帮助