%lib_package quicktime 0 Summary: A library for reading and writing quicktime files Name: libquicktime Version: 1.0.2 Release: 22.2%{?dist} License: GPL Group: System Environment/Libraries Source0: http://prdownloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz Patch0: libquicktime-oldstyle-tooltips.diff #Patch1: libquicktime-lib64.diff #Patch2: libquicktime-cflags.diff URL: http://libquicktime.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-root #BuildRequires: autoconf, libtool BuildRequires: gcc-c++, gettext BuildRequires: libXt-devel, libXaw-devel, libXv-devel BuildRequires: libGL-devel, libGLU-devel BuildRequires: gtk2-devel >= 2.4.0, libdv-devel, libvorbis-devel, lame-devel BuildRequires: libpng-devel, libjpeg-devel BuildRequires: libraw1394-devel, libavc1394-devel BuildRequires: alsa-lib-devel, ffmpeg-devel %description libquicktime is a library for reading and writing quicktime files. It is based on the quicktime4linux library, with many extensions. %prep %setup -q %patch0 -p0 #patch1 -p1 -b .lib64 #patch2 -p1 -b .cflags %build #libtoolize --force #autoreconf --force --install %configure \ --with-x --x-includes=%{_x_includes} --x-libraries=%{_x_libraries} \ --with-cpuflags="%{optflags}" \ --enable-static \ --docdir=%{_defaultdocdir}/%{name}-%{version} make %{?_smp_mflags} %install rm -rf %{buildroot} #export LIBRARY_PATH=%{buildroot}%{_libdir} %makeinstall docdir=%{buildroot}%{_defaultdocdir}/%{name}-%{version} %find_lang %{name} cat > develfiles.list << EOF %defattr(-,root,root,-) %{_bindir}/libquicktime_config %{_bindir}/lqt-config %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.a %{_libdir}/%{name}/*.la EOF %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/lqtplay %{_bindir}/qt* %{_bindir}/lqt_transcode #%{_bindir}/lqtvrplay %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so %{_mandir}/man1/* %changelog * Wed Jan 9 2008 Axel Thimm - 1.0.2-22 - Update to 1.0.2. * Sun Oct 21 2007 Axel Thimm - 1.0.1-21 - Update to 1.0.1. * Sat Oct 13 2007 Axel Thimm - 1.0.0-20 - Enable oldstyle tooltips (Wes Shull ). * Wed Apr 18 2007 Axel Thimm - 1.0.0-19 - Update to 1.0.0. * Thu Jan 4 2007 Axel Thimm - 0.9.10-18 - Update to 0.9.10. * Mon Jul 10 2006 Axel Thimm - Update to 0.9.9. * Fri Feb 3 2006 Axel Thimm - Update to 0.9.8. * Tue May 31 2005 Axel Thimm - Sync with freshrpms. * Sat May 28 2005 Axel Thimm - Update to 0.9.7. * Sat May 21 2005 Axel Thimm - Update to 0.9.6. * Sun May 15 2005 Axel Thimm - Update to 0.9.5. * Thu Jan 13 2005 Axel Thimm - Update to 0.9.4. * Wed Jul 21 2004 Axel Thimm - Update to 0.9.3. * Sun Apr 11 2004 Axel Thimm - Rebuilt against newer libdv. * Thu Oct 16 2003 Axel Thimm - Updated to 0.9.2 final. * Tue Apr 22 2003 Matthias Saou - Fix plugin compilation, thanks to Dag. * Wed Apr 9 2003 Matthias Saou - Initial RPM release.