|
|
|
@ -7,26 +7,36 @@
|
|
|
|
|
Summary: Library for reading and writing Quicktime files
|
|
|
|
|
Name: libquicktime
|
|
|
|
|
Version: 1.2.4
|
|
|
|
|
Release: 33%{?rel_string}%{?dist}
|
|
|
|
|
Release: 34%{?rel_string}%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://libquicktime.sourceforge.net/
|
|
|
|
|
Source0: https://sourceforge.net/code-snapshots/git/l/li/libquicktime/git.git/libquicktime-git-%{githash}.zip
|
|
|
|
|
|
|
|
|
|
BuildRequires: libdv-devel
|
|
|
|
|
BuildRequires: libpng-devel libjpeg-devel libGLU-devel
|
|
|
|
|
BuildRequires: libvorbis-devel ffmpeg-devel
|
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
|
BuildRequires: libGLU-devel
|
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
|
BuildRequires: ffmpeg-devel
|
|
|
|
|
BuildRequires: schroedinger-devel
|
|
|
|
|
BuildRequires: lame-devel alsa-lib-devel libXt-devel libXaw-devel libXv-devel
|
|
|
|
|
BuildRequires: libdv-devel >= 0.102-4 x264-devel faad2-devel
|
|
|
|
|
BuildRequires: libavc1394-devel libraw1394-devel >= 0.9.0-12
|
|
|
|
|
BuildRequires: lame-devel
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
|
BuildRequires: libXaw-devel
|
|
|
|
|
BuildRequires: libXv-devel
|
|
|
|
|
BuildRequires: libdv-devel >= 0.102-4
|
|
|
|
|
BuildRequires: x264-devel
|
|
|
|
|
BuildRequires: faad2-devel
|
|
|
|
|
BuildRequires: libavc1394-devel
|
|
|
|
|
BuildRequires: libraw1394-devel >= 0.9.0-12
|
|
|
|
|
BuildRequires: gtk2-devel >= 2.4.0
|
|
|
|
|
BuildRequires: schroedinger-devel
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
%{?_with_faac:BuildRequires: faac-devel}
|
|
|
|
|
|
|
|
|
|
# Packages for re-configuration
|
|
|
|
|
BuildRequires: autoconf, automake, libtool
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
|
Summary: Utilities for working with Quicktime files
|
|
|
|
@ -130,6 +140,10 @@ find $RPM_BUILD_ROOT%{_libdir} -type f -a -name \*.la -exec rm {} \;
|
|
|
|
|
# --------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 11 2018 Sérgio Basto <sergio@serjux.com> - 1.2.4-34.112.20180804gitfff99cd
|
|
|
|
|
- Rebuild for x264 in F29
|
|
|
|
|
- Expand tabs to spaces
|
|
|
|
|
|
|
|
|
|
* Fri Oct 05 2018 Sérgio Basto <sergio@serjux.com> - 1.2.4-33.112.20180804gitfff99cd
|
|
|
|
|
- Update to 1.2.4.112.20180804gitfff99cd from branch master
|
|
|
|
|
|
|
|
|
|