forked from pool/libquicktime
This commit is contained in:
parent
5da670fed5
commit
06a6f4231a
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 17 12:41:45 CEST 2008 - puzel@suse.cz
|
||||||
|
|
||||||
|
- specfile fixes
|
||||||
|
* use configure macro
|
||||||
|
* fix htmldir location
|
||||||
|
* use %fdupes only on suse > 10.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 15 11:06:56 CEST 2008 - puzel@suse.cz
|
Tue Jul 15 11:06:56 CEST 2008 - puzel@suse.cz
|
||||||
|
|
||||||
|
@ -12,13 +12,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libquicktime
|
Name: libquicktime
|
||||||
BuildRequires: alsa-devel doxygen fdupes gtk2-devel libavc1394-devel libdv-devel libjpeg-devel libvorbis-devel sed
|
BuildRequires: alsa-devel doxygen gtk2-devel libavc1394-devel libdv-devel libjpeg-devel libvorbis-devel sed
|
||||||
|
%if %suse_version > 1020
|
||||||
|
BuildRequires: fdupes
|
||||||
|
%endif
|
||||||
%define DISTRIBUTABLE 1
|
%define DISTRIBUTABLE 1
|
||||||
License: GPL v2 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 1
|
Release: 3
|
||||||
Url: http://libquicktime.sf.net
|
Url: http://libquicktime.sf.net
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-%{version}-dont_disable_deprecated.patch
|
Patch1: %{name}-%{version}-dont_disable_deprecated.patch
|
||||||
@ -57,22 +60,18 @@ sed -r 's/"(building|codecs|index|license|opening|positioning|reading|util|writi
|
|||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
%configure \
|
||||||
./configure --prefix=%{_prefix} \
|
--docdir=%{_defaultdocdir}/%{name}-devel \
|
||||||
--bindir=%{_bindir} \
|
--htmldir=%{_defaultdocdir}/%{name}-devel/html \
|
||||||
--libdir=%{_libdir} \
|
--enable-gpl \
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--docdir=%{_docdir}/%{name}-devel \
|
|
||||||
--enable-gpl \
|
|
||||||
%if %DISTRIBUTABLE
|
%if %DISTRIBUTABLE
|
||||||
--without-faac \
|
--without-faac \
|
||||||
--without-faad2 \
|
--without-faad2 \
|
||||||
--without-ffmpeg \
|
--without-ffmpeg \
|
||||||
--without-lame \
|
--without-lame \
|
||||||
--without-x264 \
|
--without-x264 \
|
||||||
%endif
|
%endif
|
||||||
--disable-static \
|
--disable-static
|
||||||
--htmldir=%{_prefix}/html
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -111,10 +110,14 @@ rm -rf "%{buildroot}"
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/libquicktime.pc
|
%{_libdir}/pkgconfig/libquicktime.pc
|
||||||
%{_datadir}/aclocal/lqt.m4
|
%{_datadir}/aclocal/lqt.m4
|
||||||
#%#doc doc/*.html doc/*.txt
|
%doc %{_defaultdocdir}/%{name}-devel
|
||||||
%doc %{_docdir}/%{name}-devel
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 17 2008 puzel@suse.cz
|
||||||
|
- specfile fixes
|
||||||
|
* use configure macro
|
||||||
|
* fix htmldir location
|
||||||
|
* use %%fdupes only on suse > 10.2
|
||||||
* Tue Jul 15 2008 puzel@suse.cz
|
* Tue Jul 15 2008 puzel@suse.cz
|
||||||
- update to 1.0.3
|
- update to 1.0.3
|
||||||
* dnxhd decoding support
|
* dnxhd decoding support
|
||||||
|
Loading…
Reference in New Issue
Block a user