source: projects/specs/trunk/x/xorg-x11-drv-geode/xorg-x11-drv-geode-vl.spec @ 9108

Revision 9108, 7.6 KB checked in by Takemikaduchi, 9 years ago (diff)

xserver-1.16.2

Line 
1%define tarball xf86-video-geode
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 AMD Geode video driver
6Summary(ja):   Xorg X11 AMD Geode ビデオドライバ
7Name:      xorg-x11-drv-geode
8Version:   2.11.16
9Release:   1%{?_dist_release}
10URL:       http://www.x.org/wiki/AMDGeodeDriver
11License:   MIT
12Group:     User Interface/X Hardware Support
13
14Source0:   http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17Provides:  xorg-x11-drv-amd = %{version}-%{release}
18Obsoletes: XOrg-drv-amd <= 2.7.7.7
19
20ExclusiveArch: %{ix86}
21
22BuildRequires: pkgconfig
23BuildRequires: autoconf
24BuildRequires: automake
25BuildRequires: libtool
26BuildRequires: xorg-x11-server-sdk
27BuildRequires: xorg-x11-proto-devel
28
29Requires:  xorg-x11-server-Xorg
30
31BuildRequires: autoconf automake
32
33Vendor: Project Vine
34Distribution: Vine Linux
35
36%description
37X.Org X11 AMD Geode video driver.
38
39%prep
40%setup -q -n %{tarball}-%{version}
41#./autogen.sh
42
43%build
44%configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
45             --enable-visibility \
46                 --enable-xaa=no
47make
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%makeinstall DESTDIR=$RPM_BUILD_ROOT
53
54# FIXME: Remove all libtool archives (*.la) from modules directory.  This
55# should be fixed in upstream Makefile.am or whatever.
56find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
57
58# Compat symlink for legacy driver name so existing xorg.conf's do not break
59ln -s geode_drv.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/amd_drv.so
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(-,root,root,-)
66%{driverdir}/amd_drv.so
67%{driverdir}/geode_drv.so
68%{driverdir}/ztv_drv.so
69
70%changelog
71* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.16-1
72- new upstream release
73- remove Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
74
75* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-3
76- rebuild with xserver-1.15.2
77- add Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
78
79* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-2
80- rebuild with VineSeed environment
81
82* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-1
83- new upstream release
84- remove Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
85
86* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.14-1
87- new upstream release
88- add Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
89
90* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-2
91- rebuild with xserver-1.12.0
92
93* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-1
94- new upstream release
95
96* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-2
97- rebuild with xserver-1.11.1.902
98
99* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-1
100- new upstream release
101
102* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.10-1
103- new upstream release
104
105* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-2
106- rebuild with xserver-1.9.2
107
108* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-1
109- new upstream release
110
111* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.8-1
112- new upstream release
113
114* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-2
115- rebuild with xserver-1.8rc
116
117* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-1
118- new upstream release
119
120* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.6-1
121- new upstream release
122
123* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-1
124- new upstream release
125
126* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-1
127- new upstream release
128
129* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
130- initial build for Vine Linux
131
132* Thu Apr 17 2008 Warren Togami <wtogami@redhat.com> 2.8.0-3
133- Use libddc instead of unreliable BIOS DDC queries.
134
135* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-2
136- License: MIT
137
138* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-1
139- 2.8.0 rename from amd to geode
140  compat symlink to old name retains old xorg.conf compat
141
142* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-2
143- proper versioned provides
144
145* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-1
146- 2.7.7.7
147
148* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-26.20080310
149- finally pciaccess build for AMD
150
151* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-25.20080310
152- resnapshot for pciaccess goodness
153
154* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-24.20070625
155- pciaccess fixups
156
157* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0-23.20070625
158- Autorebuild for GCC 4.3
159
160* Mon Jun 25 2007 Dan Williams <dcbw@redhat.com> 0.0-22.20070625
161- Udpate to git snapshot
162   - Fix downscaling on the LX
163   - cairo 1.4.4 and Xorg 1.3 fixes
164
165* Wed Jun 13 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070613
166- Udpate to git snapshot
167
168* Mon May 07 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070504
169- Cleanups and fixes from -Wall
170
171* Fri May 04 2007 Dan Williams <dcbw@redhat.com> 0.0-20.20070504
172- Better OOM handling
173- RandR fixes
174
175* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-19.20070503
176- Fix QueryImageAttributes handler for GX
177- Get correct prototype for memset/memcpy
178
179* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-18.20070503
180- VGA port fixes
181- Fixes for Xv color key mode
182
183* Fri Apr 27 2007 Adam Jackson <ajax@redhat.com> 0.0-17.20070427
184- Fix alpha blending.
185
186* Tue Apr 24 2007 Adam Jackson <ajax@redhat.com> 0.0-16.20070424
187- Misc LX fixes.
188
189* Thu Apr 19 2007 Adam Jackson <ajax@redhat.com> 0.0-15.20070418
190- Disable compression on LX for now, it's busted.
191
192* Wed Apr 18 2007 Adam Jackson <ajax@redhat.com> 0.0-14.20070418
193- Geode LX branch work
194
195* Sat Feb  3 2007 Dan Williams <dcbw@redhat.com> 0.0-13.20070203.olpc1
196- Fix segfault when accel is disabled
197
198* Tue Jan 16 2007 Adam Jackson <ajax@redhat.com> 0.0-13.20070116.olpc1
199- Fix EXA setup.
200
201* Mon Jan 15 2007 Adam Jackson <ajax@redhat.com> 0.0-12.20070115.olpc1
202- More Xv fixes, mode sync wonkiness, distcheck fix.
203
204* Thu Jan 11 2007 Adam Jackson <ajax@redhat.com> 0.0-11.20070111.olpc1
205- Xv fixes, RANDR fixes, minor crash fix.
206
207* Thu Jan 04 2007 Adam Jackson <ajax@redhat.com> 0.0-10.20070104.olpc1
208- Pull from dev.laptop.org: RANDR support, misc cleanup.
209
210* Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-9.20061109git.olpc1
211- Today's update: DCON support, etc.
212
213* Mon Oct 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-8.20061016git.fc7
214- Today's snapshot: More Xv love.
215- Add check for (and abort on existance of) .git directory in the work dir.
216
217* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 0.0-7.20061012git.fc6
218- Today's snapshot: Xv fixes.
219
220* Fri Oct 6 2006 Adam Jackson <ajackson@redhat.com> 0.0-6.20060821git.fc6
221- Add visibility fixes, and build with -fvisibility=hidden for size.
222
223* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 0.0-5.20060821git.fc6
224- Today's snapshot: EXA fixes.
225
226* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-4.20060816git.fc6
227- Un-reset the Release: number.
228
229* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060816git.fc6
230- git update: more Xv fixes.
231
232* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-3.20060809git.fc6
233- Fix FC5 Requires too.
234
235* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-2.20060809git.fc6
236- FC5 build fixes, mostly BuildRequires.
237
238* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060809git.fc6
239- git update: olpc dcon support, Xv fixes.
240- Attempted support for building against FC5.
241
242* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 0.0-0.git20060706.fc6
243- Initial spec (from -nsc) and git snapshot.
Note: See TracBrowser for help on using the repository browser.