📄 libtheora.spec.in
字号:
Name: libtheoraVersion: @VERSION@Release: 0.xiph.0.4.alpha5Summary: The Theora Video Compression Codec.Group: System Environment/LibrariesLicense: BSDURL: http://www.theora.org/Vendor: Xiph.org Foundation <team@xiph.org>Source: http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.gzBuildRoot: %{_tmppath}/%{name}-%{version}-rootBuildRequires: libogg-devel >= 2:1.1BuildRequires: libvorbis-devel >= 1:1.0.1BuildRequires: SDL-devel# this needs to be explicit since vorbis's .so versioning didn't get bumped# when going from 1.0 to 1.0.1Requires: libvorbis >= 1:1.0.1%descriptionTheora is Xiph.Org's first publicly released video codec, intendedfor use within the Ogg's project's Ogg multimedia streaming system.Theora is derived directly from On2's VP3 codec; Currently the two arenearly identical, varying only in encapsulating decoder tables in thebitstream headers, but Theora will make use of this extra freedomin the future to improve over what is possible with VP3.%package develSummary: Development tools for Theora applications.Group: Development/LibrariesRequires: %{name} = %{version}-%{release}Requires: libogg-devel >= 2:1.1%description develThe libtheora-devel package contains the header files and documentationneeded to develop applications with Ogg Theora.%prep%setup -q -n %{name}-%{version}%build%configure --enable-sharedmake%installrm -rf $RPM_BUILD_ROOT# make sure our temp doc build dir is removedrm -rf $(pwd)/__docs%makeinstall docdir=$(pwd)/__docsfind $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'%clean rm -rf $RPM_BUILD_ROOT%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%files%defattr(-,root,root)%doc COPYING README%{_libdir}/libtheora.so.*%files devel%defattr(-,root,root,-)%doc __docs/*%{_libdir}/libtheora.a%{_libdir}/libtheora.so%dir %{_includedir}/theora%{_includedir}/theora/theora.h%{_libdir}/pkgconfig/theora.pc%changelog* Thu Jun 10 2004 Thomas Vander Stichele <thomas at apestaart dot org>- transported fedora.us spec file* Sat Aug 20 2005 Ralph Giles <giles at xiph.org>- updated version for 1.0alpha5 release
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -