- libXv 1.0.5
This commit is contained in:
parent
dcb9e3fb01
commit
0f8e515b98
@ -1 +1 @@
|
|||||||
libXv-1.0.4.tar.bz2
|
libXv-1.0.5.tar.bz2
|
||||||
|
28
libXv.spec
28
libXv.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXv runtime library
|
Summary: X.Org X11 libXv runtime library
|
||||||
Name: libXv
|
Name: libXv
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -9,9 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: pkgconfig(videoproto) pkgconfig(xext)
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXv runtime library
|
X.Org X11 libXv runtime library
|
||||||
@ -21,25 +19,14 @@ Summary: X.Org X11 libXv development package
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
# NOTE: libXext-devel dependency added to fix bug #192167
|
|
||||||
Requires: libXext-devel pkgconfig
|
|
||||||
# needed by xv.pc
|
|
||||||
Requires: xorg-x11-proto-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXv development package
|
X.Org X11 libXv development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Disable static library creation by default.
|
|
||||||
%define with_static 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --disable-static
|
||||||
%if ! %{with_static}
|
|
||||||
--disable-static
|
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -64,16 +51,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc man/xv-library-v2.2.txt
|
||||||
%{_includedir}/X11/extensions/Xvlib.h
|
%{_includedir}/X11/extensions/Xvlib.h
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXv.a
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libXv.so
|
%{_libdir}/libXv.so
|
||||||
%{_libdir}/pkgconfig/xv.pc
|
%{_libdir}/pkgconfig/xv.pc
|
||||||
#%dir %{_mandir}/man3x
|
#%dir %{_mandir}/man3x
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 07 2009 Adam Jackson <ajax@redhat.com> 1.0.5-1
|
||||||
|
- libXv 1.0.5
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user