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

Revision 8065, 7.3 KB checked in by Takemikaduchi, 10 years ago (diff)

libdrm, libwacom, tar: new upstream release
xorg-x11-drivers: new upstream release or rebuild

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