mesa-vl.spec 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. # When bootstrapping an arch, omit the -demos subpackage.
  2. # S390 doesn't have video cards, so it's not much use building DRI there.
  3. %define with_dri 1
  4. %define driver dri
  5. %define manpages gl-manpages-1.0.1
  6. #%define gitdate 20100217
  7. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  8. Summary: Mesa graphics libraries
  9. Summary(ja): Mesa グラフィックスライブラリ
  10. Name: mesa
  11. Version: 7.8.2
  12. Release: 1%{?_dist_release}
  13. License: MIT
  14. Group: System Environment/Libraries
  15. URL: http://www.mesa3d.org
  16. Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/MesaLib-%{version}.tar.bz2
  17. Source1: ftp://ftp.freedesktop.org/pub/mesa/%{version}/MesaDemos-%{version}.tar.bz2
  18. #Source0: %{name}-%{gitdate}.tar.bz2
  19. Source2: %{manpages}.tar.bz2
  20. Source3: make-git-snapshot.sh
  21. Source10: nouveau_class.h
  22. Patch1: mesa-7.4.4-osmesa-version.patch
  23. Patch3: mesa-7.8-no-mach64.patch
  24. Patch4: mesa-7.8-nouveau-legacy-enable.patch
  25. #Patch7: mesa-7.1-link-shared.patch
  26. Patch30: mesa-7.6-hush-vblank-warning.patch
  27. Patch40: mesa-7.8.2-nouveau-build-fix.patch
  28. Patch41: mesa-7.8.2-gallium-build-fix.patch
  29. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  30. BuildRequires: pkgconfig
  31. %if %{with_dri}
  32. BuildRequires: libdrm-devel >= 2.4.9
  33. %endif
  34. BuildRequires: libXxf86vm-devel
  35. BuildRequires: expat-devel >= 2.0
  36. BuildRequires: xorg-x11-proto-devel >= 7.4
  37. BuildRequires: xorg-x11-server-sdk
  38. BuildRequires: kernel-headers
  39. BuildRequires: makedepend
  40. BuildRequires: libXext-devel
  41. BuildRequires: freeglut-devel
  42. BuildRequires: libXfixes-devel
  43. BuildRequires: libXdamage-devel
  44. BuildRequires: libXi-devel
  45. BuildRequires: libXmu-devel
  46. %description
  47. Mesa
  48. %package libGL
  49. Summary: Mesa libGL runtime libraries and DRI drivers
  50. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  51. Group: System Environment/Libraries
  52. Requires(post): /sbin/ldconfig
  53. Requires(postun): /sbin/ldconfig
  54. Provides: libGL
  55. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  56. %if %{with_dri}
  57. Requires: libdrm >= 2.4.5
  58. %endif
  59. %description libGL
  60. Mesa libGL runtime libraries and DRI drivers.
  61. %package libGL-devel
  62. Summary: Mesa libGL development package
  63. Summary(ja): Mesa libGL 開発パッケージ
  64. Group: Development/Libraries
  65. Provides: libGL-devel
  66. Requires: mesa-libGL = %{version}-%{release}
  67. Requires: libX11-devel
  68. Requires: libXxf86vm-devel
  69. Requires: libXdamage-devel
  70. Requires: libXfixes-devel
  71. Requires: libXext-devel
  72. Requires: libdrm-devel
  73. Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
  74. %description libGL-devel
  75. Mesa libGL development package
  76. %package libGLU
  77. Summary: Mesa libGLU runtime library
  78. Summary(ja): Mesa libGLU ランタイムライブラリ
  79. Group: System Environment/Libraries
  80. Requires(post): /sbin/ldconfig
  81. Requires(postun): /sbin/ldconfig
  82. Provides: libGLU
  83. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  84. %description libGLU
  85. Mesa libGLU runtime library
  86. %package libGLU-devel
  87. Summary: Mesa libGLU development package
  88. Summary(ja): Mesa libGLU 開発パッケージ
  89. Group: Development/Libraries
  90. Requires: mesa-libGLU = %{version}-%{release}
  91. Requires: libGL-devel
  92. Provides: libGLU-devel
  93. Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
  94. %description libGLU-devel
  95. Mesa libGLU development package
  96. %package libOSMesa
  97. Summary: Mesa offscreen rendering libraries
  98. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  99. Group: System Environment/Libraries
  100. Requires(post): /sbin/ldconfig
  101. Requires(postun): /sbin/ldconfig
  102. Provides: libOSMesa
  103. %description libOSMesa
  104. Mesa offscreen rendering libraries
  105. %package libOSMesa-devel
  106. Summary: Mesa offscreen rendering development package
  107. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  108. Group: Development/Libraries
  109. Requires: mesa-libOSMesa = %{version}-%{release}
  110. %description libOSMesa-devel
  111. Mesa offscreen rendering development package
  112. %package source
  113. Summary: Mesa source code required to build X server
  114. Summary(ja): X サーバをビルドするために必要な Mesa ソースコード
  115. Group: Development/Libraries
  116. %description source
  117. The mesa-source package provides the minimal source code needed to
  118. build DRI enabled X servers, etc.
  119. %package -n glx-utils
  120. Summary: GLX utilities
  121. Summary(ja): GLX ユーティリティ
  122. Group: Development/Libraries
  123. %description -n glx-utils
  124. The glx-utils package provides the glxinfo and glxgears utilities.
  125. %package demos
  126. Summary: Mesa demos
  127. Summary(ja): Mesa デモ
  128. Group: Development/Libraries
  129. %description demos
  130. This package provides some demo applications for testing Mesa.
  131. %package -n xorg-x11-drv-vmwgfx
  132. Summary: VMware GFX DDX driver
  133. Summary(ja): VMware GFX DDX ドライバ
  134. Group: User Interface/X Hardware Support
  135. %description -n xorg-x11-drv-vmwgfx
  136. 2D driver for VMware SVGA vGPU
  137. # compat32
  138. %package -n compat32-%{name}-libGL
  139. Summary: Mesa libGL runtime libraries and DRI drivers
  140. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  141. Group: System Environment/Libraries
  142. Requires(post): /sbin/ldconfig
  143. Requires(postun): /sbin/ldconfig
  144. Requires: %{name}-libGL = %{version}-%{release}
  145. %if %{with_dri}
  146. Requires: compat32-libdrm >= 2.4.5
  147. %endif
  148. %description -n compat32-%{name}-libGL
  149. Mesa libGL runtime libraries and DRI drivers.
  150. %package -n compat32-%{name}-libGL-devel
  151. Summary: Mesa libGL development package
  152. Summary(ja): Mesa libGL 開発パッケージ
  153. Group: Development/Libraries
  154. Requires: compat32-%{name}-libGL = %{version}-%{release}
  155. Requires: %{name}-libGL-devel = %{version}-%{release}
  156. Requires: compat32-libX11-devel
  157. Requires: compat32-libdrm-devel
  158. %description -n compat32-%{name}-libGL-devel
  159. Mesa libGL development package
  160. %package -n compat32-%{name}-libGLU
  161. Summary: Mesa libGLU runtime library
  162. Summary(ja): Mesa libGLU ランタイムライブラリ
  163. Group: System Environment/Libraries
  164. Requires(post): /sbin/ldconfig
  165. Requires(postun): /sbin/ldconfig
  166. Requires: %{name}-libGLU = %{version}-%{release}
  167. %description -n compat32-%{name}-libGLU
  168. Mesa libGLU runtime library
  169. %package -n compat32-%{name}-libGLU-devel
  170. Summary: Mesa libGLU development package
  171. Summary(ja): Mesa libGLU 開発パッケージ
  172. Group: Development/Libraries
  173. Requires: compat32-%{name}-libGL = %{version}-%{release}
  174. Requires: compat32-%{name}-libGLU = %{version}-%{release}
  175. Requires: %{name}-libGL-devel = %{version}-%{release}
  176. Requires: %{name}-libGLU-devel = %{version}-%{release}
  177. %description -n compat32-%{name}-libGLU-devel
  178. Mesa libGLU development package
  179. %package -n compat32-%{name}-libOSMesa
  180. Summary: Mesa offscreen rendering libraries
  181. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  182. Group: System Environment/Libraries
  183. Requires(post): /sbin/ldconfig
  184. Requires(postun): /sbin/ldconfig
  185. Requires: %{name}-libOSMesa
  186. %description -n compat32-%{name}-libOSMesa
  187. Mesa offscreen rendering libraries
  188. %package -n compat32-%{name}-libOSMesa-devel
  189. Summary: Mesa offscreen rendering development package
  190. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  191. Group: Development/Libraries
  192. Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
  193. Requires: %{name}-libOSMesa-devel = %{version}-%{release}
  194. %description -n compat32-%{name}-libOSMesa-devel
  195. Mesa offscreen rendering development package
  196. %prep
  197. %setup -q -n Mesa-%{version} -b1 -b2
  198. #%setup -q -n mesa-%{gitdate} -b2
  199. %patch1 -p1 -b .osmesa
  200. %patch3 -p1 -b .no-mach64
  201. %patch4 -p1 -b .nouveau-legacy
  202. #%patch7 -p1 -b .dricore
  203. %patch30 -p1 -b .vblank-warning
  204. cp %{SOURCE10} src/mesa/drivers/dri/nouveau
  205. cp %{SOURCE10} src/gallium/drivers/nouveau
  206. %patch40 -p1 -b .build-fix
  207. %patch41 -p1 -b .build-fix
  208. # Hack the demos to use installed data files
  209. sed -i 's,../images,%{_libdir}/mesa-demos-data,' progs/demos/*.c
  210. sed -i 's,geartrain.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/geartrain.c
  211. sed -i 's,isosurf.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/isosurf.c
  212. sed -i 's,terrain.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/terrain.c
  213. %build
  214. autoreconf --install
  215. %ifarch ppc
  216. export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -O2"
  217. export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -O2"
  218. %else
  219. export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
  220. export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
  221. %endif
  222. %define common_flags --enable-pic --disable-asm
  223. %define osmesa_flags --with-driver=osmesa --disable-gallium --disable-egl --disable-glu --with-dri-drivers="" %{common_flags}
  224. # first, build the osmesa variants. XXX this is overkill. osmesa32 is
  225. # sufficient to render to any of the channel sizes, according to the
  226. # docs. should fix this someday.
  227. %configure %{osmesa_flags} --with-osmesa-bits=8
  228. make %{_smp_mflags}
  229. mv %{_lib} osmesa8
  230. make clean
  231. %configure %{osmesa_flags} --with-osmesa-bits=16
  232. make %{_smp_mflags}
  233. mv %{_lib} osmesa16
  234. make clean
  235. %configure %{osmesa_flags} --with-osmesa-bits=32
  236. make %{_smp_mflags}
  237. mv %{_lib} osmesa32
  238. make clean
  239. # just to be sure...
  240. [ `find . -name \*.o | wc -l` -eq 0 ] || exit "make cleaner plz"
  241. # XXX should get visibility working again post-dricore.
  242. %ifarch ppc
  243. export CFLAGS="$RPM_OPT_FLAGS -O2"
  244. export CXXFLAGS="$RPM_OPT_FLAGS -O2"
  245. %else
  246. export CFLAGS="$RPM_OPT_FLAGS -Os"
  247. export CXXFLAGS="$RPM_OPT_FLAGS -Os"
  248. %endif
  249. # now build the rest of mesa
  250. %configure \
  251. %{common_flags} \
  252. --disable-egl \
  253. --disable-glw \
  254. --disable-glut \
  255. --disable-gl-osmesa \
  256. --with-driver=%{driver} \
  257. --with-dri-driverdir=%{_libdir}/dri \
  258. --with-state-trackers=dri,xorg,glx \
  259. --enable-gallium-svga \
  260. --enable-gallium-nouveau \
  261. --enable-gallium-radeon
  262. make #{?_smp_mflags}
  263. make -C progs/xdemos glxgears glxinfo
  264. make %{?_smp_mflags} -C progs/demos
  265. pushd ../%{manpages}
  266. %configure
  267. make %{?_smp_mflags}
  268. popd
  269. %install
  270. rm -rf $RPM_BUILD_ROOT
  271. # core libs and headers, but not drivers.
  272. make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS=
  273. # just the DRI drivers that are sane
  274. %if %{with_dri}
  275. install -d $RPM_BUILD_ROOT%{_libdir}/dri
  276. #install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libdricore.so >& /dev/null
  277. for f in i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis swrast tdfx unichrome nouveau_vieux gallium/vmwgfx; do
  278. so=%{_lib}/${f}_dri.so
  279. test -e $so && echo $so
  280. done | xargs install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null || :
  281. %endif
  282. # strip out undesirable headers
  283. pushd $RPM_BUILD_ROOT%{_includedir}/GL
  284. rm -f [a-fh-np-wyz]*.h gg*.h glf*.h glew.h glxew.h
  285. popd
  286. # remove EGL stuff
  287. pushd $RPM_BUILD_ROOT%{_libdir}
  288. rm -f libEGL*
  289. popd
  290. pushd $RPM_BUILD_ROOT%{_libdir}/dri
  291. rm -f EGL_*.so
  292. popd
  293. # XXX demos, since they don't install automatically. should fix that.
  294. install -d $RPM_BUILD_ROOT%{_bindir}
  295. install -m 0755 progs/xdemos/glxgears $RPM_BUILD_ROOT%{_bindir}
  296. install -m 0755 progs/xdemos/glxinfo $RPM_BUILD_ROOT%{_bindir}
  297. find progs/demos/ -type f -perm /0111 |
  298. xargs install -m 0755 -t $RPM_BUILD_ROOT/%{_bindir}
  299. # bah, name conflicts
  300. mv $RPM_BUILD_ROOT/%{_bindir}/{rain,mesa-rain}
  301. install -d $RPM_BUILD_ROOT/%{_libdir}/mesa-demos-data
  302. install -m 0644 progs/images/*.rgb $RPM_BUILD_ROOT/%{_libdir}/mesa-demos-data
  303. install -m 0644 progs/demos/*.dat $RPM_BUILD_ROOT/%{_libdir}/mesa-demos-data
  304. # and osmesa
  305. mv osmesa*/libOS* $RPM_BUILD_ROOT%{_libdir}
  306. # man pages
  307. pushd ../%{manpages}
  308. make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT
  309. popd
  310. # Install the source needed to build the X server. The egreps are just
  311. # stripping out unnecessary dirs; only tricky bit is the [^c] to make sure
  312. # .../dri/common is included.
  313. %define mesasourcedir %{_datadir}/mesa/source
  314. mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
  315. ( find src -name \*.[ch] ; find include -name \*.h ) |
  316. egrep -v '^src/(glu|glw)' |
  317. egrep -v '^src/mesa/drivers/(directfb|dos|fbdev|glide|ggi|osmesa)' |
  318. egrep -v '^src/mesa/drivers/(windows|dri/[^c])' |
  319. xargs tar cf - --mode a=r |
  320. (cd $RPM_BUILD_ROOT/%{mesasourcedir} && tar xf -)
  321. %clean
  322. rm -rf $RPM_BUILD_ROOT
  323. %check
  324. %post libGL -p /sbin/ldconfig
  325. %postun libGL -p /sbin/ldconfig
  326. %post libGLU -p /sbin/ldconfig
  327. %postun libGLU -p /sbin/ldconfig
  328. %post libOSMesa -p /sbin/ldconfig
  329. %postun libOSMesa -p /sbin/ldconfig
  330. %post -n compat32-%{name}-libGL -p /sbin/ldconfig
  331. %postun -n compat32-%{name}-libGL -p /sbin/ldconfig
  332. %post -n compat32-%{name}-libGLU -p /sbin/ldconfig
  333. %postun -n compat32-%{name}-libGLU -p /sbin/ldconfig
  334. %post -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
  335. %postun -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
  336. %files libGL
  337. %defattr(-,root,root,-)
  338. %{_libdir}/libGL.so.1
  339. %{_libdir}/libGL.so.1.2
  340. %if %{with_dri}
  341. %dir %{_libdir}/dri
  342. #%{_libdir}/dri/libdricore.so
  343. %{_libdir}/dri/*_dri.so
  344. %endif
  345. %files libGL-devel
  346. %defattr(-,root,root,-)
  347. %{_includedir}/GL/gl.h
  348. %{_includedir}/GL/gl_mangle.h
  349. %{_includedir}/GL/glext.h
  350. %{_includedir}/GL/glx.h
  351. %{_includedir}/GL/glx_mangle.h
  352. %{_includedir}/GL/glxext.h
  353. %dir %{_includedir}/GL/internal
  354. %{_includedir}/GL/internal/dri_interface.h
  355. %{_libdir}/libGL.so
  356. %{_libdir}/pkgconfig/gl.pc
  357. %{_libdir}/pkgconfig/dri.pc
  358. %{_datadir}/man/man3/gl[^uX]*.3gl*
  359. %{_datadir}/man/man3/glX*.3gl*
  360. %files libGLU
  361. %defattr(-,root,root,-)
  362. %{_libdir}/libGLU.so.1
  363. %{_libdir}/libGLU.so.1.3.*
  364. %files libGLU-devel
  365. %defattr(-,root,root,-)
  366. %{_libdir}/libGLU.so
  367. %{_libdir}/pkgconfig/glu.pc
  368. %{_includedir}/GL/glu.h
  369. %{_includedir}/GL/glu_mangle.h
  370. %{_datadir}/man/man3/glu*.3gl*
  371. %files libOSMesa
  372. %defattr(-,root,root,-)
  373. %{_libdir}/libOSMesa.so.6*
  374. %{_libdir}/libOSMesa16.so.6*
  375. %{_libdir}/libOSMesa32.so.6*
  376. %files libOSMesa-devel
  377. %defattr(-,root,root,-)
  378. %{_includedir}/GL/osmesa.h
  379. %{_libdir}/libOSMesa.so
  380. %{_libdir}/libOSMesa16.so
  381. %{_libdir}/libOSMesa32.so
  382. # We constructed this dir carefully, so just slurp in the whole thing.
  383. %files source
  384. %defattr(-,root,root,-)
  385. %{mesasourcedir}
  386. %files -n glx-utils
  387. %defattr(-,root,root,-)
  388. %{_bindir}/glxgears
  389. %{_bindir}/glxinfo
  390. %files demos
  391. %defattr(-,root,root,-)
  392. %{_bindir}/arbfplight
  393. %{_bindir}/arbfslight
  394. %{_bindir}/arbocclude
  395. %{_bindir}/bounce
  396. %{_bindir}/clearspd
  397. %{_bindir}/copypix
  398. %{_bindir}/cubemap
  399. %{_bindir}/dinoshade
  400. %{_bindir}/drawpix
  401. %{_bindir}/engine
  402. %{_bindir}/fbo_firecube
  403. %{_bindir}/fbotexture
  404. %{_bindir}/fire
  405. %{_bindir}/fogcoord
  406. %{_bindir}/fplight
  407. %{_bindir}/fslight
  408. %{_bindir}/gamma
  409. %{_bindir}/gearbox
  410. %{_bindir}/gears
  411. %{_bindir}/geartrain
  412. %{_bindir}/glinfo
  413. %{_bindir}/gloss
  414. %{_bindir}/gltestperf
  415. %{_bindir}/ipers
  416. %{_bindir}/isosurf
  417. %{_bindir}/lodbias
  418. %{_bindir}/morph3d
  419. %{_bindir}/multiarb
  420. %{_bindir}/paltex
  421. %{_bindir}/pointblast
  422. %{_bindir}/projtex
  423. %{_bindir}/mesa-rain
  424. %{_bindir}/ray
  425. %{_bindir}/readpix
  426. %{_bindir}/reflect
  427. %{_bindir}/renormal
  428. %{_bindir}/shadowtex
  429. %{_bindir}/singlebuffer
  430. %{_bindir}/spectex
  431. %{_bindir}/spriteblast
  432. %{_bindir}/stex3d
  433. %{_bindir}/teapot
  434. %{_bindir}/terrain
  435. %{_bindir}/tessdemo
  436. %{_bindir}/texcyl
  437. %{_bindir}/texenv
  438. %{_bindir}/textures
  439. %{_bindir}/trispd
  440. %{_bindir}/tunnel
  441. %{_bindir}/tunnel2
  442. %{_bindir}/vao_demo
  443. %{_bindir}/winpos
  444. %{_libdir}/mesa-demos-data
  445. %files -n xorg-x11-drv-vmwgfx
  446. %defattr(-,root,root,-)
  447. %{_libdir}/xorg/modules/drivers/vmwgfx_drv.so
  448. # compat32
  449. %if %{build_compat32}
  450. %files -n compat32-%{name}-libGL
  451. %defattr(-,root,root,-)
  452. %{_libdir}/libGL.so.1
  453. %{_libdir}/libGL.so.1.2
  454. %if %{with_dri}
  455. %dir %{_libdir}/dri
  456. #%{_libdir}/dri/libdricore.so
  457. %{_libdir}/dri/*_dri.so
  458. %endif
  459. %files -n compat32-%{name}-libGL-devel
  460. %defattr(-,root,root,-)
  461. %{_libdir}/libGL.so
  462. %{_libdir}/pkgconfig/gl.pc
  463. %{_libdir}/pkgconfig/dri.pc
  464. %files -n compat32-%{name}-libGLU
  465. %defattr(-,root,root,-)
  466. %{_libdir}/libGLU.so.1
  467. %{_libdir}/libGLU.so.1.3.*
  468. %files -n compat32-%{name}-libGLU-devel
  469. %defattr(-,root,root,-)
  470. %{_libdir}/libGLU.so
  471. %{_libdir}/pkgconfig/glu.pc
  472. %files -n compat32-%{name}-libOSMesa
  473. %defattr(-,root,root,-)
  474. %{_libdir}/libOSMesa.so.6*
  475. %{_libdir}/libOSMesa16.so.6*
  476. %{_libdir}/libOSMesa32.so.6*
  477. %files -n compat32-%{name}-libOSMesa-devel
  478. %defattr(-,root,root,-)
  479. %{_libdir}/libOSMesa.so
  480. %{_libdir}/libOSMesa16.so
  481. %{_libdir}/libOSMesa32.so
  482. %endif
  483. %changelog
  484. * Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
  485. - update to 7.8.2
  486. - add Patch40,41 to fix build failure
  487. - add Source10 to build with libdrm-2.4.21
  488. - add BR: kernel-headers, xorg-x11-server-sdk
  489. * Thu Apr 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
  490. - rebuilt with gcc-4.4.3-5 on ppc
  491. - temporarily don't use "-Os" on ppc (a toolchain bug?)
  492. * Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
  493. - update to 7.8.1
  494. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
  495. - update to 7.8 release
  496. - add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
  497. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
  498. - update to 7.8 branch from git
  499. * Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
  500. - update to 7.6.1 release
  501. * Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
  502. - update to 7.6.1-rc3
  503. * Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
  504. - update to 7.6.1-rc1
  505. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
  506. - new upstream release
  507. - add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
  508. libXext-devel and libdrm-devel to mesa-libGL-devel
  509. * Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
  510. - new upstream release
  511. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
  512. - added compat32 subpackage for x86_64 arch support.
  513. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
  514. - new upstream release
  515. - BR: libdrm-devel >= 2.4.9
  516. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  517. - new upstream release
  518. - BR: libdrm-devel >= 2.4.5
  519. - drop mach64
  520. - update patches from fedora
  521. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
  522. - add BR: libdrm-devel >= 2.4.0-3
  523. * Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  524. - new upstreal release
  525. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
  526. - update to 7.1 release
  527. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
  528. - update to 7.1-rc3
  529. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
  530. - include missing swrast_dri.so to %%files list
  531. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
  532. - update to 7.1-rc1
  533. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
  534. - add Patch100 to disable 915tex driver
  535. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
  536. - new upstream release
  537. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
  538. - build with freeglut
  539. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
  540. - initial build for Vine Linux(bootstrap)
  541. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
  542. - mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
  543. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
  544. - update to Mesa 7.0.2 final
  545. - mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
  546. - mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
  547. * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
  548. - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
  549. - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
  550. - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
  551. * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
  552. - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
  553. - This contains the fixes made to the upstream Mesa stable branch
  554. including fixes for 965 vblank interrupt issues along with a fix
  555. in the kernel - remove patches that already upstream.
  556. - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
  557. - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
  558. - mesa-7.0.1-965-sampler-crash.patch - dropped
  559. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
  560. - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
  561. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
  562. - Rebuild for new libexpat.
  563. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
  564. - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
  565. includes support for some Intel chipsets
  566. - mesa-7.0-use_master-r300.patch - Add r300 driver from master
  567. * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
  568. - missing build requires for Xfixes-devel and Xdamage-devel
  569. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
  570. - Rebase to upstream 7.0.1 release
  571. - ajax provided patches: for updated selinux awareness, build config
  572. - gl visibility and picify were fixed upstream
  573. - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
  574. * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
  575. - Rebuild for RH #249435
  576. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
  577. - Add dri_interface.h to mesa-libGL-devel, and conflict with
  578. xorg-x11-proto-devel versions that attempted to provide it.
  579. * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
  580. - Add mesa-demos subpackage. (#247252)
  581. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
  582. - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
  583. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
  584. - Don't install header files for APIs that we don't provide. (#247390)
  585. * Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
  586. - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
  587. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
  588. - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
  589. from git. (#231787)
  590. * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
  591. - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
  592. fails, to avoid, for example, crashing the server when using tdfx but
  593. without glide3 installed.
  594. * Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
  595. - Hush the (useless) warning about the synthetic visual not being supported.
  596. * Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
  597. - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
  598. - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
  599. * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
  600. - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
  601. - Require a sufficiently new libdrm at runtime too
  602. - Make the arch macros do something sensible in the general case
  603. * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
  604. - General spec cleanups
  605. - Require current libdrm
  606. - Build with -fvisibility=hidden
  607. - Redo the way mesa-source is generated
  608. - Add %%{?_smp_mflags} where appropriate
  609. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
  610. - Add i915tex and mach64 to the install set.
  611. * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
  612. - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
  613. defines to dispatch.h so the X server will continue to build.
  614. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
  615. - Fix OSMesa file listing to use %%version for DSO number. Note that this
  616. will still break on Mesa 7; oh well.
  617. - Deleted file: directfbgl.h
  618. * Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
  619. - Update to 6.5.2.
  620. * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
  621. - Add i965-interleaved-arrays-fix.patch to fix (#209318).
  622. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  623. - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
  624. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  625. - Remove . after popd; add .gz in %%files section. (#184547)
  626. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
  627. - Use better tarball for gl man pages. (#184547)
  628. * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
  629. - Add -fno-strict-aliasing to compiler flags for i965 driver.
  630. - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
  631. * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
  632. - Give the correct path for man page file lists.
  633. * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
  634. - Add GL man pages from X R6.9. (#184547)
  635. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
  636. - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds. (#207767)
  637. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
  638. - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
  639. latest GLX_EXT_texture_from_pixmap opcodes.
  640. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
  641. - Remove mesa-6.5-drop-static-inline.patch.
  642. * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
  643. - Bump to 6.5.1 final release.
  644. - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
  645. tweak mesa-6.5.1-build-config.patch to not build libGLw.
  646. - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
  647. now be prevented by enabling disable_lowimpact_fallback in
  648. /etc/drirc.
  649. - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
  650. - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
  651. * Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com>
  652. - Drop unused mesa-modular-dri-dir.patch.
  653. * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
  654. - Rebase to 6.5.1 RC2.
  655. - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
  656. scripts and clean up specfile a bit.
  657. * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
  658. - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
  659. mesa-6.5-tfp-fbconfig-attribs.patch and fix
  660. mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
  661. transparency.
  662. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
  663. - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
  664. * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
  665. - Bump to 6.5.1 RC1.
  666. * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
  667. - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
  668. mem heap init failure correctly by releasing mutex.
  669. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
  670. - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
  671. lines on R300+ cards, makes Google Earth tolerable.
  672. - mesa-6.5-force-r300.patch: Resurrect.
  673. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
  674. - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
  675. destruction when selinux is enabled.
  676. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
  677. - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
  678. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
  679. - Update to pre-6.5.1 snapshot.
  680. - Re-add libOSMesa{,16,32}. (#186366)
  681. - Add BuildReq: on libXp-devel due to openmotif header insanity.
  682. * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
  683. - fix one Requires: to use the correct mesa-libGLw name
  684. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
  685. - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  686. to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  687. anymore, we will be transitioning libGLw to an external package maintained
  688. in Fedora Extras soon.
  689. * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
  690. - Build for fc5 aiglx repo.
  691. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
  692. - Disable TLS dispatch, it is selinux-hostile.
  693. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
  694. - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
  695. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
  696. - mesa-6.5-fix-linux-indirect-build.patch: Added.
  697. - mesa-6.5-fix-glxinfo-link.patch: Added.
  698. - Build libOSMesa never instead of inconsistently; to be fixed later.
  699. - Updates to redhat-mesa-target:
  700. - Always select linux-indirect when not building for DRI
  701. - Enable DRI to be built on PPC64 (still disabled in the spec file though)
  702. - MIT licence boilerplate
  703. * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
  704. - Remove glut-devel dependency, as nothing actually uses it that we ship.
  705. - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
  706. and other libs from being linked into glxgears/glxinfo even though they
  707. are not actually used. This was the final package linking to freeglut in
  708. Fedora Core, blocking freeglut from being moved to Extras.
  709. - Commented all of the virtual provides in the spec file to document clearly
  710. how they should be used by other developers in specifying build and runtime
  711. dependencies when packaging software which links to libGL, libGLU, and
  712. libGLw. (#200069)
  713. * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
  714. - Attempt to add selinux awareness; check if we can map executable memory
  715. and fail softly if not. Removes the need for allow_execmem from huge
  716. chunks of the desktop.
  717. - Disable the r300 gart fix for not compiling.
  718. * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
  719. - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
  720. memory on context destroy.
  721. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
  722. - rebuild
  723. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
  724. - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
  725. for (#197640).
  726. - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
  727. mode 0755.
  728. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
  729. - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
  730. help to you know, actually solve the problem. Duh.
  731. - Use {dist} tag in Release field now.
  732. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
  733. - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
  734. work this time due to broken upstream linux-dri-* configs. (#193979)
  735. - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
  736. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
  737. - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
  738. - Use Fedora Extras style BuildRoot tag.
  739. - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
  740. * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
  741. - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
  742. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
  743. - Bump for rawhide build.
  744. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
  745. - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
  746. tokens and change tfp functions to return void. Yes, a new mesa
  747. snapshot would be nice.
  748. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
  749. - Add "BuildRequires: makedepend" for bug (#191967)
  750. * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
  751. - Bump for fc5 build.
  752. * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
  753. - Disable R300_FORCE_R300 hack for wider testing.
  754. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
  755. - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
  756. libGL.so have executable stack.
  757. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
  758. - Bump for fc5 build.
  759. - Bump libdrm requires to 2.0.1.
  760. * Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
  761. - Update to mesa 6.5 snapshot.
  762. - Use -MG for generating deps and some files are not yet symlinked at
  763. make depend time.
  764. - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
  765. mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  766. as these are upstream now.
  767. - Drop mesa-6.4.1-texture-from-drawable.patch and add
  768. mesa-6.5-texture-from-pixmap-fixes.patch.
  769. - Update mesa-modular-dri-dir.patch to apply.
  770. - Widen libGLU glob.
  771. - Reenable r300 driver install.
  772. - Widen libOSMesa glob.
  773. - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
  774. drop mesa-6.3.2-build-configuration-v4.patch.
  775. - Disable sis dri driver for now, only builds on x86 and x86-64.
  776. * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
  777. - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
  778. * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
  779. - Buildrequires: libXt-devel (#183479)
  780. * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
  781. - Disable the expeimental r300 DRI driver, as it has turned out to cause
  782. instability and system hangs for many users.
  783. * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
  784. - rebuilt
  785. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
  786. - enable texture-from-drawable patch
  787. - add glut-devel dependency
  788. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
  789. - bump again for double-long bug on ppc(64)
  790. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
  791. - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
  792. - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
  793. a Mesa namespace conflict with GNU_SOURCE (#180122)
  794. - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  795. as an attempt to fix bugs (#176976,176414,fdo#5835)
  796. - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
  797. x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
  798. be modified to require the user to manually turn experimental DRI support
  799. on with Option "dri" in xorg.conf to test it out and report all X bugs that
  800. occur while using it directly to X.Org bugzilla. (#179712)
  801. - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
  802. update it each upstream release.
  803. * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
  804. - Updated to Mesa 6.4.2
  805. - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
  806. each upstream release.
  807. * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
  808. - Added missing "BuildRequires: expat-devel" for bug (#178525)
  809. - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
  810. to compile on at least ia64, and possibly other architectures.
  811. * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
  812. - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
  813. support for GLX_EXT_texture_from_drawable extension.
  814. * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
  815. - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
  816. - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
  817. - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
  818. - Do not rename swrast libGL .so version, as it is the OpenGL version.
  819. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
  820. - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
  821. - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
  822. packages the files used to be present in, as this is more friendy for
  823. OS upgrades.
  824. - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
  825. - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
  826. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
  827. - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
  828. - Added pkgconfig dependency.
  829. - Updated "BuildRequires: libdrm-devel >= 2.0-1"
  830. - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
  831. - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
  832. AMD64, which is fixed in the 6.4 branch of Mesa CVS.
  833. - Conditionalize libOSMesa inclusion, and default to not including it for now.
  834. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
  835. - rebuilt
  836. * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
  837. - fix directory used for loading dri modules (#173679)
  838. - install dri drivers as executable so they get stripped (#173292)
  839. * Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
  840. - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
  841. files to be included in the mesa-source subpackage, to minimize future
  842. maintenance.
  843. - Fixed detection and renaming of software mesa .so version.
  844. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
  845. - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
  846. consistency on all architectures, and to avoid upgrade problems if we
  847. ever disable DRI on an arch and then re-enable it later.
  848. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
  849. - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
  850. bin/installmesa script to work properly with multilib lib64 architectures.
  851. - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
  852. and invoke our modified bin/installmesa directly instead of using
  853. "make install".
  854. - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
  855. like an extraneous file anyway.
  856. - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
  857. builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
  858. this is how upstream builds the library, although it is not clear to me
  859. why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
  860. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
  861. - Updated to new upstream MesaLib-6.4
  862. - Updated libGLU.so.1.3.060400 entry in file manifest
  863. - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
  864. unichrome driver.
  865. * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
  866. - Fix redhat-mesa-driver-install and spec file to work right on multilib
  867. systems.
  868. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
  869. - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
  870. - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
  871. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
  872. - Added the mesa-source subpackage, which contains part of the Mesa source
  873. code needed by other packages such as the X server to build stuff.
  874. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
  875. - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
  876. from previous OS releases, and piecemeal upgrades work as nicely as
  877. possible.
  878. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
  879. - Wrote redhat-mesa-target script to simplify mesa build target selection.
  880. - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
  881. per-arch conditionalization, etc.
  882. * Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
  883. - Initial build.