mesa-vl.spec 42 KB

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