Update to 20091007git

el8
Nicolas Chauvet 15 years ago
parent 51823e3c32
commit a3b4d36f78

2
.gitignore vendored

@ -1 +1 @@
x264-20090319.tar.bz2 x264-20091007.tar.bz2

@ -1 +1 @@
548146e4fe42572a8dfde55c65ce5206 x264-20090319.tar.bz2 ffc7db63f7a44f083a99ef3a5d8fff72 x264-20091007.tar.bz2

@ -1,17 +1,15 @@
%define snapshot 20090319 %global snapshot 20091007
%define git c109c8 %global git 496d79d
Summary: H264/AVC video streams encoder Summary: H264/AVC video streams encoder
Name: x264 Name: x264
Version: 0.0.0 Version: 0.0.0
Release: 0.24.%{snapshot}git%{git}%{?dist} Release: 0.25.%{snapshot}git%{git}%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html URL: http://developers.videolan.org/x264.html
Source0: http://rpm.greysector.net/livna/%{name}-%{snapshot}.tar.bz2 Source0: http://rpm.greysector.net/livna/%{name}-%{snapshot}.tar.bz2
Source1: x264-snapshot.sh Source1: x264-snapshot.sh
Patch0: %{name}-rpm.patch
Patch1: %{name}-ppc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
%{!?_without_gpac:BuildRequires: gpac-devel-static} %{!?_without_gpac:BuildRequires: gpac-devel-static}
%{?_with_visualize:BuildRequires: libX11-devel} %{?_with_visualize:BuildRequires: libX11-devel}
@ -65,8 +63,6 @@ This package contains the development files.
%prep %prep
%setup -q -n %{name}-%{snapshot} %setup -q -n %{name}-%{snapshot}
%patch0 -p1 -b .r
%patch1 -p1 -b .ppc
# AUTHORS file is in iso-8859-1 # AUTHORS file is in iso-8859-1
iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS
mv -f AUTHORS.utf8 AUTHORS mv -f AUTHORS.utf8 AUTHORS
@ -122,6 +118,7 @@ popd
%ifarch %{ix86} %ifarch %{ix86}
%{_libdir}/i686/libx264.so.* %{_libdir}/i686/libx264.so.*
%endif %endif
%exclude %{_libdir}/libx264.a
%files devel %files devel
%defattr(644, root, root, 0755) %defattr(644, root, root, 0755)
@ -134,6 +131,10 @@ popd
%endif %endif
%changelog %changelog
* Tue Mar 26 2009 kwizart <kwizart at gmail.com > - 0.0.0-0.25.20091007git496d79d
- Update to 20091007git
- enable asm on all x86 since default is already i686
* Tue Mar 26 2009 Dominik Mierzejewski <rpm@greysector.net> 0.0.0-0.24.20090319gitc109c8 * Tue Mar 26 2009 Dominik Mierzejewski <rpm@greysector.net> 0.0.0-0.24.20090319gitc109c8
- 20090319 snapshot - 20090319 snapshot
- build with static gpac - build with static gpac

Loading…
Cancel
Save