mesa-vl.spec 40 KB

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