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

Revision 10229, 7.8 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

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.18
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* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.18-1
72- new upstream release
73
74* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.17-2
75- rebuild with xserver-1.17.2
76
77* Mon May 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.17-1
78- new upstream release
79
80* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.16-1
81- new upstream release
82- remove Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
83
84* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-3
85- rebuild with xserver-1.15.2
86- add Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
87
88* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-2
89- rebuild with VineSeed environment
90
91* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-1
92- new upstream release
93- remove Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
94
95* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.14-1
96- new upstream release
97- add Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
98
99* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-2
100- rebuild with xserver-1.12.0
101
102* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-1
103- new upstream release
104
105* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-2
106- rebuild with xserver-1.11.1.902
107
108* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-1
109- new upstream release
110
111* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.10-1
112- new upstream release
113
114* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-2
115- rebuild with xserver-1.9.2
116
117* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-1
118- new upstream release
119
120* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.8-1
121- new upstream release
122
123* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-2
124- rebuild with xserver-1.8rc
125
126* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-1
127- new upstream release
128
129* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.6-1
130- new upstream release
131
132* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-1
133- new upstream release
134
135* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-1
136- new upstream release
137
138* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
139- initial build for Vine Linux
140
141* Thu Apr 17 2008 Warren Togami <wtogami@redhat.com> 2.8.0-3
142- Use libddc instead of unreliable BIOS DDC queries.
143
144* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-2
145- License: MIT
146
147* Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-1
148- 2.8.0 rename from amd to geode
149  compat symlink to old name retains old xorg.conf compat
150
151* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-2
152- proper versioned provides
153
154* Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-1
155- 2.7.7.7
156
157* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-26.20080310
158- finally pciaccess build for AMD
159
160* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-25.20080310
161- resnapshot for pciaccess goodness
162
163* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-24.20070625
164- pciaccess fixups
165
166* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0-23.20070625
167- Autorebuild for GCC 4.3
168
169* Mon Jun 25 2007 Dan Williams <dcbw@redhat.com> 0.0-22.20070625
170- Udpate to git snapshot
171   - Fix downscaling on the LX
172   - cairo 1.4.4 and Xorg 1.3 fixes
173
174* Wed Jun 13 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070613
175- Udpate to git snapshot
176
177* Mon May 07 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070504
178- Cleanups and fixes from -Wall
179
180* Fri May 04 2007 Dan Williams <dcbw@redhat.com> 0.0-20.20070504
181- Better OOM handling
182- RandR fixes
183
184* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-19.20070503
185- Fix QueryImageAttributes handler for GX
186- Get correct prototype for memset/memcpy
187
188* Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-18.20070503
189- VGA port fixes
190- Fixes for Xv color key mode
191
192* Fri Apr 27 2007 Adam Jackson <ajax@redhat.com> 0.0-17.20070427
193- Fix alpha blending.
194
195* Tue Apr 24 2007 Adam Jackson <ajax@redhat.com> 0.0-16.20070424
196- Misc LX fixes.
197
198* Thu Apr 19 2007 Adam Jackson <ajax@redhat.com> 0.0-15.20070418
199- Disable compression on LX for now, it's busted.
200
201* Wed Apr 18 2007 Adam Jackson <ajax@redhat.com> 0.0-14.20070418
202- Geode LX branch work
203
204* Sat Feb  3 2007 Dan Williams <dcbw@redhat.com> 0.0-13.20070203.olpc1
205- Fix segfault when accel is disabled
206
207* Tue Jan 16 2007 Adam Jackson <ajax@redhat.com> 0.0-13.20070116.olpc1
208- Fix EXA setup.
209
210* Mon Jan 15 2007 Adam Jackson <ajax@redhat.com> 0.0-12.20070115.olpc1
211- More Xv fixes, mode sync wonkiness, distcheck fix.
212
213* Thu Jan 11 2007 Adam Jackson <ajax@redhat.com> 0.0-11.20070111.olpc1
214- Xv fixes, RANDR fixes, minor crash fix.
215
216* Thu Jan 04 2007 Adam Jackson <ajax@redhat.com> 0.0-10.20070104.olpc1
217- Pull from dev.laptop.org: RANDR support, misc cleanup.
218
219* Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-9.20061109git.olpc1
220- Today's update: DCON support, etc.
221
222* Mon Oct 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-8.20061016git.fc7
223- Today's snapshot: More Xv love.
224- Add check for (and abort on existance of) .git directory in the work dir.
225
226* Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 0.0-7.20061012git.fc6
227- Today's snapshot: Xv fixes.
228
229* Fri Oct 6 2006 Adam Jackson <ajackson@redhat.com> 0.0-6.20060821git.fc6
230- Add visibility fixes, and build with -fvisibility=hidden for size.
231
232* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 0.0-5.20060821git.fc6
233- Today's snapshot: EXA fixes.
234
235* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-4.20060816git.fc6
236- Un-reset the Release: number.
237
238* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060816git.fc6
239- git update: more Xv fixes.
240
241* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-3.20060809git.fc6
242- Fix FC5 Requires too.
243
244* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-2.20060809git.fc6
245- FC5 build fixes, mostly BuildRequires.
246
247* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060809git.fc6
248- git update: olpc dcon support, Xv fixes.
249- Attempted support for building against FC5.
250
251* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 0.0-0.git20060706.fc6
252- Initial spec (from -nsc) and git snapshot.
Note: See TracBrowser for help on using the repository browser.