mesa-vl.spec 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  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.2
  12. Release: 1%{?_dist_release}
  13. License: MIT
  14. Group: System Environment/Libraries
  15. URL: http://www.mesa3d.org
  16. Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/MesaLib-%{version}.tar.bz2
  17. 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. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  25. BuildRequires: pkgconfig
  26. %if %{with_dri}
  27. BuildRequires: libdrm-devel >= 2.4.24
  28. %endif
  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. %description
  43. Mesa
  44. %package libGL
  45. Summary: Mesa libGL runtime libraries and DRI drivers
  46. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  47. Group: System Environment/Libraries
  48. Requires(post): /sbin/ldconfig
  49. Requires(postun): /sbin/ldconfig
  50. Provides: libGL
  51. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  52. %if %{with_dri}
  53. Requires: libdrm >= 2.4.5
  54. %endif
  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. %package -n xorg-x11-drv-vmwgfx
  148. Summary: VMware GFX DDX driver
  149. Summary(ja): VMware GFX DDX ドライバ
  150. Group: User Interface/X Hardware Support
  151. %description -n xorg-x11-drv-vmwgfx
  152. 2D driver for VMware SVGA vGPU
  153. # compat32
  154. %package -n compat32-%{name}-libGL
  155. Summary: Mesa libGL runtime libraries and DRI drivers
  156. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  157. Group: System Environment/Libraries
  158. Requires(post): /sbin/ldconfig
  159. Requires(postun): /sbin/ldconfig
  160. Requires: %{name}-libGL = %{version}-%{release}
  161. %if %{with_dri}
  162. Requires: compat32-libdrm >= 2.4.5
  163. %endif
  164. %description -n compat32-%{name}-libGL
  165. Mesa libGL runtime libraries and DRI drivers.
  166. %package -n compat32-%{name}-libGL-devel
  167. Summary: Mesa libGL development package
  168. Summary(ja): Mesa libGL 開発パッケージ
  169. Group: Development/Libraries
  170. Requires: compat32-%{name}-libGL = %{version}-%{release}
  171. Requires: %{name}-libGL-devel = %{version}-%{release}
  172. Requires: compat32-libX11-devel
  173. Requires: compat32-libdrm-devel
  174. %description -n compat32-%{name}-libGL-devel
  175. Mesa libGL development package
  176. %package -n compat32-%{name}-libGLU
  177. Summary: Mesa libGLU runtime library
  178. Summary(ja): Mesa libGLU ランタイムライブラリ
  179. Group: System Environment/Libraries
  180. Requires(post): /sbin/ldconfig
  181. Requires(postun): /sbin/ldconfig
  182. Requires: %{name}-libGLU = %{version}-%{release}
  183. %description -n compat32-%{name}-libGLU
  184. Mesa libGLU runtime library
  185. %package -n compat32-%{name}-libGLU-devel
  186. Summary: Mesa libGLU development package
  187. Summary(ja): Mesa libGLU 開発パッケージ
  188. Group: Development/Libraries
  189. Requires: compat32-%{name}-libGL = %{version}-%{release}
  190. Requires: compat32-%{name}-libGLU = %{version}-%{release}
  191. Requires: %{name}-libGL-devel = %{version}-%{release}
  192. Requires: %{name}-libGLU-devel = %{version}-%{release}
  193. %description -n compat32-%{name}-libGLU-devel
  194. Mesa libGLU development package
  195. %package -n compat32-%{name}-libEGL
  196. Summary: Mesa libEGL runtime libraries
  197. Summary(ja): Mesa libEGL ランタイムライブラリ
  198. Group: System Environment/Libraries
  199. Requires(post): /sbin/ldconfig
  200. Requires(postun): /sbin/ldconfig
  201. Requires: compat32-libdrm >= 2.4.24-1
  202. %description -n compat32-%{name}-libEGL
  203. Mesa libEGL runtime libraries
  204. %package -n compat32-%{name}-libEGL-devel
  205. Summary: Mesa libEGL development package
  206. Summary(ja): Mesa libEGL 開発パッケージ
  207. Group: Development/Libraries
  208. Requires: mesa-libEGL = %{version}-%{release}
  209. Requires: compat32-mesa-libEGL = %{version}-%{release}
  210. %description -n compat32-%{name}-libEGL-devel
  211. Mesa libEGL development package
  212. %package -n compat32-%{name}-libGLES
  213. Summary: Mesa libGLES runtime libraries
  214. Summary(ja): Mesa libGLES ランタイムライブラリ
  215. Group: System Environment/Libraries
  216. Requires(post): /sbin/ldconfig
  217. Requires(postun): /sbin/ldconfig
  218. Requires: compat32-libdrm >= 2.4.24-1
  219. %description -n compat32-%{name}-libGLES
  220. Mesa GLES runtime libraries
  221. %package -n compat32-%{name}-libGLES-devel
  222. Summary: Mesa libGLES development package
  223. Summary(ja): Mesa libGLES 開発パッケージ
  224. Group: Development/Libraries
  225. Requires: mesa-libGLES = %{version}-%{release}
  226. Requires: compat32-mesa-libGLES = %{version}-%{release}
  227. %description -n compat32-%{name}-libGLES-devel
  228. Mesa libGLES development package
  229. %package -n compat32-%{name}-libOSMesa
  230. Summary: Mesa offscreen rendering libraries
  231. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  232. Group: System Environment/Libraries
  233. Requires(post): /sbin/ldconfig
  234. Requires(postun): /sbin/ldconfig
  235. Requires: %{name}-libOSMesa
  236. %description -n compat32-%{name}-libOSMesa
  237. Mesa offscreen rendering libraries
  238. %package -n compat32-%{name}-libOSMesa-devel
  239. Summary: Mesa offscreen rendering development package
  240. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  241. Group: Development/Libraries
  242. Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
  243. Requires: %{name}-libOSMesa-devel = %{version}-%{release}
  244. %description -n compat32-%{name}-libOSMesa-devel
  245. Mesa offscreen rendering development package
  246. %prep
  247. %setup -q -n Mesa-%{version} -b2
  248. %patch3 -p1 -b .no-mach64
  249. %patch4 -p1 -b .nouveau-legacy
  250. #%patch7 -p1 -b .dricore
  251. %patch30 -p1 -b .vblank-warning
  252. %patch40 -p1 -b .build-fix
  253. %build
  254. autoreconf --install
  255. %ifarch ppc
  256. export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -O2"
  257. export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -O2"
  258. %else
  259. export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
  260. export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
  261. %endif
  262. %define common_flags --enable-pic --disable-asm --enable-udev
  263. %define osmesa_flags --with-driver=osmesa --disable-gallium --disable-egl --disable-glu --with-dri-drivers="" %{common_flags}
  264. # first, build the osmesa variants. XXX this is overkill. osmesa32 is
  265. # sufficient to render to any of the channel sizes, according to the
  266. # docs. should fix this someday.
  267. %configure %{osmesa_flags} --with-osmesa-bits=8
  268. make %{_smp_mflags}
  269. mv %{_lib} osmesa8
  270. make clean
  271. # just to be sure...
  272. [ `find . -name \*.o | wc -l` -eq 0 ] || exit "make cleaner plz"
  273. # XXX should get visibility working again post-dricore.
  274. %ifarch ppc
  275. export CFLAGS="$RPM_OPT_FLAGS -O2"
  276. export CXXFLAGS="$RPM_OPT_FLAGS -O2"
  277. %else
  278. export CFLAGS="$RPM_OPT_FLAGS -Os"
  279. export CXXFLAGS="$RPM_OPT_FLAGS -Os"
  280. %endif
  281. # now build the rest of mesa
  282. %configure \
  283. %{common_flags} \
  284. --disable-glw \
  285. --disable-glut \
  286. --disable-gl-osmesa \
  287. --with-driver=%{driver} \
  288. --with-dri-driverdir=%{_libdir}/dri \
  289. --with-state-trackers=dri,xorg,glx \
  290. --enable-egl \
  291. --enable-gles1 \
  292. --enable-gles2 \
  293. --enable-gallium-svga \
  294. --enable-gallium-nouveau \
  295. --enable-gallium-radeon \
  296. --enable-gallium-r600 \
  297. --disable-gallium-intel \
  298. --disable-gallium-egl \
  299. --disable-gallium-llvm
  300. make #{?_smp_mflags}
  301. pushd ../%{manpages}
  302. %configure
  303. make %{?_smp_mflags}
  304. popd
  305. %install
  306. rm -rf $RPM_BUILD_ROOT
  307. # core libs and headers, but not drivers.
  308. make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS=
  309. # just the DRI drivers that are sane
  310. %if %{with_dri}
  311. install -d $RPM_BUILD_ROOT%{_libdir}/dri
  312. #install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libllvmcore-2.8.so >& /dev/null
  313. # use gallium driver iff built
  314. [ -f %{_lib}/gallium/r300_dri.so ] && cp %{_lib}/gallium/r300_dri.so %{_lib}/r300_dri.so
  315. [ -f %{_lib}/gallium/r600_dri.so ] && cp %{_lib}/gallium/r600_dri.so %{_lib}/r600_dri.so
  316. [ -f %{_lib}/gallium/swrastg_dri.so ] && mv %{_lib}/gallium/swrastg_dri.so %{_lib}/swrast_dri.so
  317. for f in i810 i915 i965 mach64 mga r128 r200 r300 r600 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. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-1
  515. - update to 7.10.2
  516. * Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
  517. - dropped "BR: libtalloc-devel" (no longer needed).
  518. * Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
  519. - update to 7.10.1
  520. - drop osmesa16 and osmesa32
  521. - build with udev, egl and gles
  522. - enable gallium r600 driver
  523. - add libEGL/libGLES subpackage
  524. - add Patch40 to fix build failure
  525. - BR: libdrm-devel >= 2.4.24
  526. - BR: libudev-devel
  527. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
  528. - update to 7.10
  529. - split mesa-demos and glx-utils to their own source package.
  530. - add BR: libtalloc-devel
  531. * Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
  532. - update to 7.8.2
  533. - add Patch40,41 to fix build failure
  534. - add Source10 to build with libdrm-2.4.21
  535. - add BR: kernel-headers, xorg-x11-server-sdk
  536. * Thu Apr 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
  537. - rebuilt with gcc-4.4.3-5 on ppc
  538. - temporarily don't use "-Os" on ppc (a toolchain bug?)
  539. * Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
  540. - update to 7.8.1
  541. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
  542. - update to 7.8 release
  543. - add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
  544. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
  545. - update to 7.8 branch from git
  546. * Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
  547. - update to 7.6.1 release
  548. * Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
  549. - update to 7.6.1-rc3
  550. * Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
  551. - update to 7.6.1-rc1
  552. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
  553. - new upstream release
  554. - add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
  555. libXext-devel and libdrm-devel to mesa-libGL-devel
  556. * Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
  557. - new upstream release
  558. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
  559. - added compat32 subpackage for x86_64 arch support.
  560. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
  561. - new upstream release
  562. - BR: libdrm-devel >= 2.4.9
  563. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  564. - new upstream release
  565. - BR: libdrm-devel >= 2.4.5
  566. - drop mach64
  567. - update patches from fedora
  568. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
  569. - add BR: libdrm-devel >= 2.4.0-3
  570. * Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  571. - new upstreal release
  572. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
  573. - update to 7.1 release
  574. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
  575. - update to 7.1-rc3
  576. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
  577. - include missing swrast_dri.so to %%files list
  578. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
  579. - update to 7.1-rc1
  580. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
  581. - add Patch100 to disable 915tex driver
  582. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
  583. - new upstream release
  584. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
  585. - build with freeglut
  586. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
  587. - initial build for Vine Linux(bootstrap)
  588. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
  589. - mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
  590. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
  591. - update to Mesa 7.0.2 final
  592. - mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
  593. - mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
  594. * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
  595. - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
  596. - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
  597. - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
  598. * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
  599. - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
  600. - This contains the fixes made to the upstream Mesa stable branch
  601. including fixes for 965 vblank interrupt issues along with a fix
  602. in the kernel - remove patches that already upstream.
  603. - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
  604. - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
  605. - mesa-7.0.1-965-sampler-crash.patch - dropped
  606. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
  607. - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
  608. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
  609. - Rebuild for new libexpat.
  610. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
  611. - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
  612. includes support for some Intel chipsets
  613. - mesa-7.0-use_master-r300.patch - Add r300 driver from master
  614. * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
  615. - missing build requires for Xfixes-devel and Xdamage-devel
  616. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
  617. - Rebase to upstream 7.0.1 release
  618. - ajax provided patches: for updated selinux awareness, build config
  619. - gl visibility and picify were fixed upstream
  620. - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
  621. * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
  622. - Rebuild for RH #249435
  623. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
  624. - Add dri_interface.h to mesa-libGL-devel, and conflict with
  625. xorg-x11-proto-devel versions that attempted to provide it.
  626. * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
  627. - Add mesa-demos subpackage. (#247252)
  628. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
  629. - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
  630. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
  631. - Don't install header files for APIs that we don't provide. (#247390)
  632. * Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
  633. - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
  634. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
  635. - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
  636. from git. (#231787)
  637. * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
  638. - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
  639. fails, to avoid, for example, crashing the server when using tdfx but
  640. without glide3 installed.
  641. * Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
  642. - Hush the (useless) warning about the synthetic visual not being supported.
  643. * Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
  644. - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
  645. - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
  646. * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
  647. - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
  648. - Require a sufficiently new libdrm at runtime too
  649. - Make the arch macros do something sensible in the general case
  650. * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
  651. - General spec cleanups
  652. - Require current libdrm
  653. - Build with -fvisibility=hidden
  654. - Redo the way mesa-source is generated
  655. - Add %%{?_smp_mflags} where appropriate
  656. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
  657. - Add i915tex and mach64 to the install set.
  658. * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
  659. - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
  660. defines to dispatch.h so the X server will continue to build.
  661. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
  662. - Fix OSMesa file listing to use %%version for DSO number. Note that this
  663. will still break on Mesa 7; oh well.
  664. - Deleted file: directfbgl.h
  665. * Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
  666. - Update to 6.5.2.
  667. * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
  668. - Add i965-interleaved-arrays-fix.patch to fix (#209318).
  669. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  670. - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
  671. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  672. - Remove . after popd; add .gz in %%files section. (#184547)
  673. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
  674. - Use better tarball for gl man pages. (#184547)
  675. * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
  676. - Add -fno-strict-aliasing to compiler flags for i965 driver.
  677. - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
  678. * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
  679. - Give the correct path for man page file lists.
  680. * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
  681. - Add GL man pages from X R6.9. (#184547)
  682. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
  683. - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds. (#207767)
  684. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
  685. - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
  686. latest GLX_EXT_texture_from_pixmap opcodes.
  687. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
  688. - Remove mesa-6.5-drop-static-inline.patch.
  689. * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
  690. - Bump to 6.5.1 final release.
  691. - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
  692. tweak mesa-6.5.1-build-config.patch to not build libGLw.
  693. - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
  694. now be prevented by enabling disable_lowimpact_fallback in
  695. /etc/drirc.
  696. - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
  697. - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
  698. * Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com>
  699. - Drop unused mesa-modular-dri-dir.patch.
  700. * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
  701. - Rebase to 6.5.1 RC2.
  702. - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
  703. scripts and clean up specfile a bit.
  704. * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
  705. - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
  706. mesa-6.5-tfp-fbconfig-attribs.patch and fix
  707. mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
  708. transparency.
  709. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
  710. - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
  711. * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
  712. - Bump to 6.5.1 RC1.
  713. * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
  714. - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
  715. mem heap init failure correctly by releasing mutex.
  716. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
  717. - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
  718. lines on R300+ cards, makes Google Earth tolerable.
  719. - mesa-6.5-force-r300.patch: Resurrect.
  720. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
  721. - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
  722. destruction when selinux is enabled.
  723. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
  724. - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
  725. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
  726. - Update to pre-6.5.1 snapshot.
  727. - Re-add libOSMesa{,16,32}. (#186366)
  728. - Add BuildReq: on libXp-devel due to openmotif header insanity.
  729. * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
  730. - fix one Requires: to use the correct mesa-libGLw name
  731. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
  732. - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  733. to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  734. anymore, we will be transitioning libGLw to an external package maintained
  735. in Fedora Extras soon.
  736. * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
  737. - Build for fc5 aiglx repo.
  738. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
  739. - Disable TLS dispatch, it is selinux-hostile.
  740. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
  741. - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
  742. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
  743. - mesa-6.5-fix-linux-indirect-build.patch: Added.
  744. - mesa-6.5-fix-glxinfo-link.patch: Added.
  745. - Build libOSMesa never instead of inconsistently; to be fixed later.
  746. - Updates to redhat-mesa-target:
  747. - Always select linux-indirect when not building for DRI
  748. - Enable DRI to be built on PPC64 (still disabled in the spec file though)
  749. - MIT licence boilerplate
  750. * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
  751. - Remove glut-devel dependency, as nothing actually uses it that we ship.
  752. - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
  753. and other libs from being linked into glxgears/glxinfo even though they
  754. are not actually used. This was the final package linking to freeglut in
  755. Fedora Core, blocking freeglut from being moved to Extras.
  756. - Commented all of the virtual provides in the spec file to document clearly
  757. how they should be used by other developers in specifying build and runtime
  758. dependencies when packaging software which links to libGL, libGLU, and
  759. libGLw. (#200069)
  760. * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
  761. - Attempt to add selinux awareness; check if we can map executable memory
  762. and fail softly if not. Removes the need for allow_execmem from huge
  763. chunks of the desktop.
  764. - Disable the r300 gart fix for not compiling.
  765. * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
  766. - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
  767. memory on context destroy.
  768. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
  769. - rebuild
  770. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
  771. - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
  772. for (#197640).
  773. - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
  774. mode 0755.
  775. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
  776. - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
  777. help to you know, actually solve the problem. Duh.
  778. - Use {dist} tag in Release field now.
  779. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
  780. - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
  781. work this time due to broken upstream linux-dri-* configs. (#193979)
  782. - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
  783. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
  784. - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
  785. - Use Fedora Extras style BuildRoot tag.
  786. - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
  787. * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
  788. - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
  789. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
  790. - Bump for rawhide build.
  791. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
  792. - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
  793. tokens and change tfp functions to return void. Yes, a new mesa
  794. snapshot would be nice.
  795. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
  796. - Add "BuildRequires: makedepend" for bug (#191967)
  797. * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
  798. - Bump for fc5 build.
  799. * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
  800. - Disable R300_FORCE_R300 hack for wider testing.
  801. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
  802. - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
  803. libGL.so have executable stack.
  804. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
  805. - Bump for fc5 build.
  806. - Bump libdrm requires to 2.0.1.
  807. * Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
  808. - Update to mesa 6.5 snapshot.
  809. - Use -MG for generating deps and some files are not yet symlinked at
  810. make depend time.
  811. - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
  812. mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  813. as these are upstream now.
  814. - Drop mesa-6.4.1-texture-from-drawable.patch and add
  815. mesa-6.5-texture-from-pixmap-fixes.patch.
  816. - Update mesa-modular-dri-dir.patch to apply.
  817. - Widen libGLU glob.
  818. - Reenable r300 driver install.
  819. - Widen libOSMesa glob.
  820. - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
  821. drop mesa-6.3.2-build-configuration-v4.patch.
  822. - Disable sis dri driver for now, only builds on x86 and x86-64.
  823. * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
  824. - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
  825. * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
  826. - Buildrequires: libXt-devel (#183479)
  827. * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
  828. - Disable the expeimental r300 DRI driver, as it has turned out to cause
  829. instability and system hangs for many users.
  830. * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
  831. - rebuilt
  832. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
  833. - enable texture-from-drawable patch
  834. - add glut-devel dependency
  835. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
  836. - bump again for double-long bug on ppc(64)
  837. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
  838. - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
  839. - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
  840. a Mesa namespace conflict with GNU_SOURCE (#180122)
  841. - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  842. as an attempt to fix bugs (#176976,176414,fdo#5835)
  843. - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
  844. x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
  845. be modified to require the user to manually turn experimental DRI support
  846. on with Option "dri" in xorg.conf to test it out and report all X bugs that
  847. occur while using it directly to X.Org bugzilla. (#179712)
  848. - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
  849. update it each upstream release.
  850. * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
  851. - Updated to Mesa 6.4.2
  852. - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
  853. each upstream release.
  854. * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
  855. - Added missing "BuildRequires: expat-devel" for bug (#178525)
  856. - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
  857. to compile on at least ia64, and possibly other architectures.
  858. * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
  859. - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
  860. support for GLX_EXT_texture_from_drawable extension.
  861. * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
  862. - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
  863. - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
  864. - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
  865. - Do not rename swrast libGL .so version, as it is the OpenGL version.
  866. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
  867. - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
  868. - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
  869. packages the files used to be present in, as this is more friendy for
  870. OS upgrades.
  871. - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
  872. - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
  873. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
  874. - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
  875. - Added pkgconfig dependency.
  876. - Updated "BuildRequires: libdrm-devel >= 2.0-1"
  877. - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
  878. - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
  879. AMD64, which is fixed in the 6.4 branch of Mesa CVS.
  880. - Conditionalize libOSMesa inclusion, and default to not including it for now.
  881. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
  882. - rebuilt
  883. * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
  884. - fix directory used for loading dri modules (#173679)
  885. - install dri drivers as executable so they get stripped (#173292)
  886. * Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
  887. - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
  888. files to be included in the mesa-source subpackage, to minimize future
  889. maintenance.
  890. - Fixed detection and renaming of software mesa .so version.
  891. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
  892. - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
  893. consistency on all architectures, and to avoid upgrade problems if we
  894. ever disable DRI on an arch and then re-enable it later.
  895. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
  896. - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
  897. bin/installmesa script to work properly with multilib lib64 architectures.
  898. - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
  899. and invoke our modified bin/installmesa directly instead of using
  900. "make install".
  901. - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
  902. like an extraneous file anyway.
  903. - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
  904. builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
  905. this is how upstream builds the library, although it is not clear to me
  906. why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
  907. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
  908. - Updated to new upstream MesaLib-6.4
  909. - Updated libGLU.so.1.3.060400 entry in file manifest
  910. - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
  911. unichrome driver.
  912. * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
  913. - Fix redhat-mesa-driver-install and spec file to work right on multilib
  914. systems.
  915. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
  916. - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
  917. - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
  918. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
  919. - Added the mesa-source subpackage, which contains part of the Mesa source
  920. code needed by other packages such as the X server to build stuff.
  921. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
  922. - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
  923. from previous OS releases, and piecemeal upgrades work as nicely as
  924. possible.
  925. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
  926. - Wrote redhat-mesa-target script to simplify mesa build target selection.
  927. - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
  928. per-arch conditionalization, etc.
  929. * Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
  930. - Initial build.