mesa-vl.spec 49 KB

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