|
@@ -1,11 +1,11 @@
|
|
|
Name: libquicktime
|
|
|
-Version: 1.1.5
|
|
|
+Version: 1.2.2
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: LGPLv2+
|
|
|
Group: System Environment/Libraries
|
|
|
Source0: http://prdownloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz
|
|
|
URL: http://libquicktime.sourceforge.net/
|
|
|
-Summary: A Library for reading and writing quicktime files
|
|
|
+Summary: Library for reading and writing Quicktime files
|
|
|
Summary(ja): QuickTime ファイルを読み書きするためのライブラリ
|
|
|
|
|
|
Vendor: Project Vine
|
|
@@ -41,37 +41,55 @@ BuildRequires: libXv-devel
|
|
|
##BuildRequires: x264-devel
|
|
|
|
|
|
%description
|
|
|
-Libquicktime is a library for reading and writing QuickTime files
|
|
|
-on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
|
|
|
-JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression. Supported
|
|
|
-audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.
|
|
|
-
|
|
|
-Libquicktime is based on the quicktime4linux library. Libquicktime add
|
|
|
-features such as a GNU build tools-based build process and dynamically
|
|
|
-loadable CODECs.
|
|
|
+Libquicktime is based on the quicktime4linux library with several
|
|
|
+enhancements. All 3rd-party libraries were removed from the
|
|
|
+sourcetree. Instead, the systemwide installed libraries are detected
|
|
|
+by the configure script. All original codecs were moved into
|
|
|
+dynamically loadable modules, and new codecs are in
|
|
|
+development. Libquicktime is source-compatible with
|
|
|
+quicktime4linux. Special API extensions allow access to the codec
|
|
|
+registry and more convenient processing of Audio and Video
|
|
|
+data.
|
|
|
|
|
|
%description -l ja
|
|
|
-libquicktimeはUNIX 系のシステムでQuickTimeファイルを読み書きするための
|
|
|
-ライブラリです.ビデオエンコード:OpenDivX、MJPA、JPEG Photo、PNG、RGB、
|
|
|
-YUV 4:2:2、YUV 4:2:0、オーディオエンコード:Ogg Vorbis、IMA4、ulaw、そ
|
|
|
-の他線型PCM形式をサポートします.
|
|
|
+libquicktime は、quicktime4linux ライブラリを元に拡張しています。
|
|
|
+サードパーティライブラリは、一次元ソースツリーからすべて消えてしまいました。
|
|
|
+その代わりに、システムワイドにインストールされるライブラリは、
|
|
|
+configure スクリプトにより検出されます。
|
|
|
+オリジナルコーデックは、すべて動的読み込み可能なモジュールに
|
|
|
+移行してしまいました。また、新しいコーデックは開発途中です。
|
|
|
+libquicktime は quicktime4linux と互換性を持ったソースです。
|
|
|
+特別な API 拡張は、コーデックレジストリや
|
|
|
+音声や動画のより便利な処理にアクセスができます。
|
|
|
+
|
|
|
+%package utils
|
|
|
+Summary: Utilities for working with Quicktime files
|
|
|
+Summary(ja): Quicktime ファイルを操作するためのユーティリティ
|
|
|
+Group: Applications/Multimedia
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+
|
|
|
+%description utils
|
|
|
+Libquicktime is based on the quicktime4linux library with several
|
|
|
+enhancements.
|
|
|
+
|
|
|
+This package contains utility programs and additional
|
|
|
+tools, like a commandline player and a GTK configuration utility which
|
|
|
+can configure the parameters of all installed codecs.
|
|
|
|
|
|
%package devel
|
|
|
Summary: Development files from the libquicktime library
|
|
|
Summary(ja): libquicktime の開発ライブラリ
|
|
|
Group: Development/Libraries
|
|
|
-Requires: %{name} = %{version}
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
Requires: zlib-devel
|
|
|
+Requires: pkgconfig
|
|
|
|
|
|
%description devel
|
|
|
-libquicktime is a library for reading and writing quicktime files. It
|
|
|
-is based on the quicktime4linux library, with many extensions.
|
|
|
+Libquicktime is based on the quicktime4linux library with several
|
|
|
+enhancements.
|
|
|
|
|
|
-You will need to install this development package if you intend to rebuild
|
|
|
-programs that need to access quicktime files using libquicktime.
|
|
|
+This package contains development files for %{name}.
|
|
|
|
|
|
-%description -l ja devel
|
|
|
-libquicktime の開発ライブラリです.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n %{name}-%{version}
|
|
@@ -105,7 +123,7 @@ libquicktime の開発ライブラリです.
|
|
|
%makeinstall
|
|
|
|
|
|
## remove unuse files
|
|
|
-find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec rm -f {} \;
|
|
|
+find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec %__rm -f {} \;
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
@@ -118,28 +136,40 @@ find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec rm -f {} \;
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
-%defattr(-, root, root, 0755)
|
|
|
+%defattr(-,root,root,-)
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
|
|
-%{_bindir}/lqtplay
|
|
|
+%{_libdir}/%{name}*.so.*
|
|
|
+%dir %{_libdir}/%{name}
|
|
|
+%{_libdir}/%{name}/lqt_*.so
|
|
|
+
|
|
|
+%files utils
|
|
|
+%defattr(-,root,root,-)
|
|
|
+%{_bindir}/libquicktime_config
|
|
|
%{_bindir}/lqt_transcode
|
|
|
-%{_bindir}/qt*
|
|
|
-%{_libdir}/*.so.*
|
|
|
-%dir %{_libdir}/libquicktime/
|
|
|
-%{_libdir}/libquicktime/*.so
|
|
|
-%{_mandir}/man1/*
|
|
|
+%{_bindir}/lqtplay
|
|
|
+%{_bindir}/lqtremux
|
|
|
+%{_bindir}/qt2text
|
|
|
+%{_bindir}/qtdechunk
|
|
|
+%{_bindir}/qtdump
|
|
|
+%{_bindir}/qtinfo
|
|
|
+%{_bindir}/qtrechunk
|
|
|
+%{_bindir}/qtstreamize
|
|
|
+%{_bindir}/qtyuv4toyuv
|
|
|
+%{_mandir}/man1/lqtplay.1*
|
|
|
|
|
|
%files devel
|
|
|
-%defattr(-, root, root, 0755)
|
|
|
-%{_bindir}/libquicktime_config
|
|
|
-%{_bindir}/lqt-config
|
|
|
-%{_includedir}/*
|
|
|
-%{_libdir}/*.so
|
|
|
-%dir %{_libdir}/libquicktime/
|
|
|
-%{_libdir}/pkgconfig/*.pc
|
|
|
-%{_datadir}/aclocal/*.m4
|
|
|
+%defattr(-,root,root,-)
|
|
|
+%{_includedir}/lqt/
|
|
|
+%{_libdir}/pkgconfig/libquicktime.pc
|
|
|
+%{_libdir}/%{name}*.so
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Jan 31 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.2.2-1
|
|
|
+- new upstream release
|
|
|
+- added the subpackage utils
|
|
|
+- updated %%description
|
|
|
+
|
|
|
* Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.5-1
|
|
|
- new upstream release
|
|
|
|