mesa-vl.spec 39 KB

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