mesa-vl.spec 37 KB

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