libvpx 0.9.7-p1
This commit is contained in:
parent
79299466f6
commit
72dc4d9915
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libvpx-0.9.1.tar.bz2
|
|||||||
/libvpx-v0.9.5.tar.bz2
|
/libvpx-v0.9.5.tar.bz2
|
||||||
/libvpx-v0.9.6.tar.bz2
|
/libvpx-v0.9.6.tar.bz2
|
||||||
/libvpx-v0.9.7.tar.bz2
|
/libvpx-v0.9.7.tar.bz2
|
||||||
|
/libvpx-v0.9.7-p1.tar.bz2
|
||||||
|
18
libvpx.spec
18
libvpx.spec
@ -1,10 +1,12 @@
|
|||||||
Name: libvpx
|
Name: libvpx
|
||||||
Summary: VP8 Video Codec SDK
|
Summary: VP8 Video Codec SDK
|
||||||
Version: 0.9.7
|
Version: 0.9.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
|
# sigh, non-canonical version strings. clean up in 0.9.8 plz.
|
||||||
|
#Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
|
||||||
|
Source0: http://webm.googlecode.com/files/%{name}-v0.9.7-p1.tar.bz2
|
||||||
# Probably this should be dropped now that upstream ships a vpx.pc;
|
# Probably this should be dropped now that upstream ships a vpx.pc;
|
||||||
# not for F16 though
|
# not for F16 though
|
||||||
Source1: libvpx.pc
|
Source1: libvpx.pc
|
||||||
@ -40,7 +42,8 @@ A selection of utilities and tools for VP8, including a sample encoder
|
|||||||
and decoder.
|
and decoder.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
#setup -q -n %{name}-v%{version}
|
||||||
|
%setup -q -n %{name}-v0.9.7-p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
@ -80,7 +83,8 @@ mkdir tmp
|
|||||||
cd tmp
|
cd tmp
|
||||||
ar x ../libvpx_g.a
|
ar x ../libvpx_g.a
|
||||||
cd ..
|
cd ..
|
||||||
gcc -fPIC -shared -pthread -lm -Wl,--no-undefined -Wl,-soname,libvpx.so.0 -Wl,--version-script,%{SOURCE2} -Wl,-z,noexecstack -o libvpx.so.%{version} tmp/*.o
|
# gcc -fPIC -shared -pthread -lm -Wl,--no-undefined -Wl,-soname,libvpx.so.0 -Wl,--version-script,%{SOURCE2} -Wl,-z,noexecstack -o libvpx.so.%{version} tmp/*.o
|
||||||
|
gcc -fPIC -shared -pthread -lm -Wl,--no-undefined -Wl,-soname,libvpx.so.0 -Wl,--version-script,%{SOURCE2} -Wl,-z,noexecstack -o libvpx.so.0.9.7 tmp/*.o
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -89,7 +93,8 @@ mv libvpx.a libNOTvpx.a
|
|||||||
mv libvpx_g.a libNOTvpx_g.a
|
mv libvpx_g.a libNOTvpx_g.a
|
||||||
|
|
||||||
# We need to do this so the examples can link against it.
|
# We need to do this so the examples can link against it.
|
||||||
ln -sf libvpx.so.%{version} libvpx.so
|
# ln -sf libvpx.so.%{version} libvpx.so
|
||||||
|
ln -sf libvpx.so.0.9.7 libvpx.so
|
||||||
|
|
||||||
make %{?_smp_mflags} verbose=true target=examples
|
make %{?_smp_mflags} verbose=true target=examples
|
||||||
make %{?_smp_mflags} verbose=true target=docs
|
make %{?_smp_mflags} verbose=true target=docs
|
||||||
@ -158,6 +163,9 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 16 2011 Adam Jackson <ajax@redhat.com> 0.9.7.1-1
|
||||||
|
- libvpx 0.9.7-p1
|
||||||
|
|
||||||
* Tue Aug 09 2011 Adam Jackson <ajax@redhat.com> 0.9.7-1
|
* Tue Aug 09 2011 Adam Jackson <ajax@redhat.com> 0.9.7-1
|
||||||
- libvpx 0.9.7
|
- libvpx 0.9.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user