mesa-vl.spec 40 KB

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