- Add glproto-texture-from-drawable.patch to add opcodes and tokens for
GLX_texture_from_drawable extension.
This commit is contained in:
parent
858915783e
commit
d9e9495365
@ -6,7 +6,7 @@
|
|||||||
Summary: X.Org X11 Protocol headers
|
Summary: X.Org X11 Protocol headers
|
||||||
Name: xorg-x11-proto-devel
|
Name: xorg-x11-proto-devel
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: The Open Group License
|
License: The Open Group License
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -44,6 +44,8 @@ Source28: %{sourceurl}/xineramaproto-1.1.2.tar.bz2
|
|||||||
Source29: %{sourceurl}/xproto-7.0.4.tar.bz2
|
Source29: %{sourceurl}/xproto-7.0.4.tar.bz2
|
||||||
Source30: %{sourceurl}/xproxymanagementprotocol-1.0.2.tar.bz2
|
Source30: %{sourceurl}/xproxymanagementprotocol-1.0.2.tar.bz2
|
||||||
|
|
||||||
|
Patch1: glproto-texture-from-drawable.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -67,6 +69,11 @@ X.Org X11 Protocol headers
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30
|
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30
|
||||||
|
|
||||||
|
# Sigh... /me wants %patch to understand -d
|
||||||
|
pushd glproto-1.4.3
|
||||||
|
%patch1 -p0 -b .glproto-texture-from-drawable
|
||||||
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#ls -al
|
#ls -al
|
||||||
|
|
||||||
@ -271,6 +278,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xproxymngproto.pc
|
%{_libdir}/pkgconfig/xproxymngproto.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 27 2006 Kristian Høgsberg <krh@redhat.com> 7.0-2
|
||||||
|
- Add glproto-texture-from-drawable.patch to add opcodes and tokens
|
||||||
|
for GLX_texture_from_drawable extension.
|
||||||
|
|
||||||
* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
|
* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
|
||||||
- Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
|
- Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
|
||||||
X11R7.0 final release.
|
X11R7.0 final release.
|
||||||
|
Loading…
Reference in New Issue
Block a user